helmfile/pkg/tmpl
yxxhero b52ca9ae04
refactor(yaml): upgrade from gopkg.in/yaml.v2 to v3 (#2039)
* refactor(yaml): upgrade from gopkg.in/yaml.v2 to v3

Signed-off-by: yxxhero <aiopsclub@163.com>

* refactor(yaml): enhance yaml encoding with consistent formatting and quotes

Signed-off-by: yxxhero <aiopsclub@163.com>

* optimize code

Signed-off-by: yxxhero <aiopsclub@163.com>

* fix tests

Signed-off-by: yxxhero <aiopsclub@163.com>

* fix more issues

Signed-off-by: yxxhero <aiopsclub@163.com>

* fix tests

Signed-off-by: yxxhero <aiopsclub@163.com>

---------

Signed-off-by: yxxhero <aiopsclub@163.com>
2025-05-15 10:21:37 -04:00
..
context.go Introduce Helmfile's own filesystem abstraction to correctly unit test some components (#307) 2022-08-24 12:58:43 +09:00
context_funcs.go chore: support parsing any type with `fromYaml` (#2017) 2025-04-25 06:56:01 +08:00
context_funcs_test.go refactor(yaml): upgrade from gopkg.in/yaml.v2 to v3 (#2039) 2025-05-15 10:21:37 -04:00
context_tmpl.go feat: include func support more template functions (#1277) 2024-01-09 14:33:50 +08:00
context_tmpl_test.go feat: include func support (#1187) 2023-12-04 21:51:01 +08:00
expand_secret_ref.go Replace interface{} by any (#901) 2023-06-16 10:49:05 +09:00
expand_secret_ref_test.go Replace interface{} by any (#901) 2023-06-16 10:49:05 +09:00
expand_secrets_mock.go Replace interface{} by any (#901) 2023-06-16 10:49:05 +09:00
file_renderer.go Replace interface{} by any (#901) 2023-06-16 10:49:05 +09:00
file_renderer_test.go feat: include func support (#1187) 2023-12-04 21:51:01 +08:00
get_or_nil.go Replace interface{} by any (#901) 2023-06-16 10:49:05 +09:00
get_or_nil_test.go Replace interface{} by any (#901) 2023-06-16 10:49:05 +09:00
sprig_functions_test.go feat: include func support (#1187) 2023-12-04 21:51:01 +08:00
text_renderer.go Replace interface{} by any (#901) 2023-06-16 10:49:05 +09:00
text_renderer_test.go Replace interface{} by any (#901) 2023-06-16 10:49:05 +09:00