Skip to content

Commit

Permalink
release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pohly committed Dec 19, 2022
1 parent 8ee638a commit 8d0d76f
Show file tree
Hide file tree
Showing 57 changed files with 148 additions and 148 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.UBI
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ FROM registry.access.redhat.com/ubi8
LABEL name="pmem-csi-driver"
LABEL vendor="Intel"
# updated by hack/set-version.sh when preparing a release
LABEL version="v0.9.1"
LABEL version="v1.1.0"
# Needs to be set by Red Hat build service.
# LABEL release="1"
LABEL summary="A CSI driver for managing PMEM."
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ NO_PROXY:=$(shell echo "$${NO_PROXY:-$${no_proxy}},$$(if command -v ip &>/dev/nu
export HTTP_PROXY HTTPS_PROXY NO_PROXY

REGISTRY_NAME?=$(shell . test/test-config.sh && echo $${TEST_BUILD_PMEM_REGISTRY})
IMAGE_VERSION?=canary
IMAGE_VERSION?=v1.1.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-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:v1.1.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:v1.1.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:v1.1.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:v1.1.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:v1.1.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:v1.1.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:v1.1.0
command: [ "sleep", "100000" ]
volumeMounts:
- mountPath: "/data"
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.21/direct/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -453,7 +453,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:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -670,7 +670,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.21/direct/testing/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -455,7 +455,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:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -674,7 +674,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.21/lvm/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -453,7 +453,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:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -670,7 +670,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.21/lvm/testing/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -455,7 +455,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:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -674,7 +674,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.21/pmem-csi-direct-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -455,7 +455,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:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -674,7 +674,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.21/pmem-csi-direct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -453,7 +453,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:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -670,7 +670,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.21/pmem-csi-lvm-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -455,7 +455,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:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -674,7 +674,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.21/pmem-csi-lvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -453,7 +453,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:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -670,7 +670,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.22/direct/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -453,7 +453,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:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -670,7 +670,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.22/direct/testing/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -455,7 +455,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:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -674,7 +674,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.22/lvm/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -453,7 +453,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:v1.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -670,7 +670,7 @@ spec:
fieldPath: spec.nodeName
- name: TERMINATION_LOG_PATH
value: /tmp/termination-log
image: intel/pmem-csi-driver:canary
image: intel/pmem-csi-driver:v1.1.0
imagePullPolicy: IfNotPresent
name: pmem-driver
securityContext:
Expand Down
Loading

0 comments on commit 8d0d76f

Please sign in to comment.