chore(all): update deps - #724
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: operator/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate-bot
force-pushed
the
renovate/deps
branch
from
September 10, 2026 20:04
4883499 to
f0d285c
Compare
renovate-bot
force-pushed
the
renovate/deps
branch
from
September 11, 2026 01:16
f0d285c to
2fcfdff
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
20240722.0.bcr.2→20240722.28.4.1→8.8.00.14.0→0.19.0v1.9.1→v1.51.0v0.39.1→v0.54.01.4.1→1.9.22.8.1→2.9.0v1.25.0→v1.33.0v1.13.1→v1.19.1v1.24.3→v1.30.0v1.11.7→v1.16.0v2.2.2→v2.3.1v0.6.0→v0.7.1v1.14.0→v1.19.020250127.1→20250127.2a92ed51→f324c7fcb0459b→f2ea2701.26-bookworm→1.27-bookworm0.45.0→0.54.0v0.53.0→v0.62.0v1.25.0→v1.38.0v1.15.0→v1.19.0v1.4.3→v1.4.4v2.17.0→v2.24.1v2.0.0→v2.3.4v1.2.1→v1.2.2v1.3.2→v1.4.0v1.5.1→v1.61.1v0.4.1→v0.8.0ebd033e→fee0fe3v1.6.0→v1.9.1v1.6.0→v1.6.3v1.9.0→v1.9.1v0.1.1→v0.1.3v0.1.18→v0.3.1518e166→b210de0v0.5.8→v0.14.7efbb1a3→fbbd49cv0.11.1→v0.15.0v0.31.0→v0.35.0v1.4.0-rc.5.0.20220728214547-13f0d02a521e→v1.5.0v1.9.3→v1.10.2v1.9.1→v1.10.2v1.0.6→v1.0.10v1.19.0→v1.21.0v1.3.0→v1.3.1v1.2.1→v1.3.10.7.1→0.7.1.bcr.11.26.6→1.27.11.26.2→1.27.1v0.36.0→v0.37.0v0.47.0→v0.48.0v0.14.0→v0.16.0v9.2.0→v9.3.0v0.264.0→v0.297.03dc84a4→f8649dd3dc84a4→f8649ddv1.5.1→v1.6.2v1.36.11→v1.36.120.0.0-20240819-fe8ba054a→0.0.0-20260825-d10ac92464926d5→0fad5011.70.1→1.83.04f28899→abb61a6v0.57.0→v0.63.0v2.120.1→v2.140.04693a02→cf1189dv4.1.3→v4.29.61.0.0→1.1.00.1.1→0.2.220.1.1→0.2.240.5.1→0.9.4v0.3.7→v0.9.50.57.0→0.63.02.2.5→2.3.0v2.2.5→v2.3.31.1.0→1.3.01.1.0→1.36.0.0→6.0.24.3.0→4.6.05.0.1→5.8.01.3.0→1.9.21.3.0→1.9.2v0.17.2→v0.25.0v0.2.3→v0.2.9Release Notes
abseil/abseil-cpp (abseil-cpp)
v20240722.2: Abseil LTS branch, July 2024, Patch 2Compare Source
Abseil LTS
2024072.2What's New:
absl::Status. These matchers make it easier to write unit tests for code that usesabsl::Status.Breaking Changes:
absl::AlphaNumno longer allows brace-initialization. This was never intended to be supported, nor is it recommended thatabsl::AlphaNumever be spelled in user code.absl::kuint128maxhas been removed and should be replaced withabsl::Uint128Max().absl::aligned_storage_t, which was a polyfill consistent withstd::aligned_storage_t, has been removed.std::aligned_storage_tis deprecated in C++23. See https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1413r3.pdf for a suggested replacement.absl::StrJoinnow has aabsl::string_viewoverload. This allows for passing a collection of string-like objects without having to convert everything to the same type first. However, this may be a breaking change for users passing an explicit template argument toabsl::StrJoin. In this case, simply remove the explicit template parameter.vlog_is_on.his now a public header and is no longer included fromlog.h. To useVLOG_IS_ON(),absl/log/vlog_is_on.hmust be included.Known Issues
Baseline:
3358286Cherry-pick:
2138590Cherry-pick:
9a0743aCherry-pick:
4447c75Cherry-pick:
dd4c89b(Patch 1)Cherry-pick:
7313246(Patch 2)v20240722.1: Abseil LTS branch, July 2024, Patch 1Abseil LTS
2024072.1What's New:
absl::Status. These matchers make it easier to write unit tests for code that usesabsl::Status.Breaking Changes:
absl::AlphaNumno longer allows brace-initialization. This was never intended to be supported, nor is it recommended thatabsl::AlphaNumever be spelled in user code.absl::kuint128maxhas been removed and should be replaced withabsl::Uint128Max().absl::aligned_storage_t, which was a polyfill consistent withstd::aligned_storage_t, has been removed.std::aligned_storage_tis deprecated in C++23. See https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1413r3.pdf for a suggested replacement.absl::StrJoinnow has aabsl::string_viewoverload. This allows for passing a collection of string-like objects without having to convert everything to the same type first. However, this may be a breaking change for users passing an explicit template argument toabsl::StrJoin. In this case, simply remove the explicit template parameter.vlog_is_on.his now a public header and is no longer included fromlog.h. To useVLOG_IS_ON(),absl/log/vlog_is_on.hmust be included.Known Issues
Baseline:
3358286Cherry-pick:
2138590Cherry-pick:
9a0743aCherry-pick:
4447c75Cherry-pick:
dd4c89b(Patch 1)bazelbuild/bazel (bazel)
v8.8.0Compare Source
v8.7.0Compare Source
v8.6.0Compare Source
v8.5.1Compare Source
v8.5.0Compare Source
v8.4.2Compare Source
bazel-contrib/setup-bazel (bazel-contrib/setup-bazel)
v0.19.0Compare Source
What's Changed
New Contributors
Full Changelog: bazel-contrib/setup-bazel@0.18.0...0.19.0
v0.18.0Compare Source
What's Changed
New Contributors
Full Changelog: bazel-contrib/setup-bazel@0.17.0...0.18.0
v0.17.0Compare Source
What's Changed
New Contributors
Full Changelog: bazel-contrib/setup-bazel@0.16.0...0.17.0
v0.16.0Compare Source
What's Changed
New Contributors
Full Changelog: bazel-contrib/setup-bazel@0.15.0...0.16.0
v0.15.0Compare Source
What's Changed
New Contributors
Full Changelog: bazel-contrib/setup-bazel@0.14.0...0.15.0
bazel-contrib/bazel_features (bazel_features)
v1.51.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
What's Changed
New Contributors
Full Changelog: bazel-contrib/bazel_features@v1.50.0...v1.51.0
v1.50.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
What's Changed
Full Changelog: bazel-contrib/bazel_features@v1.49.0...v1.50.0
v1.49.0Compare Source
Using Bzlmod with Bazel 6
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your file:
What's Changed
New Contributors
Full Changelog: bazel-contrib/bazel_features@v1.48.1...v1.49.0
v1.48.1Compare Source
Using Bzlmod with Bazel 6
Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.