-
Notifications
You must be signed in to change notification settings - Fork 3.4k
fix(deps): update all go dependencies main (main) #37240
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
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
It is tested against exactly one version of the k8s.io/* deps, so lets keep that in sync. This bump wasn't in the [kubernetes bump][0] nor is it in the latest [go dependency bump][1] for some reason. [0]: cilium#37067 [1]: cilium#37240 Signed-off-by: Alvaro Aleman <alvaroaleman@users.noreply.github.com>
[ upstream commit 33e9b66 ] [ backporter's notes: hit minor conflict due to different surrounding context; rerun `go mod tidy` and `go mod vendor`. ] It is tested against exactly one version of the k8s.io/* deps, so lets keep that in sync. This bump wasn't in the [kubernetes bump][0] nor is it in the latest [go dependency bump][1] for some reason. [0]: #37067 [1]: #37240 Signed-off-by: Alvaro Aleman <alvaroaleman@users.noreply.github.com>
[ upstream commit 33e9b66 ] [ backporter's notes: hit minor conflict due to different surrounding context; rerun `go mod tidy` and `go mod vendor`. ] It is tested against exactly one version of the k8s.io/* deps, so lets keep that in sync. This bump wasn't in the [kubernetes bump][0] nor is it in the latest [go dependency bump][1] for some reason. [0]: #37067 [1]: #37240 Signed-off-by: Alvaro Aleman <alvaroaleman@users.noreply.github.com> Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
e041430
to
1feb40c
Compare
Failures are triggered by my upstream changes to cilium/hive. Assigning to myself to propose a solution.
|
Pull request was converted to draft
[ upstream commit 33e9b66 ] [ backporter's notes: hit minor conflict due to different surrounding context; rerun `go mod tidy` and `go mod vendor`. ] It is tested against exactly one version of the k8s.io/* deps, so lets keep that in sync. This bump wasn't in the [kubernetes bump][0] nor is it in the latest [go dependency bump][1] for some reason. [0]: #37067 [1]: #37240 Signed-off-by: Alvaro Aleman <alvaroaleman@users.noreply.github.com> Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
|
2d87df6
to
65a273d
Compare
65a273d
to
28a1aab
Compare
28a1aab
to
b727a64
Compare
sigs.k8s.io/mcs-api seems like it's causing problems here. The immediate impact seems to be mitigated by targeting the version After setting that version in go.mod and running cc @MrFreezeex who has been helping with maintenance of MCS dependency. |
b727a64
to
90a6964
Compare
I ran |
Upstream hive PR cilium/hive#34 changed the Hive API, causing a build breakage in |
Hmmm my best guess would be that it could be related to this recent change: kubernetes-sigs/mcs-api#101, will try to take a look if we have to change something in Cilium because of that |
Latest failure:
Why is cilium-cli pulling in datapath code? Something is very broken here. |
Some possible initial candidates:
|
@MrFreezeex thanks 🙏 . For now it looks like we should be able to unblock this general updates PR for MCS by just sticking with the current version. Probably that means we'll need to handle the MCS update in a subsequent PR. |
Please ping if there are required changes to dynamiclifecycle, happy to look into it. |
@ovidiutirla thanks. I already made the change there , see the second commit. It's pretty trivial, so I don't expect to need any further action from you. |
[Maintainer's notes: Targeted sigs.k8s.io/mcs-api @ v0.1.1-0.20250116162235-62ede9a032dc and re-ran 'go mod tidy', 'go mod vendor'. ] Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com> Signed-off-by: Joe Stringer <joe@cilium.io>
The upstream library changed the function signature, match it. Signed-off-by: Joe Stringer <joe@cilium.io>
7b3db0c
to
eea40e5
Compare
I dropped the bump for cilium/ebpf. |
/ci-awscni |
This PR contains the following updates:
v1.63.84
->v1.63.88
9aa3c2d
->8a35f82
v0.6.1
->v0.7.0
e67f66e
->0e864ff
v5.9.0+incompatible
->v5.9.11+incompatible
v0.22.1
->v0.23.2
v68.0.0
->v69.0.0
v3.33.0
->v3.34.0
v0.6.0
->v0.6.1
v1.0.6-0.20250109003754-5ca813443bd2
->v1.0.6
v2.4.0
->v2.5.0
3642538
->655392b
v3.5.17
->v3.5.18
v3.5.17
->v3.5.18
v3.5.17
->v3.5.18
v0.32.0
->v0.33.0
v0.22.0
->v0.23.0
v0.34.0
->v0.35.0
v0.25.0
->v0.26.0
v0.10.0
->v0.11.0
v0.29.0
->v0.30.0
v0.28.0
->v0.29.0
v0.9.0
->v0.10.0
v0.29.0
->v0.30.0
138b5a5
->e9438ea
v1.69.4
->v1.70.0
v1.36.3
->v1.36.5
Release Notes
aliyun/alibaba-cloud-sdk-go (github.com/aliyun/alibaba-cloud-sdk-go)
v1.63.88
Compare Source
SWAS-OPEN
.undefined
v1.63.87
Compare Source
Cloudauth
.undefined
v1.63.86
Compare Source
wss
.v1.63.85
Compare Source
eais
.cilium/ebpf (github.com/cilium/ebpf)
v0.17.3
Compare Source
Fixes for a data race in
btf.Spec.Copy
(thanks @paulcacheux) and a buffer overflow when running 32-bit user space on a 64-bit kernel (thanks @kolyshkin).What's Changed
unix.Auxv
by @tklauser in https://github.com/cilium/ebpf/pull/1665parseLineInfoRecords
by @paulcacheux in https://github.com/cilium/ebpf/pull/1657(*mutableTypes).copy
by @paulcacheux in https://github.com/cilium/ebpf/pull/1673Full Changelog: cilium/ebpf@v0.17.2...v0.17.3
v0.17.2
Compare Source
Another minor release to ship some bug fixes, notably for attaching bpf programs to symbols in kernel modules, and for reusing data sections across multiple Collections.
All users are encouraged to upgrade!
Features
Bug Fixes
Other Changes
flattenInstructions
by @paulcacheux in https://github.com/cilium/ebpf/pull/1647Thanks to all who contributed and reported issues!
Full Changelog: cilium/ebpf@v0.17.1...v0.17.2
cilium/fake (github.com/cilium/fake)
v0.7.0
Compare Source
Summary
Changelog
New Contributors
Full Changelog: cilium/fake@v0.6.1...v0.7.0
evanphx/json-patch (github.com/evanphx/json-patch)
v5.9.11+incompatible
Compare Source
v5.9.10+incompatible
Compare Source
google/cel-go (github.com/google/cel-go)
v0.23.2
Compare Source
Corrects one remaining issue for cost computations from the v0.23.0 releases
Fixes
Full Changelog: google/cel-go@v0.23.1...v0.23.2
v0.23.1
Compare Source
Minor release to address cost tracking and size estimation [#1113]
Full Changelog: google/cel-go@v0.23.0...v0.23.1
v0.23.0
Compare Source
Features
Fixes
PR #1099 enables a change in the internal variable name used for comprehension result accumulation. This change may break some tests which inspect the AST contents in text form; however, will not break any existing uses of CEL during parse, check, or evaluation.
string.format
covering various edge cases [#1101]New Contributors
Full Changelog: google/cel-go@v0.22.1...v0.23.0
google/go-github (github.com/google/go-github/v68)
v69.0.0
Compare Source
This release contains the following breaking API changes:
BREAKING CHANGE:
Create*Ruleset
andUpdate*Ruleset
now passruleset
parameter by-value instead of by-reference.BREAKING CHANGE:
Rerequstable
=>Rerequestable
,RunsRerequstable
=>RunsRerequestable
BREAKING CHANGE:
MergablePulls
=>MergeablePulls
,UnmergablePulls
=>UnmergeablePulls
BREAKING CHANGE: Some error strings are slightly modified - please do not rely on error text in general.
BREAKING CHANGES: The following types have been renamed:
Ruleset
->RepositoryRuleset
RulesetLink
->RepositoryRulesetLink
RulesetLinks
->RepositoryRulesetLinks
RulesetRefConditionParameters
->RepositoryRulesetRefConditionParameters
RulesetRepositoryNamesConditionParameters
->RepositoryRulesetRepositoryNamesConditionParameters
RulesetRepositoryIDsConditionParameters
->RepositoryRulesetRepositoryIDsConditionParameters
RulesetRepositoryPropertyTargetParameters
->Repository
RulesetRepositoryPropertyConditionParameters
->RepositoryRulesetRepositoryPropertyConditionParameters
RulesetOrganizationNamesConditionParameters
->RepositoryRulesetOrganizationNamesConditionParameters
RulesetOrganizationIDsConditionParameters
->RepositoryRulesetOrganizationIDsConditionParameters
RulesetConditions
->RepositoryRulesetConditions
RepositoryRulesetEditedChanges
->RepositoryRulesetChanges
RepositoryRulesetEditedSource
->RepositoryRulesetChangeSource
RepositoryRulesetEditedSources
->RepositoryRulesetChangeSources
RepositoryRulesetEditedConditions
->RepositoryRulesetUpdatedConditions
RepositoryRulesetUpdatedConditionsEdited
->RepositoryRulesetUpdatedCondition
RepositoryRulesetEditedRules
->RepositoryRulesetChangedRules
RepositoryRulesetUpdatedRules
->RepositoryRulesetUpdatedRules
RepositoryRulesetEditedRuleChanges
->RepositoryRulesetChangedRule
BREAKING CHANGE:
ListOAuthApps
now returns([]*OAuthApp, error)
instead of([]OAuthApp, error)
.BREAKING CHANGE:
User.InheritedFrom
is changed from a*Team
to a[]*Team
....and the following additional changes:
X-Ratelimit-Resource
headers (#3453)osrg/gobgp (github.com/osrg/gobgp/v3)
v3.34.0
Compare Source
Changelog
56e6b10
v3.34.0792b985
Add FSM loop timingsf04adfb
ci: update upload/download-artifact@v349ea072
feat: add sentry support to capture unexpected crashesacfc34e
bump golang.org/x/net version to 0.33.0prometheus-community/pro-bing (github.com/prometheus-community/pro-bing)
v0.6.1
Compare Source
What's Changed
New Contributors
Full Changelog: prometheus-community/pro-bing@v0.6.0...v0.6.1
spf13/pflag (github.com/spf13/pflag)
v1.0.6
Compare Source
What's Changed
pkg/flag
compatibility by @mckern in https://github.com/spf13/pflag/pull/220New Contributors
Full Changelog: spf13/pflag@v1.0.5...v1.0.6
spiffe/go-spiffe (github.com/spiffe/go-spiffe/v2)
v2.5.0
Compare Source
Added
Changed
etcd-io/etcd (go.etcd.io/etcd/api/v3)
v3.5.18
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.70.0
: Release 1.70.0Compare Source
Behavior Changes
New Features
GRPC_EXPERIMENTAL_XDS_FALLBACK
tofalse
. (#7949)Bug Fixes
Performance
Documentation
protocolbuffers/protobuf-go (google.golang.org/protobuf)
v1.36.5
Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.36.4...v1.36.5
Bug fixes:
CL/644437: protogen: fix name mangling for fields with identical GoCamelCase
Maintenance:
CL/641655: all: remove weak field support
v1.36.4
Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.36.3...v1.36.4
Bug fixes:
CL/642975: reflect/protodesc: fix panic when working with dynamicpb
Maintenance:
CL/643276: internal_gengo: avoid allocations in rawDescGZIP() accessors
CL/642857: internal_gengo: switch back from string literal to hex byte slice
CL/642055: internal_gengo: use unsafe.StringData() to avoid a descriptor copy
CL/638135: internal_gengo: store raw descriptor in .rodata section
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: 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 has been generated by Renovate Bot.