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

Bump github.com/cilium/cilium from 1.16.0 to 1.16.1 #1577

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2024

Bumps github.com/cilium/cilium from 1.16.0 to 1.16.1.

Release notes

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

1.16.1

Summary of Changes

Minor Changes:

Bugfixes:

  • auth: Fix data race in Upsert (Backport PR #34158, Upstream PR #33905, @​chaunceyjiang)
  • BGPv1 + BGPv2: Fix incorrect service reconciliation in setups with multiple BGP instances (virtual routers) (Backport PR #34297, Upstream PR #34177, @​rastislavs)
  • bgpv1: Fix data race in bgppSelection (Backport PR #34158, Upstream PR #33904, @​chaunceyjiang)
  • bgpv2: Avoid duplicate route policy naming (Backport PR #34158, Upstream PR #34031, @​rastislavs)
  • BGPv2: Fix Service advertisement selector: do not require matching CiliumLoadBalancerIPPool (Backport PR #34201, Upstream PR #34182, @​rastislavs)
  • Fix a nil dereference crash during cilium-agent initialization affecting setups with FQDN policies. The crash is triggered when a restored endpoint performs a DNS request just a the right time during early cilium-agent restoration. Problem is not expected to be persistent and the agent should get pass the problematic part of the initialization on restart. (Backport PR #34158, Upstream PR #34059, @​joamaki)
  • Fix appArmorProfile condition for CronJob helm template (Backport PR #34297, Upstream PR #34100, @​sathieu)
  • Fix bug causing etcd upsertion/deletion events to be potentially missed during the initial synchronization, when Cilium operates in KVStore mode, or Cluster Mesh is enabled. (Backport PR #34181, Upstream PR #34091, @​giorio94)
  • Fix issue in picking node IP addresses from the loopback device. This fixes a regression in v1.15 and v1.16 where VIPs assigned to the lo device were not considered by Cilium. Fix spurious updates node addresses to avoid unnecessary datapath reinitializations. (Backport PR #34085, Upstream PR #34012, @​joamaki)
  • Fix possible connection disruption on agent restart with WireGuard + kvstore (Backport PR #34158, Upstream PR #34062, @​giorio94)
  • Fixes DNS proxy "connect: cannot assign requested address" errors in transparent mode, which were due to opening multiple TCP connections to the upstream DNS server. (Backport PR #34201, Upstream PR #33989, @​bimmlerd)
  • gateway-api: Add HTTP method condition in sortable routes (Backport PR #34158, Upstream PR #34109, @​sayboras)
  • gateway-api: Enqueue gateway for Reference Grant changes (Backport PR #34158, Upstream PR #34032, @​sayboras)
  • lbipam: fixed bug in sharing key logic (Backport PR #34158, Upstream PR #34106, @​dylandreimerink)
  • cilium/cilium#34322@​nathanjsweet)
  • service: Relax protocol matching for L7 Service (Backport PR #34195, Upstream PR #34131, @​sayboras)

CI Changes:

Misc Changes:

... (truncated)

Changelog

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

v1.16.1

Summary of Changes

Minor Changes:

Bugfixes:

  • auth: Fix data race in Upsert (Backport PR #34158, Upstream PR #33905, @​chaunceyjiang)
  • BGPv1 + BGPv2: Fix incorrect service reconciliation in setups with multiple BGP instances (virtual routers) (Backport PR #34297, Upstream PR #34177, @​rastislavs)
  • bgpv1: Fix data race in bgppSelection (Backport PR #34158, Upstream PR #33904, @​chaunceyjiang)
  • bgpv2: Avoid duplicate route policy naming (Backport PR #34158, Upstream PR #34031, @​rastislavs)
  • BGPv2: Fix Service advertisement selector: do not require matching CiliumLoadBalancerIPPool (Backport PR #34201, Upstream PR #34182, @​rastislavs)
  • Fix a nil dereference crash during cilium-agent initialization affecting setups with FQDN policies. The crash is triggered when a restored endpoint performs a DNS request just a the right time during early cilium-agent restoration. Problem is not expected to be persistent and the agent should get pass the problematic part of the initialization on restart. (Backport PR #34158, Upstream PR #34059, @​joamaki)
  • Fix appArmorProfile condition for CronJob helm template (Backport PR #34297, Upstream PR #34100, @​sathieu)
  • Fix bug causing etcd upsertion/deletion events to be potentially missed during the initial synchronization, when Cilium operates in KVStore mode, or Cluster Mesh is enabled. (Backport PR #34181, Upstream PR #34091, @​giorio94)
  • Fix issue in picking node IP addresses from the loopback device. This fixes a regression in v1.15 and v1.16 where VIPs assigned to the lo device were not considered by Cilium. Fix spurious updates node addresses to avoid unnecessary datapath reinitializations. (Backport PR #34085, Upstream PR #34012, @​joamaki)
  • Fix possible connection disruption on agent restart with WireGuard + kvstore (Backport PR #34158, Upstream PR #34062, @​giorio94)
  • Fixes DNS proxy "connect: cannot assign requested address" errors in transparent mode, which were due to opening multiple TCP connections to the upstream DNS server. (Backport PR #34201, Upstream PR #33989, @​bimmlerd)
  • gateway-api: Add HTTP method condition in sortable routes (Backport PR #34158, Upstream PR #34109, @​sayboras)
  • gateway-api: Enqueue gateway for Reference Grant changes (Backport PR #34158, Upstream PR #34032, @​sayboras)
  • lbipam: fixed bug in sharing key logic (Backport PR #34158, Upstream PR #34106, @​dylandreimerink)
  • cilium/cilium#34322@​nathanjsweet)
  • service: Relax protocol matching for L7 Service (Backport PR #34195, Upstream PR #34131, @​sayboras)

CI Changes:

Misc Changes:

... (truncated)

Commits
  • 6857905 Prepare for release v1.16.1
  • 17426bc policy: Add Port Range Precedence Tests
  • 1992c02 policy: Port Range Match Label Fix
  • d458088 ci: update docs-builder
  • 77ba95c ci: update docs-builder
  • 96ef822 Documentation: Add support for redirects for moved/renamed pages
  • f0ff5f3 Documentation: Fix update-requirements
  • 0cb3777 gha: Free up Github runner disk space
  • 7d8b60b Remove appArmorProfile from CronJob helm template
  • 642f47f bgpv1: Fix DiffStore to work with multiple server instances
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/cilium/cilium](https://github.com/cilium/cilium) from 1.16.0 to 1.16.1.
- [Release notes](https://github.com/cilium/cilium/releases)
- [Changelog](https://github.com/cilium/cilium/blob/1.16.1/CHANGELOG.md)
- [Commits](cilium/cilium@1.16.0...1.16.1)

---
updated-dependencies:
- dependency-name: github.com/cilium/cilium
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner August 15, 2024 21:47
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 15, 2024
@dependabot dependabot bot requested review from marseel and removed request for a team August 15, 2024 21:47
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label PR is blocked until the release note is set label Aug 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 12, 2024

Looks like github.com/cilium/cilium is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 12, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/cilium/cilium-1.16.1 branch September 12, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file dont-merge/needs-release-note-label PR is blocked until the release note is set
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant