-
Notifications
You must be signed in to change notification settings - Fork 3.4k
fix(deps): update all go dependencies main (main) #39461
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
|
1f3a650
to
764a7ce
Compare
Looking at the CI results, this is no good and needs manual intervention. |
auto-merge was automatically disabled
May 13, 2025 06:02
Pull request was converted to draft
2725f5f
to
dbaf983
Compare
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
dbaf983
to
515b58b
Compare
aanm
approved these changes
May 26, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/community-contribution
This was a contribution made by a community member.
kind/enhancement
This would improve or streamline existing functionality.
release-note/misc
This PR makes changes that have no direct user impact.
renovate/stop-updating
Tell Renovate to stop updating PR
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:
v1.63.105
->v1.63.107
f7c721a
->50a217d
cef9c0a
->dd4d949
0734675
->7cbbf5e
v0.1.0
->v0.2.0
v28.0.4+incompatible
->v28.1.1+incompatible
v0.24.1
->v0.25.0
v71.0.0
->v72.0.0
v2.3.1
->v2.3.2
v3.36.0
->v3.37.0
v0.63.0
->v0.64.0
v0.16.0
->v0.16.1
v1.7.1
->v1.8.0
v1.3.1-0.20250425193846-9d88d8385bf9
->v1.3.1
v3.5.21
->v3.6.0
v3.5.21
->v3.6.0
v3.5.21
->v3.6.0
v0.29.0
->v0.30.0
v0.32.0
->v0.33.0
207652e
->55703ea
v1.71.1
->v1.72.1
v3.17.3
->v3.18.0
v0.33.0
->v0.33.1
1f6e0b7
->0f33e8f
6c631f4
->5e5359a
6c631f4
->5e5359a
Release Notes
aliyun/alibaba-cloud-sdk-go (github.com/aliyun/alibaba-cloud-sdk-go)
v1.63.107
Compare Source
Full Changelog: aliyun/alibaba-cloud-sdk-go@v1.63.106...v1.63.107
v1.63.106
Compare Source
What's Changed
Full Changelog: aliyun/alibaba-cloud-sdk-go@v1.63.105...v1.63.106
cilium/linters (github.com/cilium/linters)
v0.2.0
Compare Source
What's Changed
Full Changelog: cilium/linters@v0.1.0...v0.2.0
docker/docker (github.com/docker/docker)
v28.1.1+incompatible
Compare Source
v28.1.0+incompatible
Compare Source
google/cel-go (github.com/google/cel-go)
v0.25.0
Compare Source
Features & Enhancements
This release introduces features for richer configuration-based CEL, AI prompt generation from config files, additional documentation, and 3x performance when evaluating traced / state-tracking expressions. This release also introduces a unit test runner framwork.
#1141: Expose extension option factory as a public method
#1143: Add a new compiler tool which can be used to compile CEL expressions and policies using serialized environment
#1151: Lightweight observable evaluation
#1155: Utilities for formatting and parsing documentation strings
#1156: Support for documentation and example strings in CEL environments
#1158: Re-export interpreter.AttributePattern in package cel.
#1159: Document the standard library macros and functions
#1160: Prompt generation for AI-assisted authoring based on a CEL environment
#1117: Add LateFunctionBinding declaration and fix constant folding
#1163: Initialize stateful observers prior to evaluation
#1164: Unparse Expr values to strings
#1149: Add test runner library
#1167: REPL: Add an extension option for two var comprehensions
Fixes
Several fixes were implemented, including updating strings.format to better adhere to the specification, correcting constant folding logic alongside the late binding feature, removing a non-functional check in test code, and adding argument count validation for optFieldSelect.
#1133: Update strings.format to adhere to the specification
#1117: Add LateFunctionBinding declaration and fix constant folding
#1161: Remove non-functional optional check in test-only selection
#1168: Check arg count when validating optFieldSelect
Refactoring & Internal Improvements
General refactoring was performed across the codebase. Coverage and comments for Activation methods were improved. The test runner library was refactored to create options from flags and improve code structure.
#1145: Refactoring changes
#1150: Additional comments and coverage for Activation methods
#1165: Refactoring changes to create a test runner option from passed flags, correct indentation and add package level comment for test
Documentation
Documentation was enhanced, including updates to the NativeTypes documentation regarding the cel tag, adding documentation for the optional library, and documenting the standard library functions/macros as part of the documentation string feature.
#1148: Update NativeTypes doc to reflect how to enable cel tag
#1155: Utilities for formatting and parsing documentation strings
#1156: Support for documentation and example strings in CEL environments
#1159: Document the standard library macros and functions
#1162: Document optional library and increase docs coverage
Build System
Configuration fixes were made for Bzlmod compatibility.
#1146: Bzlmod configuration fixes
Type System
Type formatting was updated to correctly handle type parameters.
#1154: Update type formatting for type params
google/go-github (github.com/google/go-github/v71)
v72.0.0
Compare Source
This release contains the following breaking API changes:
BREAKING CHANGE:
MergeMethod*
consts have been split into:PullRequestMergeMethod*
andMergeQueueMergeMethod*
.BREAKING CHANGE:
GetRulesForBranch
,GetAllRulesets
, andGetAllRepositoryRulesets
now acceptopts
....and the following additional changes:
grpc-ecosystem/go-grpc-middleware (github.com/grpc-ecosystem/go-grpc-middleware/v2)
v2.3.2
Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.3.1...v2.3.2
osrg/gobgp (github.com/osrg/gobgp/v3)
v3.37.0
Compare Source
Changelog
9bc8e11
v3.37.06449d87
Bump golang.org/x/net from 0.37.0 to 0.38.018f46c4
pkg/metrics: Fix local router_id label in bgp_peer_local_asn metric0e8cb92
Add sub-command for flowspec with srpolicyprometheus/common (github.com/prometheus/common)
v0.64.0
Compare Source
What's Changed
NewNopLogger()
wrapper aroundNew()
by @tjhop in https://github.com/prometheus/common/pull/783New Contributors
Full Changelog: prometheus/common@v0.63.0...v0.64.0
prometheus/procfs (github.com/prometheus/procfs)
v0.16.1
Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/procfs@v0.16.0...v0.16.1
spf13/cast (github.com/spf13/cast)
v1.8.0
Compare Source
What's Changed
interface{}
to[]float64
by @ste93cry in https://github.com/spf13/cast/pull/179New Contributors
Full Changelog: spf13/cast@v1.7.1...v1.8.0
vishvananda/netlink (github.com/vishvananda/netlink)
v1.3.1
Compare Source
What's Changed
IFF_RUNNING
flag by @dylandreimerink in https://github.com/vishvananda/netlink/pull/1038OifIndex
option forRouteGetWithOptions
by @dylandreimerink in https://github.com/vishvananda/netlink/pull/1060New Contributors
Full Changelog: vishvananda/netlink@v1.3.0...v1.3.1
What's Changed
IFF_RUNNING
flag by @dylandreimerink in https://github.com/vishvananda/netlink/pull/1038OifIndex
option forRouteGetWithOptions
by @dylandreimerink in https://github.com/vishvananda/netlink/pull/1060ipset
C code for determining correct default ipset revision forhash:ip{port,net,etc}
by @bleggett in https://github.com/vishvananda/netlink/pull/1031New Contributors
Full Changelog: vishvananda/netlink@v1.3.0...v1.3.1
etcd-io/etcd (go.etcd.io/etcd/api/v3)
v3.6.0
Compare Source
Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).
For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.
Linux
macOS (Darwin)
Docker
etcd uses
gcr.io/etcd-development/etcd
as a primary container registry, andquay.io/coreos/etcd
as secondary.grpc/grpc-go (google.golang.org/grpc)
v1.72.1
: Release 1.72.1Compare Source
Bug Fixes
v1.72.0
: Release 1.72.0Compare Source
Dependencies
API Changes
AddressMapV2
with generics to ultimately replaceAddressMap
. DeprecateAddressMap
for deletion (#8187)New Features
grpc.xds_client.server_failure
counter metric on xDS client to record connectivity errors (#8203)maxAge
to exceed 5 minutes ifstaleAge
is set in the LB policy configuration (#8137)Configuration
📅 Schedule: Branch creation - "on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, 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 has been generated by Renovate Bot.