Skip to content

Commit

Permalink
Changelog (#12)
Browse files Browse the repository at this point in the history
* Release V0.1.0

* Fix release path for MAAS

* Fix release path for MAAS

* Fix release path for MAAS

* changelog addition

* changelog addition
  • Loading branch information
zulfilee authored Aug 11, 2021
1 parent 4294b8c commit b5b0d0a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Version v0.1.1
Tue Aug 10 05:40:00 UTC 2021

* Commit: Fix release path for MAAS; author: zulfilee
* Commit: Merge branch 'main' of https://github.com/spectrocloud/cluster-api-provider-maas into main; author: zulfilee
* Commit: dns record use uuid in domain name (#10); author: GitHub
* Commit: Merge branch 'main' of https://github.com/spectrocloud/cluster-api-provider-maas into main; author: zulfilee
* Commit: Release V0.1.0; author: zulfilee
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ RELEASE_DIR := _build/release
DEV_DIR := _build/dev

# Image URL to use all building/pushing image targets
IMAGE_NAME := cluster-api-provider-maas
IMAGE_NAME := cluster-api-provider-maas-controller
IMG_URL ?= gcr.io/$(shell gcloud config get-value project)/${USER}
IMG_TAG ?= latest
IMG ?= ${IMG_URL}/cluster-api-provider-maas:${IMG_TAG}


# Release images
# Release docker variables
RELEASE_REGISTRY := gcr.io/spectro-images-public/release
RELEASE_REGISTRY := gcr.io/spectro-images-public/release/cluster-api-provider-maas
RELEASE_CONTROLLER_IMG := $(RELEASE_REGISTRY)/$(IMAGE_NAME)

# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
Expand Down Expand Up @@ -149,7 +149,7 @@ clean-release:
rm -rf $(RELEASE_DIR)

release: release-manifests
# $(MAKE) docker-build IMG=$(RELEASE_CONTROLLER_IMG):$(VERSION)
$(MAKE) docker-build IMG=$(RELEASE_CONTROLLER_IMG):$(VERSION)
$(MAKE) docker-push IMG=$(RELEASE_CONTROLLER_IMG):$(VERSION)

version: ## Prints version of current make
Expand Down
2 changes: 1 addition & 1 deletion clusterctl-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "infrastructure-maas",
"config": {
"componentsFile": "infrastructure-components.yaml",
"nextVersion": "v0.1.0"
"nextVersion": "v0.1.1"
}
}
4 changes: 2 additions & 2 deletions prow/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ set_image_tag() {
fi
if [[ ${SPECTRO_RELEASE} ]] && [[ ${SPECTRO_RELEASE} == "yes" ]]; then
export VERSION_SUFFIX=""
IMG_LOC='release'
IMG_LOC='release/cluster-api-provider-maas'
IMG_TAG=$(make version)
PROD_BUILD_ID=$(date +%Y%m%d.%H%M)
IMG_PATH=spectro-images-public/${IMG_LOC}
Expand Down Expand Up @@ -180,5 +180,5 @@ create_release_manifest() {

export REPO_NAME=cluster-api-provider-maas
set_image_tag
export IMG=${DOCKER_REGISTRY}/${IMG_LOC}/cluster-api-provider-maas:${IMG_TAG}
export IMG=${DOCKER_REGISTRY}/${IMG_LOC}/cluster-api-provider-maas-controller:${IMG_TAG}
IMAGES_LIST="${IMG}"

0 comments on commit b5b0d0a

Please sign in to comment.