Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
Release with new features, like:
- raw block devices
- ephemeral inline volumes
- support for "kustomize"
  • Loading branch information
pohly committed Dec 12, 2019
1 parent f9a6db5 commit 72b2c2d
Show file tree
Hide file tree
Showing 19 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ NO_PROXY=$(shell echo "$${NO_PROXY:-$${no_proxy}},$$(ip addr | grep inet6 | grep
export HTTP_PROXY HTTPS_PROXY NO_PROXY

REGISTRY_NAME?=$(shell . test/test-config.sh && echo $${TEST_BUILD_PMEM_REGISTRY})
IMAGE_VERSION?=canary
IMAGE_VERSION?=v0.6.0
IMAGE_TAG=$(REGISTRY_NAME)/pmem-csi-driver$*:$(IMAGE_VERSION)
# Pass proxy config via --build-arg only if these are set,
# enabling proxy config other way, like ~/.docker/config.json
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes-1.14/direct/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -256,7 +256,7 @@ spec:
fieldPath: status.podIP
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes-1.14/direct/testing/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -289,7 +289,7 @@ spec:
fieldPath: status.podIP
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down
8 changes: 4 additions & 4 deletions deploy/kubernetes-1.14/lvm/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -256,7 +256,7 @@ spec:
fieldPath: status.podIP
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -296,7 +296,7 @@ spec:
env:
- name: TERMINATION_LOG_PATH
value: /tmp/pmem-ns-init-termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-ns-init
securityContext:
Expand All @@ -312,7 +312,7 @@ spec:
env:
- name: TERMINATION_LOG_PATH
value: /tmp/pmem-vgm-termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-vgm
securityContext:
Expand Down
8 changes: 4 additions & 4 deletions deploy/kubernetes-1.14/lvm/testing/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -289,7 +289,7 @@ spec:
fieldPath: status.podIP
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -334,7 +334,7 @@ spec:
env:
- name: TERMINATION_LOG_PATH
value: /tmp/pmem-ns-init-termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-ns-init
securityContext:
Expand All @@ -354,7 +354,7 @@ spec:
env:
- name: TERMINATION_LOG_PATH
value: /tmp/pmem-vgm-termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-vgm
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes-1.14/pmem-csi-direct-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -289,7 +289,7 @@ spec:
fieldPath: status.podIP
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes-1.14/pmem-csi-direct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -256,7 +256,7 @@ spec:
fieldPath: status.podIP
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down
8 changes: 4 additions & 4 deletions deploy/kubernetes-1.14/pmem-csi-lvm-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -289,7 +289,7 @@ spec:
fieldPath: status.podIP
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -334,7 +334,7 @@ spec:
env:
- name: TERMINATION_LOG_PATH
value: /tmp/pmem-ns-init-termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-ns-init
securityContext:
Expand All @@ -354,7 +354,7 @@ spec:
env:
- name: TERMINATION_LOG_PATH
value: /tmp/pmem-vgm-termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-vgm
securityContext:
Expand Down
8 changes: 4 additions & 4 deletions deploy/kubernetes-1.14/pmem-csi-lvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -256,7 +256,7 @@ spec:
fieldPath: status.podIP
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -296,7 +296,7 @@ spec:
env:
- name: TERMINATION_LOG_PATH
value: /tmp/pmem-ns-init-termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-ns-init
securityContext:
Expand All @@ -312,7 +312,7 @@ spec:
env:
- name: TERMINATION_LOG_PATH
value: /tmp/pmem-vgm-termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-vgm
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes-1.16/direct/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -256,7 +256,7 @@ spec:
fieldPath: status.podIP
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes-1.16/direct/testing/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -289,7 +289,7 @@ spec:
fieldPath: status.podIP
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down
8 changes: 4 additions & 4 deletions deploy/kubernetes-1.16/lvm/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -256,7 +256,7 @@ spec:
fieldPath: status.podIP
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -296,7 +296,7 @@ spec:
env:
- name: TERMINATION_LOG_PATH
value: /tmp/pmem-ns-init-termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-ns-init
securityContext:
Expand All @@ -312,7 +312,7 @@ spec:
env:
- name: TERMINATION_LOG_PATH
value: /tmp/pmem-vgm-termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-vgm
securityContext:
Expand Down
8 changes: 4 additions & 4 deletions deploy/kubernetes-1.16/lvm/testing/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -289,7 +289,7 @@ spec:
fieldPath: status.podIP
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -334,7 +334,7 @@ spec:
env:
- name: TERMINATION_LOG_PATH
value: /tmp/pmem-ns-init-termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-ns-init
securityContext:
Expand All @@ -354,7 +354,7 @@ spec:
env:
- name: TERMINATION_LOG_PATH
value: /tmp/pmem-vgm-termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-vgm
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes-1.16/pmem-csi-direct-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -289,7 +289,7 @@ spec:
fieldPath: status.podIP
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes-1.16/pmem-csi-direct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -256,7 +256,7 @@ spec:
fieldPath: status.podIP
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.6.0
imagePullPolicy: Always
name: pmem-driver
securityContext:
Expand Down
Loading

0 comments on commit 72b2c2d

Please sign in to comment.