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.11.0 to 1.11.1 #674

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2022

Bumps github.com/cilium/cilium from 1.11.0 to 1.11.1.

Release notes

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

1.11.1

This release fixes various bugs relating to agent instability with particular features enabled, policy drops due to a bug in the FQDN policy, IP address management and egress gateway. The underlying container images also pick up the latest upstream operating system updates.

Summary of Changes

Bugfixes:

  • bgp,bugfix: parse ips when converting from slim_core to k8s service (Backport PR #18488, Upstream PR #18358, @​ldelossa)
  • bpf: egressgw: sync logic to determine if destination is outside cluster (Backport PR #18418, Upstream PR #18246, @​jibi)
  • daemon: Fix KPR init finalisation (Backport PR #18418, Upstream PR #18304, @​brb)
  • daemon: Fix multi-dev XDP check (Backport PR #18364, Upstream PR #18305, @​brb)
  • egressgateway: fix initial reconciliation (Backport PR #18418, Upstream PR #18325, @​jibi)
  • identity: fix incorrect maximum identity when ClusterID > 0 (Backport PR #18232, Upstream PR #18148, @​ArthurChiao)
  • Fix an issue where the tunnel map sync controller causes errors even though tunneling is disabled. (Backport PR #18275, Upstream PR #18247, @​tklauser)
  • Fix crash on startup if proxy is disabled (Backport PR #18275, Upstream PR #18198, @​chaosbox)
  • Fix deadlock with kube-apiserver policy matching feature (Backport PR #18418, Upstream PR #18343, @​codablock)
  • Fix for a bug where unused IPs on the node cannot be allocated when IP release handshake is enabled. Adds support for aborting IP release, if the node doesn't have excess anymore. (Backport PR #18418, Upstream PR #18330, @​hemanthmalla)
  • Fix for data race in IP release features (Backport PR #18232, Upstream PR #18217, @​hemanthmalla)
  • Fix for excess IP release race condition. New operator flag excess-ip-release-delay is introduced to control waiting period before marking an IP for release. (Backport PR #18232, Upstream PR #17939, @​hemanthmalla)
  • Fix possible IP leak in case ENI's are not present in the CN yet (Backport PR #18418, Upstream PR #18352, @​codablock)
  • Fix TCP connectivity issues in the DSR mode when conntrack entries with missing DSR flag are reused. (Backport PR #18275, Upstream PR #18041, @​Inode1)
  • helm: Fix Helm template for externalWorkloads (Backport PR #18275, Upstream PR #18206, @​gandro)
  • hubble: Fix misclassification of to-network reply packets (Backport PR #18275, Upstream PR #18196, @​gandro)
  • Improvements to excess IP release handshake (Backport PR #18364, Upstream PR #18296, @​hemanthmalla)
  • policy: Fix selector identity release for FQDN (Backport PR #18232, Upstream PR #18166, @​joestringer)

CI Changes:

Misc Changes:

... (truncated)

Changelog

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

v1.11.1

Summary of Changes

Bugfixes:

  • bgp,bugfix: parse ips when converting from slim_core to k8s service (Backport PR #18488, Upstream PR #18358, @​ldelossa)
  • bpf: egressgw: sync logic to determine if destination is outside cluster (Backport PR #18418, Upstream PR #18246, @​jibi)
  • daemon: Fix KPR init finalisation (Backport PR #18418, Upstream PR #18304, @​brb)
  • daemon: Fix multi-dev XDP check (Backport PR #18364, Upstream PR #18305, @​brb)
  • egressgateway: fix initial reconciliation (Backport PR #18418, Upstream PR #18325, @​jibi)
  • identity: fix incorrect maximum identity when ClusterID > 0 (Backport PR #18232, Upstream PR #18148, @​ArthurChiao)
  • Fix an issue where the tunnel map sync controller causes errors even though tunneling is disabled. (Backport PR #18275, Upstream PR #18247, @​tklauser)
  • Fix crash on startup if proxy is disabled (Backport PR #18275, Upstream PR #18198, @​chaosbox)
  • Fix deadlock with kube-apiserver policy matching feature (Backport PR #18418, Upstream PR #18343, @​codablock)
  • Fix for a bug where unused IPs on the node cannot be allocated when IP release handshake is enabled. Adds support for aborting IP release, if the node doesn't have excess anymore. (Backport PR #18418, Upstream PR #18330, @​hemanthmalla)
  • Fix for data race in IP release features (Backport PR #18232, Upstream PR #18217, @​hemanthmalla)
  • Fix for excess IP release race condition. New operator flag excess-ip-release-delay is introduced to control waiting period before marking an IP for release. (Backport PR #18232, Upstream PR #17939, @​hemanthmalla)
  • Fix possible IP leak in case ENI's are not present in the CN yet (Backport PR #18418, Upstream PR #18352, @​codablock)
  • Fix TCP connectivity issues in the DSR mode when conntrack entries with missing DSR flag are reused. (Backport PR #18275, Upstream PR #18041, @​Inode1)
  • helm: Fix Helm template for externalWorkloads (Backport PR #18275, Upstream PR #18206, @​gandro)
  • hubble: Fix misclassification of to-network reply packets (Backport PR #18275, Upstream PR #18196, @​gandro)
  • Improvements to excess IP release handshake (Backport PR #18364, Upstream PR #18296, @​hemanthmalla)
  • policy: Fix selector identity release for FQDN (Backport PR #18232, Upstream PR #18166, @​joestringer)

CI Changes:

Misc Changes:

... (truncated)

Commits
  • 76d34db Prepare for release v1.11.1
  • dd7fed0 build(deps): bump github/codeql-action from 1.0.27 to 1.0.28
  • ce33448 update cilium-{runtime,builder}
  • 7ea5dbd build(deps): bump docker/build-push-action from 2.7.0 to 2.8.0
  • 1de39df docs: Remove incorrect beta note for host policies
  • 917051f bgp,bugfix: parse ips when converting from slim_core to k8s service
  • bc68e1f bpf: Reset Pod's queue mapping in host veth to fix phys dev mq selection
  • 2d7a712 Add applyIDMDChangesMutex to protect from parallel execution of InjectLabels ...
  • f9d4983 Don't hold idMDMU lock while calling UpdateIdentities from InjectLabels
  • 19a5705 Adding unit test for IP release abort flow
  • 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 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 24, 2022 04:04
@dependabot dependabot bot requested review from rolinh and removed request for a team January 24, 2022 04:04
@dependabot dependabot bot added kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. labels Jan 24, 2022
@maintainer-s-little-helper maintainer-s-little-helper bot added dont-merge/needs-release-note-label PR is blocked until the release note is set and removed dont-merge/needs-release-note-label PR is blocked until the release note is set labels Jan 24, 2022
Copy link
Member

@tklauser tklauser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW, Cilium v1.11.1 doesn't update replace directives in go.mod so this should be fine to merge. To prevent future dependabot updates of github.com/cilium/cilium which might require updating replace directives (which the bot cannot do), I've sent #675.

Copy link
Member

@rolinh rolinh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cilium's v1.11.1 replace directives haven't changed since v1.11.0 so this PR should be good to go.

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jan 24, 2022
@rolinh rolinh merged commit be447fe into master Jan 24, 2022
@rolinh rolinh deleted the dependabot/go_modules/github.com/cilium/cilium-1.11.1 branch January 24, 2022 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement This would improve or streamline existing functionality. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants