Releases: Praqma/helmsman
v3.5.1
v3.5.1
If you migrating from Helmsman v1.x, it is recommended you read the migration guide 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:
- Add retryExec func for helm diff; PR #542
v3.5.0
v3.5.0
If you migrating from Helmsman v1.x, it is recommended you read the migration guide 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:
- Handle default app name even when --skip-validation is used; PR #526
- extractChartName works now even when only dev versions are published; PR #532
- Remove references to the deprecated stable repository; PR #533
- Fix no labels on first failed deploy with running release labeling as defer before release exec; PR #541
New features:
v3.4.6
v3.4.6
If you migrating from Helmsman v1.x, it is recommended you read the migration guide 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:
- Fixed an issue that would prevent Helmsman from recognizing releases after helm tests were executed.
New features:
Bug fix release, not new features
None.
v3.4.5
v3.4.5
If you migrating from Helmsman v1.x, it is recommended you read the migration guide 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:
- Added
--force-update
to thehelm repo add
command to support helm v3.3.3+ - Removed duplicated user and password when adding helm repos.
- Added missing packages to the final docker image.
- Updated some dependencies versions.
- Helm tests are now execurted as the last command after the hooks.
New features:
- Added post-render option.
None.
v3.4.4
v3.4.4
If you migrating from Helmsman v1.x, it is recommended you read the migration guide 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 missing valid parallel run for cmd exec after hooks were introduced; PR #491
- Fix issue when nil is passed to execCommand for deletion of an untracked release; PR #489
New features:
None.
v3.4.3
v3.4.3
If you migrating from Helmsman v1.x, it is recommended you read the migration guide 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:
- Run helm tests also when upgrading chart . PR #484
New features:
None.
v3.4.2
v3.4.2
If you migrating from Helmsman v1.x, it is recommended you read the migration guide 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:
New features:
None.
v3.4.1
v3.4.1
If you migrating from Helmsman v1.x, it is recommended you read the migration guide 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:
- Validate env vars used in DSF (and other) files are set in th environment before expanding them. PR #463
- Pass chart version to helm show commands to avoid errors with develop chart versions. PR #464
- Report the right error messages when releases are in pending state. PR #465
- Randomize Helmsman's temporary file names to avoid errors when using the same file basename multiple times. PR #470
New features:
None.
v3.4.0
v3.4.0
If you migrating from Helmsman v1.x, it is recommended you read the migration guide 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:
- Respect dry-run flag with kubectl commands; PR #462
- Add gnupg to Docker image; PR #449
- Allow absolute paths for values/secrets/etc files; PR #459
- Fix inconsistent helm args between install and upgrade; PR #458
New features:
v1.13.3
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
Fixes and improvements:
- 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