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 all go dependencies main (patch) #2524

Merged
merged 1 commit into from
May 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/cilium/charts v0.0.0-20240422153434-d93188bc52aa -> v0.0.0-20240503000404-89896efdd729 age adoption passing confidence
github.com/cilium/cilium v1.16.0-pre.1 -> v1.16.0-pre.2 age adoption passing confidence

Release Notes

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

v1.16.0-pre.2: 1.16.0-pre.2

Compare Source

Summary of Changes

Major Changes:

Minor Changes:

Bugfixes:

  • Agent: add kubeconfigPath to initContainers (#​32008, @​darox)
  • Avoid drops with "CT: Unknown L4 protocol" for non-ICMP/TCP/UDP traffic, caused by an error check in the BPF NAT engine. (#​31820, @​julianwiedmann)
  • daemon: Run conntrack GC after Endpoint Restore (#​32012, @​joestringer)
  • dnsproxy: Fix bug where DNS request timed out too soon (#​31999, @​gandro)
  • Envoy upstream connections are now unique for each downstream connection when using the original source address of a source pod. (#​32270, @​jrajahalme)
  • envoy: pass idle timeout configuration option to cilium configmap (#​32203, @​mhofstetter)
  • Fix azure ipam flake caused by instance resync race condition. (#​31580, @​tommyp1ckles)
  • Fix bpf_sock compilation for ipv6-only (#​30553, @​alexferenets)
  • Fix failing service connections, when the service requests are transported via cilium's overlay network. (#​32116, @​julianwiedmann)
  • Fix incorrect reporting of the number of etcd lock leases in cilium-dbg status. (#​31781, @​giorio94)
  • Fix issue causing clustermesh-apiserver/kvstoremesh to not start when run with a non-root user (#​31539, @​giorio94)
  • Fix service connection to terminating backend, when the service has no more backends available. (#​31840, @​julianwiedmann)
  • Fix synchronization of CiliumEndpointSlices when running the Cilium Operator in identity-based slicing mode. (#​32239, @​thorn3r)
  • Fixed a race condition in service updates for L7 LB. (#​31744, @​jrajahalme)
  • Fixes a bug where Cilium in chained mode removed the agent-not-ready taint too early if the primary network is slow in deploying. (#​32168, @​squeed)
  • Fixes a route installing issue which may cause troubles for cilium downgrade. (#​31716, @​jschwinger233)
  • Fixes an (unlikely) bug where HostFirewall policies may miss updates to a node's labels. (#​30548, @​squeed)
  • fqdn: fix memory leak in transparent mode when there was a moderately high number of parallel DNS requests (>100). (#​31959, @​marseel)
  • fqdn: Fix minor restore bug that causes false negative checks against a restored DNS IP map. (#​31784, @​nathanjsweet)
  • Ingress/Gateway API: merge Envoy listeners for HTTP(S) and TLS passthrough (#​31646, @​mhofstetter)
  • ingress: Set the default value for max_stream_timeout (#​31514, @​tskinn)
  • Introduce fromEgressProxyRule (#​31923, @​jschwinger233)
  • ipam: retry netlink.LinkList call when setting up ENI devices (#​32099, @​jasonaliyetti)
  • loader: sanitize bpffs directory strings for netdevs (#​32090, @​rgo3)
  • Only read the relevant parts of secrets for originatingTLS (ca.crt) and terminatingTLS (tls.crt, tls.key) blocks in Cilium L7 policies. Fixes a bug where a ca.crt key in a secret passed to terminatingTLS incorrectly configures Envoy to require a client certificate on TLS connections from pods. Previous behavior can be restored with the --use-full-tls-context=true agent flag. (#​31903, @​JamesLaverack)

CI Changes:

Misc Changes:

Other Changes:

Docker Manifests

cilium

quay.io/cilium/cilium:v1.16.0-pre.2@​sha256:79a6b5903407760a5df8eb14699ef5fa03f5bd4cd8da55b391c3f7cc374925fe

clustermesh-apiserver

quay.io/cilium/clustermesh-apiserver:v1.16.0-pre.2@​sha256:4010e6cb28b12b88946c07016fadd4cfe954be1c19f41d24e3128961461856b9

docker-plugin

quay.io/cilium/docker-plugin:v1.16.0-pre.2@​sha256:2106c0da543a50a38870a1418af2ab5d5fb6cb3eeda80b5335d6d70eb73b03dd

hubble-relay

quay.io/cilium/hubble-relay:v1.16.0-pre.2@​sha256:a21e14356b3cb555de6f791f2b046750b8c10d79b487791d2e11042aef7ab51c

operator-alibabacloud

quay.io/cilium/operator-alibabacloud:v1.16.0-pre.2@​sha256:a7aefa8359c3d929650e4fdc43bd1404a8a4f9f9bfd148889252515bde6cd3fe

operator-aws

quay.io/cilium/operator-aws:v1.16.0-pre.2@​sha256:00d10995fdd7bb38a5491d993682f0c663a68d87d2fc0a6a281b8d23818b863c

operator-azure

quay.io/cilium/operator-azure:v1.16.0-pre.2@​sha256:c118cb3c52ca80054b8b5929dc8c080807aca2e2a45dc465985d3c98473059a2

operator-generic

quay.io/cilium/operator-generic:v1.16.0-pre.2@​sha256:be77aaf620dfe5030fa0f1911c2622ed9c9a069e66a0ee88722d441510d60a6c

operator

quay.io/cilium/operator:v1.16.0-pre.2@​sha256:c947b1c55d4fdfff4a9a30b1175cd774eab91626fe006feba517ce61c2f43839


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 May 3, 2024 01:44
@renovate renovate bot requested a review from learnitall May 3, 2024 01:44
@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 May 3, 2024
@michi-covalent michi-covalent merged commit 2baf708 into main May 5, 2024
12 of 13 checks passed
@michi-covalent michi-covalent deleted the renovate/patch-all-go-deps-main branch May 5, 2024 02:54
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.

None yet

1 participant