Skip to content

Commit 651f112

Browse files
authored
Istio_Release_0.2.10 (istio#1225)
1 parent dbffe58 commit 651f112

File tree

9 files changed

+36
-36
lines changed

9 files changed

+36
-36
lines changed

install/consul/istio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
command: ["-internal", "-retry-attempts=-1", "consul://consul:8500"]
5454

5555
pilot:
56-
image: gcr.io/istio-testing/pilot:f27f2803f59994367c1cca47467c362b1702d605
56+
image: docker.io/istio/pilot:0.2.10
5757
networks:
5858
istiomesh:
5959
aliases:

install/kubernetes/addons/grafana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
spec:
2929
containers:
3030
- name: grafana
31-
image: docker.io/istio/grafana:0.2.9
31+
image: docker.io/istio/grafana:0.2.10
3232
imagePullPolicy: IfNotPresent
3333
ports:
3434
- containerPort: 3000

install/kubernetes/addons/servicegraph.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: servicegraph
18-
image: docker.io/istio/servicegraph:0.2.9
18+
image: docker.io/istio/servicegraph:0.2.10
1919
ports:
2020
- containerPort: 8088
2121
args:

install/kubernetes/istio-auth.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ spec:
270270
- name: config-volume
271271
mountPath: /etc/statsd
272272
- name: mixer
273-
image: docker.io/istio/mixer:0.2.9
273+
image: docker.io/istio/mixer:0.2.10
274274
imagePullPolicy: IfNotPresent
275275
ports:
276276
- containerPort: 9091
@@ -1074,7 +1074,7 @@ spec:
10741074
serviceAccountName: istio-pilot-service-account
10751075
containers:
10761076
- name: discovery
1077-
image: gcr.io/istio-testing/pilot:f27f2803f59994367c1cca47467c362b1702d605
1077+
image: docker.io/istio/pilot:0.2.10
10781078
imagePullPolicy: IfNotPresent
10791079
args: ["discovery", "-v", "2", "--admission-service", "istio-pilot-external"]
10801080
ports:
@@ -1143,7 +1143,7 @@ spec:
11431143
serviceAccountName: istio-ingress-service-account
11441144
containers:
11451145
- name: istio-ingress
1146-
image: gcr.io/istio-testing/proxy_debug:f27f2803f59994367c1cca47467c362b1702d605
1146+
image: docker.io/istio/proxy_debug:0.2.10
11471147
args:
11481148
- proxy
11491149
- ingress
@@ -1220,7 +1220,7 @@ spec:
12201220
serviceAccountName: istio-egress-service-account
12211221
containers:
12221222
- name: proxy
1223-
image: gcr.io/istio-testing/proxy_debug:f27f2803f59994367c1cca47467c362b1702d605
1223+
image: docker.io/istio/proxy_debug:0.2.10
12241224
imagePullPolicy: IfNotPresent
12251225
args:
12261226
- proxy
@@ -1279,7 +1279,7 @@ spec:
12791279
serviceAccountName: istio-ca-service-account
12801280
containers:
12811281
- name: istio-ca
1282-
image: docker.io/istio/istio-ca:0.2.9
1282+
image: docker.io/istio/istio-ca:0.2.10
12831283
imagePullPolicy: IfNotPresent
12841284
command: ["/usr/local/bin/istio_ca"]
12851285
args:

install/kubernetes/istio-initializer.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ data:
1414
namespaces: [""] # everything, aka v1.NamepsaceAll, aka cluster-wide
1515
initializerName: "sidecar.initializer.istio.io"
1616
params:
17-
initImage: gcr.io/istio-testing/proxy_init:f27f2803f59994367c1cca47467c362b1702d605
18-
proxyImage: gcr.io/istio-testing/proxy:f27f2803f59994367c1cca47467c362b1702d605
17+
initImage: docker.io/istio/proxy_init:0.2.10
18+
proxyImage: docker.io/istio/proxy:0.2.10
1919
verbosity: 2
20-
version: f27f2803f59994367c1cca47467c362b1702d605
20+
version: 0.2.10
2121
meshConfigMapName: istio
2222
imagePullPolicy: IfNotPresent
2323
---
@@ -51,7 +51,7 @@ spec:
5151
serviceAccountName: istio-initializer-service-account
5252
containers:
5353
- name: initializer
54-
image: gcr.io/istio-testing/sidecar_initializer:f27f2803f59994367c1cca47467c362b1702d605
54+
image: docker.io/istio/sidecar_initializer:0.2.10
5555
imagePullPolicy: IfNotPresent
5656
args:
5757
- --port=8083

install/kubernetes/istio-one-namespace-auth.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ spec:
270270
- name: config-volume
271271
mountPath: /etc/statsd
272272
- name: mixer
273-
image: docker.io/istio/mixer:0.2.9
273+
image: docker.io/istio/mixer:0.2.10
274274
imagePullPolicy: IfNotPresent
275275
ports:
276276
- containerPort: 9091
@@ -1074,7 +1074,7 @@ spec:
10741074
serviceAccountName: istio-pilot-service-account
10751075
containers:
10761076
- name: discovery
1077-
image: gcr.io/istio-testing/pilot:f27f2803f59994367c1cca47467c362b1702d605
1077+
image: docker.io/istio/pilot:0.2.10
10781078
imagePullPolicy: IfNotPresent
10791079
args: ["discovery", "-v", "2", "-a", "istio-system", "--admission-service", "istio-pilot-external"]
10801080
ports:
@@ -1143,7 +1143,7 @@ spec:
11431143
serviceAccountName: istio-ingress-service-account
11441144
containers:
11451145
- name: istio-ingress
1146-
image: gcr.io/istio-testing/proxy_debug:f27f2803f59994367c1cca47467c362b1702d605
1146+
image: docker.io/istio/proxy_debug:0.2.10
11471147
args:
11481148
- proxy
11491149
- ingress
@@ -1220,7 +1220,7 @@ spec:
12201220
serviceAccountName: istio-egress-service-account
12211221
containers:
12221222
- name: proxy
1223-
image: gcr.io/istio-testing/proxy_debug:f27f2803f59994367c1cca47467c362b1702d605
1223+
image: docker.io/istio/proxy_debug:0.2.10
12241224
imagePullPolicy: IfNotPresent
12251225
args:
12261226
- proxy
@@ -1281,7 +1281,7 @@ spec:
12811281
serviceAccountName: istio-ca-service-account
12821282
containers:
12831283
- name: istio-ca
1284-
image: docker.io/istio/istio-ca:0.2.9
1284+
image: docker.io/istio/istio-ca:0.2.10
12851285
imagePullPolicy: IfNotPresent
12861286
env:
12871287
- name: NAMESPACE

install/kubernetes/istio-one-namespace.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ spec:
270270
- name: config-volume
271271
mountPath: /etc/statsd
272272
- name: mixer
273-
image: docker.io/istio/mixer:0.2.9
273+
image: docker.io/istio/mixer:0.2.10
274274
imagePullPolicy: IfNotPresent
275275
ports:
276276
- containerPort: 9091
@@ -1074,7 +1074,7 @@ spec:
10741074
serviceAccountName: istio-pilot-service-account
10751075
containers:
10761076
- name: discovery
1077-
image: gcr.io/istio-testing/pilot:f27f2803f59994367c1cca47467c362b1702d605
1077+
image: docker.io/istio/pilot:0.2.10
10781078
imagePullPolicy: IfNotPresent
10791079
args: ["discovery", "-v", "2", "-a", "istio-system", "--admission-service", "istio-pilot-external"]
10801080
ports:
@@ -1143,7 +1143,7 @@ spec:
11431143
serviceAccountName: istio-ingress-service-account
11441144
containers:
11451145
- name: istio-ingress
1146-
image: gcr.io/istio-testing/proxy_debug:f27f2803f59994367c1cca47467c362b1702d605
1146+
image: docker.io/istio/proxy_debug:0.2.10
11471147
args:
11481148
- proxy
11491149
- ingress
@@ -1220,7 +1220,7 @@ spec:
12201220
serviceAccountName: istio-egress-service-account
12211221
containers:
12221222
- name: proxy
1223-
image: gcr.io/istio-testing/proxy_debug:f27f2803f59994367c1cca47467c362b1702d605
1223+
image: docker.io/istio/proxy_debug:0.2.10
12241224
imagePullPolicy: IfNotPresent
12251225
args:
12261226
- proxy
@@ -1281,7 +1281,7 @@ spec:
12811281
serviceAccountName: istio-ca-service-account
12821282
containers:
12831283
- name: istio-ca
1284-
image: docker.io/istio/istio-ca:0.2.9
1284+
image: docker.io/istio/istio-ca:0.2.10
12851285
imagePullPolicy: IfNotPresent
12861286
env:
12871287
- name: NAMESPACE

install/kubernetes/istio.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ spec:
270270
- name: config-volume
271271
mountPath: /etc/statsd
272272
- name: mixer
273-
image: docker.io/istio/mixer:0.2.9
273+
image: docker.io/istio/mixer:0.2.10
274274
imagePullPolicy: IfNotPresent
275275
ports:
276276
- containerPort: 9091
@@ -1074,7 +1074,7 @@ spec:
10741074
serviceAccountName: istio-pilot-service-account
10751075
containers:
10761076
- name: discovery
1077-
image: gcr.io/istio-testing/pilot:f27f2803f59994367c1cca47467c362b1702d605
1077+
image: docker.io/istio/pilot:0.2.10
10781078
imagePullPolicy: IfNotPresent
10791079
args: ["discovery", "-v", "2", "--admission-service", "istio-pilot-external"]
10801080
ports:
@@ -1143,7 +1143,7 @@ spec:
11431143
serviceAccountName: istio-ingress-service-account
11441144
containers:
11451145
- name: istio-ingress
1146-
image: gcr.io/istio-testing/proxy_debug:f27f2803f59994367c1cca47467c362b1702d605
1146+
image: docker.io/istio/proxy_debug:0.2.10
11471147
args:
11481148
- proxy
11491149
- ingress
@@ -1220,7 +1220,7 @@ spec:
12201220
serviceAccountName: istio-egress-service-account
12211221
containers:
12221222
- name: proxy
1223-
image: gcr.io/istio-testing/proxy_debug:f27f2803f59994367c1cca47467c362b1702d605
1223+
image: docker.io/istio/proxy_debug:0.2.10
12241224
imagePullPolicy: IfNotPresent
12251225
args:
12261226
- proxy
@@ -1279,7 +1279,7 @@ spec:
12791279
serviceAccountName: istio-ca-service-account
12801280
containers:
12811281
- name: istio-ca
1282-
image: docker.io/istio/istio-ca:0.2.9
1282+
image: docker.io/istio/istio-ca:0.2.10
12831283
imagePullPolicy: IfNotPresent
12841284
command: ["/usr/local/bin/istio_ca"]
12851285
args:

istio.VERSION

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# DO NOT EDIT THIS FILE MANUALLY instead use
22
# install/updateVersion.sh (see install/README.md)
33
export CA_HUB="docker.io/istio"
4-
export CA_TAG="0.2.9"
4+
export CA_TAG="0.2.10"
55
export MIXER_HUB="docker.io/istio"
6-
export MIXER_TAG="0.2.9"
7-
export PILOT_HUB="gcr.io/istio-testing"
8-
export PILOT_TAG="f27f2803f59994367c1cca47467c362b1702d605"
9-
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/f27f2803f59994367c1cca47467c362b1702d605/artifacts/istioctl"
10-
export PROXY_TAG="ca80afd48e7d4a412a807403ccb7ddfae093324a"
6+
export MIXER_TAG="0.2.10"
7+
export PILOT_HUB="docker.io/istio"
8+
export PILOT_TAG="0.2.10"
9+
export ISTIOCTL_URL="https://storage.googleapis.com/istio-release/releases/0.2.10/istioctl"
10+
export PROXY_TAG="docker.io/istio,0.2.10"
1111
export ISTIO_NAMESPACE="istio-system"
12-
export AUTH_DEBIAN_URL="https://storage.googleapis.com/istio-release/releases/0.2.9/deb"
13-
export PILOT_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/pilot/f27f2803f59994367c1cca47467c362b1702d605/artifacts/debs"
14-
export PROXY_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/proxy/ca80afd48e7d4a412a807403ccb7ddfae093324a/artifacts/debs"
12+
export AUTH_DEBIAN_URL="https://storage.googleapis.com/istio-release/releases/0.2.10/deb"
13+
export PILOT_DEBIAN_URL="https://storage.googleapis.com/istio-release/releases/0.2.10/deb"
14+
export PROXY_DEBIAN_URL="https://storage.googleapis.com/istio-release/releases/0.2.10/deb"
1515
export FORTIO_HUB="gcr.io/istio-testing"
1616
export FORTIO_TAG="0.2.7"

0 commit comments

Comments
 (0)