Skip to content

Commit

Permalink
[release-1.15] 2023 04 04 release 115 (#71)
Browse files Browse the repository at this point in the history
* Update envoy sha for security release for release-1.15

* fix ENVOY_SHA

* Fix build compilation

* Fix testdata
  • Loading branch information
jacob-delgado authored Apr 2, 2023
1 parent 721cf27 commit 9da601c
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 @@ -151,7 +151,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 @@ -38,12 +38,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-24
ENVOY_SHA = "a9c5a1936186da647b30b997183e58daf0e16c7a"
# Commit date: 2023-03-28
ENVOY_SHA = "87bbee939d9691d20c72936a03dd38457368babd"

ENVOY_SHA256 = "a5a203ef11d20ee4bc4818dc70e798f6fbe2b9eeaac8f0dc97deffbb43565155"
ENVOY_SHA256 = "6359991c3c7f6a52820d82416a8bba8788488cc3e0d9de59d61787c31a69906f"

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 9da601c

Please sign in to comment.