From 0275d06c000e478dd0e955fb8d65e75fc8513b92 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Apr 2021 21:46:13 +0000 Subject: [PATCH] chore(release): 0.1.0 [skip ci] # [0.1.0](https://github.com/mgoltzsche/k8storagex/compare/v0.0.1...v0.1.0) (2021-04-26) ### Bug Fixes * **release:** image names aligned in e2e test ([b84c5a3](https://github.com/mgoltzsche/k8storagex/commit/b84c5a3411f28f556797c3bbcd9ce9527402a52d)) * **release:** increase e2e test job timeout. ([60af8a8](https://github.com/mgoltzsche/k8storagex/commit/60af8a88cfc2b6a24d1094a262f05ba09f9645b9)) * **release:** release pipeline ([8fd0ba4](https://github.com/mgoltzsche/k8storagex/commit/8fd0ba4bac977678940ec0988d3ea03907b12c58)) * **release:** set GITHUB_TOKEN env ([91bbf87](https://github.com/mgoltzsche/k8storagex/commit/91bbf87c7c7c570d8584c7736263bc8a9ba91b59)) ### Features * emit PV deprovisioner events also for PVC ([4f5c508](https://github.com/mgoltzsche/k8storagex/commit/4f5c508324fa00c89831422e521d537c6c61be47)) * rename cache-provisioner to k8storagex. ([a7f7ac1](https://github.com/mgoltzsche/k8storagex/commit/a7f7ac191d21905d9a5f44e404f75a74f220bdde)) --- config/manager/kustomization.yaml | 2 +- config/provisioners/cache/kustomization.yaml | 2 +- config/static/default/Kptfile | 4 ++-- config/static/default/manifest.yaml | 4 ++-- config/static/registry/Kptfile | 4 ++-- config/static/registry/manifest.yaml | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index e5249bc..b0fafcf 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,6 +13,6 @@ configMapGenerator: images: - name: mgoltzsche/k8storagex-controller-manager newName: docker.io/mgoltzsche/k8storagex-controller-manager - newTag: latest + newTag: 0.1.0 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/config/provisioners/cache/kustomization.yaml b/config/provisioners/cache/kustomization.yaml index ee4e84c..7ccd2b1 100644 --- a/config/provisioners/cache/kustomization.yaml +++ b/config/provisioners/cache/kustomization.yaml @@ -4,6 +4,6 @@ resources: images: - name: mgoltzsche/k8storagex-layerfs newName: docker.io/mgoltzsche/k8storagex-layerfs - newTag: latest + newTag: 0.1.0 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/config/static/default/Kptfile b/config/static/default/Kptfile index afbbc21..acd5c10 100644 --- a/config/static/default/Kptfile +++ b/config/static/default/Kptfile @@ -10,9 +10,9 @@ openAPI: x-k8s-cli: setter: name: manager-image - value: docker.io/mgoltzsche/k8storagex-controller-manager:latest + value: docker.io/mgoltzsche/k8storagex-controller-manager:0.1.0 io.k8s.cli.setters.provisioner-image: x-k8s-cli: setter: name: provisioner-image - value: docker.io/mgoltzsche/k8storagex-layerfs:latest + value: docker.io/mgoltzsche/k8storagex-layerfs:0.1.0 diff --git a/config/static/default/manifest.yaml b/config/static/default/manifest.yaml index c1371d5..6087c86 100644 --- a/config/static/default/manifest.yaml +++ b/config/static/default/manifest.yaml @@ -8058,7 +8058,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: docker.io/mgoltzsche/k8storagex-controller-manager:latest # {"$kpt-set":"manager-image"} + image: docker.io/mgoltzsche/k8storagex-controller-manager:0.1.0 # {"$kpt-set":"manager-image"} livenessProbe: httpGet: path: /healthz @@ -8199,7 +8199,7 @@ spec: value: ${STORAGE_PVC_NAMESPACE} - name: LAYERFS_CONTAINER_NAME value: ${STORAGE_PV_NAME} - image: docker.io/mgoltzsche/k8storagex-layerfs:latest # {"$kpt-set":"provisioner-image"} + image: docker.io/mgoltzsche/k8storagex-layerfs:0.1.0 # {"$kpt-set":"provisioner-image"} imagePullPolicy: IfNotPresent name: main securityContext: diff --git a/config/static/registry/Kptfile b/config/static/registry/Kptfile index 34e9c84..4d1d4e7 100644 --- a/config/static/registry/Kptfile +++ b/config/static/registry/Kptfile @@ -10,9 +10,9 @@ openAPI: x-k8s-cli: setter: name: manager-image - value: docker.io/mgoltzsche/k8storagex-controller-manager:latest + value: docker.io/mgoltzsche/k8storagex-controller-manager:0.1.0 io.k8s.cli.setters.provisioner-image: x-k8s-cli: setter: name: provisioner-image - value: docker.io/mgoltzsche/k8storagex-layerfs:latest + value: docker.io/mgoltzsche/k8storagex-layerfs:0.1.0 diff --git a/config/static/registry/manifest.yaml b/config/static/registry/manifest.yaml index 3dadfeb..d30460f 100644 --- a/config/static/registry/manifest.yaml +++ b/config/static/registry/manifest.yaml @@ -8058,7 +8058,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: docker.io/mgoltzsche/k8storagex-controller-manager:latest # {"$kpt-set":"manager-image"} + image: docker.io/mgoltzsche/k8storagex-controller-manager:0.1.0 # {"$kpt-set":"manager-image"} livenessProbe: httpGet: path: /healthz @@ -8199,7 +8199,7 @@ spec: value: ${STORAGE_PVC_NAMESPACE} - name: LAYERFS_CONTAINER_NAME value: ${STORAGE_PV_NAME} - image: docker.io/mgoltzsche/k8storagex-layerfs:latest # {"$kpt-set":"provisioner-image"} + image: docker.io/mgoltzsche/k8storagex-layerfs:0.1.0 # {"$kpt-set":"provisioner-image"} imagePullPolicy: IfNotPresent name: main securityContext: