Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
New release with
- operator
- scheduler extensions
- etc.

The URL for the operator YAML in docs/install.md was updated manually,
the rest of the changes are from hack/set-version.sh.
  • Loading branch information
pohly committed Jun 11, 2020
1 parent a7bae0c commit 9a98a39
Show file tree
Hide file tree
Showing 29 changed files with 72 additions and 72 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.7.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
2 changes: 1 addition & 1 deletion deploy/common/pmem-app-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
topologyKey: "kubernetes.io/hostname"
containers:
- name: my-frontend
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
command: [ "/bin/sh" ]
args: [ "-c", "touch /data/$(POD_NAME); sleep 100000" ]
env:
Expand Down
2 changes: 1 addition & 1 deletion deploy/common/pmem-app-ephemeral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: my-frontend
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
command: [ "sleep", "100000" ]
volumeMounts:
- mountPath: "/data"
Expand Down
2 changes: 1 addition & 1 deletion deploy/common/pmem-app-late-binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
containers:
- name: my-frontend
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
command: [ "sleep", "100000" ]
volumeMounts:
- mountPath: "/data"
Expand Down
4 changes: 2 additions & 2 deletions deploy/common/pmem-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
containers:
- name: my-frontend
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
command: [ "sleep", "100000" ]
volumeMounts:
- mountPath: "/data"
Expand All @@ -22,7 +22,7 @@ metadata:
spec:
containers:
- name: my-frontend
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
command: [ "sleep", "100000" ]
volumeMounts:
- mountPath: "/data"
Expand Down
2 changes: 1 addition & 1 deletion deploy/common/pmem-kata-app-ephemeral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
katacontainers.io/kata-runtime: "true"
containers:
- name: my-frontend
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
command: [ "sleep", "100000" ]
volumeMounts:
- mountPath: "/data"
Expand Down
2 changes: 1 addition & 1 deletion deploy/common/pmem-kata-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
katacontainers.io/kata-runtime: "true"
containers:
- name: my-frontend
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
command: [ "sleep", "100000" ]
volumeMounts:
- mountPath: "/data"
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes-1.15/direct/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ spec:
value: /tmp/termination-log
- name: PMEM_CSI_DRIVER_NAME
value: pmem-csi.intel.com
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -317,7 +317,7 @@ spec:
value: pmem-csi.intel.com
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.15/direct/testing/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ spec:
value: /tmp/termination-log
- name: PMEM_CSI_DRIVER_NAME
value: pmem-csi.intel.com
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -291,7 +291,7 @@ spec:
- -R
- pmem-csi:pmem-csi
- /var/lib/pmem-csi-coverage
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
imagePullPolicy: Always
name: coverage-init
securityContext:
Expand Down Expand Up @@ -368,7 +368,7 @@ spec:
value: pmem-csi.intel.com
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down
8 changes: 4 additions & 4 deletions deploy/kubernetes-1.15/lvm/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ spec:
value: /tmp/termination-log
- name: PMEM_CSI_DRIVER_NAME
value: pmem-csi.intel.com
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -317,7 +317,7 @@ spec:
value: pmem-csi.intel.com
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -364,7 +364,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.7.0
imagePullPolicy: IfNotPresent
name: pmem-ns-init
securityContext:
Expand All @@ -380,7 +380,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.7.0
imagePullPolicy: IfNotPresent
name: pmem-vgm
securityContext:
Expand Down
10 changes: 5 additions & 5 deletions deploy/kubernetes-1.15/lvm/testing/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ spec:
value: /tmp/termination-log
- name: PMEM_CSI_DRIVER_NAME
value: pmem-csi.intel.com
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -291,7 +291,7 @@ spec:
- -R
- pmem-csi:pmem-csi
- /var/lib/pmem-csi-coverage
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
imagePullPolicy: Always
name: coverage-init
securityContext:
Expand Down Expand Up @@ -368,7 +368,7 @@ spec:
value: pmem-csi.intel.com
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -420,7 +420,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.7.0
imagePullPolicy: IfNotPresent
name: pmem-ns-init
securityContext:
Expand All @@ -440,7 +440,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.7.0
imagePullPolicy: IfNotPresent
name: pmem-vgm
securityContext:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.15/pmem-csi-direct-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ spec:
value: /tmp/termination-log
- name: PMEM_CSI_DRIVER_NAME
value: pmem-csi.intel.com
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -291,7 +291,7 @@ spec:
- -R
- pmem-csi:pmem-csi
- /var/lib/pmem-csi-coverage
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
imagePullPolicy: Always
name: coverage-init
securityContext:
Expand Down Expand Up @@ -368,7 +368,7 @@ spec:
value: pmem-csi.intel.com
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes-1.15/pmem-csi-direct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ spec:
value: /tmp/termination-log
- name: PMEM_CSI_DRIVER_NAME
value: pmem-csi.intel.com
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -317,7 +317,7 @@ spec:
value: pmem-csi.intel.com
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down
10 changes: 5 additions & 5 deletions deploy/kubernetes-1.15/pmem-csi-lvm-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ spec:
value: /tmp/termination-log
- name: PMEM_CSI_DRIVER_NAME
value: pmem-csi.intel.com
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -291,7 +291,7 @@ spec:
- -R
- pmem-csi:pmem-csi
- /var/lib/pmem-csi-coverage
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
imagePullPolicy: Always
name: coverage-init
securityContext:
Expand Down Expand Up @@ -368,7 +368,7 @@ spec:
value: pmem-csi.intel.com
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -420,7 +420,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.7.0
imagePullPolicy: IfNotPresent
name: pmem-ns-init
securityContext:
Expand All @@ -440,7 +440,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.7.0
imagePullPolicy: IfNotPresent
name: pmem-vgm
securityContext:
Expand Down
8 changes: 4 additions & 4 deletions deploy/kubernetes-1.15/pmem-csi-lvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ spec:
value: /tmp/termination-log
- name: PMEM_CSI_DRIVER_NAME
value: pmem-csi.intel.com
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -317,7 +317,7 @@ spec:
value: pmem-csi.intel.com
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -364,7 +364,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.7.0
imagePullPolicy: IfNotPresent
name: pmem-ns-init
securityContext:
Expand All @@ -380,7 +380,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.7.0
imagePullPolicy: IfNotPresent
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 @@ -228,7 +228,7 @@ spec:
value: /tmp/termination-log
- name: PMEM_CSI_DRIVER_NAME
value: pmem-csi.intel.com
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -317,7 +317,7 @@ spec:
value: pmem-csi.intel.com
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.16/direct/testing/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ spec:
value: /tmp/termination-log
- name: PMEM_CSI_DRIVER_NAME
value: pmem-csi.intel.com
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down Expand Up @@ -291,7 +291,7 @@ spec:
- -R
- pmem-csi:pmem-csi
- /var/lib/pmem-csi-coverage
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
imagePullPolicy: Always
name: coverage-init
securityContext:
Expand Down Expand Up @@ -368,7 +368,7 @@ spec:
value: pmem-csi.intel.com
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.7.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down
Loading

0 comments on commit 9a98a39

Please sign in to comment.