Skip to content

Commit

Permalink
Prepare for release v1.5.13
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Stringer <joe@cilium.io>
  • Loading branch information
joestringer committed Mar 4, 2020
1 parent e5d20f7 commit ee2d6e0
Show file tree
Hide file tree
Showing 88 changed files with 150 additions and 122 deletions.
2 changes: 1 addition & 1 deletion .github/cilium-actions.yml
@@ -1,4 +1,4 @@
project: "https://github.com/cilium/cilium/projects/100"
project: "https://github.com/cilium/cilium/projects/103"
column: "In progress"
auto-label:
- "kind/backports"
Expand Down
2 changes: 2 additions & 0 deletions AUTHORS
Expand Up @@ -17,6 +17,7 @@ Bob Bouteillier bob.bouteillier@datadoghq.com
Brian Topping brian@coglative.com
Christopher Biscardi chris@christopherbiscardi.com
Craig Box craig.box@gmail.com
CybrPunk seanmwinn@hotmail.com
Cynthia Thomas cynthia@covalent.io
Dan Wendlandt dan@covalent.io
Daniel Borkmann daniel@iogearbox.net
Expand Down Expand Up @@ -49,6 +50,7 @@ Joe Farrell joe2farrell@gmail.com
Joe Stringer joe@cilium.io
John Fastabend john.fastabend@gmail.com
Jonathan Davies jpds@protonmail.com
Joshua Roppo joshroppo@gmail.com
Julien Kassar github@kassisol.com
Junli Ou oujunli306@gmail.com
Katarzyna Borkmann kasia@iogearbox.net
Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,31 @@
# Changelog

# v1.5.13

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

**Bugfixes:**
* cilium: only enable IPv6 forwarding if IPv6 is enabled (Backport PR #10136, Upstream PR #9034, @jrfastab)
* Envoy fixes for CVE-2020-8659, CVE-2020-8660, CVE-2020-8661, CVE-2020-8664 (Backport PR #10445, Upstream PR #10434, @jrajahalme)
* ipam: Protect release from releasing alive IP (Backport PR #10136, Upstream PR #10066, @tgraf)
* pkg/bpf: Protect attr in perf_linux.go with runtime.KeepAlive (#10205, @brb)
* pkg/bpf: Protect each uintptr with runtime.KeepAlive (Backport PR #10253, Upstream PR #10168, @brb)

**CI Changes:**
* test: Wait for Istio POD termination before deleting istio-system or cilium (Backport PR #10445, Upstream PR #10325, @jrajahalme)

**Misc Changes:**
* bpf: Fix space hack in Makefile (Backport PR #10253, Upstream PR #10173, @brb)
* doc: Fix links to contributing guide (Backport PR #10445, Upstream PR #10322, @CybrPunk)
* Documentation: Lock dependency to fix build (Backport PR #10439, Upstream PR #10419, @Ropes)
* golang: update to 1.12.17 (#10209, @aanm)
* Update release process steps (Backport PR #10136, Upstream PR #10035, @aanm)
* Use -F flag in git log in check-stable script (Backport PR #10445, Upstream PR #10283, @nebril)

**Other Changes:**
* .github: update github-actions project (#10046, @aanm)

# v1.5.12

Summary of Changes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.5.12
1.5.13
2 changes: 1 addition & 1 deletion examples/kubernetes/1.10/cilium-containerd-ds.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/1.10/cilium-containerd.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
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.12
image: docker.io/cilium/operator:v1.5.13
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.10/cilium-crio-ds.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/1.10/cilium-crio.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
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.12
image: docker.io/cilium/operator:v1.5.13
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.10/cilium-ds.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/1.10/cilium-external-etcd.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
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.12
image: docker.io/cilium/operator:v1.5.13
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.10/cilium-microk8s.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.10/cilium-minikube-ds.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.10/cilium-minikube.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.10/cilium-operator.yaml
Expand Up @@ -84,7 +84,7 @@ spec:
key: AWS_DEFAULT_REGION
name: cilium-aws
optional: true
image: docker.io/cilium/operator:v1.5.12
image: docker.io/cilium/operator:v1.5.13
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
Expand Up @@ -33,7 +33,7 @@ spec:
args:
- "hello"
- name: rm-cilium-svc-v2
image: docker.io/cilium/cilium:v1.5.12
image: docker.io/cilium/cilium:v1.5.13
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.12
- image: docker.io/cilium/cilium:v1.5.13
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
Expand Up @@ -33,7 +33,7 @@ spec:
args:
- "hello"
containers:
- image: docker.io/cilium/cilium:v1.5.12
- image: docker.io/cilium/cilium:v1.5.13
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
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.12
image: docker.io/cilium/cilium:v1.5.13
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.12
image: docker.io/cilium/operator:v1.5.13
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/1.10/cilium.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
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.12
image: docker.io/cilium/operator:v1.5.13
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.11/cilium-containerd-ds.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/1.11/cilium-containerd.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
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.12
image: docker.io/cilium/operator:v1.5.13
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.11/cilium-crio-ds.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/1.11/cilium-crio.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
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.12
image: docker.io/cilium/operator:v1.5.13
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.11/cilium-ds.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/1.11/cilium-external-etcd.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
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.12
image: docker.io/cilium/operator:v1.5.13
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.11/cilium-microk8s.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.11/cilium-minikube-ds.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.11/cilium-minikube.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/1.11/cilium-operator.yaml
Expand Up @@ -84,7 +84,7 @@ spec:
key: AWS_DEFAULT_REGION
name: cilium-aws
optional: true
image: docker.io/cilium/operator:v1.5.12
image: docker.io/cilium/operator:v1.5.13
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
Expand Up @@ -33,7 +33,7 @@ spec:
args:
- "hello"
- name: rm-cilium-svc-v2
image: docker.io/cilium/cilium:v1.5.12
image: docker.io/cilium/cilium:v1.5.13
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.12
- image: docker.io/cilium/cilium:v1.5.13
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
Expand Up @@ -33,7 +33,7 @@ spec:
args:
- "hello"
containers:
- image: docker.io/cilium/cilium:v1.5.12
- image: docker.io/cilium/cilium:v1.5.13
imagePullPolicy: IfNotPresent
name: cilium-pre-flight-check
command: ["/bin/sh"]
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/1.11/cilium-with-node-init.yaml
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.12
image: docker.io/cilium/cilium:v1.5.13
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.12
image: docker.io/cilium/operator:v1.5.13
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down

0 comments on commit ee2d6e0

Please sign in to comment.