Skip to content

Releases: Praqma/helmsman

v3.7.7

25 Oct 12:06
Compare
Choose a tag to compare

v3.7.7

Fixes and improvements

  • feat: Add namespaceLabelsAuthoritative settings option to allow removing undefined ns labels (#631)

v3.7.6

14 Oct 10:33
Compare
Choose a tag to compare

v3.7.6

Fixes and improvements

  • fix: retry on issues when adding helm repository (#630)

v3.7.5

21 Sep 13:49
Compare
Choose a tag to compare

v3.7.5

Fixes and improvements

  • fix: unknown command "chart" for "helm" (#628)

v3.7.4

18 Sep 20:16
Compare
Choose a tag to compare

v3.7.4

Fixes and improvements

  • feat: support the new OCI implementation from helm 3.7.0 (#627)
  • chore: updated the project to use Go 1.17

v3.7.3

28 Aug 16:23
Compare
Choose a tag to compare

v3.7.3

Fixes and improvements

  • feat: allow setting helm diff flags (#620)
  • fix: the release protection flag should be respected even when destroying (#622)
  • fix: Pass error to user if we fail to correctly pull or export oci chart images (#619)
  • refactor: code clean up

v3.7.2

08 Jul 15:20
Compare
Choose a tag to compare

v3.7.2

Fixes and improvements

  • fixed an issue with yaml marshalling when merging multiple files

v3.7.1

11 Jun 21:52
Compare
Choose a tag to compare

v3.7.1

Fixes and improvements

  • fixed an issue with checking chart versions (#613)
  • hide tokens and passwords from the logs (#615)

v3.7.0

19 May 18:51
Compare
Choose a tag to compare

v3.7.0

New features

v3.6.11

14 May 15:51
Compare
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
Compare
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.