File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
deploy/kubernetes/overlays/stable Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 22## Notable changes
33### New features
44* Allow volume attach limit overwrite via command line parameter ([ #522 ] ( https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/522 ) , [ @rfranzke ] ( https://github.com/rfranzke ) )
5+ * Add tags that the in-tree volume plugin uses ([ #530 ] ( https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/530 ) , [ @jsafrane ] ( https://github.com/jsafrane ) )
56
67### Bug fixes
78* Adding amd64 as nodeSelector to avoid arm64 archtectures (#471 ) ([ #472 ] ( https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/472 ) , [ @hugoprudente ] ( https://github.com/hugoprudente ) )
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ LDFLAGS?="-X ${PKG}/pkg/driver.driverVersion=${VERSION} -X ${PKG}/pkg/driver.git
2121GO111MODULE =on
2222GOPROXY =direct
2323GOPATH =$(shell go env GOPATH)
24+ GOOS =$(shell go env GOOS)
2425GOBIN =$(shell pwd) /bin
2526
2627.EXPORT_ALL_VARIABLES :
@@ -32,7 +33,7 @@ bin /tmp/helm /tmp/kubeval:
3233 @mkdir -p $@
3334
3435bin/helm : | /tmp/helm bin
35- @curl -o /tmp/helm/helm.tar.gz -sSL https://get.helm.sh/helm-v3.1.2-linux -amd64.tar.gz
36+ @curl -o /tmp/helm/helm.tar.gz -sSL https://get.helm.sh/helm-v3.1.2-${GOOS} -amd64.tar.gz
3637 @tar -zxf /tmp/helm/helm.tar.gz -C bin --strip-components=1
3738 @rm -rf /tmp/helm/*
3839
Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : " 0.5 .0"
2+ appVersion : " 0.6 .0"
33name : aws-ebs-csi-driver
44description : A Helm chart for AWS EBS CSI Driver
5- version : 0.4 .0
5+ version : 0.5 .0
66kubeVersion : " >=1.13.0-0"
77home : https://github.com/kubernetes-sigs/aws-ebs-csi-driver
88sources :
Original file line number Diff line number Diff line change 44- ../../base
55images :
66- name : amazon/aws-ebs-csi-driver
7- newTag : v0.5 .0
7+ newTag : v0.6 .0
88- name : quay.io/k8scsi/csi-provisioner
9- newTag : v1.3 .0
9+ newTag : v1.5 .0
1010- name : quay.io/k8scsi/csi-attacher
1111 newTag : v1.2.0
1212- name : quay.io/k8scsi/livenessprobe
You can’t perform that action at this time.
0 commit comments