helmfile/pkg/state
Yusuke Kuoka 4688cf0132
Use gopkg.in/yaml.v2 for Helmfile v0.x (#609)
This should fix #435 for Helmfile v0.x releases since the next v0.150.0.
We introduce a new envvar to opt-in to the new YAML library, so that you can give it a shot before upgrading your Helmfile to v1. The same envvar can be used to opt-out of the new YAML library after you upgrade to Helmfile v1, giving you a more flexible migration story.

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
2023-01-04 18:17:24 +09:00
..
testdata fix env value lost in environment values (#605) 2022-12-27 09:48:07 +08:00
chart_dependency.go Use goccy/go-yaml for v1 / Prep bringing back go-yaml v2 for v0.x (#604) 2022-12-27 10:14:35 +09:00
chart_dependency_test.go fix: helmfile deps issue with oci repo 2022-10-09 08:56:52 +08:00
create.go fix env value lost in environment values (#605) 2022-12-27 09:48:07 +08:00
create_test.go Add the ability to specify a lock file (#432) 2022-11-12 08:59:56 +09:00
environment.go Add support for kubeContext in environments (#1675) 2021-03-23 18:06:53 +09:00
envvals_loader.go fix env value lost in environment values (#605) 2022-12-27 09:48:07 +08:00
envvals_loader_test.go fix env value lost in environment values (#605) 2022-12-27 09:48:07 +08:00
helmx.go optimize lint logic (#586) 2022-12-18 08:39:45 +08:00
release.go Use gopkg.in/yaml.v2 for Helmfile v0.x (#609) 2023-01-04 18:17:24 +09:00
release_error.go Fix misleading `helmfile diff` output (#1174) 2020-04-04 17:39:20 +09:00
release_filters.go Allow more characters in label selectors (#2064) 2022-03-09 20:38:29 +09:00
selector_test.go fix: helmfile template fails when selector matches a chart fetched with go-getter 2022-11-13 15:10:57 +08:00
state.go feat: `inherit` field for release template inheritance (#606) 2022-12-28 10:01:04 +09:00
state_exec_tmpl.go feat: `inherit` field for release template inheritance (#606) 2022-12-28 10:01:04 +09:00
state_exec_tmpl_test.go Use gopkg.in/yaml.v2 for Helmfile v0.x (#609) 2023-01-04 18:17:24 +09:00
state_gogetter_test.go Prevent excessive log in tests 2022-10-11 06:19:32 +09:00
state_run.go fix: helmfile template fails when selector matches a chart fetched with go-getter 2022-11-13 15:10:57 +08:00
state_test.go fix(#507): support assign --post-renderer within helmfile flags and helmdefault or release config 2022-12-13 13:12:07 +08:00
storage.go Introduce Helmfile's own filesystem abstraction to correctly unit test some components (#307) 2022-08-24 12:58:43 +09:00
storage_test.go Prevent excessive log in tests 2022-10-11 06:19:32 +09:00
temp.go fix lint error 2022-08-13 07:40:32 +08:00
temp_test.go feat: `inherit` field for release template inheritance (#606) 2022-12-28 10:01:04 +09:00
types.go Rename module to github.com/helmfile/helmfile 2022-05-18 10:05:07 -04:00
util.go Avoid --skip-refresh on local charts (#541) 2022-12-13 13:12:07 +08:00
util_test.go Add support for ChartCenter (#1492) 2020-09-21 15:31:24 +09:00