Skip to content

Commit 48a6100

Browse files
committed
Release 0.6.0
Signed-off-by: Yussuf Shaikh <[email protected]>
1 parent 5f1517b commit 48a6100

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Initialized TARGETPLATFORM with default value
1616
ARG TARGETPLATFORM=linux/amd64
1717

18-
FROM golang:1.20.6 AS builder
18+
FROM golang:1.21.6 AS builder
1919
ARG TARGETPLATFORM
2020
WORKDIR /go/src/sigs.k8s.io/ibm-powervs-block-csi-driver
2121
ADD . .

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The IBM Power Virtual Systems Container Storage Interface (CSI) Driver provides
99
| PowerVS CSI Driver | Kubernetes | CSI | Golang |
1010
| ----------------------------- | ----------- | -------- | -------- |
1111
| main | 1.29 | 1.9.0 | 1.21 |
12+
| 0.6.0 | 1.29 | 1.9.0 | 1.21 |
1213
| 0.5.0 | 1.28 | 1.8.0 | 1.20 |
1314
| 0.4.0 | 1.26 | 1.7.0 | 1.19 |
1415
| 0.3.0 | 1.25 | 1.6.0 | 1.19 |

0 commit comments

Comments
 (0)