Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pohly committed Nov 16, 2020
1 parent b73c4ce commit 4a08585
Show file tree
Hide file tree
Showing 48 changed files with 98 additions and 98 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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?=v0.8.0
IMAGE_VERSION?=v0.8.1
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ library](https://github.com/pmem/ndctl). In this readme, we use
*persistent memory* to refer to a non-volatile dual in-line memory
module (NVDIMM).

The [v0.8.0 release](https://github.com/intel/pmem-csi/releases/latest)
The [v0.8 release](https://github.com/intel/pmem-csi/releases/latest)
is the latest feature release and is [regularly updated](docs/DEVELOPMENT.md#release-management) with newer base images
and bug fixes. Older releases are no longer supported.

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:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
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:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
command: [ "sleep", "100000" ]
volumeMounts:
- mountPath: "/data"
Expand Down
2 changes: 1 addition & 1 deletion deploy/common/pmem-app-generic-ephemeral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
containers:
- name: my-frontend
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
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:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
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:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
command: [ "sleep", "100000" ]
volumeMounts:
- mountPath: "/data"
Expand All @@ -22,7 +22,7 @@ metadata:
spec:
containers:
- name: my-frontend
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
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:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
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:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
command: [ "sleep", "100000" ]
volumeMounts:
- mountPath: "/data"
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes-1.17/direct/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ spec:
value: pmem-csi.intel.com
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver:v0.8.0
image: intel/pmem-csi-driver:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -361,7 +361,7 @@ spec:
value: /tmp/termination-log
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver:v0.8.0
image: intel/pmem-csi-driver:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.17/direct/testing/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ spec:
value: pmem-csi.intel.com
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -329,7 +329,7 @@ spec:
- -R
- pmem-csi:pmem-csi
- /var/lib/pmem-csi-coverage
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: Always
name: coverage-init
securityContext:
Expand Down Expand Up @@ -412,7 +412,7 @@ spec:
value: /tmp/termination-log
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes-1.17/lvm/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ spec:
value: pmem-csi.intel.com
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver:v0.8.0
image: intel/pmem-csi-driver:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -361,7 +361,7 @@ spec:
value: /tmp/termination-log
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver:v0.8.0
image: intel/pmem-csi-driver:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.17/lvm/testing/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ spec:
value: pmem-csi.intel.com
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -329,7 +329,7 @@ spec:
- -R
- pmem-csi:pmem-csi
- /var/lib/pmem-csi-coverage
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: Always
name: coverage-init
securityContext:
Expand Down Expand Up @@ -412,7 +412,7 @@ spec:
value: /tmp/termination-log
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.17/pmem-csi-direct-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ spec:
value: pmem-csi.intel.com
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -329,7 +329,7 @@ spec:
- -R
- pmem-csi:pmem-csi
- /var/lib/pmem-csi-coverage
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: Always
name: coverage-init
securityContext:
Expand Down Expand Up @@ -412,7 +412,7 @@ spec:
value: /tmp/termination-log
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes-1.17/pmem-csi-direct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ spec:
value: pmem-csi.intel.com
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver:v0.8.0
image: intel/pmem-csi-driver:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -361,7 +361,7 @@ spec:
value: /tmp/termination-log
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver:v0.8.0
image: intel/pmem-csi-driver:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.17/pmem-csi-lvm-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ spec:
value: pmem-csi.intel.com
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -329,7 +329,7 @@ spec:
- -R
- pmem-csi:pmem-csi
- /var/lib/pmem-csi-coverage
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: Always
name: coverage-init
securityContext:
Expand Down Expand Up @@ -412,7 +412,7 @@ spec:
value: /tmp/termination-log
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes-1.17/pmem-csi-lvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ spec:
value: pmem-csi.intel.com
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver:v0.8.0
image: intel/pmem-csi-driver:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -361,7 +361,7 @@ spec:
value: /tmp/termination-log
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver:v0.8.0
image: intel/pmem-csi-driver:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes-1.18/direct/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ spec:
value: pmem-csi.intel.com
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver:v0.8.0
image: intel/pmem-csi-driver:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -361,7 +361,7 @@ spec:
value: /tmp/termination-log
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver:v0.8.0
image: intel/pmem-csi-driver:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.18/direct/testing/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ spec:
value: pmem-csi.intel.com
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -329,7 +329,7 @@ spec:
- -R
- pmem-csi:pmem-csi
- /var/lib/pmem-csi-coverage
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: Always
name: coverage-init
securityContext:
Expand Down Expand Up @@ -412,7 +412,7 @@ spec:
value: /tmp/termination-log
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes-1.18/lvm/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ spec:
value: pmem-csi.intel.com
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver:v0.8.0
image: intel/pmem-csi-driver:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -361,7 +361,7 @@ spec:
value: /tmp/termination-log
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver:v0.8.0
image: intel/pmem-csi-driver:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.18/lvm/testing/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ spec:
value: pmem-csi.intel.com
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -329,7 +329,7 @@ spec:
- -R
- pmem-csi:pmem-csi
- /var/lib/pmem-csi-coverage
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: Always
name: coverage-init
securityContext:
Expand Down Expand Up @@ -412,7 +412,7 @@ spec:
value: /tmp/termination-log
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.18/pmem-csi-direct-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ spec:
value: pmem-csi.intel.com
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -329,7 +329,7 @@ spec:
- -R
- pmem-csi:pmem-csi
- /var/lib/pmem-csi-coverage
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: Always
name: coverage-init
securityContext:
Expand Down Expand Up @@ -412,7 +412,7 @@ spec:
value: /tmp/termination-log
- name: GODEBUG
value: x509ignoreCN=0
image: intel/pmem-csi-driver-test:v0.8.0
image: intel/pmem-csi-driver-test:v0.8.1
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down
Loading

0 comments on commit 4a08585

Please sign in to comment.