Skip to content

Commit 9499217

Browse files
justaugustusk8s-ci-robot
authored andcommitted
Release commit: v0.1.0 (#150)
Signed-off-by: Stephen Augustus <[email protected]>
1 parent c489654 commit 9499217

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PULL_POLICY ?= Always
2828
# A release does not need to define this
2929
MANAGER_IMAGE_NAME ?= cluster-api-azure-controller
3030

31-
# A release should define this with the next version after 0.1.0-alpha.3
31+
# A release should define this with the next version after 0.1.0
3232
MANAGER_IMAGE_TAG ?= dev
3333

3434
MANAGER_IMAGE ?= $(REGISTRY)/$(MANAGER_IMAGE_NAME):$(MANAGER_IMAGE_TAG)

cmd/clusterctl/examples/azure/generate-yaml.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ export RESOURCE_GROUP="${RESOURCE_GROUP:-capi-${RANDOM_STRING}}"
3333
export CLUSTER_NAME="${CLUSTER_NAME:-test1}"
3434
export VNET_NAME="${VNET_NAME:-}"
3535

36-
# TODO: Remove if unused
37-
# Manager image.
38-
#export MANAGER_IMAGE="${MANAGER_IMAGE:-quay.io/k8s/cluster-api-azure-controller:0.1.0-alpha.3}"
39-
#export MANAGER_IMAGE_PULL_POLICY=${MANAGER_IMAGE_PULL_POLICY:-IfNotPresent}
40-
4136
# Machine settings.
4237
export CONTROL_PLANE_MACHINE_TYPE="${CONTROL_PLANE_MACHINE_TYPE:-Standard_B2ms}"
4338
export NODE_MACHINE_TYPE="${NODE_MACHINE_TYPE:-Standard_B2ms}"

cmd/release/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const (
4141

4242
// TODO move these into config
4343
registry = "quay.io"
44-
managerImageTag = "0.1.0-alpha.3"
44+
managerImageTag = "0.1.0"
4545
managerImageName = "cluster-api-azure-controller"
4646
pullPolicy = "IfNotPresent"
4747
)

docs/releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ As of this writing, we have not produced as a major or minor release.
3535
Current pre-release versions can be expected to have breaking changes as we move towards declaring a public API version.
3636

3737
Example versions:
38-
- Pre-release: `v0.1.0-alpha.4`
38+
- Pre-release: `v0.1.1-alpha.1`
3939
- Minor release: `v0.1.0`
4040
- Patch release: `v0.1.1`
4141
- Major release: `v1.0.0`

0 commit comments

Comments
 (0)