Skip to content

Commit

Permalink
[CONSUL-399] Update envoy to 1.23.1 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezfepo committed Oct 18, 2022
1 parent 15b4939 commit 3277afb
Show file tree
Hide file tree
Showing 6 changed files with 178 additions and 118 deletions.
2 changes: 1 addition & 1 deletion build-support-windows/build-consul-dev-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd ../
rm -rf dist

export GOOS=windows GOARCH=amd64
VERSION=1.13.1
VERSION=1.13.2
CONSUL_BUILDDATE=$(date +"%Y-%m-%dT%H:%M:%SZ")
GIT_IMPORT=github.com/hashicorp/consul/version
GOLDFLAGS=" -X $GIT_IMPORT.Version=$VERSION -X $GIT_IMPORT.VersionPrerelease=dev -X $GIT_IMPORT.BuildDate=$CONSUL_BUILDDATE "
Expand Down
4 changes: 2 additions & 2 deletions build-support-windows/build-consul-local-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

readonly HASHICORP_DOCKER_PROXY="docker.mirror.hashicorp.services"

# Build Consul Version 1.13.1 / 1.12.4 / 1.11.8
# Build Consul Version 1.13.2 / 1.12.4 / 1.11.8
VERSION=${VERSION:-"1.13.2"}
export VERSION

# Build Windows Envoy Version 1.23.1 / 1.21.4 / 1.19.5
ENVOY_VERSION=${ENVOY_VERSION:-"1.21.4"}
ENVOY_VERSION=${ENVOY_VERSION:-"1.23.1"}
export ENVOY_VERSION

echo "Building Images"
Expand Down
Loading

0 comments on commit 3277afb

Please sign in to comment.