fix(container): update image mirror.gcr.io/envoyproxy/gateway-helm ( v1.8.0 ➔ v1.8.1 )#314
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
--- HelmRelease: network/envoy-gateway ConfigMap: network/envoy-gateway-config
+++ HelmRelease: network/envoy-gateway ConfigMap: network/envoy-gateway-config
@@ -32,9 +32,9 @@
template:
spec:
containers:
- imagePullPolicy: IfNotPresent
name: envoy-ratelimit
shutdownManager:
- image: mirror.gcr.io/envoyproxy/gateway:v1.8.0
+ image: mirror.gcr.io/envoyproxy/gateway:v1.8.1
type: Kubernetes
--- 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: mirror.gcr.io/envoyproxy/gateway:v1.8.0
+ image: mirror.gcr.io/envoyproxy/gateway:v1.8.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 15
--- HelmRelease: network/envoy-gateway Job: network/envoy-gateway-gateway-helm-certgen
+++ HelmRelease: network/envoy-gateway Job: network/envoy-gateway-gateway-helm-certgen
@@ -28,13 +28,13 @@
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: KUBERNETES_CLUSTER_DOMAIN
value: cluster.local
- image: mirror.gcr.io/envoyproxy/gateway:v1.8.0
+ image: mirror.gcr.io/envoyproxy/gateway:v1.8.1
imagePullPolicy: IfNotPresent
name: envoy-gateway-certgen
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
--- HelmRelease: network/envoy-gateway ValidatingAdmissionPolicy: network/safe-upgrades.gateway.networking.k8s.io
+++ HelmRelease: network/envoy-gateway ValidatingAdmissionPolicy: network/safe-upgrades.gateway.networking.k8s.io
@@ -0,0 +1,43 @@
+---
+apiVersion: admissionregistration.k8s.io/v1
+kind: ValidatingAdmissionPolicy
+metadata:
+ annotations:
+ gateway.networking.k8s.io/bundle-version: v1.5.0-dev
+ gateway.networking.k8s.io/channel: standard
+ name: safe-upgrades.gateway.networking.k8s.io
+spec:
+ failurePolicy: Fail
+ matchConstraints:
+ resourceRules:
+ - apiGroups:
+ - apiextensions.k8s.io
+ apiVersions:
+ - v1
+ operations:
+ - CREATE
+ - UPDATE
+ resources:
+ - '*'
+ validations:
+ - expression: object.spec.group != 'gateway.networking.k8s.io' || oldObject == null
+ || ( has(object.metadata.annotations) && object.metadata.annotations.exists(k,
+ k == 'gateway.networking.k8s.io/channel') && object.metadata.annotations['gateway.networking.k8s.io/channel']
+ == 'standard' ) || ( oldObject != null && has(oldObject.metadata.annotations)
+ && oldObject.metadata.annotations.exists(k, k == 'gateway.networking.k8s.io/channel')
+ && oldObject.metadata.annotations['gateway.networking.k8s.io/channel'] == 'experimental'
+ )
+ message: Installing experimental CRDs on top of standard channel CRDs is prohibited
+ by default. Uninstall ValidatingAdmissionPolicy safe-upgrades.gateway.networking.k8s.io
+ to install experimental CRDs on top of standard channel CRDs.
+ reason: Invalid
+ - expression: object.spec.group != 'gateway.networking.k8s.io' || (has(object.metadata.annotations)
+ && object.metadata.annotations.exists(k, k == 'gateway.networking.k8s.io/bundle-version')
+ && !matches(object.metadata.annotations['gateway.networking.k8s.io/bundle-version'],
+ 'v1.[0-4].\\d+') && !matches(object.metadata.annotations['gateway.networking.k8s.io/bundle-version'],
+ 'v0'))
+ message: Installing CRDs with version before v1.5.0 is prohibited by default.
+ Uninstall ValidatingAdmissionPolicy safe-upgrades.gateway.networking.k8s.io
+ to install older versions.
+ reason: Invalid
+
--- HelmRelease: network/envoy-gateway ValidatingAdmissionPolicyBinding: network/safe-upgrades.gateway.networking.k8s.io
+++ HelmRelease: network/envoy-gateway ValidatingAdmissionPolicyBinding: network/safe-upgrades.gateway.networking.k8s.io
@@ -0,0 +1,24 @@
+---
+apiVersion: admissionregistration.k8s.io/v1
+kind: ValidatingAdmissionPolicyBinding
+metadata:
+ annotations:
+ gateway.networking.k8s.io/bundle-version: v1.5.0-dev
+ gateway.networking.k8s.io/channel: standard
+ name: safe-upgrades.gateway.networking.k8s.io
+spec:
+ policyName: safe-upgrades.gateway.networking.k8s.io
+ validationActions:
+ - Deny
+ matchResources:
+ resourceRules:
+ - apiGroups:
+ - apiextensions.k8s.io
+ apiVersions:
+ - v1
+ resources:
+ - customresourcedefinitions
+ operations:
+ - CREATE
+ - UPDATE
+ |
Contributor
--- kubernetes/apps/network/envoy-gateway/app Kustomization: network/envoy-gateway OCIRepository: network/envoy-gateway
+++ kubernetes/apps/network/envoy-gateway/app Kustomization: network/envoy-gateway OCIRepository: network/envoy-gateway
@@ -10,9 +10,9 @@
spec:
interval: 15m
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
- tag: v1.8.0
+ tag: v1.8.1
url: oci://mirror.gcr.io/envoyproxy/gateway-helm
|
…v1.8.0 ➔ v1.8.1 )
9d396b4 to
08c521e
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:
v1.8.0→v1.8.1Release Notes
envoyproxy/gateway (mirror.gcr.io/envoyproxy/gateway-helm)
v1.8.1Compare Source
Release Announcement
Check out the v1.8.1 release announcement to learn more about the release.
What's Changed
Full Changelog: envoyproxy/gateway@v1.8.0...v1.8.1
v1.8.1Compare Source
Release Announcement
Check out the v1.8.1 release announcement to learn more about the release.
What's Changed
Full Changelog: envoyproxy/gateway@v1.8.0...v1.8.1
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.