Skip to content

Commit 1cd5960

Browse files
kumahq[bot]renovate[bot]lukidzi
authored
chore(deps): bump envoy from v1.32.10 to v1.32.12 (backport of #14445) (#14447)
Automatic cherry-pick of #14445 for branch release-2.10 Generated by [action](https://github.com/kumahq/kuma/actions/runs/17590473468) cherry-picked commit e9bfa08 ⚠️ ⚠️ ⚠️ Conflicts happened when cherry-picking! ⚠️ ⚠️ ⚠️ ``` On branch release-2.10 Your branch is up to date with 'origin/release-2.10'. You are currently cherry-picking commit e9bfa08. (fix conflicts and run "git cherry-pick --continue") (use "git cherry-pick --skip" to skip this patch) (use "git cherry-pick --abort" to cancel the cherry-pick operation) Unmerged paths: (use "git add <file>..." to mark resolution) both modified: mk/dev.mk no changes added to commit (use "git add" and/or "git commit -a") ``` --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Lukasz Dziedziak <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukasz Dziedziak <[email protected]>
1 parent 8f5f093 commit 1cd5960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/dev.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GIT_TAG = $(word 2, $(BUILD_INFO))
77
GIT_COMMIT = $(word 3, $(BUILD_INFO))
88
BUILD_DATE = $(word 4, $(BUILD_INFO))
99
CI_TOOLS_VERSION = $(word 5, $(BUILD_INFO))
10-
ENVOY_VERSION ?= 1.32.10
10+
ENVOY_VERSION ?= 1.32.12
1111
KUMA_CHARTS_URL ?= https://kumahq.github.io/charts
1212
CHART_REPO_NAME ?= kuma
1313
PROJECT_NAME ?= kuma

0 commit comments

Comments
 (0)