Skip to content

Commit

Permalink
chore(deps): upgrade envoy to v1.30.9 (#12460)
Browse files Browse the repository at this point in the history
## Motivation

New patch release
https://github.com/envoyproxy/envoy/releases/tag/v1.30.9

## Implementation information

<!-- Explain how this was done and potentially alternatives considered
and discarded -->

## Supporting documentation

<!-- Is there a MADR? An Issue? A related PR? -->

Fix #XX

<!--
> Changelog: skip
-->
<!--
Uncomment the above section to explicitly set a [`> Changelog:` entry
here](https://github.com/kumahq/kuma/blob/master/CONTRIBUTING.md#submitting-a-patch)?
-->

Signed-off-by: Lukasz Dziedziak <[email protected]>
  • Loading branch information
lukidzi authored Jan 8, 2025
1 parent a8afcf2 commit f24a870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mk/dependencies/deps.lock
Original file line number Diff line number Diff line change
@@ -1 +1 @@
28583c7af394b2e5e3409228d783978597a53bb6
b379668255d4952a61d679e45c2f1271850afee6
2 changes: 1 addition & 1 deletion mk/dev.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT_TAG = $(word 2, $(BUILD_INFO))
GIT_COMMIT = $(word 3, $(BUILD_INFO))
BUILD_DATE = $(word 4, $(BUILD_INFO))
CI_TOOLS_VERSION = $(word 5, $(BUILD_INFO))
ENVOY_VERSION ?= 1.30.8
ENVOY_VERSION ?= 1.30.9
KUMA_CHARTS_URL ?= https://kumahq.github.io/charts
CHART_REPO_NAME ?= kuma
PROJECT_NAME ?= kuma
Expand Down

0 comments on commit f24a870

Please sign in to comment.