Skip to content

Commit

Permalink
Release v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Kubaczyk committed Apr 15, 2020
1 parent c1a634d commit 5b91228
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.2.0
v3.3.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=v3.2.0&x2=0)](https://github.com/Praqma/helmsman/releases) [![CircleCI](https://circleci.com/gh/Praqma/helmsman/tree/master.svg?style=svg)](https://circleci.com/gh/Praqma/helmsman/tree/master)
[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=v3.3.0&x2=0)](https://github.com/Praqma/helmsman/releases) [![CircleCI](https://circleci.com/gh/Praqma/helmsman/tree/master.svg?style=svg)](https://circleci.com/gh/Praqma/helmsman/tree/master)

![helmsman-logo](docs/images/helmsman.png)

Expand Down
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.2.0"
appVersion = "v3.3.0"
tempFilesDir = ".helmsman-tmp"
defaultContextName = "default"
resourcePool = 10
Expand Down
16 changes: 4 additions & 12 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# v3.2.0
# v3.3.0

If you migrating from Helmsman v1.x, it is recommended you read the [migration guide](https://github.com/Praqma/helmsman/blob/master/docs/how_to/misc/migrate_to_3.md) 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:
- Disable checking helm-secrets plugin installed when hiera-eyaml used for secrets; PR #408
- Make decide exiting on pending-upgrade chart state; PR #409
- Changes to standard output and Slack messages; PR #410
- Fix local charts installation not being idempotent; PR #411
- Fix destroy command when repo cache is not up to date; PR #416
- Fix namespace limits defined in TOML not properly parsed; PR #422
- Fix race condition when applying limit ranges to multiple namespaces; PR #429

- Add DRY-ed examples using appsTemplates; PR #425

# New features:
- Add `--context-override` flag to skip fetching context name from releases state; PR #420
- Add `no-cleanup` flag to optionally keep k8s credentials on host; PR #423
- Add `--migrate-context` flag support renaming helmsman contexts and enable smooth migration of helm 2 releases to 3; PR #427
- Add `--p` flag to define parallel apps installation/upgrade for those with the same priority defined in DSF; PR #431
- Add Namespace's resource quotas to DSF; PR #384

0 comments on commit 5b91228

Please sign in to comment.