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

deps: bump github.com/cilium/cilium from 1.15.4 to 1.15.5 #377

Merged
merged 2 commits into from
May 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/cilium/cilium from 1.15.4 to 1.15.5.

Changelog

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

v1.15.5

Summary of Changes

Minor Changes:

Bugfixes:

  • Agent: add kubeconfigPath to initContainers (Backport PR #32230, Upstream PR #32008, @​darox)
  • Avoids drops with "No mapping for NAT masquerade" for ICMP messages by local service backends. (Backport PR #32384, Upstream PR #32155, @​julianwiedmann)
  • cilium-cni: Reserve ports that can conflict with transparent DNS proxy (Backport PR #32418, Upstream PR #32128, @​gandro)
  • cni: Use correct route MTU when ENI, Azure or Alibaba Cloud IPAM is enabled (Backport PR #32384, Upstream PR #32244, @​learnitall)
  • dnsproxy: Fix bug where DNS request timed out too soon (Backport PR #32230, Upstream PR #31999, @​gandro)
  • Envoy upstream connections are now unique for each downstream connection when using the original source address of a source pod. (Backport PR #32312, Upstream PR #32270, @​jrajahalme)
  • envoy: pass idle timeout configuration option to cilium configmap (Backport PR #32230, Upstream PR #32203, @​mhofstetter)
  • Fix failing service connections, when the service requests are transported via cilium's overlay network. (Backport PR #32230, Upstream PR #32116, @​julianwiedmann)
  • Fix issue causing clustermesh-apiserver/kvstoremesh to not start when run with a non-root user (Backport PR #31879, Upstream PR #31539, @​giorio94)
  • Fix service connection to terminating backend, when the service has no more backends available. (Backport PR #32092, Upstream PR #31840, @​julianwiedmann)
  • Fix various bugs related to restart of StatefulSet pods that may result in connectivity issues (Backport PR #32432, Upstream PR #31605, @​christarazi)
  • Fixes a bug where Cilium in chained mode removed the agent-not-ready taint too early if the primary network is slow in deploying. (Backport PR #32230, Upstream PR #32168, @​squeed)
  • Fixes an (unlikely) bug where HostFirewall policies may miss updates to a node's labels. (Backport PR #32384, Upstream PR #30548, @​squeed)
  • fqdn: fix memory leak in transparent mode when there was a moderately high number of parallel DNS requests (>100). (Backport PR #32103, Upstream PR #31959, @​marseel)
  • Ingress/Gateway API: merge Envoy listeners for HTTP(S) and TLS passthrough (Backport PR #32178, Upstream PR #31646, @​mhofstetter)
  • ipam: retry netlink.LinkList call when setting up ENI devices (Backport PR #32230, Upstream PR #32099, @​jasonaliyetti)
  • loader: sanitize bpffs directory strings for netdevs (Backport PR #32103, Upstream PR #32090, @​rgo3)
  • cilium/cilium#32005@​giorio94)
  • tables: Sort node addresses also by public vs private IP (Backport PR #32103, Upstream PR #30579, @​joamaki)

CI Changes:

Misc Changes:

... (truncated)

Commits
  • 8c7e442 Prepare for release v1.15.5
  • 05e5d8f images: update cilium-{runtime,builder}
  • 67e80e3 k8s/watchers: Fix pod IP modified check
  • 6cc1393 daemon,endpoint,cni: Pass pod UID through CNI ADD
  • c5ae085 watchers: Detect Pod UID changes
  • 6750bb3 daemon, endpoint: Consolidate K8s metadata into struct
  • b095525 k8s/watcher: Remove outdated comments about K8sEventHandover
  • fa03bba cilium-cni: Reserve ports that can conflict with transparent DNS proxy
  • a29a4ab wireguard: Export ListenPort constant
  • eb7b744 wireguard: Remove unused constants
  • 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)

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

---
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 May 15, 2024 14:06
@dependabot dependabot bot requested review from jimassa and rbtr May 15, 2024 14:06
@dependabot dependabot bot added area/dependencies Pull requests that update a dependency file lang/go The Go Programming Language labels May 15, 2024
@rbtr rbtr enabled auto-merge May 15, 2024 22:19
@rbtr rbtr added this pull request to the merge queue May 15, 2024
Merged via the queue into main with commit bb57d64 May 15, 2024
21 checks passed
@rbtr rbtr deleted the dependabot/go_modules/github.com/cilium/cilium-1.15.5 branch May 15, 2024 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file lang/go The Go Programming Language
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

1 participant