Skip to content

Commit 16c971e

Browse files
tenshinhigashiAlice-Lilith
authored andcommitted
Updating release notes
Signed-off-by: Tenshin Higashi <[email protected]>
1 parent 1d56ae0 commit 16c971e

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,19 @@ it will be removed; but as it won't be user-visible this isn't considered a brea
8585

8686
## RELEASE NOTES
8787

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+
88101
## [3.10.0] TBD
89102
[3.10.0]: https://github.com/emissary-ingress/emissary/compare/v3.9.0...v3.10.0
90103

charts/emissary-ingress/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This file documents all notable changes to Ambassador Helm Chart. The release
44
numbering uses [semantic versioning](http://semver.org).
55

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+
610
## v8.10.0 - TBD
711

812
- Upgrade Emissary to v3.10.0 [CHANGELOG](https://github.com/emissary-ingress/emissary/blob/master/CHANGELOG.md)

docs/releaseNotes.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,23 @@
3232

3333
changelog: https://github.com/emissary-ingress/emissary/blob/$branch$/CHANGELOG.md
3434
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+
3552
- version: 3.10.0
3653
prevVersion: 3.9.0
3754
date: 'TBD'

0 commit comments

Comments
 (0)