Skip to content

Releases: Praqma/helmsman

v3.5.1

10 Nov 14:57
Compare
Choose a tag to compare

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

09 Nov 07:59
Compare
Choose a tag to compare

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:

  • Add --always-upgrade flag; PR #534
  • Add retryExec func for getting cluster status methods; PR #540

v3.4.6

08 Oct 15:14
Compare
Choose a tag to compare

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

06 Oct 09:26
Compare
Choose a tag to compare

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 the helm 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

16 Jun 06:46
Compare
Choose a tag to compare

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

03 Jun 07:01
Compare
Choose a tag to compare

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

26 May 08:19
Compare
Choose a tag to compare

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:

  • Fix panic error when env vars are not set. PR #477
  • Performance improvments. PR #445

New features:

None.

v3.4.1

15 May 14:36
Compare
Choose a tag to compare

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

13 May 11:39
Compare
Choose a tag to compare

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:

  • Add lifecycle hooks into Helmsman; PR #421
  • Support for using --history-max helm upgrade flag; PR #460
  • Support the Helm --set-file flag; PR #444

v1.13.3

08 May 10:13
Compare
Choose a tag to compare

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