From 2947049e06f5d917771ac241b47bfa3b96f8cbce Mon Sep 17 00:00:00 2001 From: Tenshin Higashi Date: Tue, 11 Jun 2024 14:41:47 -0400 Subject: [PATCH] Fixing CI to be 3.10-dev Signed-off-by: Tenshin Higashi --- CHANGELOG.md | 17 ++--------------- charts/emissary-ingress/CHANGELOG.md | 4 ---- docs/releaseNotes.yml | 23 +++-------------------- 3 files changed, 5 insertions(+), 39 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3833944148..9be426e008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,21 +85,8 @@ it will be removed; but as it won't be user-visible this isn't considered a brea ## RELEASE NOTES -## [3.11.0] TBD -[3.11.0]: https://github.com/emissary-ingress/emissary/compare/v3.10.0...v3.11.0 - -### Emissary-ingress and Ambassador Edge Stack - -- Feature: This upgrades Emissary-ingress to be built on Envoy v1.30.2 which provides security, - performance and feature enhancements. You can read more about them here: Envoy Proxy - 1.28.0 Release Notes - -- Change: Upgraded Emissary-ingress to the latest release of Golang as part of our general - dependency upgrade process. - -## [3.10.0] TBD -[3.10.0]: https://github.com/emissary-ingress/emissary/compare/v3.9.0...v3.10.0 +## [3.10.0-dev] TBD +[3.10.0-dev]: https://github.com/emissary-ingress/emissary/compare/v3.9.0...v3.10.0-dev ### Emissary-ingress and Ambassador Edge Stack diff --git a/charts/emissary-ingress/CHANGELOG.md b/charts/emissary-ingress/CHANGELOG.md index d927ef0196..97afea2fe1 100644 --- a/charts/emissary-ingress/CHANGELOG.md +++ b/charts/emissary-ingress/CHANGELOG.md @@ -3,10 +3,6 @@ This file documents all notable changes to Ambassador Helm Chart. The release numbering uses [semantic versioning](http://semver.org). -## v8.11.0 - TBD - -- Upgrade Emissary to v3.11.0 [CHANGELOG](https://github.com/emissary-ingress/emissary/blob/master/CHANGELOG.md) - ## v8.10.0 - TBD - Upgrade Emissary to v3.10.0 [CHANGELOG](https://github.com/emissary-ingress/emissary/blob/master/CHANGELOG.md) diff --git a/docs/releaseNotes.yml b/docs/releaseNotes.yml index 8f1f85171b..9967263079 100644 --- a/docs/releaseNotes.yml +++ b/docs/releaseNotes.yml @@ -32,28 +32,11 @@ changelog: https://github.com/emissary-ingress/emissary/blob/$branch$/CHANGELOG.md items: - - version: 3.11.0 - prevVersion: 3.10.0 - date: 'TBD' - notes: - - title: Upgrade to Envoy 1.30.2 - type: feature - body: >- - This upgrades $productName$ to be built on Envoy v1.30.2 which provides security, performance - and feature enhancements. You can read more about them here: - Envoy Proxy 1.28.0 Release Notes - docs: https://www.envoyproxy.io/docs/envoy/v1.30.2/version_history/version_history - - - title: Update to golang 1.22.4 - type: change - body: >- - Upgraded $productName$ to the latest release of Golang as part of our general dependency upgrade process. - - - version: 3.10.0 + - version: 3.10.0-dev prevVersion: 3.9.0 date: 'TBD' notes: - - title: Upgrade to Envoy 1.28.0 + - title: Upgrade to Envoy 1.30.2 type: feature body: >- This upgrades $productName$ to be built on Envoy v1.28.0 which provides security, performance @@ -69,7 +52,7 @@ items: installing it using the instructions found in the Ambassador Agent Repo. docs: https://github.com/datawire/ambassador-agent - - title: Update to golang 1.21.5 + - title: Update to golang 1.22.4 type: change body: >- Upgraded $productName$ to the latest release of Golang as part of our general dependency upgrade process.