Skip to content

Commit af405b4

Browse files
author
Fawad Khaliq
authored
Added changelog for v1.1.0 (#311)
1 parent 05459ea commit af405b4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

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

3+
## v1.1.0
4+
5+
### Summary
6+
7+
This release includes new custom resources (Virtual Gateway and Gateway Routes) and new default Envoy image.
8+
9+
### Changes
10+
11+
* Custom resources added:
12+
* Virtual Gateway: A virtual gateway allows resources outside your mesh to communicate to resources that are inside your mesh. The virtual gateway represents an Envoy proxy running in a Kubernetes service. Unlike a virtual node, which represents a proxy running with an application, a virtual gateway represents the proxy deployed by itself ( [#249](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/249) @fawadkhaliq )
13+
* Gateway Route: A gateway route is used to specify the routes from Virtual Gateway to the backend Virtual Services. ( [#256](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/256) @fawadkhaliq )
14+
* Bump Envoy image version to v1.12.4.0-prod ( [#301](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/301) @karanvasnani)
15+
* Added the support to inject Virtual Gateway configuration to Envoys ( [#262](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/262) @fawadkhaliq)
16+
* Updated APISpec and usage guide docs to include Virtual Gateways ([#304](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/304), [#307](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/307) @M00nF1sh @fawadkhaliq )
17+
* Use latest aws-sdk-go for Virtual Gateways ( [#309](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/309) @achevuru)
18+
319
## v1.0.0
420

521
## Summary

0 commit comments

Comments
 (0)