feat(helm): update cilium ( 1.14.6 → 1.15.0 ) #1374
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.14.6
->1.15.0
Release Notes
cilium/cilium (cilium)
v1.15.0
: 1.15.0Compare Source
Changelog
The Cilium core team are excited to announce the Cilium 1.15 release. 🎉
Summary of Changes
Major Changes:
By setting the flag
--max-connected-clusters=511
, a new cluster will be able to connect to a ClusterMesh with up to 511 clusters. If enabled, the number of possible cluster-local identities will be reduced to 32,768. This feature can only be enabled on new clusters, and all clusters in the ClusterMesh must share the same configuration. (#27520, @thorn3r)bgp/routes
API endpoint andcilium bgp routes
CLI command (#27182, @rastislavs)Minor Changes:
io.cilium.podippool.namespace: <CiliumPodIPPool_NAMESPACE>
andio.cilium.podippool.name: <CiliumPodIPPool_NAME>
selectors can be specified for a PodIPPoolSelector of a CiliumBGPPeeringPolicy to select a CiliumPodIPPool by namespaced name instead of labels. (#28314, @danehans)cilium bpf auth flush
command for debugging purposes (#27216, @meyskens)ingress.cilium.io/ssl-passthrough
annotation for Ingress objects (#28751, @youngnick)cilium status
CLI to report on agent modules health status. (#25714, @derailed)cilium-dbg bgp route-policies
command & include it in the bugtool (#28973, @rastislavs)cilium-dbg bgp routes advertised
command without specifying a peer (Backport PR #30230, Upstream PR #30033, @rastislavs)cilium policy import
to allow policy replacement by label (#27103, @deverton-godaddy)Corresponding flag "enable-k8s-event-handover" in Agent and "cnp-status-update-interval" in operator were removed. (#29395, @marseel)
cilium endpoint regenerate
command (#27326, @christarazi)batch.kubernetes.io/job-completion-index
. (#28897, @tosi3k)AdvertisedPathAttributes
forCiliumBGPNeighbor
in theCiliumBGPPeeringPolicy
CRD to allow setting BGP Community and Local Preference path attributes for advertised BGP routes. (#27705, @rastislavs)cilium status --verbose
andcilium-health status --succinct
support to show IPv6 IPs as well (#27912, @chaunceyjiang)cilium policy selectors
command by including the policy name and namespace in order to easily understand which selector comes from what policy (#27838, @christarazi)--single-cluster-route
flag (#29221, @gandro)policy_import_errors_total
metric (#28423, @tklauser)Upgrade etcd to v3.5.10. (#29109, @JamesLaverack)
Bugfixes:
ImplementationSpecific
Ingress paths (which for Cilium Ingress means regex path matches) are now sorted correctly in betweenExact
andPrefix
matches. (#29381, @youngnick)resource.Store
inStart()
hive hooks of BGP CP to ensure proper BGP CP initialization. (Backport PR #30079, Upstream PR #29954, @rastislavs)dashboards.enabled=true
(#28542, @bakito).status.conditions
onService
s using in accordance with KEP-1623 (#27399, @addreas)cilium-dbg bpf auth ls
to flush the map. (Backport PR #30529, Upstream PR #30445, @meyskens)strict
to true for kubeProxyReplacement in helm chart (#27433, @xtineskim)CI Changes:
loop not unrolled
error in pktgen (#28942, @dylandreimerink)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Renovate Bot.