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

build(deps): bump github.com/cilium/cilium from 1.14.1 to 1.16.3 #4217

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps github.com/cilium/cilium from 1.14.1 to 1.16.3.

Release notes

Sourced from github.com/cilium/cilium's releases.

1.16.3

Summary of Changes

Bugfixes:

  • bgpv2: fix reconciliation of services with shared VIPs (Backport PR #35274, Upstream PR #35166, @​rastislavs)
  • bgpv2: Fix service reconciliation logic to update service advertisement metadata only after successful reconciliation (Backport PR #35036, Upstream PR #34976, @​rastislavs)
  • bpf: nat: recreate a NAT entry if the packet hits the stale entry (Backport PR #35036, Upstream PR #34913, @​ysksuzuki)
  • bugtool: fix cilium-health command (Backport PR #35274, Upstream PR #35068, @​ayuspin)
  • Fix a low-probability issue where the DNS proxy could occasionally drop DNS queries due to "duplicate request id" errors. (Backport PR #35036, Upstream PR #34941, @​bimmlerd)
  • Fix issue where bpf packet buffer mark would in some cases set incorrect mark value resulting in incorrectly SNATed traffic. (Backport PR #35036, Upstream PR #34789, @​tommyp1ckles)
  • Fix parameter check to forbid IPAM ENI with TUNNEL routing, and prevent agent segfault when also IPSec is enabled. (Backport PR #34918, Upstream PR #34651, @​smagnani96)
  • Fixed bug in LB-IPAM where restarting the operator would unshare previously shared IPs between services (Backport PR #35036, Upstream PR #34783, @​dylandreimerink)
  • Fixed bug in tracking policy changes that could have resulted in revert not woking in failure cases as expected. (Backport PR #35274, Upstream PR #35109, @​jrajahalme)
  • Fixed bug where service id allocator would loop infinity when out of service ids (Backport PR #35274, Upstream PR #35033, @​WeeNews)
  • Fixes startup fatal error when updating CiliumNode resource. (Backport PR #34918, Upstream PR #34862, @​harsimran-pabla)
  • gateway-api: Align GRPCRoute matchers with GEP specification (Backport PR #35274, Upstream PR #34808, @​cfsnyder)
  • helm template function no longer errors when using k8sServiceHost: auto (Backport PR #35274, Upstream PR #35186, @​kreeuwijk)
  • hubble: add printer for lost events (Backport PR #35274, Upstream PR #35208, @​aanm)
  • ipcache: Yet another refcounting fix with mix of APIs (Backport PR #35036, Upstream PR #34715, @​gandro)
  • netkit: Allow ARP packets through when using host firewall. (Backport PR #35274, Upstream PR #35070, @​jrife)
  • wireguard: Fix issue where updates to a WireGuard device's configuration caused connectivity blips. (Backport PR #35115, Upstream PR #34612, @​jrife)

CI Changes:

Misc Changes:

... (truncated)

Changelog

Sourced from github.com/cilium/cilium's changelog.

v1.16.3

Summary of Changes

Bugfixes:

  • bgpv2: fix reconciliation of services with shared VIPs (Backport PR #35274, Upstream PR #35166, @​rastislavs)
  • bgpv2: Fix service reconciliation logic to update service advertisement metadata only after successful reconciliation (Backport PR #35036, Upstream PR #34976, @​rastislavs)
  • bpf: nat: recreate a NAT entry if the packet hits the stale entry (Backport PR #35036, Upstream PR #34913, @​ysksuzuki)
  • bugtool: fix cilium-health command (Backport PR #35274, Upstream PR #35068, @​ayuspin)
  • Fix a low-probability issue where the DNS proxy could occasionally drop DNS queries due to "duplicate request id" errors. (Backport PR #35036, Upstream PR #34941, @​bimmlerd)
  • Fix issue where bpf packet buffer mark would in some cases set incorrect mark value resulting in incorrectly SNATed traffic. (Backport PR #35036, Upstream PR #34789, @​tommyp1ckles)
  • Fix parameter check to forbid IPAM ENI with TUNNEL routing, and prevent agent segfault when also IPSec is enabled. (Backport PR #34918, Upstream PR #34651, @​smagnani96)
  • Fixed bug in LB-IPAM where restarting the operator would unshare previously shared IPs between services (Backport PR #35036, Upstream PR #34783, @​dylandreimerink)
  • Fixed bug in tracking policy changes that could have resulted in revert not woking in failure cases as expected. (Backport PR #35274, Upstream PR #35109, @​jrajahalme)
  • Fixed bug where service id allocator would loop infinity when out of service ids (Backport PR #35274, Upstream PR #35033, @​WeeNews)
  • Fixes startup fatal error when updating CiliumNode resource. (Backport PR #34918, Upstream PR #34862, @​harsimran-pabla)
  • gateway-api: Align GRPCRoute matchers with GEP specification (Backport PR #35274, Upstream PR #34808, @​cfsnyder)
  • helm template function no longer errors when using k8sServiceHost: auto (Backport PR #35274, Upstream PR #35186, @​kreeuwijk)
  • hubble: add printer for lost events (Backport PR #35274, Upstream PR #35208, @​aanm)
  • ipcache: Yet another refcounting fix with mix of APIs (Backport PR #35036, Upstream PR #34715, @​gandro)
  • netkit: Allow ARP packets through when using host firewall. (Backport PR #35274, Upstream PR #35070, @​jrife)
  • wireguard: Fix issue where updates to a WireGuard device's configuration caused connectivity blips. (Backport PR #35115, Upstream PR #34612, @​jrife)

CI Changes:

Misc Changes:

... (truncated)

Commits
  • f221719 Prepare for release v1.16.3
  • be104fd chore(deps): update dependency cilium/cilium-cli to v0.16.19
  • 0cbb851 gh: e2e-upgrade: disable upgrade for LRP + SocketLB
  • 65daaae gha: fix incorrect go version in lint-build-commits workflow
  • 26e245d images: update cilium-{runtime,builder}
  • 953d975 chore(deps): update all-dependencies
  • 492529d .github/lint-build-commits: fix workflow for push events
  • 7f7e630 .github: fix build image process to commit changes
  • 43911a8 bgpv2: fix reconciliation of services with shared VIPs
  • 730ad61 helm: template function compatibility for automatic lookup
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added pr/dependabot/gomod This pull is for gomod from dependabot release/none no release note labels Oct 28, 2024
Bumps [github.com/cilium/cilium](https://github.com/cilium/cilium) from 1.14.1 to 1.16.3.
- [Release notes](https://github.com/cilium/cilium/releases)
- [Changelog](https://github.com/cilium/cilium/blob/1.16.3/CHANGELOG.md)
- [Commits](cilium/cilium@1.14.1...1.16.3)

---
updated-dependencies:
- dependency-name: github.com/cilium/cilium
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/cilium/cilium-1.16.3 branch from 1db313c to 01b2c8a Compare November 18, 2024 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/dependabot/gomod This pull is for gomod from dependabot release/none no release note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants