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 module github.com/cilium/cilium to v1.15.0-rc.1 #2246

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/cilium/cilium v1.15.0-rc.0 -> v1.15.0-rc.1 age adoption passing confidence

Release Notes

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

v1.15.0-rc.1: 1.15.0-rc.1

Compare Source

Summary of Changes

Minor Changes:

Bugfixes:

  • Add default toleration for SPIRE agent on control plane nodes (Backport PR #​30230, Upstream PR #​28947, @​meyskens)
  • Avoid panic during BPF program compilation when clang command fails to start (Backport PR #​30264, Upstream PR #​30009, @​ti-mo)
  • bgpv1: Avoid creating resource.Store in Start() hive hooks of BGP CP to ensure proper BGP CP initialization. (Backport PR #​30079, Upstream PR #​29954, @​rastislavs)
  • bpf: fix wrong loopback address mask value (Backport PR #​30230, Upstream PR #​29946, @​haiyuewa)
  • Cilium DNS proxy can now use the original pod's address as the source address towards the DNS servers (--dnsproxy-enable-transparent-mode). (Backport PR #​30212, Upstream PR #​29239, @​jrajahalme)
  • daemon: Fail init if requirements for BPF masquerade are not met (Backport PR #​30230, Upstream PR #​29778, @​pippolo84)
  • Do not attempt an mTLS handshake between reserved identities in Mutual Auth, as they would always fail (Backport PR #​30230, Upstream PR #​29400, @​meyskens)
  • Due to a race condition in the experimental runtime device detection, Cilium could fail to make a newly added device available for node port services. (Backport PR #​30230, Upstream PR #​29917, @​bimmlerd)
  • Fix a bug that may cause traffic to the node internal IP addresses to be incorrectly masqueraded when node encryption and remote node identities are both disabled, due to an inconsistency in the node manager when handling ipset entries insertions and deletions on node updates. (Backport PR #​30230, Upstream PR #​29986, @​qmonnet)
  • Fix and prevent future bugs limiting pod-to-pod network performance under high load when tunneling and IPSec are both enabled. (Backport PR #​30079, Upstream PR #​29616, @​learnitall)
  • Fix bugs in health-server that cause the state in the prober's cache to drift and allow nodes with empty IP addresses to be added. (Backport PR #​30230, Upstream PR #​29745, @​thorn3r)
  • Fix instances of leaked health reporter updates. (Backport PR #​30230, Upstream PR #​30134, @​tommyp1ckles)
  • gateway-api: fix status reconcile error handling (Backport PR #​30230, Upstream PR #​29894, @​mhofstetter)
  • gateway-api: Requeue Gateway for owning GRPCRoute (Backport PR #​30230, Upstream PR #​30124, @​sayboras)
  • gateway: Add GRPCRoute support for status changed predicate (Backport PR #​30230, Upstream PR #​30176, @​sayboras)
  • helm: Fix envoy servicemonitor annotations (Backport PR #​30230, Upstream PR #​30017, @​pmcgrath)
  • l7lb: Fix bug where not all relevant ports of a Service were synchronized to Envoy (Backport PR #​30264, Upstream PR #​30107, @​mhofstetter)
  • maps/metricspath: protect against concurrent access in Collect (Backport PR #​30230, Upstream PR #​30104, @​buroa)
  • nodediscovery: Fix bug where CiliumInternalIP was flapping (Backport PR #​29973, Upstream PR #​29964, @​gandro)
  • policy: Fix mapstate changes error in entry change comparison (Backport PR #​30079, Upstream PR #​29815, @​jrajahalme)
  • Remove non fatal errors from SPIRE client in the operator (Backport PR #​30230, Upstream PR #​28698, @​meyskens)
  • Unify parsing of StringSlice flags and allow splitting by commas (preferably) or by spaces. This fixes parsing of 'prometheus.metrics'. (Backport PR #​30079, Upstream PR #​29848, @​joamaki)

CI Changes:

Misc Changes:

Other Changes:

v1.15.0-rc.0

Docker Manifests

cilium

quay.io/cilium/cilium:v1.15.0-rc.1@​sha256:53e4473bc10a04ffe86e8de5b3e2b5cce6a72954b29ae50f329753820f46261b

clustermesh-apiserver

quay.io/cilium/clustermesh-apiserver:v1.15.0-rc.1@​sha256:dede7d9d56156f284d0a993e18b3a97901aa19b8ea63898b0c26cda46f0593fb

docker-plugin

quay.io/cilium/docker-plugin:v1.15.0-rc.1@​sha256:3993c08f20bfb441223122f80a94fc5f940119cc70226ca279888673ae0ff3f7

hubble-relay

quay.io/cilium/hubble-relay:v1.15.0-rc.1@​sha256:137fc854260d59127d10234ec8ed2c389382bdd0c62911398e083cd7d0cdabec

operator-alibabacloud

quay.io/cilium/operator-alibabacloud:v1.15.0-rc.1@​sha256:ddefe38b20d9f352685b486897a77787202b9f855d0679496792864c4fa59500

operator-aws

quay.io/cilium/operator-aws:v1.15.0-rc.1@​sha256:7d4b7b931d15a14048cbcdf4ff9fdd432dbc03d12128e5c0e12d215631cade28

operator-azure

quay.io/cilium/operator-azure:v1.15.0-rc.1@​sha256:fcffa96ffcd271419933b127cfccd51c45a3d5ecbc92858f505a2b4e2d84c0f7

operator-generic

quay.io/cilium/operator-generic:v1.15.0-rc.1@​sha256:a85e9ce2ca1c337050f4a2eab60255aaaeb386415de8a3810298a4a88dedf7b8

operator

quay.io/cilium/operator:v1.15.0-rc.1@​sha256:c7f989c98b0be42a993d5ad425f1346d1f7d671edcc502b88ecd20a979d8db33


Configuration

📅 Schedule: Branch creation - "on 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Signed-off-by: renovate[bot] <bot@renovateapp.com>
@renovate renovate bot requested a review from a team as a code owner January 19, 2024 04:23
@renovate renovate bot requested a review from rolinh January 19, 2024 04:23
@renovate renovate bot added kind/enhancement This would improve or streamline existing functionality. priority/release-blocker This issue will prevent the release of the next version of Cilium. renovate/stop-updating Tell Renovate to stop updating PR labels Jan 19, 2024
@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 19, 2024
@rolinh rolinh merged commit 4099c4b into main Jan 19, 2024
13 checks passed
@rolinh rolinh deleted the renovate/patch-all-go-deps-main branch January 19, 2024 14:21
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. priority/release-blocker This issue will prevent the release of the next version of Cilium. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. renovate/stop-updating Tell Renovate to stop updating PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant