Skip to content

Commit

Permalink
Merge pull request #356 from leakingtapan/changelog
Browse files Browse the repository at this point in the history
Update CHANGELOG and image tag for release
Cheng Pan authored Aug 26, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 8220b21 + ebd0cac commit be783b2
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions CHANGELOG-0.x.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# v0.4.0
[Documentation](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/v0.4.0/docs/README.md)

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

## Action Required
* Update Kubernetes cluster to 1.14+ before installing the driver, since the released driver manifest assumes 1.14+ cluster.
6 changes: 3 additions & 3 deletions deploy/kubernetes/manifest.yaml
Original file line number Diff line number Diff line change
@@ -108,8 +108,8 @@ spec:
operator: Exists
containers:
- name: ebs-plugin
image: amazon/aws-ebs-csi-driver:latest
args :
image: amazon/aws-ebs-csi-driver:v0.4.0
args:
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
- --v=5
@@ -205,7 +205,7 @@ spec:
- name: ebs-plugin
securityContext:
privileged: true
image: amazon/aws-ebs-csi-driver:latest
image: amazon/aws-ebs-csi-driver:v0.4.0
args:
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr

0 comments on commit be783b2

Please sign in to comment.