Skip to content

Commit

Permalink
Fixing CI to be 3.10-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Tenshin Higashi <[email protected]>
  • Loading branch information
tenshinhigashi authored and Alice-Lilith committed Jun 17, 2024
1 parent 16c971e commit 2947049
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 39 deletions.
17 changes: 2 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <a
href="https://www.envoyproxy.io/docs/envoy/v1.30.2/version_history/version_history">Envoy Proxy
1.28.0 Release Notes</a>

- 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

Expand Down
4 changes: 0 additions & 4 deletions charts/emissary-ingress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
23 changes: 3 additions & 20 deletions docs/releaseNotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<a href="https://www.envoyproxy.io/docs/envoy/v1.30.2/version_history/version_history">Envoy Proxy 1.28.0 Release Notes</a>
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
Expand All @@ -69,7 +52,7 @@ items:
installing it using the instructions found in the <a href="https://github.com/datawire/ambassador-agenty">Ambassador Agent Repo</a>.
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.
Expand Down

0 comments on commit 2947049

Please sign in to comment.