Releases: mgoltzsche/khelm
Releases · mgoltzsche/khelm
v1.0.0-beta.6
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
add chart hooks to the output
Release v1.0.0-beta.5
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
update to helm 3.5.4
Release v2.0.0-beta.4
Release v1.0.0-beta.4
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
- 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
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
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
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.