Conversation
…( 1.3.3 → 1.4.0 )
Contributor
--- kubernetes/darkstar/apps/networking/envoy-gateway/app Kustomization: flux-system/envoy-gateway OCIRepository: networking/envoy-gateway
+++ kubernetes/darkstar/apps/networking/envoy-gateway/app Kustomization: flux-system/envoy-gateway OCIRepository: networking/envoy-gateway
@@ -11,9 +11,9 @@
spec:
interval: 1h
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
|
Contributor
--- HelmRelease: networking/envoy-gateway ConfigMap: networking/envoy-gateway-config
+++ HelmRelease: networking/envoy-gateway ConfigMap: networking/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: networking/envoy-gateway ClusterRole: networking/envoy-gateway-gateway-helm-envoy-gateway-role
+++ HelmRelease: networking/envoy-gateway ClusterRole: networking/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: networking/envoy-gateway Service: networking/envoy-gateway
+++ HelmRelease: networking/envoy-gateway Service: networking/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: networking/envoy-gateway Deployment: networking/envoy-gateway
+++ HelmRelease: networking/envoy-gateway Deployment: networking/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: networking/envoy-gateway ServiceAccount: networking/envoy-gateway-gateway-helm-certgen
+++ HelmRelease: networking/envoy-gateway ServiceAccount: networking/envoy-gateway-gateway-helm-certgen
@@ -6,8 +6,9 @@
namespace: networking
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: networking/envoy-gateway Role: networking/envoy-gateway-gateway-helm-certgen
+++ HelmRelease: networking/envoy-gateway Role: networking/envoy-gateway-gateway-helm-certgen
@@ -6,13 +6,14 @@
namespace: networking
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: networking/envoy-gateway RoleBinding: networking/envoy-gateway-gateway-helm-certgen
+++ HelmRelease: networking/envoy-gateway RoleBinding: networking/envoy-gateway-gateway-helm-certgen
@@ -6,13 +6,14 @@
namespace: networking
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: networking/envoy-gateway Job: networking/envoy-gateway-gateway-helm-certgen
+++ HelmRelease: networking/envoy-gateway Job: networking/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: networking/envoy-gateway ClusterRole: networking/envoy-gateway-gateway-helm-certgen:networking
+++ HelmRelease: networking/envoy-gateway ClusterRole: networking/envoy-gateway-gateway-helm-certgen:networking
@@ -0,0 +1,31 @@
+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+ name: envoy-gateway-gateway-helm-certgen:networking
+ 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.networking
+ verbs:
+ - update
+ - patch
+
--- HelmRelease: networking/envoy-gateway ClusterRoleBinding: networking/envoy-gateway-gateway-helm-certgen:networking
+++ HelmRelease: networking/envoy-gateway ClusterRoleBinding: networking/envoy-gateway-gateway-helm-certgen:networking
@@ -0,0 +1,21 @@
+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRoleBinding
+metadata:
+ name: envoy-gateway-gateway-helm-certgen:networking
+ 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:networking
+subjects:
+- kind: ServiceAccount
+ name: envoy-gateway-gateway-helm-certgen
+ namespace: networking
+
--- HelmRelease: networking/envoy-gateway MutatingWebhookConfiguration: networking/envoy-gateway-topology-injector.networking
+++ HelmRelease: networking/envoy-gateway MutatingWebhookConfiguration: networking/envoy-gateway-topology-injector.networking
@@ -0,0 +1,41 @@
+---
+apiVersion: admissionregistration.k8s.io/v1
+kind: MutatingWebhookConfiguration
+metadata:
+ name: envoy-gateway-topology-injector.networking
+ 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: networking
+ 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:
+ - networking
+ |
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
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.
Summary by mrge
Updated the envoyproxy/gateway-helm Docker tag from 1.3.3 to 1.4.0 to bring in new features, improvements, and bug fixes from the latest release.