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.16.0-rc.0 #2614

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/cilium/cilium v1.16.0-pre.3.0.20240616083919-de9a02a3c211 -> v1.16.0-rc.0 age adoption passing confidence

Release Notes

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

v1.16.0-rc.0: 1.16.0-rc.0

Compare Source

Summary of Changes

Major Changes:

  • Cilium now supports the Gateway API GAMMA initiative, allowing configuration of east-west Layer 7 interception using simpler resources. (#​32744, @​youngnick)
  • cilium: netkit support (#​32429, @​borkmann)
  • Improved performance for DNS lookups (up to 5x reduction in tail latency) when using ToFQDN policies. To avoid drops during upgrades in clusters with ToFQDN policies, it is highly recommended to run Cilium v1.15.6 or newer before upgrading to Cilium v1.16 (#​32769, @​gandro)
  • KVStoreMesh is now enabled by default in Clustermesh. (#​32912, @​marseel)
  • policy: Add support to watch and read CNP files from directory (#​32599, @​tamilmani1989)
  • Promote local redirect policy (LRP) feature to stable. (#​33032, @​aditighag)

Minor Changes:

  • Add cilium_lb_act BPF map with counters of opened and closed connections (#​32584, @​AwesomePatrol)
  • Adds "aws-enable-ipv6-prefix-delegation" operator option for configuring AWS ENI IPv6 prefix delegation. (#​31145, @​danehans)
  • Allow configuring RAM-backed clustermesh-apiserver's etcd storage for improved performance in high-scale/high-churn environments (#​32823, @​giorio94)
  • bpf: allow policy verdict notifications in bpf_host (#​32934, @​jibi)
  • Change default Clustermesh control plane upgrade strategy to use surge strategy (#​32999, @​marseel)
  • chore: Bump spire agent and server versions (#​33136, @​sayboras)
  • Cilium now supports Kubernetes Service TrafficDistribution. To access this feature, use --enable-service-topology when running Cilium. (#​32678, @​robscott)
  • datapath: Add support for skipping direct routes on different L2 networks (#​32733, @​jleeh)
  • docs: Deprecate support for podnetwork etcd (#​33030, @​joestringer)
  • envoy: Bump envoy version to v1.29.5 (#​32915, @​sayboras)
  • etcd, clustermesh: generalize and untangle the custom dialer logic for automatic DNS name to service ClusterIP translation (#​32916, @​giorio94)
  • externalTrafficPolicy support for Cilium Ingress and GatewayAPI (#​32873, @​PhilipSchmid)
  • Formally define and validate the cluster name format (#​32641, @​giorio94)
  • gateway-api: Bump to version v1.1.0 (#​32233, @​sayboras)
  • helm: loadBalancerClass for Cluster Mesh APIserver (#​33033, @​PhilipSchmid)
  • hubble: node labels (#​32851, @​kaworu)
  • ingress: Support headless service (#​32644, @​sayboras)
  • Introduce --force-device-detection option to apply the auto-detection criteria also when devices are explicitly listed with --devices. (#​32730, @​kvaps)
  • Introduce granular etcd permissions to access KVstoreMesh cached data (#​33082, @​giorio94)
  • More validation has been added to the CiliumNetworkPolicy and CiliumClusterwideNetworkPolicy CRDs. Policies that may have been ignored by the Cilium agent will now be rejected by the Kubernetes API server. (#​32814, @​squeed)
  • Remove etcd.managed Helm setting (#​32921, @​joestringer)
  • Support Egress Gateway for endpoints that are also selected by a L7 Network Policy. (#​32828, @​ysksuzuki)
  • Switch the RBAC used for hubble certificate generation in cronJob mode to namespace-scoped. (#​33027, @​giorio94)
  • ui: v0.13.1 release (#​32852, @​geakstr)
  • When upgrading, users can experience a change to their configuration if they were overriding the k8s-heartbeat-timeout flag. K8s client timeout and keep alive are no longer getting values from the k8s-heartbeat-timeout flag, but have default values (30 seconds). (#​32625, @​dlapcevic)

Bugfixes:

  • .github/workflows: fix digests file creation (#​32860, @​aanm)
  • Avoid race during RevSNAT mapping creation, resulting in packet drop with "No mapping for NAT masquerade". (#​33115, @​lmb)
  • Cilium dnsproxy now retries forwarded request id allocation before failing for a duplicate request id. (#​32870, @​jrajahalme)
  • Cilium restart now waits for Envoy resources to stabilize on restart before serving them to daemonset Envoy, reducing policy churn. (#​32824, @​jrajahalme)
  • Datapath conntrack entries for reopened connections are fully reinitialized to fix rare L7 proxy redirect failures. (#​32653, @​jrajahalme)
  • Envoy now reopens ipcache on agent restart and avoids upstream bind errors on concurrent access to a destination. (#​32864, @​jrajahalme)
  • Fix #​32587 concurrent hubble dynamic exporter stop and reload (#​33000, @​marqc)
  • Fix bug that caused all nodes to report false errors when L2 Neighbor Discovery was enabled (#​32890, @​thorn3r)
  • Fix release build SBOM generation (#​33070, @​ferozsalam)
  • Fixes unencrypted traffic among nodes when IPsec is used with L7 egress proxy. (#​32683, @​jschwinger233)
  • gateway-api: Check for matching controller name (#​33050, @​sayboras)
  • helm: Decouple sysctlfix from cgroup.autoMount (#​32866, @​YutaroHayakawa)
  • Ignore CiliumIdentity delete conflicts during the gc run (by skipping deletion and emitting a warning), allowing gc to continue if a subset of identities are conflicted. Prior to this change conflicts would cause gc to error, which could lead to an unexpected accumulation of stale CiliumIdentity objects. (#​33143, @​JacobHenner)
  • iptables: Run an initial full reconciliation to avoid spurious startup errors (#​33097, @​pippolo84)

CI Changes:

Misc Changes:

Docker Manifests

cilium

quay.io/cilium/cilium:v1.16.0-rc.0@​sha256:bc88ac635a871293d5d2837196e53adba1ea55f79cd3f5cba802dd488312fd2a

clustermesh-apiserver

quay.io/cilium/clustermesh-apiserver:v1.16.0-rc.0@​sha256:dc7e3e67dbbd65b882e7d647e0de6dd7d03f692b844c464befed0158a4425be8

docker-plugin

quay.io/cilium/docker-plugin:v1.16.0-rc.0@​sha256:5431f3a69ac5c4458a148d7230ee4233442fb49a1ba95bf5d04191a0163c0ba9

hubble-relay

quay.io/cilium/hubble-relay:v1.16.0-rc.0@​sha256:22b7f87db6a7a00d10e4ad8c316324368693b0e7f158055b7f81f39fb27928e2

operator-alibabacloud

quay.io/cilium/operator-alibabacloud:v1.16.0-rc.0@​sha256:b5e2ee8de5345bfaee60d279ec5e010c724d33c9f6a66b58c29d5500300caf56

operator-aws

quay.io/cilium/operator-aws:v1.16.0-rc.0@​sha256:4724f2420488e73a2191a80ab190ab0efe6f2ca15f4b552d1f2ee1870bb8b0c2

operator-azure

quay.io/cilium/operator-azure:v1.16.0-rc.0@​sha256:388192c967442fbfa791e152df1bfa55ff0d2ebcdbc57bb4b3f52c58dd8eb64e

operator-generic

quay.io/cilium/operator-generic:v1.16.0-rc.0@​sha256:78b9951cd6d92e7c954b9d7d2791cf52c83895441147deec3906c03363fd1169

operator

quay.io/cilium/operator:v1.16.0-rc.0@​sha256:2ed9f24581b6a39807a4ca01aecc8967b2beb91d5b2daa4d696e4e072121426a


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: Never, 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.

@renovate renovate bot requested a review from a team as a code owner June 20, 2024 22:17
@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 Jun 20, 2024
@renovate renovate bot requested a review from learnitall June 20, 2024 22:17
Copy link
Contributor Author

renovate bot commented Jun 20, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 -> v0.0.0-20240613232115-7f521ea00fb8
github.com/cilium/statedb v0.0.0-20240604111733-b27b7794ffac -> v0.1.0

@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 Jun 25, 2024
@learnitall
Copy link
Contributor

Multicluster is non-required and looks like it hit a flake: https://github.com/cilium/cilium-cli/actions/runs/9605364875/job/26492848228?pr=2614

Copy link
Contributor

@learnitall learnitall left a comment

Choose a reason for hiding this comment

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

Hm on second thought I'm going to dig through the logs a bit more just to be sure.

@learnitall learnitall self-requested a review June 25, 2024 22:41
@learnitall learnitall removed the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jun 25, 2024
@michi-covalent
Copy link
Contributor

yeah multicluster is super flaky right now. opened a PR to fix it here => #2633

Signed-off-by: renovate[bot] <bot@renovateapp.com>
@michi-covalent michi-covalent merged commit faed465 into main Jun 26, 2024
15 checks passed
@michi-covalent michi-covalent deleted the renovate/patch-all-go-deps-main branch June 26, 2024 21:55
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. renovate/stop-updating Tell Renovate to stop updating PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants