Skip to content

Commit

Permalink
Prepare for release v1.9.3
Browse files Browse the repository at this point in the history
Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Jan 22, 2021
1 parent b765567 commit ae8661f
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/cilium-actions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project: "https://github.com/cilium/cilium/projects/142"
project: "https://github.com/cilium/cilium/projects/143"
column: "In progress"
auto-label:
- "kind/backports"
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v1.9.3

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

**This version fixes v1.9.2 docker images that were released in quay.io. These
images were accidentally build from the master branch and they are not safe to
run in production environments. Users using quay.io images are advised to
upgrade to v1.9.3.**

**Misc Changes:**
* [v1.9] .github: update v1.9 cilium-actions project number (#14685, @aanm)

**Other Changes:**
* [v1.9] docs: Add `quick-hubble-install.yaml` method (#14468, @gandro)

## v1.9.2

Summary of Changes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.2
1.9.3
6 changes: 3 additions & 3 deletions install/kubernetes/cilium/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: cilium
displayName: Cilium
home: https://cilium.io/
version: 1.9.2
appVersion: 1.9.2
version: 1.9.3
appVersion: 1.9.3
kubeVersion: ">= 1.12.0-0"
icon: https://cdn.jsdelivr.net/gh/cilium/cilium@v1.9.2/Documentation/images/logo-solo.svg
icon: https://cdn.jsdelivr.net/gh/cilium/cilium@v1.9.3/Documentation/images/logo-solo.svg
description: eBPF-based Networking, Security, and Observability
keywords:
- BPF
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.9.2](https://img.shields.io/badge/Version-1.9.2-informational?style=flat-square) ![AppVersion: 1.9.2](https://img.shields.io/badge/AppVersion-1.9.2-informational?style=flat-square)
![Version: 1.9.3](https://img.shields.io/badge/Version-1.9.3-informational?style=flat-square) ![AppVersion: 1.9.3](https://img.shields.io/badge/AppVersion-1.9.3-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 @@ -73,7 +73,7 @@ contributors across the globe, there is almost always someone available to help.
| cluster.id | int | `nil` | Unique ID of the cluster. Must be unique across all connected clusters and in the range of 1 to 255. Only required for Cluster Mesh. |
| cluster.name | string | `"default"` | Name of the cluster. Only required for Cluster Mesh. |
| clustermesh.apiserver.etcd.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/coreos/etcd","tag":"v3.4.13"}` | Clustermesh API server etcd image. |
| clustermesh.apiserver.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/clustermesh-apiserver","tag":"v1.9.2"}` | Clustermesh API server image. |
| clustermesh.apiserver.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/clustermesh-apiserver","tag":"v1.9.3"}` | 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.replicas | int | `1` | Number of replicas run for the clustermesh-apiserver deployment. |
Expand Down Expand Up @@ -168,7 +168,7 @@ contributors across the globe, there is almost always someone available to help.
| hubble.metricsServer | string | `""` | |
| 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 | `{"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/hubble-relay","tag":"v1.9.2"}` | Hubble-relay container image. |
| hubble.relay.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/hubble-relay","tag":"v1.9.3"}` | 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 @@ -209,7 +209,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"` | |
| image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.9.2"}` | Agent container image. |
| image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.9.3"}` | Agent container image. |
| imagePullSecrets | string | `nil` | Configure image pull secrets for pulling container images |
| installIptablesRules | bool | `true` | |
| ipMasqAgent | object | `{"enabled":false}` | Configure the eBPF-based ip-masq-agent |
Expand Down Expand Up @@ -265,7 +265,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"` | |
| operator.identityHeartbeatTimeout | string | `"30m0s"` | |
| operator.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/operator","tag":"v1.9.2"}` | cilium-operator image. |
| operator.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/operator","tag":"v1.9.3"}` | cilium-operator image. |
| 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 |
| operator.podDisruptionBudget | object | `{"enabled":false,"maxUnavailable":1}` | PodDisruptionBudget settings ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ |
Expand All @@ -289,7 +289,7 @@ contributors across the globe, there is almost always someone available to help.
| preflight.extraEnv | object | `{}` | |
| preflight.extraHostPathMounts | list | `[]` | |
| preflight.extraInitContainers | list | `[]` | |
| preflight.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.9.2"}` | Cilium pre-flight image. |
| preflight.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.9.3"}` | 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
10 changes: 5 additions & 5 deletions install/kubernetes/cilium/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ name: cilium
# -- Agent container image.
image:
repository: quay.io/cilium/cilium
tag: v1.9.2
tag: v1.9.3
pullPolicy: IfNotPresent

# -- Pod affinity for cilium-agent.
Expand Down Expand Up @@ -539,7 +539,7 @@ hubble:
# -- Hubble-relay container image.
image:
repository: quay.io/cilium/hubble-relay
tag: v1.9.2
tag: v1.9.3
pullPolicy: IfNotPresent

# -- Specifies the resources for the hubble-relay pods
Expand Down Expand Up @@ -1049,7 +1049,7 @@ operator:
# -- cilium-operator image.
image:
repository: quay.io/cilium/operator
tag: v1.9.2
tag: v1.9.3
pullPolicy: IfNotPresent

# -- Number of replicas to run for the cilium-operator deployment
Expand Down Expand Up @@ -1254,7 +1254,7 @@ preflight:
# -- Cilium pre-flight image.
image:
repository: quay.io/cilium/cilium
tag: v1.9.2
tag: v1.9.3
pullPolicy: IfNotPresent

priorityClassName: ""
Expand Down Expand Up @@ -1362,7 +1362,7 @@ clustermesh:
# -- Clustermesh API server image.
image:
repository: quay.io/cilium/clustermesh-apiserver
tag: v1.9.2
tag: v1.9.3
pullPolicy: IfNotPresent

etcd:
Expand Down
8 changes: 4 additions & 4 deletions install/kubernetes/experimental-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ spec:
key: custom-cni-conf
name: cilium-config
optional: true
image: quay.io/cilium/cilium:v1.9.2
image: quay.io/cilium/cilium:v1.9.3
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down Expand Up @@ -868,7 +868,7 @@ spec:
key: wait-bpf-mount
name: cilium-config
optional: true
image: quay.io/cilium/cilium:v1.9.2
image: quay.io/cilium/cilium:v1.9.3
imagePullPolicy: IfNotPresent
name: clean-cilium-state
securityContext:
Expand Down Expand Up @@ -1016,7 +1016,7 @@ spec:
key: debug
name: cilium-config
optional: true
image: quay.io/cilium/operator-generic:v1.9.2
image: quay.io/cilium/operator-generic:v1.9.3
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down Expand Up @@ -1080,7 +1080,7 @@ spec:
topologyKey: "kubernetes.io/hostname"
containers:
- name: hubble-relay
image: quay.io/cilium/hubble-relay:v1.9.2
image: quay.io/cilium/hubble-relay:v1.9.3
imagePullPolicy: IfNotPresent
command:
- hubble-relay
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/quick-hubble-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ spec:
topologyKey: "kubernetes.io/hostname"
containers:
- name: hubble-relay
image: quay.io/cilium/hubble-relay:v1.9.2
image: quay.io/cilium/hubble-relay:v1.9.3
imagePullPolicy: IfNotPresent
command:
- hubble-relay
Expand Down
6 changes: 3 additions & 3 deletions install/kubernetes/quick-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ spec:
key: custom-cni-conf
name: cilium-config
optional: true
image: quay.io/cilium/cilium:v1.9.2
image: quay.io/cilium/cilium:v1.9.3
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down Expand Up @@ -541,7 +541,7 @@ spec:
key: wait-bpf-mount
name: cilium-config
optional: true
image: quay.io/cilium/cilium:v1.9.2
image: quay.io/cilium/cilium:v1.9.3
imagePullPolicy: IfNotPresent
name: clean-cilium-state
securityContext:
Expand Down Expand Up @@ -689,7 +689,7 @@ spec:
key: debug
name: cilium-config
optional: true
image: quay.io/cilium/operator-generic:v1.9.2
image: quay.io/cilium/operator-generic:v1.9.3
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down

0 comments on commit ae8661f

Please sign in to comment.