-
Notifications
You must be signed in to change notification settings - Fork 15
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(helm): update cilium group (patch) #5279
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cluster-0-patch-cilium
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
renovate
bot
force-pushed
the
renovate/cluster-0-patch-cilium
branch
from
April 12, 2024 05:29
8e916f4
to
058ca27
Compare
renovate
bot
changed the title
fix(helm): update chart cilium to v1.14.9
fix(helm): update chart cilium to v1.14.10
Apr 12, 2024
--- kubernetes/cluster-0/apps/kube-system/cilium/app Kustomization: flux-system/cilium HelmRelease: kube-system/cilium
+++ kubernetes/cluster-0/apps/kube-system/cilium/app Kustomization: flux-system/cilium HelmRelease: kube-system/cilium
@@ -14,13 +14,13 @@
chart: cilium
interval: 30m
sourceRef:
kind: HelmRepository
name: cilium
namespace: flux-system
- version: 1.16.4
+ version: 1.16.6
interval: 30m
values:
dashboards:
annotations:
grafana_folder: Cilium
enabled: true |
--- HelmRelease: kube-system/cilium ConfigMap: kube-system/cilium-config
+++ HelmRelease: kube-system/cilium ConfigMap: kube-system/cilium-config
@@ -58,13 +58,12 @@
ipv4-native-routing-cidr: 10.244.0.0/16
devices: bond+
enable-runtime-device-detection: 'true'
kube-proxy-replacement: 'true'
kube-proxy-replacement-healthz-bind-address: 0.0.0.0:10256
bpf-lb-sock: 'false'
- bpf-lb-sock-terminate-pod-connections: 'false'
nodeport-addresses: ''
enable-health-check-nodeport: 'true'
enable-health-check-loadbalancer-ip: 'false'
node-port-bind-protection: 'true'
enable-auto-protect-node-port-range: 'true'
bpf-lb-mode: dsr
--- HelmRelease: kube-system/cilium ConfigMap: kube-system/hubble-relay-config
+++ HelmRelease: kube-system/cilium ConfigMap: kube-system/hubble-relay-config
@@ -2,13 +2,13 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: hubble-relay-config
namespace: kube-system
data:
- config.yaml: "cluster-name: cluster-0\npeer-service: \"hubble-peer.kube-system.svc.cluster.local:443\"\
+ config.yaml: "cluster-name: cluster-0\npeer-service: \"hubble-peer.kube-system.svc.cluster.local.:443\"\
\nlisten-address: :4245\ngops: true\ngops-port: \"9893\"\ndial-timeout: \nretry-timeout:\
\ \nsort-buffer-len-max: \nsort-buffer-drain-timeout: \ntls-hubble-client-cert-file:\
\ /var/lib/hubble-relay/tls/client.crt\ntls-hubble-client-key-file: /var/lib/hubble-relay/tls/client.key\n\
tls-hubble-server-ca-files: /var/lib/hubble-relay/tls/hubble-server-ca.crt\n\n\
disable-server-tls: true\n"
--- HelmRelease: kube-system/cilium ConfigMap: kube-system/hubble-ui-nginx
+++ HelmRelease: kube-system/cilium ConfigMap: kube-system/hubble-ui-nginx
@@ -5,20 +5,14 @@
name: hubble-ui-nginx
namespace: kube-system
data:
nginx.conf: "server {\n listen 8081;\n listen [::]:8081;\n \
\ server_name localhost;\n root /app;\n index index.html;\n client_max_body_size\
\ 1G;\n\n location / {\n proxy_set_header Host $host;\n proxy_set_header\
- \ X-Real-IP $remote_addr;\n\n # CORS\n add_header Access-Control-Allow-Methods\
- \ \"GET, POST, PUT, HEAD, DELETE, OPTIONS\";\n add_header Access-Control-Allow-Origin\
- \ *;\n add_header Access-Control-Max-Age 1728000;\n add_header Access-Control-Expose-Headers\
- \ content-length,grpc-status,grpc-message;\n add_header Access-Control-Allow-Headers\
- \ range,keep-alive,user-agent,cache-control,content-type,content-transfer-encoding,x-accept-content-transfer-encoding,x-accept-response-streaming,x-user-agent,x-grpc-web,grpc-timeout;\n\
- \ if ($request_method = OPTIONS) {\n return 204;\n }\n\
- \ # /CORS\n\n location /api {\n proxy_http_version 1.1;\n\
- \ proxy_pass_request_headers on;\n proxy_hide_header Access-Control-Allow-Origin;\n\
- \ proxy_pass http://127.0.0.1:8090;\n }\n location /\
- \ {\n # double `/index.html` is required here \n try_files\
- \ $uri $uri/ /index.html /index.html;\n }\n\n # Liveness probe\n\
- \ location /healthz {\n access_log off;\n add_header\
- \ Content-Type text/plain;\n return 200 'ok';\n }\n }\n}"
+ \ X-Real-IP $remote_addr;\n\n location /api {\n proxy_http_version\
+ \ 1.1;\n proxy_pass_request_headers on;\n proxy_pass http://127.0.0.1:8090;\n\
+ \ }\n location / {\n # double `/index.html` is required\
+ \ here \n try_files $uri $uri/ /index.html /index.html;\n }\n\
+ \n # Liveness probe\n location /healthz {\n access_log\
+ \ off;\n add_header Content-Type text/plain;\n return 200\
+ \ 'ok';\n }\n }\n}"
--- HelmRelease: kube-system/cilium DaemonSet: kube-system/cilium
+++ HelmRelease: kube-system/cilium DaemonSet: kube-system/cilium
@@ -16,24 +16,24 @@
rollingUpdate:
maxUnavailable: 2
type: RollingUpdate
template:
metadata:
annotations:
- cilium.io/cilium-configmap-checksum: 8ccc775e2ade7492a5090bf955129e170af9722b95dc3de1354260d62070c197
+ cilium.io/cilium-configmap-checksum: 8b59cfe35b0e5e0f074f6d2d330905f90aa5670c836f71fc01da16d9874fad3f
labels:
k8s-app: cilium
app.kubernetes.io/name: cilium-agent
app.kubernetes.io/part-of: cilium
spec:
securityContext:
appArmorProfile:
type: Unconfined
containers:
- name: cilium-agent
- image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
+ image: quay.io/cilium/cilium:v1.16.6@sha256:1e0896b1c4c188b4812c7e0bed7ec3f5631388ca88325c1391a0ef9172c448da
imagePullPolicy: IfNotPresent
command:
- cilium-agent
args:
- --config-dir=/tmp/cilium/config-map
startupProbe:
@@ -177,12 +177,15 @@
mountPath: /sys/fs/bpf
mountPropagation: HostToContainer
- name: cilium-cgroup
mountPath: /sys/fs/cgroup
- name: cilium-run
mountPath: /var/run/cilium
+ - name: cilium-netns
+ mountPath: /var/run/cilium/netns
+ mountPropagation: HostToContainer
- name: etc-cni-netd
mountPath: /host/etc/cni/net.d
- name: clustermesh-secrets
mountPath: /var/lib/cilium/clustermesh
readOnly: true
- name: lib-modules
@@ -194,13 +197,13 @@
mountPath: /var/lib/cilium/tls/hubble
readOnly: true
- name: tmp
mountPath: /tmp
initContainers:
- name: config
- image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
+ image: quay.io/cilium/cilium:v1.16.6@sha256:1e0896b1c4c188b4812c7e0bed7ec3f5631388ca88325c1391a0ef9172c448da
imagePullPolicy: IfNotPresent
command:
- cilium-dbg
- build-config
env:
- name: K8S_NODE_NAME
@@ -219,13 +222,13 @@
value: '6443'
volumeMounts:
- name: tmp
mountPath: /tmp
terminationMessagePolicy: FallbackToLogsOnError
- name: apply-sysctl-overwrites
- image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
+ image: quay.io/cilium/cilium:v1.16.6@sha256:1e0896b1c4c188b4812c7e0bed7ec3f5631388ca88325c1391a0ef9172c448da
imagePullPolicy: IfNotPresent
env:
- name: BIN_PATH
value: /opt/cni/bin
command:
- sh
@@ -249,13 +252,13 @@
- SYS_ADMIN
- SYS_CHROOT
- SYS_PTRACE
drop:
- ALL
- name: mount-bpf-fs
- image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
+ image: quay.io/cilium/cilium:v1.16.6@sha256:1e0896b1c4c188b4812c7e0bed7ec3f5631388ca88325c1391a0ef9172c448da
imagePullPolicy: IfNotPresent
args:
- mount | grep "/sys/fs/bpf type bpf" || mount -t bpf bpf /sys/fs/bpf
command:
- /bin/bash
- -c
@@ -265,13 +268,13 @@
privileged: true
volumeMounts:
- name: bpf-maps
mountPath: /sys/fs/bpf
mountPropagation: Bidirectional
- name: clean-cilium-state
- image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
+ image: quay.io/cilium/cilium:v1.16.6@sha256:1e0896b1c4c188b4812c7e0bed7ec3f5631388ca88325c1391a0ef9172c448da
imagePullPolicy: IfNotPresent
command:
- /init-container.sh
env:
- name: CILIUM_ALL_STATE
valueFrom:
@@ -313,13 +316,13 @@
- name: cilium-cgroup
mountPath: /sys/fs/cgroup
mountPropagation: HostToContainer
- name: cilium-run
mountPath: /var/run/cilium
- name: install-cni-binaries
- image: quay.io/cilium/cilium:v1.16.4@sha256:d55ec38938854133e06739b1af237932b9c4dd4e75e9b7b2ca3acc72540a44bf
+ image: quay.io/cilium/cilium:v1.16.6@sha256:1e0896b1c4c188b4812c7e0bed7ec3f5631388ca88325c1391a0ef9172c448da
imagePullPolicy: IfNotPresent
command:
- /install-plugin.sh
resources:
requests:
cpu: 100m
@@ -356,12 +359,16 @@
- name: tmp
emptyDir: {}
- name: cilium-run
hostPath:
path: /var/run/cilium
type: DirectoryOrCreate
+ - name: cilium-netns
+ hostPath:
+ path: /var/run/netns
+ type: DirectoryOrCreate
- name: bpf-maps
hostPath:
path: /sys/fs/bpf
type: DirectoryOrCreate
- name: hostproc
hostPath:
--- HelmRelease: kube-system/cilium Deployment: kube-system/cilium-operator
+++ HelmRelease: kube-system/cilium Deployment: kube-system/cilium-operator
@@ -20,22 +20,22 @@
maxSurge: 25%
maxUnavailable: 50%
type: RollingUpdate
template:
metadata:
annotations:
- cilium.io/cilium-configmap-checksum: 8ccc775e2ade7492a5090bf955129e170af9722b95dc3de1354260d62070c197
+ cilium.io/cilium-configmap-checksum: 8b59cfe35b0e5e0f074f6d2d330905f90aa5670c836f71fc01da16d9874fad3f
labels:
io.cilium/app: operator
name: cilium-operator
app.kubernetes.io/part-of: cilium
app.kubernetes.io/name: cilium-operator
spec:
containers:
- name: cilium-operator
- image: quay.io/cilium/operator-generic:v1.16.4@sha256:c55a7cbe19fe0b6b28903a085334edb586a3201add9db56d2122c8485f7a51c5
+ image: quay.io/cilium/operator-generic:v1.16.6@sha256:13d32071d5a52c069fb7c35959a56009c6914439adc73e99e098917646d154fc
imagePullPolicy: IfNotPresent
command:
- cilium-operator-generic
args:
- --config-dir=/tmp/cilium/config-map
- --debug=$(CILIUM_DEBUG)
--- HelmRelease: kube-system/cilium Deployment: kube-system/hubble-relay
+++ HelmRelease: kube-system/cilium Deployment: kube-system/hubble-relay
@@ -17,13 +17,13 @@
rollingUpdate:
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
annotations:
- cilium.io/hubble-relay-configmap-checksum: 0304f6d69709901711287ed1079c2bd4a53ac354ededf278efd9a91cc8c9e3ec
+ cilium.io/hubble-relay-configmap-checksum: 0992f55548c5b38bcc2c5d5bf467bb6a87362e75220b34e813f78eeb83316fa0
labels:
k8s-app: hubble-relay
app.kubernetes.io/name: hubble-relay
app.kubernetes.io/part-of: cilium
spec:
securityContext:
@@ -34,13 +34,13 @@
capabilities:
drop:
- ALL
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
- image: quay.io/cilium/hubble-relay:v1.16.4@sha256:fb2c7d127a1c809f6ba23c05973f3dd00f6b6a48e4aee2da95db925a4f0351d2
+ image: quay.io/cilium/hubble-relay:v1.16.6@sha256:ca8dcaa5a81a37743b1397ba2221d16d5d63e4a47607584f1bf50a3b0882bf3b
imagePullPolicy: IfNotPresent
command:
- hubble-relay
args:
- serve
ports:
--- HelmRelease: kube-system/cilium Deployment: kube-system/hubble-ui
+++ HelmRelease: kube-system/cilium Deployment: kube-system/hubble-ui
@@ -17,13 +17,13 @@
rollingUpdate:
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
annotations:
- cilium.io/hubble-ui-nginx-configmap-checksum: e8acee96ed990156efd0291c8c33709d2c7902d2ec993eefa16c7cd3d1a9d84b
+ cilium.io/hubble-ui-nginx-configmap-checksum: de069d2597e16e4de004ce684b15d74b2ab6051c717ae073d86199a76d91fcf1
labels:
k8s-app: hubble-ui
app.kubernetes.io/name: hubble-ui
app.kubernetes.io/part-of: cilium
spec:
securityContext: |
renovate
bot
force-pushed
the
renovate/cluster-0-patch-cilium
branch
from
May 15, 2024 15:45
058ca27
to
7a6306f
Compare
renovate
bot
changed the title
fix(helm): update chart cilium to v1.14.10
fix(helm): update chart cilium to v1.14.11
May 15, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-patch-cilium
branch
from
June 10, 2024 19:30
7a6306f
to
10aad9a
Compare
renovate
bot
changed the title
fix(helm): update chart cilium to v1.14.11
fix(helm): update chart cilium to v1.14.12
Jun 10, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-patch-cilium
branch
from
July 11, 2024 22:46
10aad9a
to
452ab3d
Compare
renovate
bot
changed the title
fix(helm): update chart cilium to v1.14.12
fix(helm): update chart cilium to v1.14.13
Jul 11, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-patch-cilium
branch
from
August 14, 2024 13:00
452ab3d
to
3235675
Compare
renovate
bot
changed the title
fix(helm): update chart cilium to v1.14.13
fix(helm): update chart cilium to v1.14.14
Aug 14, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-patch-cilium
branch
from
September 26, 2024 14:06
3235675
to
2d975f9
Compare
renovate
bot
changed the title
fix(helm): update chart cilium to v1.14.14
fix(helm): update chart cilium to v1.14.15
Sep 26, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-patch-cilium
branch
from
October 15, 2024 11:31
2d975f9
to
ff62386
Compare
renovate
bot
changed the title
fix(helm): update chart cilium to v1.14.15
fix(helm): update chart cilium to v1.14.16
Oct 15, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-patch-cilium
branch
from
November 20, 2024 10:20
ff62386
to
8c8f0e8
Compare
renovate
bot
changed the title
fix(helm): update chart cilium to v1.14.16
fix(helm): update chart cilium to v1.14.17
Nov 20, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-patch-cilium
branch
from
November 24, 2024 17:37
8c8f0e8
to
fd3404a
Compare
renovate
bot
changed the title
fix(helm): update chart cilium to v1.14.17
fix(helm): update chart cilium ( 1.14.5 → 1.14.17 )
Nov 24, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-patch-cilium
branch
from
December 17, 2024 14:25
fd3404a
to
d3e71d1
Compare
renovate
bot
changed the title
fix(helm): update chart cilium ( 1.14.5 → 1.14.17 )
fix(helm): update chart cilium ( 1.14.5 → 1.14.18 )
Dec 17, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-patch-cilium
branch
from
December 18, 2024 01:23
d3e71d1
to
82edea7
Compare
renovate
bot
changed the title
fix(helm): update chart cilium ( 1.14.5 → 1.14.18 )
fix(helm): update cilium group (patch)
Dec 18, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-patch-cilium
branch
from
January 22, 2025 01:12
82edea7
to
d8e1f77
Compare
| datasource | package | from | to | | ---------- | ------- | ------ | ------- | | helm | cilium | 1.14.5 | 1.14.19 | | helm | cilium | 1.16.4 | 1.16.6 |
renovate
bot
force-pushed
the
renovate/cluster-0-patch-cilium
branch
from
January 22, 2025 04:49
d8e1f77
to
45226c6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.5
->1.14.19
1.16.4
->1.16.6
Release Notes
cilium/cilium (cilium)
v1.14.19
: 1.14.19Compare Source
Summary of Changes
Major Changes:
Minor Changes:
Bugfixes:
CI Changes:
Misc Changes:
1a6e657
(v1.14) (#36907, @cilium-renovate[bot])make -C Documentation update-cmdref
when make uses--jobserver-style=fifo
. (Backport PR #36870, Upstream PR #36788, @gentoo-root)Other Changes:
Docker Manifests
cilium
docker.io/cilium/cilium:v1.14.19@​sha256:dfee0589d6dbb64fccde38588e5ee963a8578cfa029539cbabae4e15589b9c3b
quay.io/cilium/cilium:v1.14.19@​sha256:dfee0589d6dbb64fccde38588e5ee963a8578cfa029539cbabae4e15589b9c3b
clustermesh-apiserver
docker.io/cilium/clustermesh-apiserver:v1.14.19@​sha256:fecccb6f1c8b27637ea950bf7ce40bd6bb597f0cd35f9f9322049d5a3f29578b
quay.io/cilium/clustermesh-apiserver:v1.14.19@​sha256:fecccb6f1c8b27637ea950bf7ce40bd6bb597f0cd35f9f9322049d5a3f29578b
docker-plugin
docker.io/cilium/docker-plugin:v1.14.19@​sha256:ab5500874aade9f8d295d2d55576929f0bd0dfb206ed1d498ecf4cc99d4f2ede
quay.io/cilium/docker-plugin:v1.14.19@​sha256:ab5500874aade9f8d295d2d55576929f0bd0dfb206ed1d498ecf4cc99d4f2ede
hubble-relay
docker.io/cilium/hubble-relay:v1.14.19@​sha256:64599363dc856b93a2f7586dce587a9af0a60b6a4c6fa7b8d89543b354832c0e
quay.io/cilium/hubble-relay:v1.14.19@​sha256:64599363dc856b93a2f7586dce587a9af0a60b6a4c6fa7b8d89543b354832c0e
kvstoremesh
docker.io/cilium/kvstoremesh:v1.14.19@​sha256:815188117840f69a3d1eb1fce7bbac539cc5e0292c1c4b39b89a31c22d601d89
quay.io/cilium/kvstoremesh:v1.14.19@​sha256:815188117840f69a3d1eb1fce7bbac539cc5e0292c1c4b39b89a31c22d601d89
operator-alibabacloud
docker.io/cilium/operator-alibabacloud:v1.14.19@​sha256:98398bbaa93c93d07046cf01037015a7bfc848532c9e0ca9286df9eb7859b49d
quay.io/cilium/operator-alibabacloud:v1.14.19@​sha256:98398bbaa93c93d07046cf01037015a7bfc848532c9e0ca9286df9eb7859b49d
operator-aws
docker.io/cilium/operator-aws:v1.14.19@​sha256:a3914c09f74e822086fc861d5d287ad07e10ce31d7c41cd0e12556e5ac61c74b
quay.io/cilium/operator-aws:v1.14.19@​sha256:a3914c09f74e822086fc861d5d287ad07e10ce31d7c41cd0e12556e5ac61c74b
operator-azure
docker.io/cilium/operator-azure:v1.14.19@​sha256:c46d2b59c318430be2dc19ec2ad9724414915b3e46124356bbcaa38c95401701
quay.io/cilium/operator-azure:v1.14.19@​sha256:c46d2b59c318430be2dc19ec2ad9724414915b3e46124356bbcaa38c95401701
operator-generic
docker.io/cilium/operator-generic:v1.14.19@​sha256:3201b8a127dc5344f31c89b5c199f15d90eb5a56a997ba933707ba0dbf69322e
quay.io/cilium/operator-generic:v1.14.19@​sha256:3201b8a127dc5344f31c89b5c199f15d90eb5a56a997ba933707ba0dbf69322e
operator
docker.io/cilium/operator:v1.14.19@​sha256:03ff2ea917a6de911acc3c42bc8bc33e7ae251c15b82851c1e8f222eb578fdca
quay.io/cilium/operator:v1.14.19@​sha256:03ff2ea917a6de911acc3c42bc8bc33e7ae251c15b82851c1e8f222eb578fdca
v1.14.18
: 1.14.18Compare Source
Summary of Changes
Bugfixes:
CI Changes:
Misc Changes:
147f428
(v1.14) (#36224, @cilium-renovate[bot])Other Changes:
Docker Manifests
cilium
docker.io/cilium/cilium:v1.14.18@​sha256:a09bd4ee7345ccdb42679985bf3e5a696ad8416e31a70a3609129bc745804123
quay.io/cilium/cilium:v1.14.18@​sha256:a09bd4ee7345ccdb42679985bf3e5a696ad8416e31a70a3609129bc745804123
clustermesh-apiserver
docker.io/cilium/clustermesh-apiserver:v1.14.18@​sha256:2264b7e3ed698f38652fc18d036de1ede4e1a03c67bcb51b42a5ddc5f87df603
quay.io/cilium/clustermesh-apiserver:v1.14.18@​sha256:2264b7e3ed698f38652fc18d036de1ede4e1a03c67bcb51b42a5ddc5f87df603
docker-plugin
docker.io/cilium/docker-plugin:v1.14.18@​sha256:60bb79fd8571cca182ad53f84fe4e5aa5e45c70ec1b2a48810e685fe87e7a8c5
quay.io/cilium/docker-plugin:v1.14.18@​sha256:60bb79fd8571cca182ad53f84fe4e5aa5e45c70ec1b2a48810e685fe87e7a8c5
hubble-relay
docker.io/cilium/hubble-relay:v1.14.18@​sha256:a0a05a3b1aeb1429b76a00c8f6d9217427806faacbca2f7c6e340e51a683d476
quay.io/cilium/hubble-relay:v1.14.18@​sha256:a0a05a3b1aeb1429b76a00c8f6d9217427806faacbca2f7c6e340e51a683d476
kvstoremesh
docker.io/cilium/kvstoremesh:v1.14.18@​sha256:e4e96cfeb112acf9e8d88bd9ccebf1d3b9e5139eb8c632075341b623bb7105c4
quay.io/cilium/kvstoremesh:v1.14.18@​sha256:e4e96cfeb112acf9e8d88bd9ccebf1d3b9e5139eb8c632075341b623bb7105c4
operator-alibabacloud
docker.io/cilium/operator-alibabacloud:v1.14.18@​sha256:ccfc60f0f90ec12229f68f4ec1559dd0160424499860636c664b488dc553e05e
quay.io/cilium/operator-alibabacloud:v1.14.18@​sha256:ccfc60f0f90ec12229f68f4ec1559dd0160424499860636c664b488dc553e05e
operator-aws
docker.io/cilium/operator-aws:v1.14.18@​sha256:2240199f83156dd73b993524334fd924bbc176b5101a5276cd538cb6eb325580
quay.io/cilium/operator-aws:v1.14.18@​sha256:2240199f83156dd73b993524334fd924bbc176b5101a5276cd538cb6eb325580
operator-azure
docker.io/cilium/operator-azure:v1.14.18@​sha256:6c6576198e785232c8d26464fb5a9dabdddaeea22f26ce8eb06e2d5912451a82
quay.io/cilium/operator-azure:v1.14.18@​sha256:6c6576198e785232c8d26464fb5a9dabdddaeea22f26ce8eb06e2d5912451a82
operator-generic
docker.io/cilium/operator-generic:v1.14.18@​sha256:f41a9f3d899e14ba34a9696e7327147cd9811fc563c255668d59658ad90aa69e
quay.io/cilium/operator-generic:v1.14.18@​sha256:f41a9f3d899e14ba34a9696e7327147cd9811fc563c255668d59658ad90aa69e
operator
docker.io/cilium/operator:v1.14.18@​sha256:a94ffab61cb69549ec885aa70d4061e3acac3736c9dccf3f6b9c4e25241c950b
quay.io/cilium/operator:v1.14.18@​sha256:a94ffab61cb69549ec885aa70d4061e3acac3736c9dccf3f6b9c4e25241c950b
v1.14.17
: 1.14.17Compare Source
Summary of Changes
CI Changes:
Misc Changes:
0ca97f4
(v1.14) (#35446, @cilium-renovate[bot])Other Changes:
Docker Manifests
cilium
docker.io/cilium/cilium:v1.14.17@​sha256:19952c9cb6ede01233ae5c4cd28e3ed2de266e80fa8b6bf34f878373f2c18de5
quay.io/cilium/cilium:v1.14.17@​sha256:19952c9cb6ede01233ae5c4cd28e3ed2de266e80fa8b6bf34f878373f2c18de5
clustermesh-apiserver
docker.io/cilium/clustermesh-apiserver:v1.14.17@​sha256:097166b9ed8a8f104bdd2193f7b58570ef64d6b455b168ddf65707753b1d8d68
quay.io/cilium/clustermesh-apiserver:v1.14.17@​sha256:097166b9ed8a8f104bdd2193f7b58570ef64d6b455b168ddf65707753b1d8d68
docker-plugin
docker.io/cilium/docker-plugin:v1.14.17@​sha256:6410f968dfc76dd6847e740133e2679f07dd907949ee28de35198be124538bd4
quay.io/cilium/docker-plugin:v1.14.17@​sha256:6410f968dfc76dd6847e740133e2679f07dd907949ee28de35198be124538bd4
hubble-relay
docker.io/cilium/hubble-relay:v1.14.17@​sha256:f4e581e6b51ccf80ba4d642a23a79e823401e6b9073de8590be7ead84a383e95
quay.io/cilium/hubble-relay:v1.14.17@​sha256:f4e581e6b51ccf80ba4d642a23a79e823401e6b9073de8590be7ead84a383e95
kvstoremesh
docker.io/cilium/kvstoremesh:v1.14.17@​sha256:b42821b9c210c1f1a6f0e69f2f54ce84287ffdeb41e077ffcbb83dc4078eb774
quay.io/cilium/kvstoremesh:v1.14.17@​sha256:b42821b9c210c1f1a6f0e69f2f54ce84287ffdeb41e077ffcbb83dc4078eb774
operator-alibabacloud
docker.io/cilium/operator-alibabacloud:v1.14.17@​sha256:d1e03489fb9afdb6b3e8ec42168fd11d84dbe8c90fcf4efda1eafcd3d45181a6
quay.io/cilium/operator-alibabacloud:v1.14.17@​sha256:d1e03489fb9afdb6b3e8ec42168fd11d84dbe8c90fcf4efda1eafcd3d45181a6
operator-aws
docker.io/cilium/operator-aws:v1.14.17@​sha256:78c5815933e2fa4af7848d92589fc91032551912981005e76ea68285bfbb46cb
quay.io/cilium/operator-aws:v1.14.17@​sha256:78c5815933e2fa4af7848d92589fc91032551912981005e76ea68285bfbb46cb
operator-azure
docker.io/cilium/operator-azure:v1.14.17@​sha256:14663398d0213db3b341d0517033a3e0acea797b5c4e913b3dd5b691200f4d68
quay.io/cilium/operator-azure:v1.14.17@​sha256:14663398d0213db3b341d0517033a3e0acea797b5c4e913b3dd5b691200f4d68
operator-generic
docker.io/cilium/operator-generic:v1.14.17@​sha256:79541e670c0cdb735129496355d08f9035ec28f276b9f826698b7a61a9116ae5
quay.io/cilium/operator-generic:v1.14.17@​sha256:79541e670c0cdb735129496355d08f9035ec28f276b9f826698b7a61a9116ae5
operator
docker.io/cilium/operator:v1.14.17@​sha256:09be92cea0520f754e1857392a07f78075222203cf118a08b7321a17031688f9
quay.io/cilium/operator:v1.14.17@​sha256:09be92cea0520f754e1857392a07f78075222203cf118a08b7321a17031688f9
v1.14.16
: 1.14.16Compare Source
Summary of Changes
Bugfixes:
CI Changes:
Misc Changes:
ddad330
(v1.14) (#35093, @cilium-renovate[bot])Other Changes:
Docker Manifests
cilium
docker.io/cilium/cilium:v1.14.16@​sha256:8a31c16a4b3fcd0fbfdbfe3348710bfb766a5bcc8225ee5c4057d3a7cbcbafb2
quay.io/cilium/cilium:v1.14.16@​sha256:8a31c16a4b3fcd0fbfdbfe3348710bfb766a5bcc8225ee5c4057d3a7cbcbafb2
clustermesh-apiserver
docker.io/cilium/clustermesh-apiserver:v1.14.16@​sha256:19c1318e555d8ee9dbec9d86fe8e7e6c43a2dd7eeb29eb88ea7af28d21971186
quay.io/cilium/clustermesh-apiserver:v1.14.16@​sha256:19c1318e555d8ee9dbec9d86fe8e7e6c43a2dd7eeb29eb88ea7af28d21971186
docker-plugin
docker.io/cilium/docker-plugin:v1.14.16@​sha256:ccb1aee7af60693fe434924b0bbbb0a625382335ca2767d485a0bc855df5943d
quay.io/cilium/docker-plugin:v1.14.16@​sha256:ccb1aee7af60693fe434924b0bbbb0a625382335ca2767d485a0bc855df5943d
hubble-relay
docker.io/cilium/hubble-relay:v1.14.16@​sha256:ba715eaa50036c45ac39b2e4d08ee1794ac8dbfe6af339c48dba1402416da8f9
quay.io/cilium/hubble-relay:v1.14.16@​sha256:ba715eaa50036c45ac39b2e4d08ee1794ac8dbfe6af339c48dba1402416da8f9
kvstoremesh
docker.io/cilium/kvstoremesh:v1.14.16@​sha256:c22860631b97e671d08a21524da5283322ec6b7750760e78df5718169a987fa0
quay.io/cilium/kvstoremesh:v1.14.16@​sha256:c22860631b97e671d08a21524da5283322ec6b7750760e78df5718169a987fa0
operator-alibabacloud
docker.io/cilium/operator-alibabacloud:v1.14.16@​sha256:a647eae904c9210c3fa566a540c28bc6de525a92fd5049de1a3331c0b224d8b7
quay.io/cilium/operator-alibabacloud:v1.14.16@​sha256:a647eae904c9210c3fa566a540c28bc6de525a92fd5049de1a3331c0b224d8b7
operator-aws
docker.io/cilium/operator-aws:v1.14.16@​sha256:013da30c41a2ca04c56b3b4b51ebda57bac2aec8a0107031e445d636e913dca1
quay.io/cilium/operator-aws:v1.14.16@​sha256:013da30c41a2ca04c56b3b4b51ebda57bac2aec8a0107031e445d636e913dca1
operator-azure
docker.io/cilium/operator-azure:v1.14.16@​sha256:91b811091e98456543b4b7569039213bef954881a079a9796481275430994448
quay.io/cilium/operator-azure:v1.14.16@​sha256:91b811091e98456543b4b7569039213bef954881a079a9796481275430994448
operator-generic
docker.io/cilium/operator-generic:v1.14.16@​sha256:21243c0dcbc3d505ddf661835fc9a6aa6393e439893cbfd86c20b381c709d2b8
quay.io/cilium/operator-generic:v1.14.16@​sha256:21243c0dcbc3d505ddf661835fc9a6aa6393e439893cbfd86c20b381c709d2b8
operator
docker.io/cilium/operator:v1.14.16@​sha256:d5f68e5238d9fa608537f05abfa1296c188715439329128a9f78a7d0f6c078ef
quay.io/cilium/operator:v1.14.16@​sha256:d5f68e5238d9fa608537f05abfa1296c188715439329128a9f78a7d0f6c078ef
v1.14.15
: 1.14.15Compare Source
We are happy to release Cilium v1.14.15!
This release brings us upstream filter chains for L7 LB policy enforcement, bugfixes, CI fixes and many many more! See summary of changes below!
Summary of Changes
Minor Changes:
Bugfixes:
CI Changes:
Misc Changes:
4594271
(v1.14) (#34901, @cilium-renovate[bot])adbb901
(v1.14) (#34697, @cilium-renovate[bot])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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.