Skip to content

Commit

Permalink
Release v0.1.6 (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber authored and k8s-ci-robot committed Jul 11, 2019
1 parent e6e33b4 commit 17a5e2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions docs/developer/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17a5e2b

Please sign in to comment.