Skip to content

Commit

Permalink
chore(release): 0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.1.0](v0.0.1...v0.1.0) (2021-04-26)

### Bug Fixes

* **release:** image names aligned in e2e test ([b84c5a3](b84c5a3))
* **release:** increase e2e test job timeout. ([60af8a8](60af8a8))
* **release:** release pipeline ([8fd0ba4](8fd0ba4))
* **release:** set GITHUB_TOKEN env ([91bbf87](91bbf87))

### Features

* emit PV deprovisioner events also for PVC ([4f5c508](4f5c508))
* rename cache-provisioner to k8storagex. ([a7f7ac1](a7f7ac1))
  • Loading branch information
semantic-release-bot committed Apr 26, 2021
1 parent 4f5c508 commit 0275d06
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion config/provisioners/cache/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions config/static/default/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions config/static/default/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions config/static/registry/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions config/static/registry/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 0275d06

Please sign in to comment.