Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.7.1
v1.7.2
4 changes: 2 additions & 2 deletions api/v1alpha1/shared_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ const (
// DefaultDeploymentMemoryResourceRequests for deployment memory resource
DefaultDeploymentMemoryResourceRequests = "512Mi"
// DefaultEnvoyProxyImage is the default image used by envoyproxy
DefaultEnvoyProxyImage = "docker.io/envoyproxy/envoy:distroless-v1.37.1"
DefaultEnvoyProxyImage = "docker.io/envoyproxy/envoy:distroless-v1.37.2"
// DefaultShutdownManagerCPUResourceRequests for shutdown manager cpu resource
DefaultShutdownManagerCPUResourceRequests = "10m"
// DefaultShutdownManagerMemoryResourceRequests for shutdown manager memory resource
DefaultShutdownManagerMemoryResourceRequests = "32Mi"
// DefaultShutdownManagerImage is the default image used for the shutdown manager.
DefaultShutdownManagerImage = "docker.io/envoyproxy/gateway-dev:latest"
// DefaultRateLimitImage is the default image used by ratelimit.
DefaultRateLimitImage = "docker.io/envoyproxy/ratelimit:c8765e89"
DefaultRateLimitImage = "docker.io/envoyproxy/ratelimit:05c08d03"
// HTTPProtocol is the common-used http protocol.
HTTPProtocol = "http"
// GRPCProtocol is the common-used grpc protocol.
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ helm uninstall eg -n envoy-gateway-system
| global.images.envoyGateway.image | string | `nil` | |
| global.images.envoyGateway.pullPolicy | string | `nil` | |
| global.images.envoyGateway.pullSecrets | list | `[]` | |
| global.images.ratelimit.image | string | `"docker.io/envoyproxy/ratelimit:c8765e89"` | |
| global.images.ratelimit.image | string | `"docker.io/envoyproxy/ratelimit:05c08d03"` | |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Synchronize Helm API docs with bumped ratelimit image

After this line updates the chart default to docker.io/envoyproxy/ratelimit:05c08d03, the published Helm API page still advertises c8765e89 (site/content/en/latest/install/gateway-helm-api.md, table row global.images.ratelimit.image). That creates contradictory documentation for the same release, and users who copy the site table can pin the old (pre-bump) image instead of the intended security-updated default.

Useful? React with 👍 / 👎.

| global.images.ratelimit.pullPolicy | string | `"IfNotPresent"` | |
| global.images.ratelimit.pullSecrets | list | `[]` | |
| hpa.behavior | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway-helm/values.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ global:
pullSecrets: []
ratelimit:
# This is the full image name including the hub, repo, and tag.
image: "docker.io/envoyproxy/ratelimit:c8765e89"
image: "docker.io/envoyproxy/ratelimit:05c08d03"
# Specify image pull policy if default behavior isn't desired.
# Default behavior: latest images will be Always else IfNotPresent.
pullPolicy: IfNotPresent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ provider:
kubernetes:
rateLimitDeployment:
container:
image: docker.io/envoyproxy/ratelimit:c8765e89
image: docker.io/envoyproxy/ratelimit:05c08d03
patch:
type: StrategicMerge
value:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -686,7 +686,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.annotations['topology.kubernetes.io/zone']
image: docker.io/envoyproxy/envoy:distroless-v1.37.1
image: docker.io/envoyproxy/envoy:distroless-v1.37.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Loading
Loading