Skip to content

Releases: mgoltzsche/khelm

v1.0.0-beta.6

17 Oct 23:20
8a15f86
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release

Changelog

8a15f86 fix(release): also push arch tag to ghcr
f522ddc fix(release): also push separate tag per arch
1187ff5 fix(release): use buildx
303cd63 fix(release): use fqdn for local image names
7020e70 fix: solve issues found by linters

Docker images

  • docker pull docker.io/mgoltzsche/khelm:1
  • docker pull ghcr.io/mgoltzsche/khelm:1
  • docker pull docker.io/mgoltzsche/khelm:1.0.0-beta.6
  • docker pull ghcr.io/mgoltzsche/khelm:1.0.0-beta.6

Release v2.0.0-beta.6

23 May 01:13
e33800a
Compare
Choose a tag to compare
Release v2.0.0-beta.6 Pre-release
Pre-release
add chart hooks to the output

Release v1.0.0-beta.5

23 May 00:52
e73b021
Compare
Choose a tag to compare
release v1.0.0-beta.5

* fix dependency resolution
* fix build on OSX (#17)
* make helm hook output configurable

Release v2.0.0-beta.5

07 May 22:03
2e95bfd
Compare
Choose a tag to compare
update to helm 3.5.4

Release v2.0.0-beta.4

07 Mar 17:13
3bad288
Compare
Choose a tag to compare

2.0.0-beta.4 release

  • Expands list resources (#14).
  • fix: adds kpt output path annotations also when a resource declares an empty annotations field (#13).

Release v1.0.0-beta.4

07 Mar 17:01
f1b6dc2
Compare
Choose a tag to compare
1.0.0-beta.4 release

* Expands list resources (#14).
* fix: adds kpt output path annotations also when a resource declares an empty annotations field (#13).

Release v2.0.0-beta.3

05 Mar 22:29
9ac6a1b
Compare
Choose a tag to compare
  • update to Helm 3.5.2
  • add outputPathMapping field - explicitly map resources to output paths.
  • add incude field - pick certain resources from the chart output.
  • the template CLI command creates the output parent directories now if they don't exist.

Release v1.0.0-beta.3

05 Mar 22:18
a2734e0
Compare
Choose a tag to compare
features:
* add `outputPathMapping` field - explicitly map resources to output paths.
* add `incude` field - pick certain resources from the chart output.
* the `template` CLI command create the output parent directories now if they don't exist.

Release v2.0.0-beta.2

07 Feb 20:59
2abc383
Compare
Choose a tag to compare
v2.0.0-beta.2 release.

* add replaceLockFile option: enable dependency auto reload when lock file is out of sync.
* make container image uid agnostic.
* dependency update.

Release v1.0.0-beta.2

07 Feb 20:44
0db2d37
Compare
Choose a tag to compare
v1.0.0-beta.2 release.

* add replaceLockFile option: enable dependency auto reload when lock file is out of sync.
* make container image uid agnostic.
* fix build version (previously the version command printed the v2 tag instead of the v1 tag from master).
* dependency update.