mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-30 17:37:25 +02:00
envoy: bump envoy to 1.14.2 (#894)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
97cead4d08
commit
e57f92486a
2 changed files with 7 additions and 1 deletions
|
@ -6,6 +6,12 @@
|
||||||
|
|
||||||
- config: add remove_request_headers @cuonglm [GH-702]
|
- config: add remove_request_headers @cuonglm [GH-702]
|
||||||
|
|
||||||
|
## v0.9.1
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
- envoy: fixes CVE-2020-11080 by rejecting HTTP/2 SETTINGS frames with too many parameters
|
||||||
|
|
||||||
## v0.9.0
|
## v0.9.0
|
||||||
|
|
||||||
### New
|
### New
|
||||||
|
|
|
@ -3,7 +3,7 @@ set -euo pipefail
|
||||||
|
|
||||||
BINARY=$1
|
BINARY=$1
|
||||||
|
|
||||||
ENVOY_VERSION=1.14.1
|
ENVOY_VERSION=1.14.2
|
||||||
DIR=$(dirname "${BINARY}")
|
DIR=$(dirname "${BINARY}")
|
||||||
GOOS=$(echo "${GOOS-}" | cut -d _ -f 1) # goreleaser is fine
|
GOOS=$(echo "${GOOS-}" | cut -d _ -f 1) # goreleaser is fine
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue