From cef8ddf16698666e77c928c1f7ad3501b2edd8d9 Mon Sep 17 00:00:00 2001 From: Sebastien Vas Date: Tue, 23 May 2017 22:36:25 -0700 Subject: [PATCH] Update for 0.1.5 (#319) --- install/kubernetes/addons/grafana.yaml | 2 +- install/kubernetes/istio-auth.yaml | 12 ++++++------ install/kubernetes/istio.yaml | 10 +++++----- .../istio-auth/istio-auth-with-cluster-ca.yaml | 10 +++++----- .../templates/istio-auth/istio-cluster-ca.yaml | 2 +- .../templates/istio-auth/istio-egress-auth.yaml | 2 +- .../templates/istio-auth/istio-ingress-auth.yaml | 2 +- .../templates/istio-auth/istio-namespace-ca.yaml | 2 +- install/kubernetes/templates/istio-egress.yaml | 2 +- install/kubernetes/templates/istio-ingress.yaml | 2 +- install/kubernetes/templates/istio-manager.yaml | 4 ++-- install/kubernetes/templates/istio-mixer.yaml | 2 +- istio.VERSION | 8 ++++---- 13 files changed, 30 insertions(+), 30 deletions(-) diff --git a/install/kubernetes/addons/grafana.yaml b/install/kubernetes/addons/grafana.yaml index ece9a49dc7ca..0a9bdb19208d 100644 --- a/install/kubernetes/addons/grafana.yaml +++ b/install/kubernetes/addons/grafana.yaml @@ -27,7 +27,7 @@ spec: spec: containers: - name: grafana - image: docker.io/istio/grafana:0.1.4 + image: docker.io/istio/grafana:0.1.5 imagePullPolicy: Always ports: - containerPort: 3000 diff --git a/install/kubernetes/istio-auth.yaml b/install/kubernetes/istio-auth.yaml index d2fcffbbe6af..f37440475f41 100644 --- a/install/kubernetes/istio-auth.yaml +++ b/install/kubernetes/istio-auth.yaml @@ -33,7 +33,7 @@ spec: spec: containers: - name: mixer - image: docker.io/istio/mixer:0.1.4 + image: docker.io/istio/mixer:0.1.5 imagePullPolicy: Always ports: - containerPort: 9091 @@ -95,7 +95,7 @@ spec: serviceAccountName: istio-manager-service-account containers: - name: discovery - image: docker.io/istio/manager:0.1.4 + image: docker.io/istio/manager:0.1.5 imagePullPolicy: Always args: ["discovery", "-v", "2"] ports: @@ -107,7 +107,7 @@ spec: apiVersion: v1 fieldPath: metadata.namespace - name: apiserver - image: docker.io/istio/manager:0.1.4 + image: docker.io/istio/manager:0.1.5 imagePullPolicy: Always args: ["apiserver", "-v", "2"] ports: @@ -160,7 +160,7 @@ spec: serviceAccountName: istio-ingress-service-account containers: - name: istio-ingress - image: docker.io/istio/proxy_debug:0.1.4 + image: docker.io/istio/proxy_debug:0.1.5 args: ["proxy", "ingress", "-v", "2"] imagePullPolicy: Always ports: @@ -208,7 +208,7 @@ spec: spec: containers: - name: proxy - image: docker.io/istio/proxy_debug:0.1.4 + image: docker.io/istio/proxy_debug:0.1.5 imagePullPolicy: Always args: ["proxy", "egress", "-v", "2"] env: @@ -251,7 +251,7 @@ spec: serviceAccountName: istio-ca-service-account containers: - name: istio-ca - image: docker.io/istio/istio-ca:0.1.4 + image: docker.io/istio/istio-ca:0.1.5 imagePullPolicy: IfNotPresent env: - name: NAMESPACE diff --git a/install/kubernetes/istio.yaml b/install/kubernetes/istio.yaml index 3cedb3eccd29..fa5f043c5488 100644 --- a/install/kubernetes/istio.yaml +++ b/install/kubernetes/istio.yaml @@ -33,7 +33,7 @@ spec: spec: containers: - name: mixer - image: docker.io/istio/mixer:0.1.4 + image: docker.io/istio/mixer:0.1.5 imagePullPolicy: Always ports: - containerPort: 9091 @@ -95,7 +95,7 @@ spec: serviceAccountName: istio-manager-service-account containers: - name: discovery - image: docker.io/istio/manager:0.1.4 + image: docker.io/istio/manager:0.1.5 imagePullPolicy: Always args: ["discovery", "-v", "2"] ports: @@ -107,7 +107,7 @@ spec: apiVersion: v1 fieldPath: metadata.namespace - name: apiserver - image: docker.io/istio/manager:0.1.4 + image: docker.io/istio/manager:0.1.5 imagePullPolicy: Always args: ["apiserver", "-v", "2"] ports: @@ -160,7 +160,7 @@ spec: serviceAccountName: istio-ingress-service-account containers: - name: istio-ingress - image: docker.io/istio/proxy_debug:0.1.4 + image: docker.io/istio/proxy_debug:0.1.5 args: ["proxy", "ingress", "-v", "2"] imagePullPolicy: Always ports: @@ -200,7 +200,7 @@ spec: spec: containers: - name: proxy - image: docker.io/istio/proxy_debug:0.1.4 + image: docker.io/istio/proxy_debug:0.1.5 imagePullPolicy: Always args: ["proxy", "egress", "-v", "2"] env: diff --git a/install/kubernetes/templates/istio-auth/istio-auth-with-cluster-ca.yaml b/install/kubernetes/templates/istio-auth/istio-auth-with-cluster-ca.yaml index 831c8843def1..c24d4e73769b 100644 --- a/install/kubernetes/templates/istio-auth/istio-auth-with-cluster-ca.yaml +++ b/install/kubernetes/templates/istio-auth/istio-auth-with-cluster-ca.yaml @@ -33,7 +33,7 @@ spec: spec: containers: - name: mixer - image: docker.io/istio/mixer:0.1.4 + image: docker.io/istio/mixer:0.1.5 imagePullPolicy: Always ports: - containerPort: 9091 @@ -95,7 +95,7 @@ spec: serviceAccountName: istio-manager-service-account containers: - name: discovery - image: docker.io/istio/manager:0.1.4 + image: docker.io/istio/manager:0.1.5 imagePullPolicy: Always args: ["discovery", "-v", "2"] ports: @@ -107,7 +107,7 @@ spec: apiVersion: v1 fieldPath: metadata.namespace - name: apiserver - image: docker.io/istio/manager:0.1.4 + image: docker.io/istio/manager:0.1.5 imagePullPolicy: Always args: ["apiserver", "-v", "2"] ports: @@ -160,7 +160,7 @@ spec: serviceAccountName: istio-ingress-service-account containers: - name: istio-ingress - image: docker.io/istio/proxy_debug:0.1.4 + image: docker.io/istio/proxy_debug:0.1.5 args: ["proxy", "ingress", "-v", "2"] imagePullPolicy: Always ports: @@ -208,7 +208,7 @@ spec: spec: containers: - name: proxy - image: docker.io/istio/proxy_debug:0.1.4 + image: docker.io/istio/proxy_debug:0.1.5 imagePullPolicy: Always args: ["proxy", "egress", "-v", "2"] env: diff --git a/install/kubernetes/templates/istio-auth/istio-cluster-ca.yaml b/install/kubernetes/templates/istio-auth/istio-cluster-ca.yaml index 71416058aa9c..ee0c2a06bba5 100644 --- a/install/kubernetes/templates/istio-auth/istio-cluster-ca.yaml +++ b/install/kubernetes/templates/istio-auth/istio-cluster-ca.yaml @@ -28,7 +28,7 @@ spec: serviceAccountName: istio-ca-service-account containers: - name: istio-ca - image: docker.io/istio/istio-ca:0.1.4 + image: docker.io/istio/istio-ca:0.1.5 imagePullPolicy: IfNotPresent --- diff --git a/install/kubernetes/templates/istio-auth/istio-egress-auth.yaml b/install/kubernetes/templates/istio-auth/istio-egress-auth.yaml index f3bfd018a517..c27ea9ca9581 100644 --- a/install/kubernetes/templates/istio-auth/istio-egress-auth.yaml +++ b/install/kubernetes/templates/istio-auth/istio-egress-auth.yaml @@ -24,7 +24,7 @@ spec: spec: containers: - name: proxy - image: docker.io/istio/proxy_debug:0.1.4 + image: docker.io/istio/proxy_debug:0.1.5 imagePullPolicy: Always args: ["proxy", "egress", "-v", "2"] env: diff --git a/install/kubernetes/templates/istio-auth/istio-ingress-auth.yaml b/install/kubernetes/templates/istio-auth/istio-ingress-auth.yaml index 8ccc0f4659e7..3ecacb6a2b18 100644 --- a/install/kubernetes/templates/istio-auth/istio-ingress-auth.yaml +++ b/install/kubernetes/templates/istio-auth/istio-ingress-auth.yaml @@ -39,7 +39,7 @@ spec: serviceAccountName: istio-ingress-service-account containers: - name: istio-ingress - image: docker.io/istio/proxy_debug:0.1.4 + image: docker.io/istio/proxy_debug:0.1.5 args: ["proxy", "ingress", "-v", "2"] imagePullPolicy: Always ports: diff --git a/install/kubernetes/templates/istio-auth/istio-namespace-ca.yaml b/install/kubernetes/templates/istio-auth/istio-namespace-ca.yaml index 22235c11a30e..614eb302cf2c 100644 --- a/install/kubernetes/templates/istio-auth/istio-namespace-ca.yaml +++ b/install/kubernetes/templates/istio-auth/istio-namespace-ca.yaml @@ -22,7 +22,7 @@ spec: serviceAccountName: istio-ca-service-account containers: - name: istio-ca - image: docker.io/istio/istio-ca:0.1.4 + image: docker.io/istio/istio-ca:0.1.5 imagePullPolicy: IfNotPresent env: - name: NAMESPACE diff --git a/install/kubernetes/templates/istio-egress.yaml b/install/kubernetes/templates/istio-egress.yaml index 3e7966a05820..f2b47b81b001 100644 --- a/install/kubernetes/templates/istio-egress.yaml +++ b/install/kubernetes/templates/istio-egress.yaml @@ -24,7 +24,7 @@ spec: spec: containers: - name: proxy - image: docker.io/istio/proxy_debug:0.1.4 + image: docker.io/istio/proxy_debug:0.1.5 imagePullPolicy: Always args: ["proxy", "egress", "-v", "2"] env: diff --git a/install/kubernetes/templates/istio-ingress.yaml b/install/kubernetes/templates/istio-ingress.yaml index b281ebf9e3a2..19f633e38d8d 100644 --- a/install/kubernetes/templates/istio-ingress.yaml +++ b/install/kubernetes/templates/istio-ingress.yaml @@ -39,7 +39,7 @@ spec: serviceAccountName: istio-ingress-service-account containers: - name: istio-ingress - image: docker.io/istio/proxy_debug:0.1.4 + image: docker.io/istio/proxy_debug:0.1.5 args: ["proxy", "ingress", "-v", "2"] imagePullPolicy: Always ports: diff --git a/install/kubernetes/templates/istio-manager.yaml b/install/kubernetes/templates/istio-manager.yaml index 59a7f28ff870..bad7d4de4f66 100644 --- a/install/kubernetes/templates/istio-manager.yaml +++ b/install/kubernetes/templates/istio-manager.yaml @@ -48,7 +48,7 @@ spec: serviceAccountName: istio-manager-service-account containers: - name: discovery - image: docker.io/istio/manager:0.1.4 + image: docker.io/istio/manager:0.1.5 imagePullPolicy: Always args: ["discovery", "-v", "2"] ports: @@ -60,7 +60,7 @@ spec: apiVersion: v1 fieldPath: metadata.namespace - name: apiserver - image: docker.io/istio/manager:0.1.4 + image: docker.io/istio/manager:0.1.5 imagePullPolicy: Always args: ["apiserver", "-v", "2"] ports: diff --git a/install/kubernetes/templates/istio-mixer.yaml b/install/kubernetes/templates/istio-mixer.yaml index ca71a6d1150c..d5bd1232b3f1 100644 --- a/install/kubernetes/templates/istio-mixer.yaml +++ b/install/kubernetes/templates/istio-mixer.yaml @@ -31,7 +31,7 @@ spec: spec: containers: - name: mixer - image: docker.io/istio/mixer:0.1.4 + image: docker.io/istio/mixer:0.1.5 imagePullPolicy: Always ports: - containerPort: 9091 diff --git a/istio.VERSION b/istio.VERSION index f663275c2f67..08cd5ef74f10 100644 --- a/istio.VERSION +++ b/istio.VERSION @@ -1,9 +1,9 @@ # DO NOT EDIT THIS FILE MANUALLY instead use # tests/updateVersion.sh (see tests/README.md) export CA_HUB="docker.io/istio" -export CA_TAG="0.1.4" +export CA_TAG="0.1.5" export MIXER_HUB="docker.io/istio" -export MIXER_TAG="0.1.4" -export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/manager/0.1.4/artifacts/istioctl" +export MIXER_TAG="0.1.5" +export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/manager/0.1.5/artifacts/istioctl" export MANAGER_HUB="docker.io/istio" -export MANAGER_TAG="0.1.4" +export MANAGER_TAG="0.1.5"