Skip to content

Releases: Praqma/helmsman

v3.6.9

30 Apr 08:27
Compare
Choose a tag to compare

v3.6.9

Fixes and improvements

  • Fixed and issue that in some cases would lead local files to be truncated. (#606)

v3.6.8

30 Apr 09:57
Compare
Choose a tag to compare

v3.6.8

Fixes and improvements

  • Updated helm to the latest version, we now have Docker images for the last patch version of the latest 3 minor helm versions.
  • Improved error handling for shell out commands. (#601)

v3.6.7

07 Apr 21:52
Compare
Choose a tag to compare

v3.6.7

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

  • Updated the Docker images to use the latest helm version (#597)
  • Replaced the deprecated helm-secrets repo with the new one (#595)
  • Fised issue preventing the proper expansion of paths for executable hooks (#594)
  • Helmsman will now skip helm tests in dry-run mode (#593)
  • Dont expect a username and password if the caClient cert is present (#592)
  • Added flag to skip helm repo updates (#590)

v3.6.6

13 Mar 13:35
Compare
Choose a tag to compare

v3.6.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 race condition when applying namespace quotas (#589)

v3.6.5

10 Mar 15:40
Compare
Choose a tag to compare

v3.6.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

  • Fixed issue when the path to a file would match a URL schema prefix (#587).

v3.6.4

25 Jan 12:44
Compare
Choose a tag to compare

v3.6.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

  • Fixed issue when decrypting multiple files would result in an error (#575).
  • Fixed issue when resolving hooks paths (#569).
  • Added support for MS Teams notifications (#574).
  • Updated library dependencies.

v3.6.3

12 Jan 17:48
Compare
Choose a tag to compare

v3.6.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

  • Fixed missing diff on chart version change (#557)
  • Fixed checking for updates on disabled releases (#557)
  • Fixed segmentation fault on slack notifications (#559)
  • Fixed failure to remove untracked releases (#566)
  • The debug flag is now passed down to the helm commands (#568)
  • Improved error reporting (#568)

v3.6.2

25 Nov 18:01
Compare
Choose a tag to compare

v3.6.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

  • Commands will optionally (Verbose) log stdout on non-zero exit code (#554)
  • helm test command will run immediately after install / upgrade (before hooks and labelling). (#553)
  • Add test cases for readState; improved error handling and small order-of-operations refactor. (#552)

v3.6.1

24 Nov 11:40
Compare
Choose a tag to compare

v3.6.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

  • Fixed NPE when no config is passed to the NSs (#551)
  • Fixed wrong detection of executable hook (#549)

v3.6.0

23 Nov 14:57
Compare
Choose a tag to compare

v3.6.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.

New failures

  • Lifecycle hooks can now be shell commands or script in addition to k8s resources (#543)
  • The Helm release secrets are annotated with the result from the lifecycle hooks

Fixes and improvements

  • Code cleanup
  • Performance improvements (#543; #545; #547)
  • Fixed a bug when the chart is renamed (#546)