Skip to content

Commit

Permalink
Merge pull request #566 from yussufsh/release-0.6
Browse files Browse the repository at this point in the history
Release 0.6.0
  • Loading branch information
k8s-ci-robot authored Jan 25, 2024
2 parents 5f1517b + 48a6100 commit 8566f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Initialized TARGETPLATFORM with default value
ARG TARGETPLATFORM=linux/amd64

FROM golang:1.20.6 AS builder
FROM golang:1.21.6 AS builder
ARG TARGETPLATFORM
WORKDIR /go/src/sigs.k8s.io/ibm-powervs-block-csi-driver
ADD . .
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The IBM Power Virtual Systems Container Storage Interface (CSI) Driver provides
| PowerVS CSI Driver | Kubernetes | CSI | Golang |
| ----------------------------- | ----------- | -------- | -------- |
| main | 1.29 | 1.9.0 | 1.21 |
| 0.6.0 | 1.29 | 1.9.0 | 1.21 |
| 0.5.0 | 1.28 | 1.8.0 | 1.20 |
| 0.4.0 | 1.26 | 1.7.0 | 1.19 |
| 0.3.0 | 1.25 | 1.6.0 | 1.19 |
Expand Down

0 comments on commit 8566f3b

Please sign in to comment.