Skip to content

Commit

Permalink
Prepare for v1.5.8 release
Browse files Browse the repository at this point in the history
Signed-off by: Ian Vernon <ian@cilium.io>
  • Loading branch information
Ian Vernon authored and ianvernon committed Sep 9, 2019
1 parent cff47cf commit 6b936b6
Show file tree
Hide file tree
Showing 86 changed files with 146 additions and 121 deletions.
25 changes: 25 additions & 0 deletions NEWS.rst
Expand Up @@ -2,6 +2,31 @@
NEWS
******

v1.5.8
======

::

André Martins (2):
bump k8s support to 1.15.3
test: fix k8s upstream test
Daniel Borkmann (3):
bpf: usr prandom as slave selection in lb
bpf: add separate ct_service lifetime for tcp/non-tcp
cilium: make all ct timeouts configurable
Jarno Rajahalme (3):
istio: Update to 1.2.5
Dockerfile: Use latest Envoy image
test: Wait for at least one Istio POD to get ready
Joe Stringer (1):
docs: Update direct routing policy limitation
Ray Bejjani (1):
tofqdns: Allow "_" in DNS names to support service discovery schemes
v1.5.7
======

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.5.7
1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/operator:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/operator:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/operator:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/operator:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
- image: docker.io/cilium/cilium:v1.5.8
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.7
- image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/operator:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/operator:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/operator:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/operator:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/operator:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/operator:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
- image: docker.io/cilium/cilium:v1.5.8
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.7
- image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/operator:v1.5.8
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/1.11/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.7
image: docker.io/cilium/cilium:v1.5.8
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.7
image: docker.io/cilium/operator:v1.5.8
imagePullPolicy: IfNotPresent
name: cilium-operator
livenessProbe:
Expand Down

0 comments on commit 6b936b6

Please sign in to comment.