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
  • Loading branch information
Cheng Pan committed Aug 26, 2019
2 parents 8220b21 + ebd0cac commit be783b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions CHANGELOG-0.x.md
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes/manifest.yaml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit be783b2

Please sign in to comment.