-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[v1.15] envoy: Bump envoy version from 1.29.x to 1.30.x #35564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As per the upstream release schedule[^1], envoy v1.29 will be EOL in 3 months. This commit is to bump envoy version to v1.30.6 for a longer security fixes. [^1]: https://github.com/envoyproxy/envoy/blob/main/RELEASES.md#major-release-schedule Signed-off-by: Tam Mach <tam.mach@cilium.io>
8e685a3
to
2f821c9
Compare
/test-backport-1.15 |
This commit is to replace the existing but deprecating runtime key e.g. global_downstream_max_connections by OverloadManager[^1] as suggested by the below warning log. ``` level=warning msg="[Usage of the deprecated runtime key overload.global_downstream_max_connections, consider switching to `envoy.resource_monitors.downstream_connections` instead.This runtime key will be removed in future." subsys=envoy-main threadID=246 level=warning msg="[There is no configured limit to the number of allowed active downstream connections. Configure a limit in `envoy.resource_monitors.downstream_connections` resource monitor." subsys=envoy-main threadID=246 ``` [^1]: https://www.envoyproxy.io/docs/envoy/latest/configuration/operations/overload_manager/overload_manager#limiting-active-connections Signed-off-by: Tam Mach <tam.mach@cilium.io>
/test-backport-1.15 |
sayboras
added a commit
to cilium/proxy
that referenced
this pull request
Oct 26, 2024
Relates: cilium/cilium#35563 Relates: cilium/cilium#35564 Relates: cilium/cilium#35565 Signed-off-by: Tam Mach <tam.mach@cilium.io>
michi-covalent
approved these changes
Oct 26, 2024
sayboras
added a commit
to cilium/proxy
that referenced
this pull request
Oct 27, 2024
Relates: cilium/cilium#35563 Relates: cilium/cilium#35564 Relates: cilium/cilium#35565 Signed-off-by: Tam Mach <tam.mach@cilium.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport/1.15
This PR represents a backport for Cilium 1.15.x of a PR that was merged to main.
kind/backports
This PR provides functionality previously merged into master.
ready-to-merge
This PR has passed all tests and received consensus from code owners to merge.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As per the upstream release schedule1, envoy v1.29 will be EOL in 3 months. This commit is to bump envoy version to v1.30.6 for a longer security fixes.
Footnotes
https://github.com/envoyproxy/envoy/blob/main/RELEASES.md#major-release-schedule ↩