Skip to content

Commit

Permalink
Merge pull request #135 from leakingtapan/release
Browse files Browse the repository at this point in the history
Post release doc update
  • Loading branch information
Cheng Pan committed Feb 26, 2020
2 parents 6228889 + 66daa9d commit 72fa6b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG-0.x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# v0.3.0
[Documentation](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/blob/v0.3.0/docs/README.md)

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

## Changelog
See [details](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/compare/v0.2.0...v0.3.0) for all the changes.

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

PKG=github.com/kubernetes-sigs/aws-fsx-csi-driver
IMAGE?=amazon/aws-fsx-csi-driver
VERSION=v0.3.0-dirty
VERSION=v0.4.0-dirty
GIT_COMMIT?=$(shell git rev-parse HEAD)
BUILD_DATE?=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
LDFLAGS?="-X ${PKG}/pkg/driver.driverVersion=${VERSION} -X ${PKG}/pkg/driver.gitCommit=${GIT_COMMIT} -X ${PKG}/pkg/driver.buildDate=${BUILD_DATE}"
Expand Down

0 comments on commit 72fa6b2

Please sign in to comment.