Skip to content

Commit

Permalink
[release-1.17] 2023 04 04 release 117 (#73)
Browse files Browse the repository at this point in the history
* Update workspace to support Envoy CVE fixes

* Fix build compilation issue

* Fix testdata
  • Loading branch information
jacob-delgado authored Apr 1, 2023
1 parent 02094ea commit d799381
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion Makefile.core.mk
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ check:
lint: lint-copyright-banner format-go lint-go tidy-go lint-scripts
@scripts/check-repository.sh
@scripts/check-style.sh
@scripts/verify-last-flag-matches-upstream.sh

protoc = protoc -I common-protos -I extensions
protoc_gen_docs_plugin := --docs_out=camel_case_fields=false,warnings=true,per_file=true,mode=html_fragment_with_front_matter:$(repo_dir)/
Expand Down
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ bind(
# 2. Update .bazelversion, envoy.bazelrc and .bazelrc if needed.
#
# Note: this is needed by release builder to resolve envoy dep sha to tag.
# Commit date: 2023-03-27
ENVOY_SHA = "d97f4b8d1c13120c1965161b287a99056d9a862b"
# Commit date: 2023-03-28
ENVOY_SHA = "d45eacec11967b7c3fce724709239f2bf9ca0cc4"

ENVOY_SHA256 = "399807a01fecd8bad6caf6a4cbb94a11d236821d5400afeb61d85f9e88adeed7"
ENVOY_SHA256 = "9d34f2dd099d7ceac6f19a9b13edb50232066682ba99d22e79520b62b29e702f"

ENVOY_ORG = "envoyproxy"
ENVOY_ORG = "istio"

ENVOY_REPO = "envoy"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ labels:
upstream_cluster: "server-outbound-cluster"
route_name: client_route
response_details: "via_upstream"
x-envoy-original-path: va lue
x-envoy-original-dst-host: va lue
severity: INFO
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ labels:
upstream_cluster: "server-inbound-cluster"
response_details: "via_upstream"
route_name: server_route
x-envoy-original-path: va lue
x-envoy-original-dst-host: va lue
severity: INFO

0 comments on commit d799381

Please sign in to comment.