helmfile/pkg/state
Yusuke Kuoka fc027d1538
breaking: Fix the inherit feature to support multi-inheritance (#674)
* breaking: Fix the inherit feature introduced in Helmfile v0.150.0 for multi-inheritance

Follow-up for #435
Addresses https://github.com/helmfile/helmfile/discussions/656#discussioncomment-4877360 towards Helmfile v1

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

* Print a deprecation warning on releases[].inherit of map

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>

---------

Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
2023-02-07 08:18:19 +08:00
..
testdata fix env value lost in environment values (#605) 2022-12-27 09:48:07 +08:00
chart_dependency.go Drop Helm v2 support (#613) 2023-01-17 09:24:47 +09:00
chart_dependency_test.go fix: helmfile deps issue with oci repo 2022-10-09 08:56:52 +08:00
create.go feat: Add missingFileHandlerConfig.ignoreMissingGitBranch (#645) 2023-01-23 17:27:00 +08:00
create_test.go feat: mark deprecated args and cmd for v1 (#628) 2023-01-14 23:43:05 +08:00
environment.go feat: Add missingFileHandlerConfig.ignoreMissingGitBranch (#645) 2023-01-23 17:27:00 +08: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 Drop Helm v2 support (#613) 2023-01-17 09:24:47 +09:00
release.go Drop Helm v2 support (#613) 2023-01-17 09:24:47 +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 breaking: Fix the inherit feature to support multi-inheritance (#674) 2023-02-07 08:18:19 +08:00
state_exec_tmpl.go breaking: Fix the inherit feature to support multi-inheritance (#674) 2023-02-07 08:18:19 +08:00
state_exec_tmpl_test.go Drop Helm v2 support (#613) 2023-01-17 09:24:47 +09:00
state_gogetter_test.go Prevent excessive log in tests 2022-10-11 06:19:32 +09:00
state_run.go Drop Helm v2 support (#613) 2023-01-17 09:24:47 +09:00
state_test.go feat: Reset values flag (#602) 2023-01-17 09:34:37 +09:00
storage.go feat: Add missingFileHandlerConfig.ignoreMissingGitBranch (#645) 2023-01-23 17:27:00 +08:00
storage_test.go feat: Add missingFileHandlerConfig.ignoreMissingGitBranch (#645) 2023-01-23 17:27:00 +08:00
temp.go fix lint error 2022-08-13 07:40:32 +08:00
temp_test.go breaking: Fix the inherit feature to support multi-inheritance (#674) 2023-02-07 08:18:19 +08:00
types.go Rename module to github.com/helmfile/helmfile 2022-05-18 10:05:07 -04:00
util.go Drop Helm v2 support (#613) 2023-01-17 09:24:47 +09:00
util_test.go Add support for ChartCenter (#1492) 2020-09-21 15:31:24 +09:00