Skip to content

fix(helm): update metallb ( 0.15.2 → 0.15.3 ) [neo]#885

Open
home0ps[bot] wants to merge 1 commit intomainfrom
renovate/neo-metallb-0.x
Open

fix(helm): update metallb ( 0.15.2 → 0.15.3 ) [neo]#885
home0ps[bot] wants to merge 1 commit intomainfrom
renovate/neo-metallb-0.x

Conversation

@home0ps
Copy link
Contributor

@home0ps home0ps bot commented Dec 4, 2025

This PR contains the following updates:

Package Update Change
metallb (source) patch 0.15.20.15.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

metallb/metallb (metallb)

v0.15.3

Compare Source

See the release notes for the details:

https://metallb.universe.tf/release-notes/#version-0-15-3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@home0ps
Copy link
Contributor Author

home0ps bot commented Dec 4, 2025

--- kubernetes/neo/apps/network/metallb/app Kustomization: flux-system/metallb HelmRelease: network/metallb

+++ kubernetes/neo/apps/network/metallb/app Kustomization: flux-system/metallb HelmRelease: network/metallb

@@ -13,13 +13,13 @@

     spec:
       chart: metallb
       sourceRef:
         kind: HelmRepository
         name: metallb
         namespace: flux-system
-      version: 0.15.2
+      version: 0.15.3
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2

@home0ps
Copy link
Contributor Author

home0ps bot commented Dec 4, 2025

--- HelmRelease: network/metallb ClusterRole: network/metallb:controller

+++ HelmRelease: network/metallb ClusterRole: network/metallb:controller

@@ -65,12 +65,13 @@

   - bfdprofiles.metallb.io
   - bgpadvertisements.metallb.io
   - bgppeers.metallb.io
   - ipaddresspools.metallb.io
   - l2advertisements.metallb.io
   - communities.metallb.io
+  - configurationstates.metallb.io
   verbs:
   - create
   - delete
   - get
   - list
   - patch
@@ -80,7 +81,27 @@

   - apiextensions.k8s.io
   resources:
   - customresourcedefinitions
   verbs:
   - list
   - watch
+- apiGroups:
+  - metallb.io
+  resources:
+  - configurationstates
+  verbs:
+  - create
+  - delete
+  - get
+  - list
+  - patch
+  - update
+  - watch
+- apiGroups:
+  - metallb.io
+  resources:
+  - configurationstates/status
+  verbs:
+  - get
+  - patch
+  - update
 
--- HelmRelease: network/metallb Deployment: network/metallb-controller

+++ HelmRelease: network/metallb Deployment: network/metallb-controller

@@ -29,17 +29,18 @@

       securityContext:
         fsGroup: 65534
         runAsNonRoot: true
         runAsUser: 65534
       containers:
       - name: controller
-        image: quay.io/metallb/controller:v0.15.2
+        image: quay.io/metallb/controller:v0.15.3
         args:
         - --port=7472
         - --log-level=info
         - --lb-class=metallb
+        - --webhook-mode=enabled
         - --tls-min-version=VersionTLS12
         env: null
         ports:
         - name: monitoring
           containerPort: 7472
         - containerPort: 9443

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants