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

Commit 8d0d76f

Browse files
committed
release v1.1.0
1 parent 8ee638a commit 8d0d76f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+148
-148
lines changed

Dockerfile.UBI

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ FROM registry.access.redhat.com/ubi8
103103
LABEL name="pmem-csi-driver"
104104
LABEL vendor="Intel"
105105
# updated by hack/set-version.sh when preparing a release
106-
LABEL version="v0.9.1"
106+
LABEL version="v1.1.0"
107107
# Needs to be set by Red Hat build service.
108108
# LABEL release="1"
109109
LABEL summary="A CSI driver for managing PMEM."

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ NO_PROXY:=$(shell echo "$${NO_PROXY:-$${no_proxy}},$$(if command -v ip &>/dev/nu
4646
export HTTP_PROXY HTTPS_PROXY NO_PROXY
4747

4848
REGISTRY_NAME?=$(shell . test/test-config.sh && echo $${TEST_BUILD_PMEM_REGISTRY})
49-
IMAGE_VERSION?=canary
49+
IMAGE_VERSION?=v1.1.0
5050
IMAGE_TAG=$(REGISTRY_NAME)/pmem-csi-driver$*:$(IMAGE_VERSION)
5151
# Pass proxy config via --build-arg only if these are set,
5252
# enabling proxy config other way, like ~/.docker/config.json

deploy/common/pmem-app-ephemeral.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
containers:
99
- name: my-frontend
10-
image: intel/pmem-csi-driver-test:canary
10+
image: intel/pmem-csi-driver-test:v1.1.0
1111
command: [ "sleep", "100000" ]
1212
volumeMounts:
1313
- mountPath: "/data"

deploy/common/pmem-app-generic-ephemeral.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
spec:
99
containers:
1010
- name: my-frontend
11-
image: intel/pmem-csi-driver-test:canary
11+
image: intel/pmem-csi-driver-test:v1.1.0
1212
command: [ "sleep", "100000" ]
1313
volumeMounts:
1414
- mountPath: "/data"

deploy/common/pmem-app-late-binding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: my-frontend
8-
image: intel/pmem-csi-driver-test:canary
8+
image: intel/pmem-csi-driver-test:v1.1.0
99
command: [ "sleep", "100000" ]
1010
volumeMounts:
1111
- mountPath: "/data"

deploy/common/pmem-app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: my-frontend
8-
image: intel/pmem-csi-driver-test:canary
8+
image: intel/pmem-csi-driver-test:v1.1.0
99
command: [ "sleep", "100000" ]
1010
volumeMounts:
1111
- mountPath: "/data"
@@ -22,7 +22,7 @@ metadata:
2222
spec:
2323
containers:
2424
- name: my-frontend
25-
image: intel/pmem-csi-driver-test:canary
25+
image: intel/pmem-csi-driver-test:v1.1.0
2626
command: [ "sleep", "100000" ]
2727
volumeMounts:
2828
- mountPath: "/data"

deploy/common/pmem-kata-app-ephemeral.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
katacontainers.io/kata-runtime: "true"
1212
containers:
1313
- name: my-frontend
14-
image: intel/pmem-csi-driver-test:canary
14+
image: intel/pmem-csi-driver-test:v1.1.0
1515
command: [ "sleep", "100000" ]
1616
volumeMounts:
1717
- mountPath: "/data"

deploy/common/pmem-kata-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
katacontainers.io/kata-runtime: "true"
1212
containers:
1313
- name: my-frontend
14-
image: intel/pmem-csi-driver-test:canary
14+
image: intel/pmem-csi-driver-test:v1.1.0
1515
command: [ "sleep", "100000" ]
1616
volumeMounts:
1717
- mountPath: "/data"

deploy/kubernetes-1.21/direct/pmem-csi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ spec:
362362
valueFrom:
363363
fieldRef:
364364
fieldPath: metadata.namespace
365-
image: intel/pmem-csi-driver:canary
365+
image: intel/pmem-csi-driver:v1.1.0
366366
imagePullPolicy: IfNotPresent
367367
livenessProbe:
368368
failureThreshold: 6
@@ -453,7 +453,7 @@ spec:
453453
value: pmem-csi.intel.com
454454
- name: TERMINATION_LOG_PATH
455455
value: /tmp/termination-log
456-
image: intel/pmem-csi-driver:canary
456+
image: intel/pmem-csi-driver:v1.1.0
457457
imagePullPolicy: IfNotPresent
458458
livenessProbe:
459459
failureThreshold: 6
@@ -670,7 +670,7 @@ spec:
670670
fieldPath: spec.nodeName
671671
- name: TERMINATION_LOG_PATH
672672
value: /tmp/termination-log
673-
image: intel/pmem-csi-driver:canary
673+
image: intel/pmem-csi-driver:v1.1.0
674674
imagePullPolicy: IfNotPresent
675675
name: pmem-driver
676676
securityContext:

deploy/kubernetes-1.21/direct/testing/pmem-csi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ spec:
363363
valueFrom:
364364
fieldRef:
365365
fieldPath: metadata.namespace
366-
image: intel/pmem-csi-driver:canary
366+
image: intel/pmem-csi-driver:v1.1.0
367367
imagePullPolicy: IfNotPresent
368368
livenessProbe:
369369
failureThreshold: 6
@@ -455,7 +455,7 @@ spec:
455455
value: pmem-csi.intel.com
456456
- name: TERMINATION_LOG_PATH
457457
value: /tmp/termination-log
458-
image: intel/pmem-csi-driver:canary
458+
image: intel/pmem-csi-driver:v1.1.0
459459
imagePullPolicy: IfNotPresent
460460
livenessProbe:
461461
failureThreshold: 6
@@ -674,7 +674,7 @@ spec:
674674
fieldPath: spec.nodeName
675675
- name: TERMINATION_LOG_PATH
676676
value: /tmp/termination-log
677-
image: intel/pmem-csi-driver:canary
677+
image: intel/pmem-csi-driver:v1.1.0
678678
imagePullPolicy: IfNotPresent
679679
name: pmem-driver
680680
securityContext:

0 commit comments

Comments
 (0)