Skip to content

Commit

Permalink
Prepare for release v1.5.12
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Stringer <joe@cilium.io>
  • Loading branch information
joestringer authored and aanm committed Feb 3, 2020
1 parent 3288d17 commit ec63b1e
Show file tree
Hide file tree
Showing 87 changed files with 169 additions and 121 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

# v1.5.12

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

**Minor Changes:**
* golang: update to 1.12.15 (#9873, @aanm)
* golang: update to 1.12.16 (#9986, @aanm)

**Bugfixes:**
* Fix to allocate a global identity for an empty container label-set. (Backport PR #9829, Upstream PR #9821, @borkmann)
* Enable IP forwarding on daemon start (Backport PR #9839, Upstream PR #8954, @mrostecki)
* cni: Fix IP leak when CNI ADD times out (Backport PR #10004, Upstream PR #9913, @tgraf)
* garbage collect stale distributed locks (Backport PR #10004, Upstream PR #9982, @aanm)

**Misc Changes:**
* Fix GC Locks bugs (Backport PR #10004, Upstream PR #10005, @aanm)

**Other Changes:**
* Fix github actions 1.5 (#9782, @aanm)
26 changes: 26 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@
NEWS
******

v1.5.12
=======

::

André Martins (8):
.github: rename github-actions file
.github: remove github actions integration
golang: update to 1.12.15
golang: update to 1.12.16
garbage collect stale distributed locks
operator: fix getOldestLeases logic
kvstore/allocator: fix GCLocks unit tests
kvstore/allocator: test for stale locks before acquiring lock

Daniel Borkmann (1):
identity: require global identity for empty labels

Michal Rostecki (2):
sysctl: Add package for managing kernel parameters
daemon: Enable IP forwarding on start

Thomas Graf (2):
ipam: Add ability to release IPs by owner name
cni: Release IP even when endpoint deletion fails

v1.5.11
=======

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.11
1.5.12
2 changes: 1 addition & 1 deletion examples/kubernetes/1.10/cilium-containerd-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/1.10/cilium-containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down Expand Up @@ -487,7 +487,7 @@ spec:
key: AWS_DEFAULT_REGION
name: cilium-aws
optional: true
image: docker.io/cilium/operator:v1.5.11
image: docker.io/cilium/operator:v1.5.12
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.10/cilium-crio-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/1.10/cilium-crio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down Expand Up @@ -495,7 +495,7 @@ spec:
key: AWS_DEFAULT_REGION
name: cilium-aws
optional: true
image: docker.io/cilium/operator:v1.5.11
image: docker.io/cilium/operator:v1.5.12
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.10/cilium-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/1.10/cilium-external-etcd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down Expand Up @@ -500,7 +500,7 @@ spec:
key: AWS_DEFAULT_REGION
name: cilium-aws
optional: true
image: docker.io/cilium/operator:v1.5.11
image: docker.io/cilium/operator:v1.5.12
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.10/cilium-microk8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.10/cilium-minikube-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.10/cilium-minikube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.10/cilium-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
key: AWS_DEFAULT_REGION
name: cilium-aws
optional: true
image: docker.io/cilium/operator:v1.5.11
image: docker.io/cilium/operator:v1.5.12
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
args:
- "hello"
- name: rm-cilium-svc-v2
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
command: ["/bin/bash"]
args:
Expand All @@ -43,7 +43,7 @@ spec:
- mountPath: /sys/fs/bpf
name: bpf-maps
containers:
- image: docker.io/cilium/cilium:v1.5.11
- image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
name: cilium-pre-flight-check
command: ["/bin/sh"]
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.10/cilium-pre-flight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
args:
- "hello"
containers:
- image: docker.io/cilium/cilium:v1.5.11
- image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
name: cilium-pre-flight-check
command: ["/bin/sh"]
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/1.10/cilium-with-node-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down Expand Up @@ -500,7 +500,7 @@ spec:
key: AWS_DEFAULT_REGION
name: cilium-aws
optional: true
image: docker.io/cilium/operator:v1.5.11
image: docker.io/cilium/operator:v1.5.12
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/1.10/cilium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down Expand Up @@ -500,7 +500,7 @@ spec:
key: AWS_DEFAULT_REGION
name: cilium-aws
optional: true
image: docker.io/cilium/operator:v1.5.11
image: docker.io/cilium/operator:v1.5.12
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.11/cilium-containerd-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/1.11/cilium-containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down Expand Up @@ -488,7 +488,7 @@ spec:
key: AWS_DEFAULT_REGION
name: cilium-aws
optional: true
image: docker.io/cilium/operator:v1.5.11
image: docker.io/cilium/operator:v1.5.12
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.11/cilium-crio-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/1.11/cilium-crio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down Expand Up @@ -487,7 +487,7 @@ spec:
key: AWS_DEFAULT_REGION
name: cilium-aws
optional: true
image: docker.io/cilium/operator:v1.5.11
image: docker.io/cilium/operator:v1.5.12
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.11/cilium-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/1.11/cilium-external-etcd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down Expand Up @@ -501,7 +501,7 @@ spec:
key: AWS_DEFAULT_REGION
name: cilium-aws
optional: true
image: docker.io/cilium/operator:v1.5.11
image: docker.io/cilium/operator:v1.5.12
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.11/cilium-microk8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.11/cilium-minikube-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.11/cilium-minikube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ spec:
optional: true
- name: CILIUM_CLUSTERMESH_CONFIG
value: /var/lib/cilium/clustermesh/
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.11/cilium-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
key: AWS_DEFAULT_REGION
name: cilium-aws
optional: true
image: docker.io/cilium/operator:v1.5.11
image: docker.io/cilium/operator:v1.5.12
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
args:
- "hello"
- name: rm-cilium-svc-v2
image: docker.io/cilium/cilium:v1.5.11
image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
command: ["/bin/bash"]
args:
Expand All @@ -43,7 +43,7 @@ spec:
- mountPath: /sys/fs/bpf
name: bpf-maps
containers:
- image: docker.io/cilium/cilium:v1.5.11
- image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
name: cilium-pre-flight-check
command: ["/bin/sh"]
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.11/cilium-pre-flight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
args:
- "hello"
containers:
- image: docker.io/cilium/cilium:v1.5.11
- image: docker.io/cilium/cilium:v1.5.12
imagePullPolicy: IfNotPresent
name: cilium-pre-flight-check
command: ["/bin/sh"]
Expand Down

0 comments on commit ec63b1e

Please sign in to comment.