helmfile/pkg
Yusuke Kuoka 8c130a4fa7
fix: Make the forbid-env-with-releases policy strict on v1 (#683)
Currently, both v0 and v1 warns any usage of environments with releases within the same helmfile part.

It should rather be an error for v1, as proposed in https://github.com/helmfile/helmfile/blob/main/docs/proposals/towards-1.0.md#forbid-the-use-of-environments-and-releases-within-a-single-helmfileyaml-part.

Follow-up for #592

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
2023-02-08 09:09:12 +08:00
..
app breaking: Fix the inherit feature to support multi-inheritance (#674) 2023-02-07 08:18:19 +08:00
argparser Drop Helm v2 support (#613) 2023-01-17 09:24:47 +09:00
config add --skip-charts for destroy for disable prepare charts (#637) 2023-01-21 11:54:59 +09:00
environment fix env value lost in environment values (#605) 2022-12-27 09:48:07 +08:00
envvar Use gopkg.in/yaml.v2 for Helmfile v0.x (#609) 2023-01-04 18:17:24 +09:00
errors fix incorrent exit code 2022-09-13 08:23:55 +08:00
event Fixes for updates from rebase 2022-09-19 08:55:44 +09:00
exectest Avoid --skip-refresh on local charts (#541) 2022-12-13 13:12:07 +08:00
filesystem Allow helmfile statefile to passed by stdin (#520) 2022-11-22 11:34:05 +08:00
helmexec Drop Helm v2 support (#613) 2023-01-17 09:24:47 +09:00
maputil Use goccy/go-yaml for v1 / Prep bringing back go-yaml v2 for v0.x (#604) 2022-12-27 10:14:35 +09:00
plugins add Go lint 2022-07-16 20:21:11 +08:00
policy fix: Make the forbid-env-with-releases policy strict on v1 (#683) 2023-02-08 09:09:12 +08:00
remote Remove unused go-getter driver funcs (#643) 2023-01-22 16:06:43 +08:00
runtime Use gopkg.in/yaml.v2 for Helmfile v0.x (#609) 2023-01-04 18:17:24 +09:00
state breaking: Fix the inherit feature to support multi-inheritance (#674) 2023-02-07 08:18:19 +08:00
testhelper Prevent excessive log in tests 2022-10-11 06:19:32 +09:00
testutil add Go lint 2022-07-16 20:21:11 +08:00
tmpl Enhance tpl func test (#619) 2023-01-07 11:04:52 +08:00
yaml Use goccy/go-yaml fork to not break dynamic values on helmfile v1 (#675) 2023-02-06 11:39:27 +08:00