Skip to content

Commit

Permalink
preparing new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Davim committed Dec 12, 2019
1 parent c3ca345 commit d4731fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 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.0"
var appVersion = "v1.13.1"
var helmVersion string
var kubectlVersion string
var dryRun bool
Expand Down
14 changes: 4 additions & 10 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# v1.13.0
# v1.13.1

> 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:
- Fixed issues when runnin tillerless mode. PRs #320 #325 #305 #307
- Improved support for running on Windows. PR #287
- Improved support for local helm charts. PR #314 #291
- Improved build process and moved to go 1.13.1. PRs #306 #313 #317 #322
- Fixes bug that prevented Helmsman from deleting untracked releases; PR #337
- Bumped to go v1.13.5; PR #333

# New features:
- Support hiera-eyaml as optional solution for secrets encryption. PR #323
- New group flag to allow releasing a subset of apps
- Added support for SSM params in the Helm values file. PR #295
- Added support for yaml anchors. PR #302
- Added flag to opt out of the default Helm repos. PR #304
None, bug fix release

0 comments on commit d4731fb

Please sign in to comment.