Skip to content

Releases: roboll/helmfile

v0.144.0

31 Mar 02:03
be5af8e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.143.5...v0.144.0

v0.143.5

29 Mar 00:45
9b621b3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.143.4...v0.143.5

v0.143.4: Bump chartify to v0.9.4 (#2114)

25 Mar 00:38
04c379b
Compare
Choose a tag to compare
This release fixes an issue when you tried to chartify a local chart whose directory name does not match the name of the chart defined in Chart.yaml.

See https://github.com/variantdev/chartify/releases/tag/v0.9.4 for more information.

v0.143.3

24 Mar 02:20
Compare
Choose a tag to compare

Full Changelog: v0.143.2...v0.143.3

v0.143.2

24 Mar 01:36
f65d1e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.143.1...v0.143.2

v0.143.1

14 Mar 10:33
185bc82
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.143.0...v0.143.1

v0.143.0: Fix panic on normalizing path containing .. (#2042)

10 Jan 09:04
9e9a90f
Compare
Choose a tag to compare

9e9a90f (HEAD, tag: v0.143.0, origin/master, origin/HEAD, master) Fix panic on normalizing path containing .. (#2042)
c069fbf add cleanup to write-values & lint to harmonise this flag (#2021)
346e318 Correct enabled property in helmfile list (#1921)
753de35 Add readDir as a templating function (#1934)
16f1961 Set postsync and cleanup error (#2009)
8bdf377 Bump sprig library to v3.2.1 (#1880)
9e58082 Allow users other than root to use helm plugins (#1766)
4d01edd Added example ArgoCD + helmfile deployment (#1882)
91aa0ac Update README.md
1735fb5 Bump helm-diff to version 3.3.1 (#2041)
fe8a176 feat: Option to pass kubeVersion to helm template (#2002)
94f9953 support apple silicon builds (#2032)
578c559 Bumped go-getter to v1.5.9 (#1982)
b101f9f Fix capitalization of disableOpenAPIValidation config in README (#2003)
170e29a bump to go 1.17.3 with alpine 3.13 (#2024)
554cbc1 upgrade vals allowing for the use of the AzureRM terraform backend (#2029)
d34dc7b Add support for --insecure-skip-tls-verify flag on helm repo add command (#1990)
1986cb3 feat: Add go-getter support to load base helmfiles (#1998)
9efb7af Do fail on a possible typo in needs entries (#2026)
3d7b428 Fix typo in README (#2006)

Build Info

v0.142.0

04 Nov 01:14
ca6dd7a
Compare
Choose a tag to compare

Build Info

What's Changed

  • Add support for transitive dependencies (needs). by @pjotre86 in #1983
  • Add documentation for needs parameterization. by @pjotre86 in #1987
  • Process feedback for pr 1983 by @pjotre86 in #1992
  • Make .Environment values available in .gotmpl files. by @pjotre86 in #2000

New Contributors

  • @pjotre86 made their first contribution in #1983

Full Changelog: v0.141.0...v0.142.0

v0.141.0: Support Helm 3.7.0's reworked OCI support (#1970)

04 Oct 00:31
9a0ce53
Compare
Choose a tag to compare

9a0ce53 (HEAD, tag: v0.141.0, origin/master, origin/HEAD, master) Support Helm 3.7.0's reworked OCI support (#1970)

Build Info

Fix bugs for patching and write-values, Add Debian and Ubuntu based Dockerfiles

14 Sep 07:28
787e6c8
Compare
Choose a tag to compare

787e6c8 (HEAD, tag: v0.140.1, origin/master, origin/HEAD, master) ubuntu docker based image for helmfile (#1863)
724b4b3 readme: fix wrong paths for environments on conf example (#1885)
2792ef7 bug: write-values deletes provided --values files. (#1905)
f57b510 Fix json patches and strategic patches to do work when there was only one resource in the targeted chart/directory (#1962)
7845ccc Stop integration test for Helm 2.17.0 (#1961)
e1cabc8 Add support for --validate on chartify (#1960)
0f91f2c Add IKEA to users. (#1925)
8594944 Update writing-helmfile.md (#1937)
ae438c8 Add more examples for remote env value files (#1938)
ad2f8e8 Add debian docker image, drop helm2, upgrade packages. (#1956)

Build Info