Package Release Info

metallb-0.9.2-bp152.1.1

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

metallb-controller
metallb-k8s-yaml
metallb-speaker

Change Logs

* Sat Mar 21 2020 Thorsten Kukuk <kukuk@suse.com>
- Update to version 0.9.2
  - Dramatically reduce dead node detection time when using Layer 2 mode.
  - Allow kustomize to change namespace MetalLB runs.
  - Fix layer2 not sending ARP messages when IP changes.
  - Fix to properly expose address_total Prometheus metric.
  - Support older devices that might not support RFC4893.
* Wed Nov 06 2019 Thorsten Kukuk <kukuk@suse.com>
- Update to version 0.8.3
  - Add kustomize.yaml file
* Wed Oct 30 2019 Thorsten Kukuk <kukuk@suse.com>
- Update to version 0.8.2
  - Fix layer2 node selection when healthy and unhealthy replicas
    are colocated on a single node. (#474)
  - Drop support for helm chart installation
- Refresh vendor.tar.gz
* Wed Aug 21 2019 kukuk@suse.de
- Update to version 0.8.1
  - Fix the apiGroup for PodSecurityPolicy, for compatibility with
    Kubernetes 1.16. (#458).
  - Fix speaker posting events with an empty string as the announcing
    node name. (#456).
  - Fix RBAC permissions on speaker, to allow it to post events to
    all namespaces. (#455).
* Mon Jul 22 2019 kukuk@suse.de
- Update to version 0.8.0
  - add PodSecurityPolicy for speaker
  - speaker now tolerates running on Kubernetes control plane nodes
  - Removed metallb-pie.patch
* Tue Jun 04 2019 kukuk@suse.de
- Use official image from registry.opensuse.org
* Wed Apr 10 2019 kukuk@suse.de
- Use our golang macros as far as possible
- metallb.yaml: use images from opensuse registry
* Thu Mar 28 2019 kukuk@suse.de
- Initial release