Skip to content

fix(container): update image ghcr.io/k8s-gateway/charts/k8s-gateway ( 3.7.1 ➔ 3.7.2 )#351

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-k8s-gateway-charts-k8s-gateway-3.x
Open

fix(container): update image ghcr.io/k8s-gateway/charts/k8s-gateway ( 3.7.1 ➔ 3.7.2 )#351
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-k8s-gateway-charts-k8s-gateway-3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/k8s-gateway/charts/k8s-gateway patch 3.7.13.7.2

Release Notes

k8s-gateway/k8s_gateway (ghcr.io/k8s-gateway/charts/k8s-gateway)

v3.7.2

Changelog:

Added
  • RBAC permission to list/watch discovery.k8s.io/endpointslices for opt-in endpoint resolution

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • 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 was generated by Mend Renovate. View the repository job log.

@github-actions

Copy link
Copy Markdown
Contributor
--- HelmRelease: network/k8s-gateway ClusterRole: network/k8s-gateway

+++ HelmRelease: network/k8s-gateway ClusterRole: network/k8s-gateway

@@ -22,12 +22,19 @@

   - services
   - namespaces
   verbs:
   - list
   - watch
 - apiGroups:
+  - discovery.k8s.io
+  resources:
+  - endpointslices
+  verbs:
+  - list
+  - watch
+- apiGroups:
   - gateway.networking.k8s.io
   resources:
   - '*'
   verbs:
   - watch
   - list

@github-actions

Copy link
Copy Markdown
Contributor
--- kubernetes/apps/network/k8s-gateway/app Kustomization: network/k8s-gateway OCIRepository: network/k8s-gateway

+++ kubernetes/apps/network/k8s-gateway/app Kustomization: network/k8s-gateway OCIRepository: network/k8s-gateway

@@ -10,9 +10,9 @@

 spec:
   interval: 1h
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 3.7.1
+    tag: 3.7.2
   url: oci://ghcr.io/k8s-gateway/charts/k8s-gateway
 

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