Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](v0.1.1...v0.2.0) (2021-05-30)

### Features

* deprovisionOnPodCompletion provisioner flag. ([2bfd3b8](2bfd3b8))
  • Loading branch information
mgoltzsche committed May 30, 2021
1 parent 2bfd3b8 commit 6b75e78
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.2.0
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: 0.1.1
newTag: 0.2.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: 0.1.1
newTag: 0.2.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:0.1.1
value: docker.io/mgoltzsche/k8storagex-controller-manager:0.2.0
io.k8s.cli.setters.provisioner-image:
x-k8s-cli:
setter:
name: provisioner-image
value: docker.io/mgoltzsche/k8storagex-layerfs:0.1.1
value: docker.io/mgoltzsche/k8storagex-layerfs:0.2.0
4 changes: 2 additions & 2 deletions config/static/default/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7891,7 +7891,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: docker.io/mgoltzsche/k8storagex-controller-manager:0.1.1 # {"$kpt-set":"manager-image"}
image: docker.io/mgoltzsche/k8storagex-controller-manager:0.2.0 # {"$kpt-set":"manager-image"}
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -8033,7 +8033,7 @@ spec:
value: ${STORAGE_PVC_NAMESPACE}
- name: LAYERFS_CONTAINER_NAME
value: ${STORAGE_PV_NAME}
image: docker.io/mgoltzsche/k8storagex-layerfs:0.1.1 # {"$kpt-set":"provisioner-image"}
image: docker.io/mgoltzsche/k8storagex-layerfs:0.2.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:0.1.1
value: docker.io/mgoltzsche/k8storagex-controller-manager:0.2.0
io.k8s.cli.setters.provisioner-image:
x-k8s-cli:
setter:
name: provisioner-image
value: docker.io/mgoltzsche/k8storagex-layerfs:0.1.1
value: docker.io/mgoltzsche/k8storagex-layerfs:0.2.0
4 changes: 2 additions & 2 deletions config/static/registry/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7891,7 +7891,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: docker.io/mgoltzsche/k8storagex-controller-manager:0.1.1 # {"$kpt-set":"manager-image"}
image: docker.io/mgoltzsche/k8storagex-controller-manager:0.2.0 # {"$kpt-set":"manager-image"}
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -8033,7 +8033,7 @@ spec:
value: ${STORAGE_PVC_NAMESPACE}
- name: LAYERFS_CONTAINER_NAME
value: ${STORAGE_PV_NAME}
image: docker.io/mgoltzsche/k8storagex-layerfs:0.1.1 # {"$kpt-set":"provisioner-image"}
image: docker.io/mgoltzsche/k8storagex-layerfs:0.2.0 # {"$kpt-set":"provisioner-image"}
imagePullPolicy: IfNotPresent
name: main
securityContext:
Expand Down

0 comments on commit 6b75e78

Please sign in to comment.