Skip to content

Releases: mgoltzsche/khelm

Release v2.0.0-beta

13 Dec 22:22
b455984
Compare
Choose a tag to compare
  • Provides Helm 3 support.
  • Introduces go module and config schema version v2.
  • Adds --skip-crds option/excludeCRDs field.

Release v1.0.0-beta

13 Dec 22:17
3862cb3
Compare
Choose a tag to compare
v1.0.0-alpha.3

1.0.0 alpha 3 release

Release v1.0.0-alpha.2

12 Dec 00:51
7a6eebb
Compare
Choose a tag to compare
Pre-release
1.0.0 alpha 2 release.

go module version fixed

Release v1.0.0-alpha1

10 Dec 22:00
fb007d7
Compare
Choose a tag to compare
Release v1.0.0-alpha1 Pre-release
Pre-release

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 to namespace which is just provided as default for Helm now.
  • Adds kubeVersion config field.
  • Removes the explicit lockFile config field (but keep Helm's requirements.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

01 Oct 00:16
68c8224
Compare
Choose a tag to compare
fix lockFile, support local charts, remove go-getter chart URL support

v0.9.1

25 Sep 22:42
d08f978
Compare
Choose a tag to compare

new features:

  • support requirements lock (#1).
  • use repo authentication specified within helm home (#2).
  • add field apiVersions to support helm's .Capabilities.APIVersions.Has (#7).

v0.9.0-beta

05 Aug 22:17
Compare
Choose a tag to compare
first beta release