Compare commits

...

3 Commits

Author SHA1 Message Date
Lance Austin dcc141b194
helm: add changelog note for 8.7.1
Signed-off-by: Lance Austin <laustin@datawire.io>
2023-07-13 11:43:33 -05:00
Lance Austin c55635bbb6
release(v3.7.1): update change log for release
Signed-off-by: Lance Austin <laustin@datawire.io>
2023-07-13 11:03:36 -05:00
Lance Austin 24a813e941
deps: bump envoy to 1.26.3
Envoy released a zero-day fix for CVE-2023-35945. This updates our
custom build of Envoy with the fix and our custom commits based on
Envoy 1.26.3.

Signed-off-by: Lance Austin <laustin@datawire.io>
2023-07-13 11:02:57 -05:00
4 changed files with 24 additions and 3 deletions

View File

@ -85,6 +85,14 @@ it will be removed; but as it won't be user-visible this isn't considered a brea
## RELEASE NOTES
## [3.7.1] July 13, 2023
[3.7.1]: https://github.com/emissary-ingress/emissary/compare/v3.7.0...v3.7.1
### Emissary-ingress and Ambassador Edge Stack
- Security: This upgrades Emissary-ingress to be built on Envoy v1.26.3 which includes a security
fix for CVE-2023-35945.
## [3.7.0] June 20, 2023
[3.7.0]: https://github.com/emissary-ingress/emissary/compare/v3.6.0...v3.7.0

View File

@ -13,12 +13,12 @@ RSYNC_EXTRAS ?=
# IF YOU MESS WITH ANY OF THESE VALUES, YOU MUST RUN `make update-base`.
ENVOY_REPO ?= $(if $(IS_PRIVATE),git@github.com:datawire/envoy-private.git,https://github.com/datawire/envoy.git)
# rebase/release/v1.26.1
ENVOY_COMMIT ?= ea206542ed81559f2e0571610f4008daa27ec167
# rebase/release/v1.26.3
ENVOY_COMMIT ?= 3480b07639bbfcc41b7c3030091eda48fa6f699b
ENVOY_COMPILATION_MODE ?= opt
# Increment BASE_ENVOY_RELVER on changes to `docker/base-envoy/Dockerfile`, or Envoy recipes.
# You may reset BASE_ENVOY_RELVER when adjusting ENVOY_COMMIT.
BASE_ENVOY_RELVER ?= 2
BASE_ENVOY_RELVER ?= 0
# Set to non-empty to enable compiling Envoy in FIPS mode.
FIPS_MODE ?=

View File

@ -3,6 +3,10 @@
This file documents all notable changes to Ambassador Helm Chart. The release
numbering uses [semantic versioning](http://semver.org).
## v8.7.1- 2023-07-13
- Upgrade Emissary to v3.7.1 [CHANGELOG](https://github.com/emissary-ingress/emissary/blob/master/CHANGELOG.md)
## v8.7.0 - 2023-06-20
- Upgrade Emissary to v3.7.0 [CHANGELOG](https://github.com/emissary-ingress/emissary/blob/master/CHANGELOG.md)

View File

@ -32,6 +32,15 @@
changelog: https://github.com/emissary-ingress/emissary/blob/$branch$/CHANGELOG.md
items:
- version: 3.7.1
prevVersion: 3.7.0
date: '2023-07-13'
notes:
- title: Upgrade to Envoy 1.26.3
type: security
body: >-
This upgrades $productName$ to be built on Envoy v1.26.3 which includes a security fix for CVE-2023-35945.
- version: 3.7.0
prevVersion: 3.6.0
date: '2023-06-20'