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

Commit

Permalink
release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pohly committed Mar 16, 2021
1 parent b97a6d3 commit a6053c0
Show file tree
Hide file tree
Showing 55 changed files with 118 additions and 118 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?=canary
IMAGE_VERSION?=v0.9.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.9.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.9.0
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:canary
image: intel/pmem-csi-driver-test:v0.9.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.9.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.9.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.9.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.9.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.9.0
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 @@ -358,7 +358,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.9.0
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -434,7 +434,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.9.0
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 @@ -376,7 +376,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.9.0
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand All @@ -396,7 +396,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.9.0
imagePullPolicy: Always
name: coverage-init
securityContext:
Expand Down Expand Up @@ -474,7 +474,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.9.0
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 @@ -358,7 +358,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.9.0
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -434,7 +434,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.9.0
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 @@ -376,7 +376,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.9.0
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand All @@ -396,7 +396,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.9.0
imagePullPolicy: Always
name: coverage-init
securityContext:
Expand Down Expand Up @@ -474,7 +474,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.9.0
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 @@ -376,7 +376,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.9.0
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand All @@ -396,7 +396,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.9.0
imagePullPolicy: Always
name: coverage-init
securityContext:
Expand Down Expand Up @@ -474,7 +474,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.9.0
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 @@ -358,7 +358,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.9.0
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -434,7 +434,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.9.0
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 @@ -376,7 +376,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.9.0
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand All @@ -396,7 +396,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.9.0
imagePullPolicy: Always
name: coverage-init
securityContext:
Expand Down Expand Up @@ -474,7 +474,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.9.0
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 @@ -358,7 +358,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.9.0
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -434,7 +434,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.9.0
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 @@ -358,7 +358,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.9.0
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -434,7 +434,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.9.0
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 @@ -376,7 +376,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.9.0
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand All @@ -396,7 +396,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.9.0
imagePullPolicy: Always
name: coverage-init
securityContext:
Expand Down Expand Up @@ -474,7 +474,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.9.0
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 @@ -358,7 +358,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.9.0
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -434,7 +434,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.9.0
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 @@ -376,7 +376,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.9.0
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand All @@ -396,7 +396,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.9.0
imagePullPolicy: Always
name: coverage-init
securityContext:
Expand Down Expand Up @@ -474,7 +474,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.9.0
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 @@ -376,7 +376,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver-test:canary
image: intel/pmem-csi-driver-test:v0.9.0
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand All @@ -396,7 +396,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.9.0
imagePullPolicy: Always
name: coverage-init
securityContext:
Expand Down Expand Up @@ -474,7 +474,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.9.0
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes-1.18/pmem-csi-direct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v0.9.0
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down Expand Up @@ -434,7 +434,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.9.0
imagePullPolicy: IfNotPresent
name: pmem-driver
ports:
Expand Down
Loading

0 comments on commit a6053c0

Please sign in to comment.