Skip to content

Releases: mumoshu/terraform-provider-helmfile

v0.7.1

13 Sep 11:15
Compare
Choose a tag to compare

Changelog

df8701d Add provider setting max_diff_output_len(default 4096) to snip too long helmfile-diff output
acf938b Prepend the args to command output logs
59c4b1a Fix plan to not ignore unexpected helmfile-diff errors when kubeconfig is empty
d191353 Fix incorrect running helmfile command log

v0.7.0

11 Sep 01:33
Compare
Choose a tag to compare

Changelog

92a13ac Add TF_HELMFILE_PROFILE=mem TF_HELMFILE_PROFILE_PATH=path/to/dir for memory profiling

v0.6.0

09 Sep 12:19
38ec39c
Compare
Choose a tag to compare

Changelog

38ec39c add parameter releases values (#35)

v0.5.3

09 Sep 12:12
Compare
Choose a tag to compare

Changelog

122d701 Ignore helmfile-diff error when the kubeconfig is not generated yet

v0.5.2

08 Sep 12:10
Compare
Choose a tag to compare

Changelog

86f6704 Fix failing helm-diff installation before helm is installed, when helm_version is set

v0.5.1

08 Sep 07:49
Compare
Choose a tag to compare

Changelog

d18ce98 Add missing file

v0.4.3

08 Sep 01:48
Compare
Choose a tag to compare

Changelog

681ecb3 fix: Enable running plan/destroy when helmfile_release_set kubeconfig depends on another, missing resource

v0.4.2

08 Sep 01:08
Compare
Choose a tag to compare

Changelog

8ec7861 Make various error meesages a bit more specific for easier debugging
93066d3 feat: helmfile_releaset_set.kubeconfig as an alternative to environment_variables.KUBECONFIG

v0.4.1

02 Sep 11:24
Compare
Choose a tag to compare

Changelog

5d9e74d Make helmfile_release_set.environment to be "" by default, instead of "helm"

v0.4.0

30 Aug 03:23
Compare
Choose a tag to compare

Changelog

9124d88 Change github actions workflow job name for validating test deps
1207adb Stabilize diff_output for helmfile v0.126.0+
a9c907b Add missing "sp" chart repo for testing
e9c24ff Setup test K8s cluster on CI
fccaa07 Install test dependencies on CI
8e7b4a3 Note that Helmfile v0.126.0 or greater is recommended
f108f58 Use helmfile build --embed-values for diff_output stabilization for Helmfile v0.126.0 or greater
4dbef80 Allow using alternative go binary on build
0bf58b5 Add pid and ppid to log messages
f37c1ae Locally passing acceptance test
ff3d95c Rename pkg/tfhelmfile to pkg/helmfile
5d06084 Refactoring the whole code-base to prepare for embedded use-cases
645aa1f Enhance CustomizeDiff implementation to better support integration with other providers