Skip to content

Commit

Permalink
bump to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Vila committed Mar 25, 2019
1 parent 4c9c02f commit 478f211
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vendor/
.idea/
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes

## Version 3.3.0 - 03/25/2019
* Enhance "wait liveness and readiness" and create capability to prefix releases names [#16](https://github.com/gemalto/helm-spray/pull/16)

## Version 3.2.1 - 02/14/2019
* Bugfixes on "waiting for Liveness and Readiness" step [#14](https://github.com/gemalto/helm-spray/pull/14)

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := "3.2.1"
VERSION := "3.3.0"
DIST := $(CURDIR)/_dist
LDFLAGS := "-X main.version=${VERSION}"
TAR_LINUX := "helm-spray-linux-amd64.tar.gz"
Expand Down

0 comments on commit 478f211

Please sign in to comment.