Releases: roboll/helmfile
v0.144.0
What's Changed
- Update README.md by @qb-abdul in #2105
- Add .StateValues as alias of .Values in EnvironmentTemplateData by @itscaro in #2056
- Add template function isFile by @itscaro in #2045
- Enhance support for kube-version and api-versions by @mumoshu in #2121
New Contributors
Full Changelog: v0.143.5...v0.144.0
v0.143.5
v0.143.4: Bump chartify to v0.9.4 (#2114)
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
Full Changelog: v0.143.2...v0.143.3
v0.143.2
v0.143.1
What's Changed
- Add
--skip-tests
to helmfile template command by @drivelikebrazil in #2057 - Fix context of the ReadDir templating function by @nlueb in #2058
- Fix readdir regression while merging by @mumoshu in #2061
- feat: Add --suppress option for diff and apply commands by @sjentzsch in #2077
- enable get() to be used with alias $.StateValues by @itscaro in #2081
- Use os.UserCacheDir()/helmfile to store downloaded artifacts instead of relative .helmfile directory by @itscaro in #2022
- Fix various golangci-lint errors by @Sajfer in #2059
- add integration tests for helm v3.8.0 by @itscaro in #2085
- Update USERS.md by @yohanb in #2089
- Allow more characters in label selectors by @Sajfer in #2064
- Make release template to work on
needs
by @mumoshu in #2099 - Stop panic when deduplicating releases by @Sajfer in #2067
- Bump chartify to v0.9.2 by @mumoshu in #2102
New Contributors
- @drivelikebrazil made their first contribution in #2057
- @sjentzsch made their first contribution in #2077
- @Sajfer made their first contribution in #2059
- @yohanb made their first contribution in #2089
Full Changelog: v0.143.0...v0.143.1
v0.143.0: Fix panic on normalizing path containing .. (#2042)
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
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)
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
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)