File tree Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,19 @@ it will be removed; but as it won't be user-visible this isn't considered a brea
85
85
86
86
## RELEASE NOTES
87
87
88
+ ## [ 3.11.0] TBD
89
+ [ 3.11.0 ] : https://github.com/emissary-ingress/emissary/compare/v3.10.0...v3.11.0
90
+
91
+ ### Emissary-ingress and Ambassador Edge Stack
92
+
93
+ - Feature: This upgrades Emissary-ingress to be built on Envoy v1.30.2 which provides security,
94
+ performance and feature enhancements. You can read more about them here: <a
95
+ href="https://www.envoyproxy.io/docs/envoy/v1.30.2/version_history/version_history">Envoy Proxy
96
+ 1.28.0 Release Notes</a >
97
+
98
+ - Change: Upgraded Emissary-ingress to the latest release of Golang as part of our general
99
+ dependency upgrade process.
100
+
88
101
## [ 3.10.0] TBD
89
102
[ 3.10.0 ] : https://github.com/emissary-ingress/emissary/compare/v3.9.0...v3.10.0
90
103
Original file line number Diff line number Diff line change 3
3
This file documents all notable changes to Ambassador Helm Chart. The release
4
4
numbering uses [ semantic versioning] ( http://semver.org ) .
5
5
6
+ ## v8.11.0 - TBD
7
+
8
+ - Upgrade Emissary to v3.11.0 [ CHANGELOG] ( https://github.com/emissary-ingress/emissary/blob/master/CHANGELOG.md )
9
+
6
10
## v8.10.0 - TBD
7
11
8
12
- Upgrade Emissary to v3.10.0 [ CHANGELOG] ( https://github.com/emissary-ingress/emissary/blob/master/CHANGELOG.md )
Original file line number Diff line number Diff line change 32
32
33
33
changelog : https://github.com/emissary-ingress/emissary/blob/$branch$/CHANGELOG.md
34
34
items :
35
+ - version : 3.11.0
36
+ prevVersion : 3.10.0
37
+ date : ' TBD'
38
+ notes :
39
+ - title : Upgrade to Envoy 1.30.2
40
+ type : feature
41
+ body : >-
42
+ This upgrades $productName$ to be built on Envoy v1.30.2 which provides security, performance
43
+ and feature enhancements. You can read more about them here:
44
+ <a href="https://www.envoyproxy.io/docs/envoy/v1.30.2/version_history/version_history">Envoy Proxy 1.28.0 Release Notes</a>
45
+ docs : https://www.envoyproxy.io/docs/envoy/v1.30.2/version_history/version_history
46
+
47
+ - title : Update to golang 1.22.4
48
+ type : change
49
+ body : >-
50
+ Upgraded $productName$ to the latest release of Golang as part of our general dependency upgrade process.
51
+
35
52
- version : 3.10.0
36
53
prevVersion : 3.9.0
37
54
date : ' TBD'
You can’t perform that action at this time.
0 commit comments