Skip to content

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Davim committed Apr 7, 2020
1 parent 4531003 commit 91a7d31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var nsOverride string
var skipValidation bool
var applyLabels bool
var keepUntrackedReleases bool
var appVersion = "v1.13.1"
var appVersion = "v1.13.2"
var helmVersion string
var kubectlVersion string
var dryRun bool
Expand Down
5 changes: 2 additions & 3 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# v1.13.1
# v1.13.2

> If you are already using an older version of Helmsman than v1.4.0-rc, please read the changes below carefully and follow the upgrade guide [here](docs/migrating_to_v1.4.0-rc.md)
# Fixes and improvements:
- Fixes bug that prevented Helmsman from deleting untracked releases; PR #337
- Bumped to go v1.13.5; PR #333
- Fixes `helm init --force-upgrade` does not work without `--upgrade` option.

# New features:
None, bug fix release

0 comments on commit 91a7d31

Please sign in to comment.