feat(container): update docker.io/envoyproxy/gateway-helm ( 1.3.3 → 1.4.0 ) - autoclosed#2374
Merged
lucas-dclrcq merged 1 commit intomainfrom May 14, 2025
Conversation
Contributor
--- HelmRelease: network/envoy-gateway ConfigMap: network/envoy-gateway-config
+++ HelmRelease: network/envoy-gateway ConfigMap: network/envoy-gateway-config
@@ -9,12 +9,13 @@
app.kubernetes.io/instance: envoy-gateway
app.kubernetes.io/managed-by: Helm
data:
envoy-gateway.yaml: |
apiVersion: gateway.envoyproxy.io/v1alpha1
kind: EnvoyGateway
+ extensionApis: {}
gateway:
controllerName: gateway.envoyproxy.io/gatewayclass-controller
logging:
level:
default: info
provider:
@@ -29,9 +30,9 @@
template:
spec:
containers:
- imagePullPolicy: IfNotPresent
name: envoy-ratelimit
shutdownManager:
- image: docker.io/envoyproxy/gateway:v1.3.3
+ image: docker.io/envoyproxy/gateway:v1.4.0
type: Kubernetes
--- HelmRelease: network/envoy-gateway ClusterRole: network/envoy-gateway-gateway-helm-envoy-gateway-role
+++ HelmRelease: network/envoy-gateway ClusterRole: network/envoy-gateway-gateway-helm-envoy-gateway-role
@@ -115,7 +115,18 @@
- tcproutes/status
- tlsroutes/status
- udproutes/status
- backendtlspolicies/status
verbs:
- update
+- apiGroups:
+ - ''
+ resources:
+ - pods
+ - pods/binding
+ verbs:
+ - get
+ - list
+ - patch
+ - update
+ - watch
--- HelmRelease: network/envoy-gateway Service: network/envoy-gateway
+++ HelmRelease: network/envoy-gateway Service: network/envoy-gateway
@@ -24,7 +24,10 @@
- name: wasm
port: 18002
targetPort: 18002
- name: metrics
port: 19001
targetPort: 19001
+ - name: webhook
+ port: 9443
+ targetPort: 9443
--- HelmRelease: network/envoy-gateway Deployment: network/envoy-gateway
+++ HelmRelease: network/envoy-gateway Deployment: network/envoy-gateway
@@ -35,13 +35,13 @@
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: KUBERNETES_CLUSTER_DOMAIN
value: cluster.local
- image: docker.io/envoyproxy/gateway:v1.3.3
+ image: docker.io/envoyproxy/gateway:v1.4.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 15
@@ -53,12 +53,14 @@
- containerPort: 18001
name: ratelimit
- containerPort: 18002
name: wasm
- containerPort: 19001
name: metrics
+ - name: webhook
+ containerPort: 9443
readinessProbe:
httpGet:
path: /readyz
port: 8081
initialDelaySeconds: 5
periodSeconds: 10
--- HelmRelease: network/envoy-gateway ServiceAccount: network/envoy-gateway-gateway-helm-certgen
+++ HelmRelease: network/envoy-gateway ServiceAccount: network/envoy-gateway-gateway-helm-certgen
@@ -6,8 +6,9 @@
namespace: network
labels:
app.kubernetes.io/name: gateway-helm
app.kubernetes.io/instance: envoy-gateway
app.kubernetes.io/managed-by: Helm
annotations:
- helm.sh/hook: pre-install
+ helm.sh/hook: pre-install, pre-upgrade
+ helm.sh/hook-weight: '-1'
--- HelmRelease: network/envoy-gateway Role: network/envoy-gateway-gateway-helm-certgen
+++ HelmRelease: network/envoy-gateway Role: network/envoy-gateway-gateway-helm-certgen
@@ -6,13 +6,14 @@
namespace: network
labels:
app.kubernetes.io/name: gateway-helm
app.kubernetes.io/instance: envoy-gateway
app.kubernetes.io/managed-by: Helm
annotations:
- helm.sh/hook: pre-install
+ helm.sh/hook: pre-install, pre-upgrade
+ helm.sh/hook-weight: '-1'
rules:
- apiGroups:
- ''
resources:
- secrets
verbs:
--- HelmRelease: network/envoy-gateway RoleBinding: network/envoy-gateway-gateway-helm-certgen
+++ HelmRelease: network/envoy-gateway RoleBinding: network/envoy-gateway-gateway-helm-certgen
@@ -6,13 +6,14 @@
namespace: network
labels:
app.kubernetes.io/name: gateway-helm
app.kubernetes.io/instance: envoy-gateway
app.kubernetes.io/managed-by: Helm
annotations:
- helm.sh/hook: pre-install
+ helm.sh/hook: pre-install, pre-upgrade
+ helm.sh/hook-weight: '-1'
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: envoy-gateway-gateway-helm-certgen
subjects:
- kind: ServiceAccount
--- HelmRelease: network/envoy-gateway Job: network/envoy-gateway-gateway-helm-certgen
+++ HelmRelease: network/envoy-gateway Job: network/envoy-gateway-gateway-helm-certgen
@@ -28,25 +28,25 @@
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: KUBERNETES_CLUSTER_DOMAIN
value: cluster.local
- image: docker.io/envoyproxy/gateway:v1.3.3
+ image: docker.io/envoyproxy/gateway:v1.4.0
imagePullPolicy: IfNotPresent
name: envoy-gateway-certgen
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
privileged: false
readOnlyRootFilesystem: true
- runAsGroup: 65534
+ runAsGroup: 65532
runAsNonRoot: true
- runAsUser: 65534
+ runAsUser: 65532
seccompProfile:
type: RuntimeDefault
imagePullSecrets: []
restartPolicy: Never
serviceAccountName: envoy-gateway-gateway-helm-certgen
ttlSecondsAfterFinished: 30
--- HelmRelease: network/envoy-gateway ClusterRole: network/envoy-gateway-gateway-helm-certgen:network
+++ HelmRelease: network/envoy-gateway ClusterRole: network/envoy-gateway-gateway-helm-certgen:network
@@ -0,0 +1,31 @@
+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+ name: envoy-gateway-gateway-helm-certgen:network
+ labels:
+ app.kubernetes.io/name: gateway-helm
+ app.kubernetes.io/instance: envoy-gateway
+ app.kubernetes.io/managed-by: Helm
+ annotations:
+ helm.sh/hook: pre-install, pre-upgrade
+ helm.sh/hook-weight: '-1'
+rules:
+- apiGroups:
+ - admissionregistration.k8s.io
+ resources:
+ - mutatingwebhookconfigurations
+ verbs:
+ - get
+ - list
+ - watch
+- apiGroups:
+ - admissionregistration.k8s.io
+ resources:
+ - mutatingwebhookconfigurations
+ resourceNames:
+ - envoy-gateway-topology-injector.network
+ verbs:
+ - update
+ - patch
+
--- HelmRelease: network/envoy-gateway ClusterRoleBinding: network/envoy-gateway-gateway-helm-certgen:network
+++ HelmRelease: network/envoy-gateway ClusterRoleBinding: network/envoy-gateway-gateway-helm-certgen:network
@@ -0,0 +1,21 @@
+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRoleBinding
+metadata:
+ name: envoy-gateway-gateway-helm-certgen:network
+ labels:
+ app.kubernetes.io/name: gateway-helm
+ app.kubernetes.io/instance: envoy-gateway
+ app.kubernetes.io/managed-by: Helm
+ annotations:
+ helm.sh/hook: pre-install, pre-upgrade
+ helm.sh/hook-weight: '-1'
+roleRef:
+ apiGroup: rbac.authorization.k8s.io
+ kind: ClusterRole
+ name: envoy-gateway-gateway-helm-certgen:network
+subjects:
+- kind: ServiceAccount
+ name: envoy-gateway-gateway-helm-certgen
+ namespace: network
+
--- HelmRelease: network/envoy-gateway MutatingWebhookConfiguration: network/envoy-gateway-topology-injector.network
+++ HelmRelease: network/envoy-gateway MutatingWebhookConfiguration: network/envoy-gateway-topology-injector.network
@@ -0,0 +1,41 @@
+---
+apiVersion: admissionregistration.k8s.io/v1
+kind: MutatingWebhookConfiguration
+metadata:
+ name: envoy-gateway-topology-injector.network
+ annotations:
+ helm.sh/hook: pre-install, pre-upgrade
+ helm.sh/hook-weight: '-1'
+ labels:
+ app.kubernetes.io/component: topology-injector
+ app.kubernetes.io/name: gateway-helm
+ app.kubernetes.io/instance: envoy-gateway
+ app.kubernetes.io/managed-by: Helm
+webhooks:
+- name: topology.webhook.gateway.envoyproxy.io
+ admissionReviewVersions:
+ - v1
+ sideEffects: None
+ clientConfig:
+ service:
+ name: envoy-gateway
+ namespace: network
+ path: /inject-pod-topology
+ port: 9443
+ failurePolicy: Ignore
+ rules:
+ - operations:
+ - CREATE
+ apiGroups:
+ - ''
+ apiVersions:
+ - v1
+ resources:
+ - pods/binding
+ namespaceSelector:
+ matchExpressions:
+ - key: kubernetes.io/metadata.name
+ operator: In
+ values:
+ - network
+ |
Contributor
--- kubernetes/apps/network/envoy-gateway/app Kustomization: flux-system/envoy-gateway OCIRepository: network/envoy-gateway
+++ kubernetes/apps/network/envoy-gateway/app Kustomization: flux-system/envoy-gateway OCIRepository: network/envoy-gateway
@@ -11,9 +11,9 @@
spec:
interval: 5m
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
- tag: 1.3.3
+ tag: 1.4.0
url: oci://docker.io/envoyproxy/gateway-helm
|
305950c to
daf3c64
Compare
dca1438 to
0a2a9a5
Compare
0a2a9a5 to
844560e
Compare
844560e to
49e3e74
Compare
49e3e74 to
9af0b64
Compare
9af0b64 to
02f6916
Compare
7f2b911 to
ff8b6a1
Compare
ff8b6a1 to
c8e77aa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.3.3->1.4.0Release Notes
envoyproxy/gateway (docker.io/envoyproxy/gateway-helm)
v1.4.0Compare Source
Release Announcement
Check out the v1.4.0 release announcement to learn more about the release.
What's Changed
sched.coby @zirain in https://github.com/envoyproxy/gateway/pull/5305a5d0ce4to498a000in /tools/docker/envoy-gateway by @dependabot in https://github.com/envoyproxy/gateway/pull/5338egctl.translateGatewayAPIToIRby @sudiptob2 in https://github.com/envoyproxy/gateway/pull/5430ExtensionTLStype by @nareddyt in https://github.com/envoyproxy/gateway/pull/5154copy-current-release-docsas part ofgen-checkby @zirain in https://github.com/envoyproxy/gateway/pull/5445e9554dato462657cin /tools/docker/envoy-gateway by @dependabot in https://github.com/envoyproxy/gateway/pull/5512498a000to37f7b37in /tools/docker/envoy-gateway by @dependabot in https://github.com/envoyproxy/gateway/pull/5591462657ctod1fc914in /tools/docker/envoy-gateway by @dependabot in https://github.com/envoyproxy/gateway/pull/5640Configuration
📅 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.