You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# CHANGELOG
2
2
3
+
## v1.2.1
4
+
5
+
### Summary
6
+
This release includes the fix for virtual gateway pod mutator to include xray daemon port correctly and handle crash due to duplicate cloud map namespaces and service names.
7
+
8
+
### Changes
9
+
- Use ubuntu-18.04 instead of latest in github actions workflows ( [#399](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/399)@fawadkhaliq)
10
+
- Handle duplicate cloud map service scenario ( [#398](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/398)@achevuru)
11
+
- Add the missing xray daemon port in virtualgateway pod mutator ( [#396](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/396)@fawadkhaliq)
12
+
- Added howto-k8s-cross-cluster link in live docs ( [#391](https://github.com/aws/aws-app-mesh-controller-for-k8s/pull/391)@cgchinmay)
0 commit comments