Skip to content

Commit

Permalink
Prepare for release v1.11.20
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Kwiek <maciej@isovalent.com>
  • Loading branch information
nebril committed Aug 10, 2023
1 parent 4abfd4c commit 5269aad
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/maintainers-little-helper.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project: "https://github.com/cilium/cilium/projects/242"
project: "https://github.com/cilium/cilium/projects/246"
column: "In progress"
auto-label:
- "kind/backports"
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ Fabio Falzoi fabio.falzoi@isovalent.com
Faiyaz Ahmed faiyaza@gmail.com
Fankaixi Li fankaixi.li@bytedance.com
Federico Hernandez f@ederi.co
Feroz Salam feroz.salam@isovalent.com
Florian Koch f0@users.noreply.github.com
Francois Allard francois@breathelife.com
François Joulaud francois.joulaud@radiofrance.com
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v1.11.20

Summary of Changes
------------------

**Bugfixes:**
* Fix a bug that could cause packet drops of type XfrmOutPolBlock when IPsec is enabled and node are recycled. Fix a bug that could cause IPsec-encrypted packets to be sent to the wrong destination node when node churn is high. (Backport PR #27148, Upstream PR #27029, @pchaigno)

**Misc Changes:**
* chore(deps): update docker.io/library/golang docker tag to v1.19.11 (#27252, @ferozsalam)

**Other Changes:**
* install: Update image digests for v1.11.19 (#27125, @nathanjsweet)

## v1.11.19

Summary of Changes
Expand Down
4 changes: 3 additions & 1 deletion Documentation/concepts/kubernetes/compatibility-table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@
+-----------------+----------------+
| v1.11.18 | 1.24.4 |
+-----------------+----------------+
| v1.11.19 | 1.24.4 |
+-----------------+----------------+
| v1.11 | 1.24.4 |
+-----------------+----------------+
| latest / master | 1.26.9 |
| latest / master | 1.26.7 |
+-----------------+----------------+
10 changes: 5 additions & 5 deletions Documentation/helm-values.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.19
1.11.20
18 changes: 9 additions & 9 deletions install/kubernetes/Makefile.digests
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Copyright 2023 Authors of Cilium
# SPDX-License-Identifier: Apache-2.0

export CILIUM_DIGEST := "sha256:f71c973a9159158704012e1a065a3d484353ff4c2b4e05e10a03382f055adad4"
export CLUSTERMESH_APISERVER_DIGEST := "sha256:9346b296322036d2df98bd0ebdc721f4fafd5449030c7fd5dc53b20103758eee"
export DOCKER_PLUGIN_DIGEST := "sha256:dc5eb50a89ef4fc31596f922fb63149f1e2d68a563ae5844cd83b61d7da7c04e"
export HUBBLE_RELAY_DIGEST := "sha256:8c1032dfb03359e0576061502196e06eefb8ef12743d602e075e7f97f56667e4"
export OPERATOR_ALIBABACLOUD_DIGEST := "sha256:9cb60d9362a362b58bb33da6b7a4b73f7882d0bc580af74c91c50d3112a74e2e"
export OPERATOR_AWS_DIGEST := "sha256:b121c72160abc99112bf155d05f3c09fca266a3ea026143d86da7376654f708b"
export OPERATOR_AZURE_DIGEST := "sha256:13c1030a90f38c483ae5b0696e0597c4129697f3af81e1eeb238d7d5a04e326e"
export OPERATOR_GENERIC_DIGEST := "sha256:79b622067205037489dcfc3280a2b9a19b0ede9a1c83eb5b3064926fa6af6a23"
export OPERATOR_DIGEST := "sha256:26f479a21f3079eb0da4700b9ffd012dfce9b38d635486998bbe352b8f8df740"
export CILIUM_DIGEST := ""
export CLUSTERMESH_APISERVER_DIGEST := ""
export DOCKER_PLUGIN_DIGEST := ""
export HUBBLE_RELAY_DIGEST := ""
export OPERATOR_ALIBABACLOUD_DIGEST := ""
export OPERATOR_AWS_DIGEST := ""
export OPERATOR_AZURE_DIGEST := ""
export OPERATOR_GENERIC_DIGEST := ""
export OPERATOR_DIGEST := ""
4 changes: 2 additions & 2 deletions install/kubernetes/cilium/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: cilium
displayName: Cilium
home: https://cilium.io/
version: 1.11.19
appVersion: 1.11.19
version: 1.11.20
appVersion: 1.11.20
kubeVersion: ">= 1.16.0-0"
icon: https://cdn.jsdelivr.net/gh/cilium/cilium@v1.11/Documentation/images/logo-solo.svg
description: eBPF-based Networking, Security, and Observability
Expand Down
12 changes: 6 additions & 6 deletions install/kubernetes/cilium/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cilium

![Version: 1.11.19](https://img.shields.io/badge/Version-1.11.19-informational?style=flat-square) ![AppVersion: 1.11.19](https://img.shields.io/badge/AppVersion-1.11.19-informational?style=flat-square)
![Version: 1.11.20](https://img.shields.io/badge/Version-1.11.20-informational?style=flat-square) ![AppVersion: 1.11.20](https://img.shields.io/badge/AppVersion-1.11.20-informational?style=flat-square)

Cilium is open source software for providing and transparently securing
network connectivity and loadbalancing between application workloads such as
Expand Down Expand Up @@ -90,7 +90,7 @@ contributors across the globe, there is almost always someone available to help.
| clustermesh.apiserver.etcd.securityContext | object | `{}` | Security context to be added to clustermesh-apiserver etcd containers |
| clustermesh.apiserver.extraVolumeMounts | list | `[]` | Additional clustermesh-apiserver volumeMounts. |
| clustermesh.apiserver.extraVolumes | list | `[]` | Additional clustermesh-apiserver volumes. |
| clustermesh.apiserver.image | object | `{"digest":"sha256:9346b296322036d2df98bd0ebdc721f4fafd5449030c7fd5dc53b20103758eee","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/clustermesh-apiserver","tag":"v1.11.19","useDigest":true}` | Clustermesh API server image. |
| clustermesh.apiserver.image | object | `{"digest":"","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/clustermesh-apiserver","tag":"v1.11.20","useDigest":false}` | Clustermesh API server image. |
| clustermesh.apiserver.nodeSelector | object | `{}` | Node labels for pod assignment ref: https://kubernetes.io/docs/user-guide/node-selection/ |
| clustermesh.apiserver.podAnnotations | object | `{}` | Annotations to be added to clustermesh-apiserver pods |
| clustermesh.apiserver.podLabels | object | `{}` | Labels to be added to clustermesh-apiserver pods |
Expand Down Expand Up @@ -228,7 +228,7 @@ contributors across the globe, there is almost always someone available to help.
| hubble.peerService.targetPort | int | `4244` | Target Port for the Peer service. |
| hubble.relay.dialTimeout | string | `nil` | Dial timeout to connect to the local hubble instance to receive peer information (e.g. "30s"). |
| hubble.relay.enabled | bool | `false` | Enable Hubble Relay (requires hubble.enabled=true) |
| hubble.relay.image | object | `{"digest":"sha256:8c1032dfb03359e0576061502196e06eefb8ef12743d602e075e7f97f56667e4","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/hubble-relay","tag":"v1.11.19","useDigest":true}` | Hubble-relay container image. |
| hubble.relay.image | object | `{"digest":"","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/hubble-relay","tag":"v1.11.20","useDigest":false}` | Hubble-relay container image. |
| hubble.relay.listenHost | string | `""` | Host to listen to. Specify an empty string to bind to all the interfaces. |
| hubble.relay.listenPort | string | `"4245"` | Port to listen to. |
| hubble.relay.nodeSelector | object | `{}` | Node labels for pod assignment ref: https://kubernetes.io/docs/user-guide/node-selection/ |
Expand Down Expand Up @@ -287,7 +287,7 @@ contributors across the globe, there is almost always someone available to help.
| hubble.ui.tolerations | list | `[]` | Node tolerations for pod assignment on nodes with taints ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ |
| hubble.ui.updateStrategy | object | `{"rollingUpdate":{"maxUnavailable":1},"type":"RollingUpdate"}` | hubble-ui update strategy. |
| identityAllocationMode | string | `"crd"` | Method to use for identity allocation (`crd` or `kvstore`). |
| image | object | `{"digest":"sha256:f71c973a9159158704012e1a065a3d484353ff4c2b4e05e10a03382f055adad4","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.11.19","useDigest":true}` | Agent container image. |
| image | object | `{"digest":"","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.11.20","useDigest":false}` | Agent container image. |
| imagePullSecrets | string | `nil` | Configure image pull secrets for pulling container images |
| installIptablesRules | bool | `true` | Configure whether to install iptables rules to allow for TPROXY (L7 proxy injection), iptables-based masquerading and compatibility with kube-proxy. |
| installNoConntrackIptablesRules | bool | `false` | Install Iptables rules to skip netfilter connection tracking on all pod traffic. This option is only effective when Cilium is running in direct routing and full KPR mode. Moreover, this option cannot be enabled when Cilium is running in a managed Kubernetes environment or in a chained CNI setup. |
Expand Down Expand Up @@ -349,7 +349,7 @@ contributors across the globe, there is almost always someone available to help.
| operator.extraInitContainers | list | `[]` | Additional InitContainers to initialize the pod. |
| operator.identityGCInterval | string | `"15m0s"` | Interval for identity garbage collection. |
| operator.identityHeartbeatTimeout | string | `"30m0s"` | Timeout for identity heartbeats. |
| operator.image | object | `{"alibabacloudDigest":"sha256:9cb60d9362a362b58bb33da6b7a4b73f7882d0bc580af74c91c50d3112a74e2e","awsDigest":"sha256:b121c72160abc99112bf155d05f3c09fca266a3ea026143d86da7376654f708b","azureDigest":"sha256:13c1030a90f38c483ae5b0696e0597c4129697f3af81e1eeb238d7d5a04e326e","genericDigest":"sha256:79b622067205037489dcfc3280a2b9a19b0ede9a1c83eb5b3064926fa6af6a23","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/operator","suffix":"","tag":"v1.11.19","useDigest":true}` | cilium-operator image. |
| operator.image | object | `{"alibabacloudDigest":"","awsDigest":"","azureDigest":"","genericDigest":"","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/operator","suffix":"","tag":"v1.11.20","useDigest":false}` | cilium-operator image. |
| operator.nodeGCInterval | string | `"5m0s"` | Interval for cilium node garbage collection. |
| operator.nodeSelector | object | `{}` | Node labels for cilium-operator pod assignment ref: https://kubernetes.io/docs/user-guide/node-selection/ |
| operator.podAnnotations | object | `{}` | Annotations to be added to cilium-operator pods |
Expand Down Expand Up @@ -387,7 +387,7 @@ contributors across the globe, there is almost always someone available to help.
| preflight.extraInitContainers | list | `[]` | Additional preflight init containers. |
| preflight.extraVolumeMounts | list | `[]` | Additional preflight volumeMounts. |
| preflight.extraVolumes | list | `[]` | Additional preflight volumes. |
| preflight.image | object | `{"digest":"sha256:f71c973a9159158704012e1a065a3d484353ff4c2b4e05e10a03382f055adad4","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.11.19","useDigest":true}` | Cilium pre-flight image. |
| preflight.image | object | `{"digest":"","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.11.20","useDigest":false}` | Cilium pre-flight image. |
| preflight.nodeSelector | object | `{}` | Node labels for preflight pod assignment ref: https://kubernetes.io/docs/user-guide/node-selection/ |
| preflight.podAnnotations | object | `{}` | Annotations to be added to preflight pods |
| preflight.podDisruptionBudget | object | `{"enabled":true,"maxUnavailable":2}` | PodDisruptionBudget settings ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ |
Expand Down
36 changes: 18 additions & 18 deletions install/kubernetes/cilium/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ rollOutCiliumPods: false
image:
override: ~
repository: "quay.io/cilium/cilium"
tag: "v1.11.19"
tag: "v1.11.20"
pullPolicy: "IfNotPresent"
# cilium-digest
digest: "sha256:f71c973a9159158704012e1a065a3d484353ff4c2b4e05e10a03382f055adad4"
useDigest: true
digest: ""
useDigest: false

# -- Pod affinity for cilium-agent.
affinity:
Expand Down Expand Up @@ -755,10 +755,10 @@ hubble:
image:
override: ~
repository: "quay.io/cilium/hubble-relay"
tag: "v1.11.19"
tag: "v1.11.20"
# hubble-relay-digest
digest: "sha256:8c1032dfb03359e0576061502196e06eefb8ef12743d602e075e7f97f56667e4"
useDigest: true
digest: ""
useDigest: false
pullPolicy: "IfNotPresent"

# -- Specifies the resources for the hubble-relay pods
Expand Down Expand Up @@ -1405,16 +1405,16 @@ operator:
image:
override: ~
repository: "quay.io/cilium/operator"
tag: "v1.11.19"
tag: "v1.11.20"
# operator-generic-digest
genericDigest: "sha256:79b622067205037489dcfc3280a2b9a19b0ede9a1c83eb5b3064926fa6af6a23"
genericDigest: ""
# operator-azure-digest
azureDigest: "sha256:13c1030a90f38c483ae5b0696e0597c4129697f3af81e1eeb238d7d5a04e326e"
azureDigest: ""
# operator-aws-digest
awsDigest: "sha256:b121c72160abc99112bf155d05f3c09fca266a3ea026143d86da7376654f708b"
awsDigest: ""
# operator-alibabacloud-digest
alibabacloudDigest: "sha256:9cb60d9362a362b58bb33da6b7a4b73f7882d0bc580af74c91c50d3112a74e2e"
useDigest: true
alibabacloudDigest: ""
useDigest: false
pullPolicy: "IfNotPresent"
suffix: ""

Expand Down Expand Up @@ -1652,10 +1652,10 @@ preflight:
image:
override: ~
repository: "quay.io/cilium/cilium"
tag: "v1.11.19"
tag: "v1.11.20"
# cilium-digest
digest: "sha256:f71c973a9159158704012e1a065a3d484353ff4c2b4e05e10a03382f055adad4"
useDigest: true
digest: ""
useDigest: false
pullPolicy: "IfNotPresent"

# -- The priority class to use for the preflight pod.
Expand Down Expand Up @@ -1796,10 +1796,10 @@ clustermesh:
image:
override: ~
repository: "quay.io/cilium/clustermesh-apiserver"
tag: "v1.11.19"
tag: "v1.11.20"
# clustermesh-apiserver-digest
digest: "sha256:9346b296322036d2df98bd0ebdc721f4fafd5449030c7fd5dc53b20103758eee"
useDigest: true
digest: ""
useDigest: false
pullPolicy: "IfNotPresent"

etcd:
Expand Down

0 comments on commit 5269aad

Please sign in to comment.