Releases: mgoltzsche/khelm
Releases · mgoltzsche/khelm
Release v2.0.0-beta
- Provides Helm 3 support.
- Introduces go module and config schema version v2.
- Adds --skip-crds option/excludeCRDs field.
Release v1.0.0-beta
v1.0.0-alpha.3 1.0.0 alpha 3 release
Release v1.0.0-alpha.2
1.0.0 alpha 2 release. go module version fixed
Release v1.0.0-alpha1
v1 alpha release.
- Adds kpt support.
- Adds general helm template like CLI.
- Supports helm 2.17.0.
- Adds
forceNamespace
config field to overwrite the namespace on all resources opposed tonamespace
which is just provided as default for Helm now. - Adds
kubeVersion
config field. - Removes the explicit
lockFile
config field (but keep Helm'srequirements.lock
behaviour) - for reliable auditing/preservation of a chart's contents please store its templated output within git or rather use a kpt-based workflow. - Allows to explicitly enforce that only repositories listed within repositories.yaml are used or to trust in any repository.
v0.9.2
fix lockFile, support local charts, remove go-getter chart URL support
v0.9.1
v0.9.0-beta
first beta release