Skip to content

Commit

Permalink
Move to daily release (istio#16479)
Browse files Browse the repository at this point in the history
* Move to daily release

move from master-latest-release to release-1.3-latest-daily

* Address reviewer comments.
  • Loading branch information
Steven Dake authored and istio-testing committed Aug 23, 2019
1 parent 13703b8 commit 261e06f
Show file tree
Hide file tree
Showing 32 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ISTIO_GCS ?= istio-release/releases/$(VERSION)
ISTIO_URL ?= https://storage.googleapis.com/$(ISTIO_GCS)
ISTIO_CNI_HUB ?= gcr.io/istio-release
export ISTIO_CNI_HUB
ISTIO_CNI_TAG ?= master-latest-daily
ISTIO_CNI_TAG ?= release-1.3-latest-daily
export ISTIO_CNI_TAG

# cumulatively track the directories/files to delete after a clean
Expand Down
2 changes: 1 addition & 1 deletion galley/pkg/config/testing/data/builtin.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion galley/pkg/config/testing/data/builtin/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ status:
sizeBytes: 446398900
- names:
- gcr.io/istio-release/proxyv2@sha256:dec972eab4f46c974feec1563ea484ad4995edf55ea91d42e148c5db04b3d4d2
- gcr.io/istio-release/proxyv2:master-latest-daily
- gcr.io/istio-release/proxyv2:release-1.3-latest-daily
sizeBytes: 353271308
- names:
- gcr.io/nathanmittler-istio-test/proxyv2@sha256:cb4a29362ff9014bf1d96e0ce2bb6337bf034908bb4a8d48af0628a4d8d64413
Expand Down
2 changes: 1 addition & 1 deletion galley/pkg/source/kube/builtin/testdata/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ status:
sizeBytes: 446398900
- names:
- gcr.io/istio-release/proxyv2@sha256:dec972eab4f46c974feec1563ea484ad4995edf55ea91d42e148c5db04b3d4d2
- gcr.io/istio-release/proxyv2:master-latest-daily
- gcr.io/istio-release/proxyv2:release-1.3-latest-daily
sizeBytes: 353271308
- names:
- gcr.io/nathanmittler-istio-test/proxyv2@sha256:cb4a29362ff9014bf1d96e0ce2bb6337bf034908bb4a8d48af0628a4d8d64413
Expand Down
2 changes: 1 addition & 1 deletion galley/testdata/conversion/dataset.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ status:
sizeBytes: 368758526
- names:
- gcr.io/istio-release/proxyv2@sha256:dec972eab4f46c974feec1563ea484ad4995edf55ea91d42e148c5db04b3d4d2
- gcr.io/istio-release/proxyv2:master-latest-daily
- gcr.io/istio-release/proxyv2:release-1.3-latest-daily
sizeBytes: 353271308
- names:
- gcr.io/nathanmittler-istio-test/proxyv2@sha256:cb4a29362ff9014bf1d96e0ce2bb6337bf034908bb4a8d48af0628a4d8d64413
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/helm/istio-init/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
hub: gcr.io/istio-release

# Default tag for Istio images.
tag: master-latest-daily
tag: release-1.3-latest-daily

# imagePullPolicy is applied to istio control plane components.
# local tests require IfNotPresent, to avoid uploading to dockerhub.
Expand Down
4 changes: 2 additions & 2 deletions install/kubernetes/helm/istio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ global:
hub: gcr.io/istio-release

# Default tag for Istio images.
tag: master-latest-daily
tag: release-1.3-latest-daily

# Comma-separated minimum per-scope logging level of messages to output, in the form of <scope>:<level>,<scope>:<level>
# The control plane has different scopes depending on component, but can configure default log level across all components
Expand Down Expand Up @@ -552,4 +552,4 @@ global:
# Specifies whether helm test is enabled or not.
# This field is set to false by default, so 'helm template ...'
# will ignore the helm test yaml files when generating the template
enableHelmTest: false
enableHelmTest: false
2 changes: 1 addition & 1 deletion istioctl/cmd/istioctl/gendeployment/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

const (
defaultTag = "master-latest-daily"
defaultTag = "release-1.3-latest-daily"
)

// Command returns the "gen-deploy" subcommand for istioctl.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
value: REDIRECT
- name: ISTIO_META_INCLUDE_INBOUND_PORTS
value: "80"
image: gcr.io/istio-release/proxyv2:master-latest-daily
image: gcr.io/istio-release/proxyv2:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-proxy
ports:
Expand Down Expand Up @@ -137,7 +137,7 @@ spec:
- "80"
- -d
- "15020"
image: gcr.io/istio-release/proxy_init:master-latest-daily
image: gcr.io/istio-release/proxy_init:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-init
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
value: REDIRECT
- name: ISTIO_META_INCLUDE_INBOUND_PORTS
value: "80"
image: gcr.io/istio-release/proxyv2:master-latest-daily
image: gcr.io/istio-release/proxyv2:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-proxy
ports:
Expand Down Expand Up @@ -136,7 +136,7 @@ spec:
- "80"
- -d
- "15020"
image: gcr.io/istio-release/proxy_init:master-latest-daily
image: gcr.io/istio-release/proxy_init:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-init
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
value: REDIRECT
- name: ISTIO_META_INCLUDE_INBOUND_PORTS
value: "80"
image: gcr.io/istio-release/proxyv2:master-latest-daily
image: gcr.io/istio-release/proxyv2:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-proxy
ports:
Expand Down Expand Up @@ -136,7 +136,7 @@ spec:
- "80"
- -d
- "15020"
image: gcr.io/istio-release/proxy_init:master-latest-daily
image: gcr.io/istio-release/proxy_init:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-init
resources:
Expand Down
4 changes: 2 additions & 2 deletions pilot/pkg/kube/inject/testdata/webhook/frontend.yaml.injected
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
- name: ISTIO_META_INTERCEPTION_MODE
value: REDIRECT
- name: ISTIO_META_INCLUDE_INBOUND_PORTS
image: gcr.io/istio-release/proxyv2:master-latest-daily
image: gcr.io/istio-release/proxyv2:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-proxy
ports:
Expand Down Expand Up @@ -141,7 +141,7 @@ spec:
- ""
- -d
- "15020"
image: gcr.io/istio-release/proxy_init:master-latest-daily
image: gcr.io/istio-release/proxy_init:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-init
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
value: REDIRECT
- name: ISTIO_META_INCLUDE_INBOUND_PORTS
value: "80"
image: gcr.io/istio-release/proxyv2:master-latest-daily
image: gcr.io/istio-release/proxyv2:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-proxy
ports:
Expand Down Expand Up @@ -138,7 +138,7 @@ spec:
- "80"
- -d
- "15020"
image: gcr.io/istio-release/proxy_init:master-latest-daily
image: gcr.io/istio-release/proxy_init:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-init
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
value: REDIRECT
- name: ISTIO_META_INCLUDE_INBOUND_PORTS
value: "80"
image: gcr.io/istio-release/proxyv2:master-latest-daily
image: gcr.io/istio-release/proxyv2:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-proxy
ports:
Expand Down Expand Up @@ -140,7 +140,7 @@ spec:
- "80"
- -d
- "15020"
image: gcr.io/istio-release/proxy_init:master-latest-daily
image: gcr.io/istio-release/proxy_init:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-init
resources:
Expand Down Expand Up @@ -261,7 +261,7 @@ spec:
value: REDIRECT
- name: ISTIO_META_INCLUDE_INBOUND_PORTS
value: "81"
image: gcr.io/istio-release/proxyv2:master-latest-daily
image: gcr.io/istio-release/proxyv2:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-proxy
ports:
Expand Down Expand Up @@ -309,7 +309,7 @@ spec:
- "81"
- -d
- "15020"
image: gcr.io/istio-release/proxy_init:master-latest-daily
image: gcr.io/istio-release/proxy_init:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-init
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
value: REDIRECT
- name: ISTIO_META_INCLUDE_INBOUND_PORTS
value: 80,90
image: gcr.io/istio-release/proxyv2:master-latest-daily
image: gcr.io/istio-release/proxyv2:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-proxy
ports:
Expand Down Expand Up @@ -158,7 +158,7 @@ spec:
- 80,90
- -d
- "15020"
image: gcr.io/istio-release/proxy_init:master-latest-daily
image: gcr.io/istio-release/proxy_init:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-init
resources:
Expand Down
4 changes: 2 additions & 2 deletions pilot/pkg/kube/inject/testdata/webhook/job.yaml.injected
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
value: pi
- name: ISTIO_META_OWNER
value: kubernetes://api/v1/namespaces/default/pods/pi
image: gcr.io/istio-release/proxyv2:master-latest-daily
image: gcr.io/istio-release/proxyv2:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-proxy
ports:
Expand Down Expand Up @@ -135,7 +135,7 @@ spec:
- ""
- -d
- "15020"
image: gcr.io/istio-release/proxy_init:master-latest-daily
image: gcr.io/istio-release/proxy_init:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-init
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
- name: ISTIO_META_INTERCEPTION_MODE
value: REDIRECT
- name: ISTIO_META_INCLUDE_INBOUND_PORTS
image: gcr.io/istio-release/proxyv2:master-latest-daily
image: gcr.io/istio-release/proxyv2:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-proxy
ports:
Expand Down Expand Up @@ -141,7 +141,7 @@ spec:
- ""
- -d
- "15020"
image: gcr.io/istio-release/proxy_init:master-latest-daily
image: gcr.io/istio-release/proxy_init:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-init
resources:
Expand Down
8 changes: 4 additions & 4 deletions pilot/pkg/kube/inject/testdata/webhook/list.yaml.injected
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
value: REDIRECT
- name: ISTIO_META_INCLUDE_INBOUND_PORTS
value: "80"
image: gcr.io/istio-release/proxyv2:master-latest-daily
image: gcr.io/istio-release/proxyv2:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-proxy
ports:
Expand Down Expand Up @@ -140,7 +140,7 @@ spec:
- "80"
- -d
- "15020"
image: gcr.io/istio-release/proxy_init:master-latest-daily
image: gcr.io/istio-release/proxy_init:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-init
resources:
Expand Down Expand Up @@ -261,7 +261,7 @@ spec:
value: REDIRECT
- name: ISTIO_META_INCLUDE_INBOUND_PORTS
value: "81"
image: gcr.io/istio-release/proxyv2:master-latest-daily
image: gcr.io/istio-release/proxyv2:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-proxy
ports:
Expand Down Expand Up @@ -309,7 +309,7 @@ spec:
- "81"
- -d
- "15020"
image: gcr.io/istio-release/proxy_init:master-latest-daily
image: gcr.io/istio-release/proxy_init:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-init
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
fieldPath: metadata.namespace
- name: ISTIO_META_INTERCEPTION_MODE
value: REDIRECT
image: gcr.io/istio-release/proxyv2:master-latest-daily
image: gcr.io/istio-release/proxyv2:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-proxy
ports:
Expand Down Expand Up @@ -139,7 +139,7 @@ spec:
- "80"
- -d
- "15020"
image: gcr.io/istio-release/proxy_init:master-latest-daily
image: gcr.io/istio-release/proxy_init:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-init
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
value: REDIRECT
- name: ISTIO_META_INCLUDE_INBOUND_PORTS
value: "80"
image: gcr.io/istio-release/proxyv2:master-latest-daily
image: gcr.io/istio-release/proxyv2:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-proxy
ports:
Expand Down Expand Up @@ -134,7 +134,7 @@ spec:
- "80"
- -d
- "15020"
image: gcr.io/istio-release/proxy_init:master-latest-daily
image: gcr.io/istio-release/proxy_init:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-init
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
value: nginx
- name: ISTIO_META_OWNER
value: kubernetes://api/v1/namespaces/default/pods/nginx
image: gcr.io/istio-release/proxyv2:master-latest-daily
image: gcr.io/istio-release/proxyv2:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-proxy
ports:
Expand Down Expand Up @@ -136,7 +136,7 @@ spec:
- "80"
- -d
- "15020"
image: gcr.io/istio-release/proxy_init:master-latest-daily
image: gcr.io/istio-release/proxy_init:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-init
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
value: REDIRECT
- name: ISTIO_META_INCLUDE_INBOUND_PORTS
value: "80"
image: gcr.io/istio-release/proxyv2:master-latest-daily
image: gcr.io/istio-release/proxyv2:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-proxy
ports:
Expand Down Expand Up @@ -133,7 +133,7 @@ spec:
- "80"
- -d
- "15020"
image: gcr.io/istio-release/proxy_init:master-latest-daily
image: gcr.io/istio-release/proxy_init:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-init
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
value: REDIRECT
- name: ISTIO_META_INCLUDE_INBOUND_PORTS
value: "80"
image: gcr.io/istio-release/proxyv2:master-latest-daily
image: gcr.io/istio-release/proxyv2:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-proxy
ports:
Expand Down Expand Up @@ -141,7 +141,7 @@ spec:
- "80"
- -d
- "15020"
image: gcr.io/istio-release/proxy_init:master-latest-daily
image: gcr.io/istio-release/proxy_init:release-1.3-latest-daily
imagePullPolicy: IfNotPresent
name: istio-init
resources:
Expand Down
Loading

0 comments on commit 261e06f

Please sign in to comment.