Skip to content

Releases: mumoshu/helm-x

v0.8.1

29 May 01:08
c305fcd
Compare
Choose a tag to compare

Changelog

c305fcd Bump chartify (#31)
a55d462 Extract the "chartify" functionality out of this project
71edddf Fix helm-x installation issue (#25)
b1cb295 Add friendly comments in examples/kustomize/values.yaml

v0.8.0

27 Mar 01:45
Compare
Choose a tag to compare

Changelog

ac3acdc Update plugin.yaml
51e0c77 feat: Helm 3 support

v0.7.2

09 Jul 04:10
Compare
Choose a tag to compare

Changelog

00c46ef Update plugin.yaml

v0.7.1

09 Jul 04:06
Compare
Choose a tag to compare

Changelog

bf40967 Update a comment to have the proper flag name (#19)

v0.7.0

25 Jun 05:06
Compare
Choose a tag to compare

Changelog

8122ba6 Fix logic causing manifests to be duplicated (#18)
9c52715 Support Kustomize plugins (#17)
9e10334 fix: code format

v0.6.0

20 Jun 14:56
Compare
Choose a tag to compare

Changelog

573d1b1 Create a child app when creating a chart from kustomize (#16)
7851fed Allow to use the secrets storage backend when adopting (#15)
ea19fa5 Discover the active namespace and tiller namespace (#14)

v0.5.3

19 Jun 18:34
Compare
Choose a tag to compare

Changelog

febcd3c fix: missing --version for diff

v0.5.2

19 Jun 18:06
Compare
Choose a tag to compare

Changelog

9474d9a add diff --reset-values

v0.5.1

11 Jun 13:42
Compare
Choose a tag to compare

Changelog

92849cc bump to 0.5.1
3a3d0bb fix: Info call has possible formatting directive %s
38bbdfe install helm for CI

v0.4.1

10 Jun 05:14
Compare
Choose a tag to compare

Changelog

e407fd9 fix: do bump release version in --include-release-configmap and --include-release-secret
20ac2ec fix "resource name may not be empty" error on running helm test against the release installed via template --include-release-*
e6e56c7 fix panicing on running helm-x
140f803 Various cleanups
1dd1bb3 Move all the reusable functionalities to the x pkg
effbc59 Make various functions and struts ready for use as a library
d608253 Make "chartify" a bit more documented and reusable
e62b040 feat: render k8s manifests AND helm release cm/secret a.k.a kubectl apply to "install chart(s)"
99d9f95 rename --as-release to --include-release-configmap