Skip to content

Releases: mkubaczyk/helmsman

v4.0.5

08 Jan 10:09

Choose a tag to compare

Changelog

Fixes

Chore

Docker Images

Helm 4 (Recommended)

Default build with Helm v4.0.4:

docker pull ghcr.io/mkubaczyk/helmsman:latest
docker pull ghcr.io/mkubaczyk/helmsman:v4.0.5
docker pull ghcr.io/mkubaczyk/helmsman:v4.0.5-helm4
docker pull ghcr.io/mkubaczyk/helmsman:v4.0.5-helm4.0.4

Helm 3

Build with Helm v3.19.4:

docker pull ghcr.io/mkubaczyk/helmsman:v4.0.5-helm3
docker pull ghcr.io/mkubaczyk/helmsman:v4.0.5-helm3.19.4

v4.0.4

22 Dec 10:30

Choose a tag to compare

Changelog

Fixes

  • 8de09c7: fix: rely on AWS SDK error propagation for missing credentials (@mkubaczyk)

Chore

  • 24fa1e9: chore(build): add github summary to goreleaser and build jobs (@mkubaczyk)
  • a857cf9: chore(build): do not run tests on push, rely on build workflow executing them instead (@mkubaczyk)
  • 4a3823a: chore(ci): add autogenerated release notes with goreleases (@mkubaczyk)
  • e5632c3: chore(ci): fix build skipped on push to master (@mkubaczyk)
  • 28f7f23: chore(ci): run commitlint together with tests (@mkubaczyk)
  • 0544f2d: chore(deps): bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0 (@dependabot[bot])

Others

v4.0.3

16 Dec 18:51

Choose a tag to compare

v4.0.3

New feature

Fixes and improvements

  • Support helm v4

Changes

v4.0.2

14 Dec 21:05

Choose a tag to compare

v4.0.2

New feature

Fixes and improvements

Changes

  • Updated versions and dependencies

v4.0.1

05 May 20:24
74be897

Choose a tag to compare

v4.0.1

We decided to cut this off as major release, as we've changed the repository owner, build flow and docker image reference.

New feature

Fixes and improvements

  • Fix not updated version in built artifacts

Changes

  • [Breaking] Changed Docker image to ghcr.io/mkubaczyk/helmsman, we will no longer support praqma/helmsman
  • Changed CircleCI-based build to Github Actions

v4.0.0

05 May 20:10
abff1af

Choose a tag to compare

v4.0.0

We decided to cut this off as major release, as we've changed the repository owner, build flow and docker image reference.

New feature

Fixes and improvements

Changes

  • [Breaking] Changed Docker image to ghcr.io/mkubaczyk/helmsman, we will no longer support praqma/helmsman
  • Changed CircleCI-based build to Github Actions

v3.18.0

25 Mar 23:11
88efabb

Choose a tag to compare

v3.18.0

New feature

Fixes and improvements

  • Create namespace with labels & annotations in a single request (#935)
  • Update go to 1.24 (#945)

v3.17.1

29 Sep 11:13

Choose a tag to compare

v3.17.1

New feature

  • Allow recursive environment variable expansion (#793)

Fixes and improvements

  • Updated dependencies (dependabot)
  • Fixed priorities when loading multiple spec files (#781)
  • Improved docs (#807)

v3.17.0

20 Jul 08:26

Choose a tag to compare

v3.17.0

New feature

  • Add support for hiera-eyaml-gkms (#776)
  • Add optioned recursive environment variables expansion (#793)

Fixes and improvements

  • Remove 'priority' field from -spec docs (#781)

v3.16.4

10 Feb 07:36

Choose a tag to compare

v3.16.4

Fixes and improvements

  • Dependency version upgrades
  • Fixed helm-vault decryption (#759)
  • Documentation fixes (#753)