Skip to content

Commit 32b5943

Browse files
author
Fawad Khaliq
authored
Add change log for v1.1.1 (#341)
1 parent 6ad8f9d commit 32b5943

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# CHANGELOG
22

3+
## v1.1.1
4+
5+
### Summary
6+
7+
This release includes several minor enhancements and bug fixes. Some of the enhancements are Envoy preStop hook, expose ability to override default XRay image, readiness probe for Envoy, expose optional resource limits for sidecars and have a way to choose between default opt-in / opt-out sidecar injection mode per namespace
8+
9+
### Changes
10+
11+
- Envoy PreStop hook support ( [#312](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/312) @achevuru)
12+
- Controller gets stuck in a crash loop ( [#314](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/314) @achevuru)
13+
- Expose configuration for x-ray sidecar image ( [#287](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/287) @cmdallas)
14+
- Update proxy route manager to v3-prod ( [#321](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/321) @flashyang)
15+
- Add readiness probe for envoy container ( [#325](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/325) @fawadkhaliq)
16+
- Provide default opt-in and opt-out options for sidecar injection ( [#338](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/338) @fawadkhaliq )
17+
- Add optional resource limits for init and sidecar containers ( [#326](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/326) @fawadkhaliq )
18+
- Fix the account ID flag setup in cloud config ( [#330](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/330) @fawadkhaliq )
19+
- Enhance Validation for VirtualNodes and VirtualRouters specs ( [#331](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/331) @achevuru)
20+
- Enhanced unit and integration tests ( [#322](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/322) [#332](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/332) [#323](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/323) [#324](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/324) [#327](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/327) @fawadkhaliq)
21+
- Add howto-k8s-tls-file-based tutorial ( [#335](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/335) @fawadkhaliq)
22+
- Update default Envoy sidecar image to v1.15.0 ( [#336](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/336) @lavignes @abaptiste)
23+
- Support to configure DNS TTL value of CloudMap services ( [#337](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/337) @achevuru)
24+
325
## v1.1.0
426

527
### Summary

0 commit comments

Comments
 (0)