Skip to content

Releases: mkubaczyk/helmsman

v3.7.0

19 May 18:51

Choose a tag to compare

v3.7.0

New features

v3.6.11

14 May 15:51

Choose a tag to compare

v3.6.11

Fixes and improvements

  • fix: dont force updates on repo add if the no-update flag is passed
  • refactor: cleanup config files
  • refactor: use errors instead of bool + string
  • fix: the repo name is the fisrt element only
  • chore: remove references to deprecated helm repos
  • fix: --server-dry-run was deprecated in kubectl 1.18

v3.6.10

07 May 19:36

Choose a tag to compare

v3.6.10

Fixes and improvements

  • Added stdout and stderr to all errors returned from cmd.Exec() to avoid dropping relevant information.

v3.6.9

30 Apr 08:27

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

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

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

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

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

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

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)