Skip to content

Commit

Permalink
Release v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Kubaczyk committed Jan 22, 2020
1 parent 5b87432 commit 1925def
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.0.1
v3.0.2
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.1"
appVersion = "v3.0.2"
tempFilesDir = ".helmsman-tmp"
defaultContextName = "default"
resourcePool = 10
Expand Down
8 changes: 4 additions & 4 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# v3.0.1
# v3.0.2

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.
# 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
- Add concurrency limit on goroutines for getting release state and decision makers; PR #395
- Add second 'Updated' time layout to parser for release state; PR #393
- Fix unmarshal issue for quoted version in Chart.yaml; PR #389

# New features:
None, bug fix release

0 comments on commit 1925def

Please sign in to comment.