Skip to content

Commit

Permalink
chore(*): upgrade Envoy to 1.22.1 (backport #4464) (#4465)
Browse files Browse the repository at this point in the history
chore(*): upgrade Envoy to 1.22.1 (#4464)

Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>
(cherry picked from commit 84fce13)

Co-authored-by: Ilya Lobkov <ilya.lobkov@konghq.com>
  • Loading branch information
mergify[bot] and lobkovilya authored Jun 13, 2022
1 parent d794f3a commit 656a40b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mk/envoy.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ KUMA_DIR ?= .

BUILD_ENVOY_FROM_SOURCES ?= false

ENVOY_TAG ?= v1.22.0 # commit hash or git tag
ENVOY_TAG ?= v1.22.1 # commit hash or git tag
# Remember to update pkg/version/compatibility.go
ENVOY_VERSION = $(shell ${KUMA_DIR}/tools/envoy/version.sh ${ENVOY_TAG})

Expand Down
2 changes: 1 addition & 1 deletion tools/releases/distros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PULP_HOST="https://api.pulp.konnect-prod.konghq.com"
PULP_PACKAGE_TYPE="mesh"
PULP_DIST_NAME="alpine"
[ -z "$RELEASE_NAME" ] && RELEASE_NAME="kuma"
ENVOY_VERSION=1.22.0
ENVOY_VERSION=1.22.1
[ -z "$KUMA_CONFIG_PATH" ] && KUMA_CONFIG_PATH=pkg/config/app/kuma-cp/kuma-cp.defaults.yaml
CTL_NAME="kumactl"

Expand Down
2 changes: 1 addition & 1 deletion tools/releases/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source "${SCRIPT_DIR}/../common.sh"
KUMA_DOCKER_REPO="${KUMA_DOCKER_REPO:-docker.io}"
KUMA_DOCKER_REPO_ORG="${KUMA_DOCKER_REPO_ORG:-${KUMA_DOCKER_REPO}/kumahq}"
KUMA_COMPONENTS="${KUMA_COMPONENTS:-kuma-cp kuma-dp kumactl kuma-init kuma-prometheus-sd}"
ENVOY_VERSION="${ENVOY_VERSION:-1.22.0}"
ENVOY_VERSION="${ENVOY_VERSION:-1.22.1}"
BUILD_ARCH="${BUILD_ARCH:-amd64 arm64}"

function build() {
Expand Down

0 comments on commit 656a40b

Please sign in to comment.