Skip to content

Commit

Permalink
Release v1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Kubaczyk committed May 8, 2020
1 parent c3f4e1a commit 02c35dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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.2"
var appVersion = "v1.13.3"
var helmVersion string
var kubectlVersion string
var dryRun bool
Expand Down
6 changes: 4 additions & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# v1.13.2
# v1.13.3

> 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 `helm init --force-upgrade` does not work without `--upgrade` option.
- Fixes JSON quoting issues in Slack notifications; PR #434
- Makes plan colors a better readable; PR #438
- Fix for 1.x release job; PR #433

# New features:
None, bug fix release

0 comments on commit 02c35dd

Please sign in to comment.