Skip to content

Conversation

cilium-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/aws/smithy-go v1.22.4 -> v1.22.5 age confidence require patch
github.com/cilium/charts d9624f7 -> 35ab4af age confidence require digest
github.com/cilium/hive 5a5dacd -> 28e7a35 age confidence require digest
github.com/envoyproxy/go-control-plane/contrib 896bd55 -> 3e244ce require digest
github.com/envoyproxy/go-control-plane/envoy 896bd55 -> 3e244ce require digest
github.com/google/go-github/v73 v73.0.0 -> v74.0.0 age confidence require major
github.com/gopacket/gopacket v1.3.2-0.20250721223119-be3fffa73cab -> v1.4.0 age confidence require minor
github.com/prometheus/client_golang v1.22.0 -> v1.23.0 age confidence require minor
go.etcd.io/etcd/api/v3 v3.6.2 -> v3.6.4 age confidence require patch
go.etcd.io/etcd/client/pkg/v3 v3.6.2 -> v3.6.4 age confidence require patch
go.etcd.io/etcd/client/v3 v3.6.2 -> v3.6.4 age confidence require patch
google.golang.org/genproto/googleapis/rpc a45f3df -> f173205 age confidence require digest
google.golang.org/grpc v1.73.0 -> v1.74.2 age confidence require minor
sigs.k8s.io/mcs-api/controllers 20de0eb -> a807ec6 age confidence require digest

Release Notes

aws/smithy-go (github.com/aws/smithy-go)

v1.22.5

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.5
    • Feature: Add HTTP interceptors.
google/go-github (github.com/google/go-github/v73)

v74.0.0

Compare Source

This release contains the following breaking API changes:

  • fix!: Add ListSCIMProvisionedGroupsForEnterpriseOptions (#​3601)
    BREAKING CHANGE: ListSCIMProvisionedGroupsForEnterprise now takes ListSCIMProvisionedGroupsForEnterpriseOptions instead of *ListSCIMProvisionedIdentitiesOptions.
  • fix!: Change ListCheckSuiteOptions.AppID from int to int64 (#​3633)
    BREAKING CHANGE: Change ListCheckSuiteOptions.AppID from int to int64

...and the following additional changes:

  • Bump go-github from v72 to v73 in /scrape (#​3600)
  • refactor: Simplify error handling in JSON decoding in tests (#​3602)
  • refactor: fix revive.unused-parameter lint issues (#​3603)
  • chore: Correct typos in comments and tests error messages (#​3604)
  • feat: Add organization migration options (#​3606)
  • feat: Add new enhanced billing endpoints (#​3605)
  • docs: Update HTTP cache references to RFC 9111 compliant implementation (#​3608)
  • fix: Remove custom Accept in Apps.ListRepos and Apps.ListUserRepos (#​3609)
  • fix: Change UsageItem.Quantity from int to float64 (#​3610)
  • fix: Fix broken URL for SubIssueService.Remove endpoint (#​3613)
  • feat: Add DisableRateLimitCheck option to client (#​3607)
  • build(deps): bump github.com/alecthomas/kong from 1.11.0 to 1.12.0 in /tools (#​3614)
  • chore: Fix some minor issues in the comments (#​3615)
  • fix: Handle null assignee in Copilot Seat Billing API response (#​3619)
  • fix: Add ProtectionURL field to Repositories.ListBranches response (#​3618)
  • feat: Add digest field to Artifact (#​3621)
  • fix: Add missing require_last_push_approval field to branch protection rule event structs (#​3623)
  • build(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0 in /tools (#​3624)
  • build(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 in /scrape (#​3625)
  • feat: Add the Digest field to ReleaseAsset (#​3628)
  • refactor: Fix revive.unnecessary-format lint issues (#​3629)
  • build(deps): bump github.com/alecthomas/kong from 1.12.0 to 1.12.1 in /tools (#​3632)
  • docs: Extend RepositoryContentGetOptions description (#​3637)
  • Bump version of go-github to v74.0.0 (#​3638)
gopacket/gopacket (github.com/gopacket/gopacket)

v1.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: gopacket/gopacket@v1.3.1...v.1.3.1

prometheus/client_golang (github.com/prometheus/client_golang)

v1.23.0: - 2025-07-30

Compare Source

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #​1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #​1766
  • [FEATURE] Add exemplars for native histograms #​1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #​1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #​1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #​1729
All Changes * Update example test by @​SuperQ in https://github.com/prometheus/client_golang/pull/1770 * build(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 in /tutorials/whatsup by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1776 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1771 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1778 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1779 * build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 in /exp by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1782 * build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 in /exp by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1781 * build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1783 * build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1784 * build(deps): bump github.com/prometheus/procfs from 0.15.1 to 0.16.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1786 * chore: Upgrade golangci-lint to v2 by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1789 * build(deps): bump the github-actions group across 1 directory with 3 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1790 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1791 * Add `WrapCollectorWith` and `WrapCollectorWithPrefix` by @​colega in https://github.com/prometheus/client_golang/pull/1766 * feat(github-actions): add Go file change detection to golangci-lint workflow by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1794 * chore(ci): Fix flaky tests by @​kakkoyun in https://github.com/prometheus/client_golang/pull/1795 * build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /tutorials/whatsup by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1799 * test(registry): Add goleak-based goroutine leak detection by @​surinkim in https://github.com/prometheus/client_golang/pull/1797 * build(deps): bump go.uber.org/goleak from 1.2.0 to 1.3.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1806 * build(deps): bump the github-actions group with 2 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1804 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1809 * Add exemplars for native histograms by @​shivanthzen in https://github.com/prometheus/client_golang/pull/1686 * build(deps): bump golang.org/x/sys from 0.30.0 to 0.32.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1807 * build(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1805 * build(deps): bump github.com/prometheus/procfs from 0.16.0 to 0.16.1 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1808 * build(deps): bump golang.org/x/net from 0.35.0 to 0.38.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1800 * Update supported Go versions by @​SuperQ in https://github.com/prometheus/client_golang/pull/1812 * Cleaup Go modules by @​SuperQ in https://github.com/prometheus/client_golang/pull/1813 * fix: client prompt return on context cancellation by @​umegbewe in https://github.com/prometheus/client_golang/pull/1729 * Simplify buf binary install by @​SuperQ in https://github.com/prometheus/client_golang/pull/1814 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1815 * build(deps): bump the github-actions group with 5 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1817 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1821 * exp/api: Bubble up status code from writeResponse by @​saswatamcode in https://github.com/prometheus/client_golang/pull/1823 * build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1827 * build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 in /exp by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1828 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1831 * Update runtime metrics for Go v1.23 and v1.24 by @​aknuds1 in https://github.com/prometheus/client_golang/pull/1833 * Fix `errNotImplemented` reference by @​aknuds1 in https://github.com/prometheus/client_golang/pull/1835 * build(deps): bump the github-actions group with 3 updates by @​dependabot[bot] in https://github.com/prometheus/client_golang/pull/1826 * Synchronize common files from prometheus/prometheus by @​prombot in https://github.com/prometheus/client_golang/pull/1832 * Cut v1.23.0-rc.0 by @​vesari in https://github.com/prometheus/client_golang/pull/1837 * cut v1.23.0-rc.1 by @​vesari in https://github.com/prometheus/client_golang/pull/1842

New Contributors

Full Changelog: https://github.com/prometheus/client\_golang/compare/v1.22.0...v1.23.0

etcd-io/etcd (go.etcd.io/etcd/api/v3)

v3.6.4

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

##### 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 --no-same-owner
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.6.4

##### 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.6.4

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

v3.6.3

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

##### 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 --no-same-owner
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.6.3

##### 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.6.3

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.74.2: Release 1.74.2

Compare Source

New Features

  • grpc: introduce new DialOptions and ServerOptions (WithStaticStreamWindowSize, WithStaticConnWindowSize, StaticStreamWindowSize, StaticConnWindowSize) that force fixed window sizes for all HTTP/2 connections. By default, gRPC uses dynamic sizing of these windows based upon a BDP estimation algorithm. The existing options (WithInitialWindowSize, etc) also disable BDP estimation, but this behavior will be changed in a following release. (#​8283)

API Changes

  • balancer: add ExitIdle method to Balancer interface. Earlier, implementing this method was optional. (#​8367)

Behavior Changes

  • xds: Remove the GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST environment variable that allows disabling the least request balancer with xDS. Least request was made available by default with xDS in v1.72.0. (#​8248)
  • server: allow 0s grpc-timeout header values, which older gRPC-Java versions could send. This restores the behavior of grpc-go before v1.73.0. (#​8439)

Bug Fixes

  • googledirectpath: avoid logging the error message Attempt to set a bootstrap configuration... when creating multiple directpath channels. (#​8419)

Performance Improvements

  • transport: reduce heap allocations by pooling objects and avoiding method-to-closure conversions. (#​8361)
  • transport: reduce heap allocations by re-using mem.Reader objects. (#​8360)

Documentation

  • examples: add examples to demonstrate enabling experimental metrics using the OpenTelemetry plugin. (#​8388)

v1.74.1: Release 1.74.1

Compare Source

Version 1.74.1 retracts release v1.74.0 and itself. Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.2 is released.

v1.74.0: Release 1.74.0

Compare Source

Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.1 is released.


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 August 3, 2025 00:56
@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 Aug 3, 2025
@cilium-renovate cilium-renovate bot requested a review from HadrienPatte August 3, 2025 00:56
@cilium-renovate cilium-renovate bot added the kind/enhancement This would improve or streamline existing functionality. label Aug 3, 2025
@cilium-renovate cilium-renovate bot requested a review from ciliumbot August 3, 2025 00:56
@cilium-renovate cilium-renovate bot added release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR labels Aug 3, 2025
@cilium-renovate
Copy link
Contributor Author

⚠️ 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: mod upgrade --mod-name=github.com/google/go-github/v73 -t=74
could not load package: err: exit status 1: stderr: go: inconsistent vendoring in /tmp/renovate/repos/github/cilium/cilium:
	github.com/aws/smithy-go@v1.22.5: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/cilium/charts@v0.0.0-20250731160311-35ab4afc4691: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/cilium/hive@v0.0.0-20250731144630-28e7a35ed227: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/envoyproxy/go-control-plane/contrib@v1.32.5-0.20250730150711-3e244ce327ba: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/envoyproxy/go-control-plane/envoy@v1.32.5-0.20250730150711-3e244ce327ba: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/google/go-github/v74@v74.0.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/gopacket/gopacket@v1.4.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/prometheus/client_golang@v1.23.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.etcd.io/etcd/api/v3@v3.6.4: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.etcd.io/etcd/client/pkg/v3@v3.6.4: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.etcd.io/etcd/client/v3@v3.6.4: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	google.golang.org/genproto/googleapis/rpc@v0.0.0-20250728155136-f173205681a0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	google.golang.org/grpc@v1.74.2: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	sigs.k8s.io/mcs-api/controllers@v0.0.0-20250731081715-a807ec696257: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aws/smithy-go@v1.22.4: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/cilium/charts@v0.0.0-20250729183302-d9624f77f0e6: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/cilium/hive@v0.0.0-20250611195437-5a5dacdfb354: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/envoyproxy/go-control-plane/contrib@v1.32.5-0.20250726235758-896bd55d3690: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/envoyproxy/go-control-plane/envoy@v1.32.5-0.20250726235758-896bd55d3690: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/gopacket/gopacket@v1.3.2-0.20250721223119-be3fffa73cab: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/prometheus/client_golang@v1.22.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	go.etcd.io/etcd/api/v3@v3.6.2: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	go.etcd.io/etcd/client/pkg/v3@v3.6.2: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	go.etcd.io/etcd/client/v3@v3.6.2: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	google.golang.org/genproto/googleapis/rpc@v0.0.0-20250721164621-a45f3dfb1074: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	google.golang.org/grpc@v1.73.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	sigs.k8s.io/mcs-api/controllers@v0.0.0-20250715173623-20de0ebd811c: 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


File name: go.mod
Command failed: make generate-k8s-api
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/envoyproxy/go-control-plane: permission denied
go: writing stat cache: mkdir /go/pkg/mod/cache/download/github.com/envoyproxy/go-control-plane: 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/aws/smithy-go@v1.22.5: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/cilium/charts@v0.0.0-20250731160311-35ab4afc4691: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/cilium/hive@v0.0.0-20250731144630-28e7a35ed227: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/envoyproxy/go-control-plane/contrib@v1.32.5-0.20250730150711-3e244ce327ba: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/envoyproxy/go-control-plane/envoy@v1.32.5-0.20250730150711-3e244ce327ba: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/google/go-github/v74@v74.0.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/gopacket/gopacket@v1.4.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/prometheus/client_golang@v1.23.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.etcd.io/etcd/api/v3@v3.6.4: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.etcd.io/etcd/client/pkg/v3@v3.6.4: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.etcd.io/etcd/client/v3@v3.6.4: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	google.golang.org/genproto/googleapis/rpc@v0.0.0-20250728155136-f173205681a0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	google.golang.org/grpc@v1.74.2: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	sigs.k8s.io/mcs-api/controllers@v0.0.0-20250731081715-a807ec696257: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aws/smithy-go@v1.22.4: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/cilium/charts@v0.0.0-20250729183302-d9624f77f0e6: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/cilium/hive@v0.0.0-20250611195437-5a5dacdfb354: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/envoyproxy/go-control-plane/contrib@v1.32.5-0.20250726235758-896bd55d3690: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/envoyproxy/go-control-plane/envoy@v1.32.5-0.20250726235758-896bd55d3690: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/google/go-github/v73@v73.0.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/gopacket/gopacket@v1.3.2-0.20250721223119-be3fffa73cab: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/prometheus/client_golang@v1.22.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	go.etcd.io/etcd/api/v3@v3.6.2: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	go.etcd.io/etcd/client/pkg/v3@v3.6.2: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	go.etcd.io/etcd/client/v3@v3.6.2: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	google.golang.org/genproto/googleapis/rpc@v0.0.0-20250721164621-a45f3dfb1074: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	google.golang.org/grpc@v1.73.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	sigs.k8s.io/mcs-api/controllers@v0.0.0-20250715173623-20de0ebd811c: 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:367: *** "Could not locate Cilium's go.mod file, are you in Cilium's repository?".  Stop.
make: *** [Makefile:378: 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/aws/smithy-go@v1.22.5: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/cilium/charts@v0.0.0-20250731160311-35ab4afc4691: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/cilium/hive@v0.0.0-20250731144630-28e7a35ed227: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/envoyproxy/go-control-plane/contrib@v1.32.5-0.20250730150711-3e244ce327ba: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/envoyproxy/go-control-plane/envoy@v1.32.5-0.20250730150711-3e244ce327ba: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/google/go-github/v74@v74.0.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/gopacket/gopacket@v1.4.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/prometheus/client_golang@v1.23.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.etcd.io/etcd/api/v3@v3.6.4: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.etcd.io/etcd/client/pkg/v3@v3.6.4: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.etcd.io/etcd/client/v3@v3.6.4: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	google.golang.org/genproto/googleapis/rpc@v0.0.0-20250728155136-f173205681a0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	google.golang.org/grpc@v1.74.2: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	sigs.k8s.io/mcs-api/controllers@v0.0.0-20250731081715-a807ec696257: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aws/smithy-go@v1.22.4: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/cilium/charts@v0.0.0-20250729183302-d9624f77f0e6: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/cilium/hive@v0.0.0-20250611195437-5a5dacdfb354: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/envoyproxy/go-control-plane/contrib@v1.32.5-0.20250726235758-896bd55d3690: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/envoyproxy/go-control-plane/envoy@v1.32.5-0.20250726235758-896bd55d3690: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/google/go-github/v73@v73.0.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/gopacket/gopacket@v1.3.2-0.20250721223119-be3fffa73cab: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/prometheus/client_golang@v1.22.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	go.etcd.io/etcd/api/v3@v3.6.2: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	go.etcd.io/etcd/client/pkg/v3@v3.6.2: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	go.etcd.io/etcd/client/v3@v3.6.2: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	google.golang.org/genproto/googleapis/rpc@v0.0.0-20250721164621-a45f3dfb1074: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	google.golang.org/grpc@v1.73.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	sigs.k8s.io/mcs-api/controllers@v0.0.0-20250715173623-20de0ebd811c: 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:254: manifests] Error 1

@github-actions github-actions bot added the kind/community-contribution This was a contribution made by a community member. label Aug 3, 2025
@ciliumbot ciliumbot removed the request for review from HadrienPatte August 3, 2025 00:56
@aanm aanm enabled auto-merge August 4, 2025 11:15
@aanm aanm force-pushed the renovate/main-all-go-deps-main branch from 135c20d to a7f03db Compare August 4, 2025 11:16
@aanm aanm requested a review from a team as a code owner August 4, 2025 11:16
@aanm aanm requested a review from asauber August 4, 2025 11:16
@aanm aanm temporarily deployed to release-base-images-renovate August 4, 2025 11:16 — with GitHub Actions Inactive
@aanm aanm added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Aug 4, 2025
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
@aanm aanm force-pushed the renovate/main-all-go-deps-main branch from a7f03db to 87a113e Compare August 4, 2025 14:52
@aanm aanm removed the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Aug 4, 2025
@aanm aanm removed the request for review from asauber August 4, 2025 14:52
@aanm aanm added this pull request to the merge queue Aug 5, 2025
Merged via the queue into main with commit a26aa73 Aug 5, 2025
393 of 402 checks passed
@aanm aanm deleted the renovate/main-all-go-deps-main branch August 5, 2025 08: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.

2 participants