diff --git a/CHANGELOG.md b/CHANGELOG.md index 639ad22e74..79a5626177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,6 +85,15 @@ it will be removed; but as it won't be user-visible this isn't considered a brea ## RELEASE NOTES +## [3.5.1] February 14, 2023 +[3.5.1]: https://github.com/emissary-ingress/emissary/compare/v3.5.0...v3.5.1 + +### Emissary-ingress and Ambassador Edge Stack + +- Bugfix: No changes made to Emissary-ingress but this patch release addresses a regression where + the Module resource fails validation when setting the ambassador_id after upgrading to + `getambassador.io/v3alpha1`.

Thanks to [pie-r](https://github.com/pie-r) + ## [3.5.0] February 15, 2023 [3.5.0]: https://github.com/emissary-ingress/emissary/compare/v3.4.0...v3.5.0 diff --git a/docs/releaseNotes.yml b/docs/releaseNotes.yml index 2b67ce3c3e..5c6914fbe1 100644 --- a/docs/releaseNotes.yml +++ b/docs/releaseNotes.yml @@ -32,6 +32,18 @@ changelog: https://github.com/emissary-ingress/emissary/blob/$branch$/CHANGELOG.md items: + - version: 3.5.1 + prevVersion: 3.5.0 + date: '2023-02-14' + notes: + - title: Fix helm chart regression when setting Ambassador_ID + type: bugfix + body: >- + No changes made to Emissary-ingress but this patch release addresses a regression where the + Module resource fails validation when setting the ambassador_id after upgrading to `getambassador.io/v3alpha1`. +

+ Thanks to [pie-r](https://github.com/pie-r) + - version: 3.5.0 prevVersion: 3.4.0 date: '2023-02-15'