Skip to content

Commit 8c2633e

Browse files
author
Fawad Khaliq
authored
Fix envoy version in change log and default config (#387)
1 parent 12e4930 commit 8c2633e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## v1.2.0
44

55
### Summary
6-
This release includes support for outlier detection, circuit breakers using connection pools, support for additional Envoy config parameters, new Envoy version v1.15.0.0-prod, GitHub Actions integration for automated tests and bug fixes.
6+
This release includes support for outlier detection, circuit breakers using connection pools, support for additional Envoy config parameters, new Envoy version v1.15.1.0-prod, GitHub Actions integration for automated tests and bug fixes.
77

88
### Changes
99
* Update API docs with outlier detection and connection pools ([#384](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/384) @fawadkhaliq)

pkg/inject/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (cfg *Config) BindFlags(fs *pflag.FlagSet) {
9696
`If enabled, a fsGroup: 1337 will be injected in the absence of it within pod securityContext`)
9797
fs.BoolVar(&cfg.EnableECRSecret, flagEnableECRSecret, false,
9898
"If enabled, 'appmesh-ecr-secret' secret will be injected in the absence of it within pod imagePullSecrets")
99-
fs.StringVar(&cfg.SidecarImage, flagSidecarImage, "840364872350.dkr.ecr.us-west-2.amazonaws.com/aws-appmesh-envoy:v1.15.0.0-prod",
99+
fs.StringVar(&cfg.SidecarImage, flagSidecarImage, "840364872350.dkr.ecr.us-west-2.amazonaws.com/aws-appmesh-envoy:v1.15.1.0-prod",
100100
"Envoy sidecar container image.")
101101
fs.StringVar(&cfg.SidecarCpuRequests, flagSidecarCpuRequests, "10m",
102102
"Sidecar CPU resources requests.")

0 commit comments

Comments
 (0)