From 17a5e2be6e003ffc78449bb0c15d8d7e804fe5a6 Mon Sep 17 00:00:00 2001 From: Jason DeTiberus Date: Thu, 11 Jul 2019 16:23:09 -0400 Subject: [PATCH] Release v0.1.6 (#1146) --- Makefile | 2 +- config/default/manager_image_patch.yaml | 2 +- docs/developer/releasing.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 6aa03167618c..f02ec95fde99 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ export KUBEBUILDER_CONTROLPLANE_START_TIMEOUT ?=60s export KUBEBUILDER_CONTROLPLANE_STOP_TIMEOUT ?=60s # Image URL to use all building/pushing image targets -export CONTROLLER_IMG ?= gcr.io/k8s-staging-cluster-api/cluster-api-controller:v0.1.5 +export CONTROLLER_IMG ?= gcr.io/k8s-staging-cluster-api/cluster-api-controller:v0.1.6 export EXAMPLE_PROVIDER_IMG ?= gcr.io/k8s-cluster-api/example-provider-controller:latest all: test manager clusterctl diff --git a/config/default/manager_image_patch.yaml b/config/default/manager_image_patch.yaml index c9c6529b9935..5e4ced1fe92f 100644 --- a/config/default/manager_image_patch.yaml +++ b/config/default/manager_image_patch.yaml @@ -7,5 +7,5 @@ spec: template: spec: containers: - - image: k8s.gcr.io/cluster-api/cluster-api-controller:v0.1.5 + - image: us.gcr.io/k8s-artifacts-prod/cluster-api/cluster-api-controller:v0.1.6 name: manager diff --git a/docs/developer/releasing.md b/docs/developer/releasing.md index 24e8930b9f10..34209dc77697 100644 --- a/docs/developer/releasing.md +++ b/docs/developer/releasing.md @@ -9,10 +9,10 @@ ### Artifact locations -1. The container image is found in the registry `k8s.gcr.io/cluster-api/` with an image +1. The container image is found in the registry `us.gcr.io/k8s-artifacts-prod/cluster-api/` with an image name of `cluster-api-controller` and a tag that matches the release version. For example, in the `v0.1.5` release, the container image location is - `k8s.gcr.io/cluster-api/cluster-api-controller:v0.1.5` + `us.gcr.io/k8s-artifacts-prod/cluster-api/cluster-api-controller:v0.1.5` 2. Prior to the `v0.1.5` release, the container image is found in the registry `gcr.io/k8s-cluster-api` with an image name of `cluster-api-controller` and a tag