mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-02 19:04:14 +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]
|
||||
|
||||
## v0.9.1
|
||||
|
||||
### Security
|
||||
|
||||
- envoy: fixes CVE-2020-11080 by rejecting HTTP/2 SETTINGS frames with too many parameters
|
||||
|
||||
## v0.9.0
|
||||
|
||||
### New
|
||||
|
|
|
@ -3,7 +3,7 @@ set -euo pipefail
|
|||
|
||||
BINARY=$1
|
||||
|
||||
ENVOY_VERSION=1.14.1
|
||||
ENVOY_VERSION=1.14.2
|
||||
DIR=$(dirname "${BINARY}")
|
||||
GOOS=$(echo "${GOOS-}" | cut -d _ -f 1) # goreleaser is fine
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue