Skip to content

Commit

Permalink
Release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Kubaczyk committed Jan 20, 2020
1 parent 5114732 commit 04d86c0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.0.0
v3.0.1
2 changes: 1 addition & 1 deletion internal/app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

const (
helmBin = "helm"
appVersion = "v3.0.0"
appVersion = "v3.0.1"
tempFilesDir = ".helmsman-tmp"
defaultContextName = "default"
)
Expand Down
22 changes: 8 additions & 14 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
# v3.0.0
# v3.0.1

This is a major release to support Helm v3.
This is a bugfix release to support Helm v3.
It is recommended you read the [Helm 3 migration guide](https://helm.sh/docs/topics/v2_v3_migration/) before using this release.

> Starting from Helmsman v3.0.0 GA release, support for Helmsman v1.x will be limited to bug fixes.
The following are the most important changes:
- A new and improved logger.
- Restructuring the code.
- Parallelized decision making.
- Introducing the `context` stanza to define a context for each DSF. More details [here](docs/misc/merge_desired_state_files).
- Deprecating all the DSF stanzas related to Tiller.
- Deprecating the `purge` option for releases.
- The default value for `storageBackend` is now `secret`.
- The `stable` and `incubator` repos are no longer added by default and the `--no-default-repos` flag is deprecated.
- The `--suppress-diff-secrets` is deprecated. Diff secrets are suppressed by default.
- The `--no-env-values-subst` cmd flag is deprecated. Env vars substitution in values files is disabled by default. `--subst-env-values` is introduced to enable it when needed.
- The `--no-ssm-values-subst` cmd flag is deprecated. SSM vars substitution in values files is disabled by default. `--subst-ssm-values` is introduced to enable it when needed.
# Fixes and improvements:
- Fix overlocking issue when looking for untracked releases; PR #378
- Do not use --all-namespaces to find helm releases; PR #379
- Remove --purge from reInstall function; PR #381

# New features:
None, bug fix release

0 comments on commit 04d86c0

Please sign in to comment.