Skip to content

Conversation

cilium-renovate[bot]
Copy link
Contributor

@cilium-renovate cilium-renovate bot commented Jan 24, 2025

This PR contains the following updates:

Package Type Update Change
github.com/aliyun/alibaba-cloud-sdk-go require patch v1.63.84 -> v1.63.88
github.com/cilium/charts require digest 9aa3c2d -> 8a35f82
github.com/cilium/fake require minor v0.6.1 -> v0.7.0
github.com/cilium/hive require digest e67f66e -> 0e864ff
github.com/evanphx/json-patch require patch v5.9.0+incompatible -> v5.9.11+incompatible
github.com/google/cel-go require minor v0.22.1 -> v0.23.2
github.com/google/go-github/v68 require major v68.0.0 -> v69.0.0
github.com/osrg/gobgp/v3 require minor v3.33.0 -> v3.34.0
github.com/prometheus-community/pro-bing require patch v0.6.0 -> v0.6.1
github.com/spf13/pflag require patch v1.0.6-0.20250109003754-5ca813443bd2 -> v1.0.6
github.com/spiffe/go-spiffe/v2 require minor v2.4.0 -> v2.5.0
github.com/vishvananda/netlink require digest 3642538 -> 655392b
go.etcd.io/etcd/api/v3 require patch v3.5.17 -> v3.5.18
go.etcd.io/etcd/client/pkg/v3 require patch v3.5.17 -> v3.5.18
go.etcd.io/etcd/client/v3 require patch v3.5.17 -> v3.5.18
golang.org/x/crypto require minor v0.32.0 -> v0.33.0
golang.org/x/mod require minor v0.22.0 -> v0.23.0
golang.org/x/net require minor v0.34.0 -> v0.35.0
golang.org/x/oauth2 require minor v0.25.0 -> v0.26.0
golang.org/x/sync require minor v0.10.0 -> v0.11.0
golang.org/x/sys require minor v0.29.0 -> v0.30.0
golang.org/x/term require minor v0.28.0 -> v0.29.0
golang.org/x/time require minor v0.9.0 -> v0.10.0
golang.org/x/tools require minor v0.29.0 -> v0.30.0
google.golang.org/genproto/googleapis/rpc require digest 138b5a5 -> e9438ea
google.golang.org/grpc require minor v1.69.4 -> v1.70.0
google.golang.org/protobuf require patch 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

  • Generated 2020-06-01 for SWAS-OPEN.
    undefined

v1.63.87

Compare Source

  • Generated 2019-03-07 for Cloudauth.
    undefined

v1.63.86

Compare Source

  • Generated 2021-12-21 for wss.
  • Add ModifyInstanceProperties.

v1.63.85

Compare Source

  • Generated 2019-06-24 for eais.
  • Rebuild.
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

Full 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

Thanks 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

  • Implement new flow fields added between Cilium v1.14 and Cilium v1.16, namely
    • Support for trace_reason
    • Support for cluster name in both node_name and the endpoints
    • Support for node labels
    • Support for ingress/egress_allowed/denied_by fields
    • Support for the source_xlated field
  • Require Go v1.22 or later

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

  • First and last element in list support [#​1067]
  • Add support for typed conformance tests. [#​1089]
  • Add syntax for escaped field selectors. [#​1002]
  • Add optional.unwrap() / .unwrapOpt() function [#​1103]
  • Cost tracking for two-variable comprehensions and bindings [#​1104]

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.

  • Improve policy compiler error message for incompatible outputs. [#​1082]
  • Fix partial evaluation with the comprehension folder objects [#​1084]
  • Introduce versioning options to all extensions [#​1075]
  • Fix a crash in mismatched output check for nested rules [#​1086]
  • improve debug output to properly quote byte strings [#​1088]
  • Fix two-variable comprehension pruning [#​1083]
  • Replace checks for valid UTF-8 in strings with go-maintained calls [#​1094]
  • Policy nested rule fix [#​1092]
  • Address non-const format string lint findings [#​1096]
  • Fix typos in ext/README.md [#​1098]
  • Add option to use inaccessible accumulator var [#​1097]
  • Add test cases for string.format covering various edge cases [#​1101]
  • Add base_config and partial_config files under restricted_destination testdata [#​1106]
  • Default enable using hidden accumulator name [#​1099]
  • Update PruneAst to support constants of optional type [#​1109]

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:

  • feat!: Add support for enterprise rulesets (#​3417)
    BREAKING CHANGE: Create*Ruleset and Update*Ruleset now pass ruleset parameter by-value instead of by-reference.
  • fix!: Typo in field names in the CheckSuite struct (#​3444)
    BREAKING CHANGE: Rerequstable=>Rerequestable, RunsRerequstable=>RunsRerequestable
  • fix!: Typo in field names in the PullStats struct (#​3445)
    BREAKING CHANGE: MergablePulls=>MergeablePulls, UnmergablePulls=>UnmergeablePulls
  • refactor!: Do not capitalize error strings (#​3446)
    BREAKING CHANGE: Some error strings are slightly modified - please do not rely on error text in general.
  • fix!: Refactor the repository ruleset code (#​3430)
    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
  • chore!: Add sliceofpointers custom linter (#​3447)
    BREAKING CHANGE: ListOAuthApps now returns ([]*OAuthApp, error) instead of ([]OAuthApp, error).
  • feat!: Change User.InheritedFrom to a slice (#​3460)
    BREAKING CHANGE: User.InheritedFrom is changed from a *Team to a []*Team.

...and the following additional changes:

  • Bump go-github from v67 to v68 in /scrape (#​3398)
  • build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 in /scrape (#​3400)
  • build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2 (#​3401)
  • Bump golang.org/x/net to v0.33.0 (#​3402)
  • Add TokenID and TokenName to PersonalAccessToken struct (#​3404)
  • Bump github.com/PuerkitoBio/goquery from 1.9.2 to 1.10.1 in /scrape (#​3408)
  • Bump Go to 1.22.10 or 1.23.4 in go.mod files (#​3410)
  • Add opt-in rate limit support on endpoints returning 302s (#​3411)
  • Update OpenAPI (#​3419)
  • build(deps): bump golang.org/x/net from 0.33.0 to 0.34.0 in /scrape (#​3420)
  • Permit toggling rate limit check by consumers (#​3386)
  • build(deps): Pin and group actions/* (#​3424)
  • Add deprecation messages to security managers APIs (#​3426)
  • fix: Relax go directive in go.mod to 1.22.0 (#​3423)
  • Enforce toolchain requirement in generate.sh (#​3428)
  • feat: Add missing notification_setting to Team (#​3431)
  • chore: Add reviewers file (#​3435)
  • gen-accessors: Update dumping of getters (#​3437)
  • chore: Fix codecov upload (#​3440)
  • chore: Spell "unmarshal" consistently with one el (#​3441)
  • fix: Typos in func parameter, vars, error, and comments (#​3442)
  • feat: Add manage_ghes endpoints introduced in 3.15 (#​3433)
  • Fix minor typo (#​3448)
  • chore: Check and fix license headers (#​3449)
  • Add new fields for IssueType (#​3451)
  • ci: update golangci-lint to v1.63.4 (#​3452)
  • Extend Rate and Rate Limiting with X-Ratelimit-Used and X-Ratelimit-Resource headers (#​3453)
  • build(deps): bump actions/setup-go from 5.2.0 to 5.3.0 in the actions group (#​3454)
  • build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 (#​3455)
  • docs: Add clarifications for mergeable field in pull requests (#​3396)
  • build(deps): bump github.com/alecthomas/kong from 1.6.0 to 1.7.0 in /tools (#​3458)
  • Bump version of go-github to v69.0.0 (#​3463)
osrg/gobgp (github.com/osrg/gobgp/v3)

v3.34.0

Compare Source

Changelog

  • 56e6b10 v3.34.0
  • 792b985 Add FSM loop timings
  • f04adfb ci: update upload/download-artifact@v3
  • 49ea072 feat: add sentry support to capture unexpected crashes
  • acfc34e bump golang.org/x/net version to 0.33.0
prometheus-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

New 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
  • workloadapi.TargetFromAddress function to parse out a gRPC target from a SPIFFE_ENDPOINT_SOCKET compatible address (#​321)
Changed
  • Minimum Go version is now go1.22.11, matching our downstream dependencies (#​325)
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
ETCD_VER=v3.5.18

##### choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}

rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test

curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz

/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version

##### start a local etcd server
/tmp/etcd-download-test/etcd

##### write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo
macOS (Darwin)
ETCD_VER=v3.5.18

##### choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}

rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test

curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64

/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
Docker

etcd uses gcr.io/etcd-development/etcd as a primary container registry, and quay.io/coreos/etcd as secondary.

ETCD_VER=v3.5.18

rm -rf /tmp/etcd-data.tmp && mkdir -p /tmp/etcd-data.tmp && \
  docker rmi gcr.io/etcd-development/etcd:${ETCD_VER} || true && \
  docker run \
  -p 2379:2379 \
  -p 2380:2380 \
  --mount type=bind,source=/tmp/etcd-data.tmp,destination=/etcd-data \
  --name etcd-gcr-${ETCD_VER} \
  gcr.io/etcd-development/etcd:${ETCD_VER} \
  /usr/local/bin/etcd \
  --name s1 \
  --data-dir /etcd-data \
  --listen-client-urls http://0.0.0.0:2379 \
  --advertise-client-urls http://0.0.0.0:2379 \
  --listen-peer-urls http://0.0.0.0:2380 \
  --initial-advertise-peer-urls http://0.0.0.0:2380 \
  --initial-cluster s1=http://0.0.0.0:2380 \
  --initial-cluster-token tkn \
  --initial-cluster-state new \
  --log-level info \
  --logger zap \
  --log-outputs stderr

docker exec etcd-gcr-${ETCD_VER} /usr/local/bin/etcd --version
docker exec etcd-gcr-${ETCD_VER} /usr/local/bin/etcdctl version
docker exec etcd-gcr-${ETCD_VER} /usr/local/bin/etcdutl version
docker exec etcd-gcr-${ETCD_VER} /usr/local/bin/etcdctl endpoint health
docker exec etcd-gcr-${ETCD_VER} /usr/local/bin/etcdctl put foo bar
docker exec etcd-gcr-${ETCD_VER} /usr/local/bin/etcdctl get foo
grpc/grpc-go (google.golang.org/grpc)

v1.70.0: Release 1.70.0

Compare Source

Behavior Changes

  • client: reject service configs containing an invalid retryPolicy in accordance with gRFCs A21 and A6. (#​7905)
    • Note that this is a potential breaking change for some users using an invalid configuration, but continuing to allow this behavior would violate our cross-language compatibility requirements.

New Features

  • xdsclient: fallback to a secondary management server (if specified in the bootstrap configuration) when the primary is down is enabled by default. Can be disabled by setting the environment variable GRPC_EXPERIMENTAL_XDS_FALLBACK to false. (#​7949)
  • experimental/credentials: experimental transport credentials are added which don't enforce ALPN. (#​7980)
    • These credentials will be removed in an upcoming grpc-go release. Users must not rely on these credentials directly. Instead, they should either vendor a specific version of gRPC or copy the relevant credentials into their own codebase if absolutely necessary.

Bug Fixes

  • xds: fix a possible deadlock that happens when both the client application and the xDS management server (responsible for configuring the client) are using the xds:/// scheme in their target URIs. (#​8011)

Performance

  • server: for unary requests, free raw request message data as soon as parsing is finished instead of waiting until the method handler returns. (#​7998)

Documentation

  • examples/features/gracefulstop: add example to demonstrate server graceful stop. (#​7865)
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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cilium-renovate cilium-renovate bot requested a review from a team as a code owner January 24, 2025 09:08
@cilium-renovate cilium-renovate bot added 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 labels Jan 24, 2025
@cilium-renovate cilium-renovate bot requested a review from ovidiutirla January 24, 2025 09:08
@cilium-renovate cilium-renovate bot enabled auto-merge January 24, 2025 09:08
@cilium-renovate cilium-renovate bot requested a review from ciliumbot January 24, 2025 09:08
@cilium-renovate
Copy link
Contributor Author

cilium-renovate bot commented Jan 24, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
cel.dev/expr v0.18.0 -> v0.19.1

@github-actions github-actions bot added the kind/community-contribution This was a contribution made by a community member. label Jan 24, 2025
alvaroaleman added a commit to alvaroaleman/cilium that referenced this pull request Jan 25, 2025
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>
github-merge-queue bot pushed a commit that referenced this pull request Jan 26, 2025
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>
giorio94 pushed a commit that referenced this pull request Jan 27, 2025
[ 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>
giorio94 pushed a commit that referenced this pull request Jan 27, 2025
[ 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>
@cilium-renovate cilium-renovate bot force-pushed the renovate/main-all-go-deps-main branch from e041430 to 1feb40c Compare January 27, 2025 11:10
@cilium-renovate cilium-renovate bot temporarily deployed to release-base-images-renovate January 27, 2025 11:11 Inactive
@cilium-renovate cilium-renovate bot temporarily deployed to release-base-images-renovate January 27, 2025 11:12 Inactive
@cilium-renovate cilium-renovate bot temporarily deployed to release-base-images-renovate January 27, 2025 11:14 Inactive
@joestringer joestringer self-assigned this Jan 28, 2025
@joestringer
Copy link
Member

Failures are triggered by my upstream changes to cilium/hive. Assigning to myself to propose a solution.

2025-01-27T11:34:35.262776699Z panic: Failed to apply cell: 'mesh-auth-mutual-enabled' declared twice: duplicate flag
2025-01-27T11:34:35.262826132Z 
2025-01-27T11:34:35.262829868Z goroutine 1 [running]:
2025-01-27T11:34:35.262832553Z github.com/cilium/hive.NewWithOptions({{0x47157f3, 0x7}, {0xc000a04330, 0x3, 0x3}, {0xc000a022b0, 0x1, 0x1}, {0x7c21be0, 0x2, ...}, ...}, ...)
2025-01-27T11:34:35.262835499Z 	/go/src/github.com/cilium/cilium/vendor/github.com/cilium/hive/hive.go:149 +0x347
2025-01-27T11:34:35.262837843Z github.com/cilium/cilium/pkg/hive.New({0xc000a02250?, 0x1?, 0xc0000061c0?})
2025-01-27T11:34:35.262847371Z 	/go/src/github.com/cilium/cilium/pkg/hive/hive.go:91 +0x5f0
2025-01-27T11:34:35.262850286Z main.main()
2025-01-27T11:34:35.262852901Z 	/go/src/github.com/cilium/cilium/operator/main.go:12 +0x4d

@joestringer joestringer added the dont-merge/preview-only Only for preview or testing, don't merge it. label Jan 28, 2025
@joestringer joestringer requested a review from a team as a code owner January 28, 2025 02:02
@joestringer joestringer requested a review from dlapcevic January 28, 2025 02:02
@joestringer joestringer marked this pull request as draft January 28, 2025 02:02
auto-merge was automatically disabled January 28, 2025 02:02

Pull request was converted to draft

@joestringer joestringer removed the request for review from dlapcevic January 28, 2025 02:02
giorio94 pushed a commit that referenced this pull request Jan 28, 2025
[ 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>
@cilium-renovate
Copy link
Contributor Author

cilium-renovate bot commented Feb 11, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
warning: ignoring symlink /tmp/renovate/repos/github/cilium/cilium/examples/crds
go: downloading github.com/go-openapi/runtime v0.28.0
go: downloading github.com/go-openapi/strfmt v0.23.0
go: downloading github.com/go-openapi/errors v0.22.0
go: downloading github.com/go-openapi/swag v0.23.0
go: downloading google.golang.org/protobuf v1.36.5
go: downloading github.com/cilium/hive v0.0.0-20250212105618-0e864ff1658b
go: downloading github.com/go-openapi/loads v0.22.0
go: downloading github.com/spf13/pflag v1.0.6
go: downloading golang.org/x/net v0.35.0
go: downloading github.com/go-openapi/spec v0.21.0
go: downloading google.golang.org/grpc v1.70.0
go: downloading github.com/go-openapi/validate v0.24.0
go: downloading golang.org/x/tools v0.30.0
go: downloading github.com/spf13/cobra v1.8.1
go: downloading github.com/stretchr/testify v1.10.0
go: downloading github.com/osrg/gobgp/v3 v3.34.0
go: downloading k8s.io/api v0.32.1
go: downloading k8s.io/apimachinery v0.32.1
go: downloading github.com/cilium/coverbee v0.3.3-0.20240723084546-664438750fce
go: downloading github.com/cilium/ebpf v0.17.3
go: downloading github.com/cilium/workerpool v1.2.0
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/vishvananda/netlink v1.3.1-0.20250209162617-655392bc778a
go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/oklog/ulid v1.3.1
go: downloading go.mongodb.org/mongo-driver v1.14.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading golang.org/x/sync v0.11.0
go: downloading github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b
go: downloading go.opentelemetry.io/otel v1.34.0
go: downloading go.opentelemetry.io/otel/trace v1.34.0
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/cilium/statedb v0.3.5
go: downloading github.com/go-openapi/analysis v0.23.0
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading helm.sh/helm/v3 v3.17.0
go: downloading k8s.io/client-go v0.32.1
go: downloading github.com/google/gops v0.3.28
go: downloading github.com/go-openapi/jsonpointer v0.21.0
go: downloading github.com/go-openapi/jsonreference v0.21.0
go: downloading go.uber.org/dig v1.17.1
go: downloading golang.org/x/term v0.29.0
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/cloudflare/cfssl v1.6.5
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.62.0
go: downloading k8s.io/utils v0.0.0-20241210054802-24370beab758
go: downloading golang.org/x/time v0.10.0
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/prometheus/client_golang v1.20.5
go: downloading golang.org/x/sys v0.30.0
go: downloading k8s.io/apiextensions-apiserver v0.32.1
go: downloading k8s.io/cli-runtime v0.32.1
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6
go: downloading k8s.io/kubectl v0.32.1
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading github.com/google/go-github v17.0.0+incompatible
go: downloading golang.org/x/oauth2 v0.26.0
go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
go: downloading github.com/spf13/viper v1.19.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/cilium/charts v0.0.0-20250204154402-8a35f8210901
go: downloading github.com/cilium/dns v1.1.51-0.20240603182237-af788769786a
go: downloading github.com/gopacket/gopacket v1.3.1
go: downloading github.com/alecthomas/participle/v2 v2.1.0
go: downloading golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/mackerelio/go-osstat v0.2.5
go: downloading github.com/spf13/cast v1.7.1
go: downloading github.com/cilium/stream v0.0.0-20241203114243-53c3e5d79744
go: downloading github.com/hashicorp/go-immutable-radix/v2 v2.1.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/spf13/afero v1.12.0
go: downloading go.uber.org/goleak v1.3.0
go: downloading sigs.k8s.io/mcs-api v0.1.1-0.20250129110323-a7986579439f
go: downloading go.etcd.io/etcd/client/v3 v3.5.18
go: downloading github.com/cilium/proxy v0.0.0-20241219105110-b2e1bb5839df
go: downloading github.com/containernetworking/cni v1.2.3
go: downloading github.com/fsnotify/fsnotify v1.8.0
go: downloading github.com/google/renameio/v2 v2.0.0
go: downloading github.com/tidwall/gjson v1.18.0
go: downloading github.com/tidwall/sjson v1.2.5
go: downloading github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2.0
go: downloading github.com/fatih/color v1.18.0
go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
go: downloading github.com/spiffe/go-spiffe/v2 v2.5.0
go: downloading github.com/spiffe/spire-api-sdk v1.11.1
go: downloading sigs.k8s.io/controller-runtime v0.20.1
go: downloading github.com/go-logr/logr v1.4.2
go: downloading sigs.k8s.io/gateway-api v1.2.1
go: downloading github.com/evanphx/json-patch v5.9.11+incompatible
go: downloading github.com/aliyun/alibaba-cloud-sdk-go v1.63.88
go: downloading github.com/aws/aws-sdk-go-v2 v1.33.0
go: downloading github.com/aws/aws-sdk-go-v2/config v1.29.1
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.24
go: downloading github.com/aws/aws-sdk-go-v2/service/ec2 v1.201.0
go: downloading github.com/aws/smithy-go v1.22.2
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.1
go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6 v6.3.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v6 v6.2.0
go: downloading github.com/lthibault/jitterbug/v2 v2.2.2
go: downloading go.etcd.io/etcd/api/v3 v3.5.18
go: downloading github.com/cilium/endpointslice-controller v0.0.0-20240409203012-75cb5d61db1b
go: downloading k8s.io/component-base v0.32.1
go: downloading k8s.io/endpointslice v0.32.1
go: downloading github.com/hashicorp/go-hclog v1.6.3
go: downloading github.com/mdlayher/arp v0.0.0-20220512170110-6706a2966875
go: downloading github.com/mdlayher/ethernet v0.0.0-20220221185849-529eae5b6118
go: downloading github.com/mattn/go-shellwords v1.0.12
go: downloading github.com/vishvananda/netns v0.0.5
go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
go: downloading github.com/cilium/lumberjack/v2 v2.4.1
go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
go: downloading github.com/prometheus-community/pro-bing v0.6.1
go: downloading github.com/cilium/fake v0.7.0
go: downloading github.com/google/cel-go v0.23.2
go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/onsi/gomega v1.35.1
go: downloading github.com/jeremywohl/flatten v1.0.1
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.18
go: downloading go.uber.org/zap v1.27.0
go: downloading github.com/sasha-s/go-deadlock v0.3.5
go: downloading golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10
go: downloading golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173
go: downloading github.com/docker/docker v27.5.1+incompatible
go: downloading github.com/docker/libnetwork v0.8.0-dev.2.0.20210525090646-64b7a4574d14
go: downloading github.com/gorilla/mux v1.8.1
go: downloading github.com/onsi/ginkgo v1.16.5
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading golang.org/x/crypto v0.33.0
go: downloading golang.org/x/mod v0.23.0
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/google/go-licenses v1.6.1-0.20230903011517-706b9c60edd4
go: downloading github.com/coreos/go-systemd/v22 v22.5.0
go: downloading github.com/josharian/intern v1.0.0
go: downloading go.opentelemetry.io/otel/metric v1.34.0
go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
go: downloading github.com/google/certificate-transparency-go v1.1.7
go: downloading github.com/zmap/zcrypto v0.0.0-20230310154051-c8b263fd8300
go: downloading github.com/zmap/zlint/v3 v3.5.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.2
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/klauspost/compress v1.17.9
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/Masterminds/semver/v3 v3.3.0
go: downloading github.com/Masterminds/sprig/v3 v3.3.0
go: downloading github.com/gosuri/uitable v0.0.4
go: downloading github.com/pkg/errors v0.9.1
go: downloading k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading golang.org/x/text v0.22.0
go: downloading sigs.k8s.io/kustomize/api v0.18.0
go: downloading sigs.k8s.io/kustomize/kyaml v0.18.1
go: downloading github.com/gorilla/websocket v1.5.1
go: downloading github.com/moby/term v0.5.0
go: downloading github.com/sagikazarmark/locafero v0.4.0
go: downloading github.com/sagikazarmark/slog-shim v0.1.0
go: downloading github.com/containerd/containerd v1.7.24
go: downloading github.com/opencontainers/image-spec v1.1.0
go: downloading oras.land/oras-go v1.2.5
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.4
go: downloading sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3
go: downloading github.com/golang/protobuf v1.5.4
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241216192217-9240e9c98484
go: downloading github.com/cncf/xds/go v0.0.0-20241213214725-57cfbe6fad57
go: downloading github.com/envoyproxy/protoc-gen-validate v1.1.0
go: downloading github.com/tidwall/match v1.1.1
go: downloading github.com/tidwall/pretty v1.2.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/Microsoft/go-winio v0.6.2
go: downloading github.com/zeebo/errs v1.4.0
go: downloading github.com/evanphx/json-patch/v5 v5.9.0
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.54
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.24.11
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.33.9
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2
go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
go: downloading github.com/eapache/channels v1.1.0
go: downloading github.com/cilium/endpointslice v0.29.4-0.20240409195643-982ad68ab7ba
go: downloading github.com/mdlayher/packet v1.1.2
go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
go: downloading go.opentelemetry.io/proto/otlp v1.4.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9
go: downloading k8s.io/apiserver v0.32.1
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading cel.dev/expr v0.19.1
go: downloading github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/ishidawataru/sctp v0.0.0-20230406120618-7ff4192f6ff2
go: downloading github.com/google/licenseclassifier/v2 v2.0.0
go: downloading github.com/godbus/dbus/v5 v5.1.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.1.0
go: downloading github.com/jmoiron/sqlx v1.4.0
go: downloading github.com/docker/go-connections v0.5.0
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0
go: downloading github.com/weppos/publicsuffix-go v0.30.0
go: downloading dario.cat/mergo v1.0.1
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/huandu/xstrings v1.5.0
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/shopspring/decimal v1.4.0
go: downloading github.com/cyphar/filepath-securejoin v0.3.6
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading github.com/BurntSushi/toml v1.4.0
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/Masterminds/squirrel v1.5.4
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/rubenv/sql-migrate v1.7.1
go: downloading github.com/pelletier/go-toml v1.9.5
go: downloading github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
go: downloading github.com/fxamacker/cbor/v2 v2.7.0
go: downloading github.com/moby/spdystream v0.5.0
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/hashicorp/hcl v1.0.1-vault-5
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/pelletier/go-toml/v2 v2.2.2
go: downloading github.com/docker/cli v25.0.1+incompatible
go: downloading github.com/docker/distribution v2.8.3+incompatible
go: downloading github.com/containerd/log v0.1.0
go: downloading github.com/containerd/platforms v0.2.1
go: downloading github.com/coreos/go-semver v0.3.1
go: downloading github.com/go-jose/go-jose/v4 v4.0.4
go: downloading gomodules.xyz/jsonpatch/v2 v2.4.0
go: downloading github.com/google/btree v1.1.3
go: downloading github.com/miekg/dns v1.1.62
go: downloading github.com/k-sone/critbitgo v1.4.0
go: downloading github.com/eapache/queue v1.1.0
go: downloading github.com/josharian/native v1.1.0
go: downloading github.com/mdlayher/socket v0.5.1
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28
go: downloading github.com/stoewer/go-strcase v1.3.0
go: downloading github.com/antlr4-go/antlr/v4 v4.13.0
go: downloading github.com/mdlayher/genetlink v1.3.2
go: downloading github.com/mdlayher/netlink v1.7.2
go: downloading github.com/nxadm/tail v1.4.8
go: downloading go.opencensus.io v0.24.0
go: downloading github.com/sergi/go-diff v1.3.1
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/mattn/go-runewidth v0.0.13
go: downloading github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
go: downloading github.com/go-gorp/gorp/v3 v3.1.0
go: downloading github.com/go-errors/errors v1.4.2
go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
go: downloading github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/moby/locker v1.0.1
go: downloading github.com/docker/docker-credential-helpers v0.7.0
go: downloading github.com/containerd/errdefs v0.3.0
go: downloading github.com/golang-jwt/jwt/v5 v5.2.1
go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: downloading github.com/chai2010/gettext-go v1.0.2
go: downloading github.com/MakeNowJust/heredoc v1.0.0
go: downloading github.com/rivo/uniseg v0.4.4
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading github.com/emicklei/go-restful/v3 v3.12.0
go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
go: downloading github.com/xlab/treeprint v1.2.0
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0
go: downloading github.com/moby/sys/userns v0.1.0
go: downloading github.com/docker/go-metrics v0.0.1
go: downloading github.com/google/go-github/v68 v68.0.0
go: downloading sigs.k8s.io/mcs-api v0.1.0
go: downloading github.com/google/go-querystring v1.1.0
go: github.com/cilium/cilium/operator/pkg/gateway-api/helpers imports
	sigs.k8s.io/mcs-api/pkg/controllers: cannot find module providing package sigs.k8s.io/mcs-api/pkg/controllers

File name: go.mod
Command failed: make generate-k8s-api
Unable to find image 'quay.io/cilium/cilium-builder:ba145b3a74f04d66c16c36dc7e41aacc180ff252@sha256:5d5942660aef1635e050df6757540842dd239e251885bc7f34dfddbd4c9cc81a' locally
quay.io/cilium/cilium-builder@sha256:5d5942660aef1635e050df6757540842dd239e251885bc7f34dfddbd4c9cc81a: Pulling from cilium/cilium-builder
dd8906956378: Pulling fs layer
154325e69597: Pulling fs layer
1a20df797167: Pulling fs layer
5fc5212ef995: Pulling fs layer
4f4fb700ef54: Pulling fs layer
10f706e746db: Pulling fs layer
f9c89eb7e831: Pulling fs layer
c344a3eddc25: Pulling fs layer
c4e585a5e79d: Pulling fs layer
40e43c4fa704: Pulling fs layer
8fe57e168e06: Pulling fs layer
18dbdcd101ac: Pulling fs layer
1dedcd301051: Pulling fs layer
5fc5212ef995: Waiting
4f4fb700ef54: Waiting
10f706e746db: Waiting
f9c89eb7e831: Waiting
c344a3eddc25: Waiting
c4e585a5e79d: Waiting
18dbdcd101ac: Waiting
40e43c4fa704: Waiting
8fe57e168e06: Waiting
1dedcd301051: Waiting
1a20df797167: Verifying Checksum
1a20df797167: Download complete
dd8906956378: Verifying Checksum
dd8906956378: Download complete
5fc5212ef995: Verifying Checksum
5fc5212ef995: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
154325e69597: Verifying Checksum
154325e69597: Download complete
f9c89eb7e831: Verifying Checksum
f9c89eb7e831: Download complete
10f706e746db: Verifying Checksum
10f706e746db: Download complete
c344a3eddc25: Verifying Checksum
c344a3eddc25: Download complete
c4e585a5e79d: Verifying Checksum
c4e585a5e79d: Download complete
40e43c4fa704: Verifying Checksum
40e43c4fa704: Download complete
18dbdcd101ac: Verifying Checksum
18dbdcd101ac: Download complete
1dedcd301051: Verifying Checksum
1dedcd301051: Download complete
8fe57e168e06: Verifying Checksum
8fe57e168e06: Download complete
dd8906956378: Pull complete
154325e69597: Pull complete
1a20df797167: Pull complete
5fc5212ef995: Pull complete
4f4fb700ef54: Pull complete
10f706e746db: Pull complete
f9c89eb7e831: Pull complete
c344a3eddc25: Pull complete
c4e585a5e79d: Pull complete
40e43c4fa704: Pull complete
8fe57e168e06: Pull complete
18dbdcd101ac: Pull complete
1dedcd301051: Pull complete
Digest: sha256:5d5942660aef1635e050df6757540842dd239e251885bc7f34dfddbd4c9cc81a
Status: Downloaded newer image for quay.io/cilium/cilium-builder@sha256:5d5942660aef1635e050df6757540842dd239e251885bc7f34dfddbd4c9cc81a
go: writing stat cache: mkdir /go/pkg/mod/cache/download/github.com/cilium/charts: permission denied
go: writing stat cache: mkdir /go/pkg/mod/cache/download/github.com/cilium/hive: permission denied
go: writing stat cache: mkdir /go/pkg/mod/cache/download/github.com/vishvananda: permission denied
go: writing stat cache: mkdir /go/pkg/mod/cache/download/google.golang.org/genproto/googleapis: permission denied
go: writing stat cache: mkdir /go/pkg/mod/cache/download/sigs.k8s.io: permission denied
go: inconsistent vendoring in /go/src/github.com/cilium/cilium:
	github.com/aliyun/alibaba-cloud-sdk-go@v1.63.88: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/cilium/charts@v0.0.0-20250204154402-8a35f8210901: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/cilium/ebpf@v0.17.3: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/cilium/fake@v0.7.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/cilium/hive@v0.0.0-20250212105618-0e864ff1658b: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/evanphx/json-patch@v5.9.11+incompatible: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/google/cel-go@v0.23.2: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/google/go-github/v69@v69.0.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/osrg/gobgp/v3@v3.34.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/prometheus-community/pro-bing@v0.6.1: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/spf13/pflag@v1.0.6: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/spiffe/go-spiffe/v2@v2.5.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/vishvananda/netlink@v1.3.1-0.20250209162617-655392bc778a: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.etcd.io/etcd/api/v3@v3.5.18: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.etcd.io/etcd/client/pkg/v3@v3.5.18: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.etcd.io/etcd/client/v3@v3.5.18: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/crypto@v0.33.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/mod@v0.23.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/net@v0.35.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/oauth2@v0.26.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/sync@v0.11.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/sys@v0.30.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/term@v0.29.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/time@v0.10.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/tools@v0.30.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	google.golang.org/genproto/googleapis/rpc@v0.0.0-20250207221924-e9438ea467c6: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	google.golang.org/grpc@v1.70.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	google.golang.org/protobuf@v1.36.5: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	sigs.k8s.io/mcs-api@v0.1.1-0.20250129110323-a7986579439f: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aliyun/alibaba-cloud-sdk-go@v1.63.84: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/cilium/charts@v0.0.0-20250122005123-9aa3c2db578d: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/cilium/ebpf@v0.17.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/cilium/fake@v0.6.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/cilium/hive@v0.0.0-20250121145729-e67f66eb0375: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/evanphx/json-patch@v5.9.0+incompatible: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/google/cel-go@v0.22.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/google/go-github/v68@v68.0.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/osrg/gobgp/v3@v3.33.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/prometheus-community/pro-bing@v0.6.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/spf13/pflag@v1.0.6-0.20250109003754-5ca813443bd2: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/spiffe/go-spiffe/v2@v2.4.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/vishvananda/netlink@v1.3.1-0.20250121061148-364253875734: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	go.etcd.io/etcd/api/v3@v3.5.17: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	go.etcd.io/etcd/client/pkg/v3@v3.5.17: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	go.etcd.io/etcd/client/v3@v3.5.17: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/crypto@v0.32.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/mod@v0.22.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/net@v0.34.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/oauth2@v0.25.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/sync@v0.10.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/sys@v0.29.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/term@v0.28.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/time@v0.9.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/tools@v0.29.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	google.golang.org/genproto/googleapis/rpc@v0.0.0-20250122153221-138b5a5a4fd4: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	google.golang.org/grpc@v1.69.4: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	google.golang.org/protobuf@v1.36.3: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	sigs.k8s.io/mcs-api@v0.1.1-0.20250116162235-62ede9a032dc: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod

	To ignore the vendor directory, use -mod=readonly or -mod=mod.
	To sync the vendor directory, run:
		go mod vendor
Makefile:341: *** "Could not locate Cilium's go.mod file, are you in Cilium's repository?".  Stop.
make: *** [Makefile:352: generate-k8s-api] Error 2

File name: go.mod
Command failed: make manifests
go: inconsistent vendoring in /tmp/renovate/repos/github/cilium/cilium:
	github.com/aliyun/alibaba-cloud-sdk-go@v1.63.88: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/cilium/charts@v0.0.0-20250204154402-8a35f8210901: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/cilium/ebpf@v0.17.3: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/cilium/fake@v0.7.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/cilium/hive@v0.0.0-20250212105618-0e864ff1658b: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/evanphx/json-patch@v5.9.11+incompatible: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/google/cel-go@v0.23.2: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/google/go-github/v69@v69.0.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/osrg/gobgp/v3@v3.34.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/prometheus-community/pro-bing@v0.6.1: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/spf13/pflag@v1.0.6: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/spiffe/go-spiffe/v2@v2.5.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/vishvananda/netlink@v1.3.1-0.20250209162617-655392bc778a: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.etcd.io/etcd/api/v3@v3.5.18: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.etcd.io/etcd/client/pkg/v3@v3.5.18: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.etcd.io/etcd/client/v3@v3.5.18: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/crypto@v0.33.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/mod@v0.23.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/net@v0.35.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/oauth2@v0.26.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/sync@v0.11.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/sys@v0.30.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/term@v0.29.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/time@v0.10.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/tools@v0.30.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	google.golang.org/genproto/googleapis/rpc@v0.0.0-20250207221924-e9438ea467c6: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	google.golang.org/grpc@v1.70.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	google.golang.org/protobuf@v1.36.5: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	sigs.k8s.io/mcs-api@v0.1.1-0.20250129110323-a7986579439f: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aliyun/alibaba-cloud-sdk-go@v1.63.84: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/cilium/charts@v0.0.0-20250122005123-9aa3c2db578d: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/cilium/ebpf@v0.17.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/cilium/fake@v0.6.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/cilium/hive@v0.0.0-20250121145729-e67f66eb0375: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/evanphx/json-patch@v5.9.0+incompatible: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/google/cel-go@v0.22.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/google/go-github/v68@v68.0.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/osrg/gobgp/v3@v3.33.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/prometheus-community/pro-bing@v0.6.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/spf13/pflag@v1.0.6-0.20250109003754-5ca813443bd2: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/spiffe/go-spiffe/v2@v2.4.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/vishvananda/netlink@v1.3.1-0.20250121061148-364253875734: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	go.etcd.io/etcd/api/v3@v3.5.17: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	go.etcd.io/etcd/client/pkg/v3@v3.5.17: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	go.etcd.io/etcd/client/v3@v3.5.17: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/crypto@v0.32.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/mod@v0.22.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/net@v0.34.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/oauth2@v0.25.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/sync@v0.10.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/sys@v0.29.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/term@v0.28.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/time@v0.9.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/tools@v0.29.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	google.golang.org/genproto/googleapis/rpc@v0.0.0-20250122153221-138b5a5a4fd4: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	google.golang.org/grpc@v1.69.4: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	google.golang.org/protobuf@v1.36.3: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	sigs.k8s.io/mcs-api@v0.1.1-0.20250116162235-62ede9a032dc: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod

	To ignore the vendor directory, use -mod=readonly or -mod=mod.
	To sync the vendor directory, run:
		go mod vendor
make: *** [Makefile:231: manifests] Error 1

@cilium-renovate cilium-renovate bot force-pushed the renovate/main-all-go-deps-main branch from 2d87df6 to 65a273d Compare February 12, 2025 11:07
@cilium-renovate cilium-renovate bot temporarily deployed to release-base-images-renovate February 12, 2025 11:07 Inactive
@cilium-renovate cilium-renovate bot temporarily deployed to release-base-images-renovate February 12, 2025 11:08 Inactive
@cilium-renovate cilium-renovate bot temporarily deployed to release-base-images-renovate February 12, 2025 11:18 Inactive
@cilium-renovate cilium-renovate bot force-pushed the renovate/main-all-go-deps-main branch from 65a273d to 28a1aab Compare February 12, 2025 12:10
@joestringer joestringer added the renovate/stop-updating Tell Renovate to stop updating PR label Feb 12, 2025
@joestringer joestringer force-pushed the renovate/main-all-go-deps-main branch from 28a1aab to b727a64 Compare February 12, 2025 18:31
@joestringer
Copy link
Member

sigs.k8s.io/mcs-api seems like it's causing problems here. The immediate impact seems to be mitigated by targeting the version v0.1.1-0.20250116162235-62ede9a032dc in line with #37053 . Is mcs-api a stable dependency?

After setting that version in go.mod and running go mod tidy, at least that command completed. We will see from the CI results whether that unsticks the dependency updates.

cc @MrFreezeex who has been helping with maintenance of MCS dependency.

@joestringer joestringer force-pushed the renovate/main-all-go-deps-main branch from b727a64 to 90a6964 Compare February 12, 2025 18:36
@joestringer
Copy link
Member

I ran go mod vendor locally and applied the changes. Retriggering CI.

@joestringer
Copy link
Member

joestringer commented Feb 12, 2025

Upstream hive PR cilium/hive#34 changed the Hive API, causing a build breakage in pkg/dynamiclifecycle/. Pushing a fix. /cc @joamaki

@MrFreezeex
Copy link
Member

sigs.k8s.io/mcs-api seems like it's causing problems here. The immediate impact seems to be mitigated by targeting the version v0.1.1-0.20250116162235-62ede9a032dc in line with #37053 . Is mcs-api a stable dependency?

After setting that version in go.mod and running go mod tidy, at least that command completed. We will see from the CI results whether that unsticks the dependency updates.

cc @MrFreezeex who has been helping with maintenance of MCS dependency.

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

@joestringer
Copy link
Member

joestringer commented Feb 12, 2025

Latest failure:
https://github.com/cilium/cilium/actions/runs/13292696517/job/37117112628?pr=37240#step:6:45

Building release binary for darwin/amd64...
# github.com/cilium/cilium/pkg/datapath/linux/probes
Error: ../pkg/datapath/linux/probes/attach_type.go:28:21: undefined: features.HaveProgramType
Error: ../pkg/datapath/linux/probes/probes.go:351:18: undefined: features.HaveProgramHelper
Error: ../pkg/datapath/linux/probes/probes.go:365:18: undefined: features.HaveLargeInstructions
Error: ../pkg/datapath/linux/probes/probes.go:379:18: undefined: features.HaveBoundedLoops
Error: ../pkg/datapath/linux/probes/probes.go:393:18: undefined: features.HaveProgramHelper
Error: ../pkg/datapath/linux/probes/probes.go:400:18: undefined: features.HaveProgramHelper
Error: ../pkg/datapath/linux/probes/probes.go:407:18: undefined: features.HaveV2ISA
Error: ../pkg/datapath/linux/probes/probes.go:421:18: undefined: features.HaveV3ISA
make: *** [Makefile:29: local-release] Error 1
make: Leaving directory '/home/runner/work/cilium/cilium/cilium-cli'

Why is cilium-cli pulling in datapath code? Something is very broken here.

@joestringer
Copy link
Member

Some possible initial candidates:

$ git grep -h 'cilium\/cilium\/pkg' cilium-cli | sort -u
        ciliumClientset "github.com/cilium/cilium/pkg/k8s/client/clientset/versioned"
        ciliumdef "github.com/cilium/cilium/pkg/defaults"
        ciliumv2alpha1 "github.com/cilium/cilium/pkg/k8s/apis/cilium.io/v2alpha1"
        ciliumv2 "github.com/cilium/cilium/pkg/k8s/apis/cilium.io/v2"
        "github.com/cilium/cilium/pkg/annotation"
        "github.com/cilium/cilium/pkg/bgpv1/api"
        "github.com/cilium/cilium/pkg/bgpv1/types"
        "github.com/cilium/cilium/pkg/defaults"
        _ "github.com/cilium/cilium/pkg/envoy/resource"
        "github.com/cilium/cilium/pkg/k8s"
        "github.com/cilium/cilium/pkg/k8s/client/clientset/versioned/scheme"
        "github.com/cilium/cilium/pkg/lock"
        "github.com/cilium/cilium/pkg/node/addressing"
        "github.com/cilium/cilium/pkg/option"
        "github.com/cilium/cilium/pkg/policy/api"
        "github.com/cilium/cilium/pkg/safeio"
        "github.com/cilium/cilium/pkg/versioncheck"
        k8sConst "github.com/cilium/cilium/pkg/k8s/apis/cilium.io"
        policyapi "github.com/cilium/cilium/pkg/policy/api"
        slimmetav1 "github.com/cilium/cilium/pkg/k8s/slim/k8s/apis/meta/v1"
        slimv1 "github.com/cilium/cilium/pkg/k8s/slim/k8s/apis/meta/v1"
        v2 "github.com/cilium/cilium/pkg/k8s/apis/cilium.io/v2"

@joestringer
Copy link
Member

@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.

@ovidiutirla
Copy link
Contributor

Please ping if there are required changes to dynamiclifecycle, happy to look into it.

@joestringer
Copy link
Member

@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.

cilium-renovate bot and others added 2 commits February 12, 2025 14:49
[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>
@joestringer joestringer force-pushed the renovate/main-all-go-deps-main branch from 7b3db0c to eea40e5 Compare February 12, 2025 22:49
@joestringer
Copy link
Member

I dropped the bump for cilium/ebpf.

@joestringer
Copy link
Member

/ci-awscni

@joestringer joestringer marked this pull request as ready for review February 12, 2025 23:43
@joestringer joestringer requested a review from a team as a code owner February 12, 2025 23:43
@joestringer joestringer merged commit 9153d9e into main Feb 13, 2025
326 of 328 checks passed
@joestringer joestringer deleted the renovate/main-all-go-deps-main branch February 13, 2025 16:25
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants