Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all go dependencies main (main) (patch) #3244

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cilium-renovate[bot]
Copy link
Contributor

@cilium-renovate cilium-renovate bot commented Dec 20, 2024

This PR contains the following updates:

Package Type Update Change
github.com/cilium/cilium require patch v1.17.0-pre.3 -> v1.17.0-rc.0
google.golang.org/protobuf require patch v1.36.0 -> v1.36.1

Release Notes

cilium/cilium (github.com/cilium/cilium)

v1.17.0-rc.0: 1.17.0-rc.0

Compare Source

Summary of Changes

Major Changes:

Minor Changes:

Bugfixes:

  • Address potential connectivity disruption when using either L7 / DNS Network policies in combination with per-endpoint routes and hostLegacyRouting, or L7 / DNS network policies in combination with IPsec network encryption. (#​36484, @​julianwiedmann)
  • bgpv2: Do not fail if PeerAddress is not configured for a peer (#​36488, @​rastislavs)
  • Cilium no longer keeps old DNS-IP mappings alive while reaping newer ones, leading to spurious drops in connections to domains with many IPs associated. (#​36252, @​bimmlerd)
  • cilium: LB source ranges fixes (#​36517, @​borkmann)
  • DNS proxy port is no longer released when endpoint with a DNS policy fails to regenerate successfully. A potential deadlock between CEC/CCEC parser and endpoint policy update is removed. (#​36142, @​jrajahalme)
  • Do not leak ipcache entries when apiserver entities are cluster external (#​35868, @​hemanthmalla)
  • eni.subnetTagsFilter and eni.instanceTagsFilter are now templated to comma separated string (#​36617, @​sderoe)
  • Fix connectivity issue caused by stale cilium eBPF program when using --bpf-filter-priority (#​36176, @​tamilmani1989)
  • gateway-api: Fix gateway checks for namespace (#​35452, @​sayboras)
  • helm: avoid setting bpf-lb-sock-terminate-pod-connections (#​36508, @​ysksuzuki)
  • metrics/features: remove reporting metrics' defaults by default (#​36298, @​aanm)
  • Restore the original flag semantics for --egress-masquerade-interfaces to the same as v1.17.0-pre.2 or earlier (#​36504, @​viktor-kurchenko)
  • sysctlfix: close systemd config file before triggering reload (#​36368, @​dylandreimerink)
  • ui: drop CORS headers from api response (#​35762, @​geakstr)

CI Changes:

Misc Changes:

Docker Manifests

cilium

quay.io/cilium/cilium:v1.17.0-rc.0@​sha256:fd460ee60e3d5dc785128539aa4cf7e2f797b994602d27ec69146eb50fbf4b95

clustermesh-apiserver

quay.io/cilium/clustermesh-apiserver:v1.17.0-rc.0@​sha256:f02419adf8265518f464a15a5434cbdab870b60930a2f0017a3bd0d9cd6f77d7

docker-plugin

quay.io/cilium/docker-plugin:v1.17.0-rc.0@​sha256:79e817b338e9921c093d3dac80005054f37a3bf96f37b54cfbbe8a7f5e9920dc

hubble-relay

quay.io/cilium/hubble-relay:v1.17.0-rc.0@​sha256:ecf1a7133c73603a59dacabb2ca3756b938465bc05d78396e3bca3afd63b90ed

operator-alibabacloud

quay.io/cilium/operator-alibabacloud:v1.17.0-rc.0@​sha256:296eadb324441538049996ae3a780db1ac909d98c9f820fdeee110023fbf3a94

operator-aws

quay.io/cilium/operator-aws:v1.17.0-rc.0@​sha256:f204409d9fb9e176a062c16eb9f6c564bbed450b06409f3f2afe9cbddb9af8fe

operator-azure

quay.io/cilium/operator-azure:v1.17.0-rc.0@​sha256:9e77740f394b0ec27c6a51f6bee239e40fc9f5b3cd70bd7bcc4244c1ad538ea7

operator-generic

quay.io/cilium/operator-generic:v1.17.0-rc.0@​sha256:2b60ecc195ed929113e49d648aad491981153693a905bff93d5939f93c97bd8f

operator

quay.io/cilium/operator:v1.17.0-rc.0@​sha256:cdac6386e20e1520d42a9e1b94e8ce5d3736562c44fe4b0da35cb3ddbdeea68f

protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.1

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.0...v1.36.1

Bug fixes:
CL/638495: internal/impl: revert IsSynthetic() check to fix panic

Maintenance:
CL/637475: internal/errors: delete compatibility code for Go before 1.13


Configuration

📅 Schedule: Branch creation - "on monday and friday" (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 December 20, 2024 09:14
@cilium-renovate cilium-renovate bot added release-blocker This PR or issue is blocking the next release. release-note/dependency This PR updates one or multiple dependencies labels Dec 20, 2024
@cilium-renovate
Copy link
Contributor Author

ℹ 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):

  • 8 additional dependencies were updated

Details:

Package Change
github.com/cilium/ebpf v0.16.1-0.20241205185900-f0eec7efba9d -> v0.16.1-0.20241212130635-98ede8ac7aa8
github.com/docker/docker v27.3.1+incompatible -> v27.4.0+incompatible
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 -> v2.2.0
github.com/prometheus/common v0.60.1 -> v0.61.0
golang.org/x/oauth2 v0.23.0 -> v0.24.0
golang.org/x/tools v0.27.0 -> v0.28.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 -> v0.0.0-20241209162323-e6fa225c2576
k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078 -> v0.0.0-20241210054802-24370beab758

@cilium-renovate cilium-renovate bot requested a review from tixxdz December 20, 2024 09:14
@cilium-renovate cilium-renovate bot force-pushed the renovate/main-patch-all-go-deps-main branch 2 times, most recently from 194153d to 282462e Compare December 20, 2024 11:16
@cilium-renovate cilium-renovate bot changed the title fix(deps): update all go dependencies main (main) (patch) fix(deps): update module github.com/cilium/cilium to v1.17.0-rc.0 (main) Dec 20, 2024
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
@cilium-renovate cilium-renovate bot force-pushed the renovate/main-patch-all-go-deps-main branch from 282462e to ac0bc12 Compare December 23, 2024 13:17
@cilium-renovate cilium-renovate bot changed the title fix(deps): update module github.com/cilium/cilium to v1.17.0-rc.0 (main) fix(deps): update all go dependencies main (main) (patch) Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-blocker This PR or issue is blocking the next release. release-note/dependency This PR updates one or multiple dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants