Skip to content

Commit

Permalink
add 3.8.2 release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Alice Wasko <[email protected]>
  • Loading branch information
Alice Wasko committed Oct 11, 2023
1 parent 9cdefa3 commit 0185327
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,20 @@ it will be removed; but as it won't be user-visible this isn't considered a brea

## RELEASE NOTES

## [3.8.2] October 11, 2023
[3.8.2]: https://github.com/emissary-ingress/emissary/compare/v3.8.1...v3.8.2

### Emissary-ingress and Ambassador Edge Stack

- Security: This release includes security patches to the current Envoy proxy version to address CVE
2023-44487 and includes a fix to determine if a client is making too many requests with premature
resets. The connection is disconnected if more than 50% of resets are considered premature.
Another fix is also included which exposes a runtime setting to control the limit on the number of
HTTP requests processed from a single connection in a single I/O cycle to mitigate CPU starvation.

- Security: Upgrading to the latest release of Golang as part of our general dependency upgrade
process. This update resolves CVE-2023-39323 and CVE-2023-39325.

## [3.8.1] September 18, 2023
[3.8.1]: https://github.com/emissary-ingress/emissary/compare/v3.8.0...v3.8.1

Expand Down
14 changes: 14 additions & 0 deletions docs/releaseNotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@

changelog: https://github.com/emissary-ingress/emissary/blob/$branch$/CHANGELOG.md
items:
- version: 3.8.2
date: '2023-10-11'
notes:
- title: Upgrade Envoy
type: security
body: >-
This release includes security patches to the current Envoy proxy version to address CVE 2023-44487 and includes a fix to determine if a client is making too many requests with premature resets. The connection is disconnected if more than 50% of resets are considered premature. Another fix is also included which exposes a runtime setting to control the limit on the number of HTTP requests processed
from a single connection in a single I/O cycle to mitigate CPU starvation.
- title: Upgrade Golang to 1.20.10
type: security
body: >-
Upgrading to the latest release of Golang as part of our general dependency upgrade process. This update resolves CVE-2023-39323 and CVE-2023-39325.
- version: 3.8.1
prevVersion: 3.8.0
date: '2023-09-18'
Expand Down
Loading

0 comments on commit 0185327

Please sign in to comment.