Skip to content

Commit

Permalink
Merge pull request #544 from leakingtapan/release
Browse files Browse the repository at this point in the history
Post release update
  • Loading branch information
Cheng Pan committed Aug 15, 2020
2 parents c2e8516 + b310de2 commit 4a34535
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG-0.x.md
@@ -1,4 +1,11 @@
# v0.6.0
[Documentation](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/v0.6.0/docs/README.md)

filename | sha512 hash
--------- | ------------
[v0.6.0.zip](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/archive/v0.6.0.zip) | `67dc79703c2d022cbc53a370e8ac7279bf4345030a3ecc5b2bdff2b722ec807b712f2cd6eae79598edb87e15d92e683e98dde7c25e52f705233bc3ece649c693`
[v0.6.0.tar.gz](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/archive/v0.6.0.tar.gz) | `a3b5e95ec05ce6b4e6eb22ae00c7898cb876f21719354636dae5d323934c7a0bb32a7a8e89abdfcc6b0a0827c7169a349cba9dce32b7bf25e7287a2ec0387f21`

## Notable changes
### New features
* 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))
Expand Down
2 changes: 1 addition & 1 deletion aws-ebs-csi-driver/values.yaml
Expand Up @@ -6,7 +6,7 @@ replicaCount: 2

image:
repository: amazon/aws-ebs-csi-driver
tag: "v0.5.0"
tag: "v0.6.0"
pullPolicy: IfNotPresent

sidecars:
Expand Down
5 changes: 4 additions & 1 deletion docs/README.md
Expand Up @@ -12,6 +12,7 @@ The [Amazon Elastic Block Store](https://aws.amazon.com/ebs/) Container Storage
| AWS EBS CSI Driver \ CSI Version | v0.3.0| v1.0.0 | v1.1.0 |
|----------------------------------------|-------|--------|--------|
| master branch | no | no | yes |
| v0.6.0 | no | no | yes |
| v0.5.0 | no | no | yes |
| v0.4.0 | no | no | yes |
| v0.3.0 | no | yes | no |
Expand Down Expand Up @@ -45,6 +46,7 @@ Following sections are Kubernetes specific. If you are Kubernetes user, use foll
| AWS EBS CSI Driver \ Kubernetes Version| v1.12 | v1.13 | v1.14 | v1.15 | v1.16 |
|----------------------------------------|-------|-------|-------|-------|-------|
| master branch | no | no+ | yes | yes | yes |
| v0.6.0 | no | no+ | yes | yes | yes |
| v0.5.0 | no | no+ | yes | yes | yes |
| v0.4.0 | no | no+ | yes | yes | no |
| v0.3.0 | no | no+ | yes | no | no |
Expand All @@ -57,6 +59,7 @@ Following sections are Kubernetes specific. If you are Kubernetes user, use foll
|AWS EBS CSI Driver Version | Image |
|---------------------------|-------------------------------------|
|master branch |amazon/aws-ebs-csi-driver:latest |
|v0.6.0 |amazon/aws-ebs-csi-driver:v0.6.0 |
|v0.5.0 |amazon/aws-ebs-csi-driver:v0.5.0 |
|v0.4.0 |amazon/aws-ebs-csi-driver:v0.4.0 |
|v0.3.0 |amazon/aws-ebs-csi-driver:v0.3.0 |
Expand Down Expand Up @@ -120,7 +123,7 @@ helm install \
--set enableVolumeScheduling=true \
--set enableVolumeResizing=true \
--set enableVolumeSnapshot=true \
https://github.com/kubernetes-sigs/aws-ebs-csi-driver/releases/download/v0.5.0/helm-chart.tgz
https://github.com/kubernetes-sigs/aws-ebs-csi-driver/releases/download/v0.6.0/helm-chart.tgz
```

## Examples
Expand Down

0 comments on commit 4a34535

Please sign in to comment.