helmfile/state
KUOKA Yusuke b3f4586ed8
Fix panic related to env values from files and sprig dict funcs (#625)
* fix: 0.68.0: go panic w/ multiple bases/layers

Fixes #623

* fix: 0.64.1+: getOrNil/hasKey fails on Environment.Values with nested maps

Fixes #624
2019-05-30 15:41:00 +09:00
..
chart_dependency.go feat: support for locking the same chart for two or more versions (#600) 2019-05-16 21:19:30 +09:00
create.go feat: specify env values from the parent to the nested state (#622) 2019-05-29 19:08:51 +09:00
create_test.go feat: optionally allow missing environment values/secrets files (#620) 2019-05-28 15:33:45 +09:00
environment.go feat: inline environment values (#621) 2019-05-28 16:26:00 +09:00
environment_values_loader.go Fix panic related to env values from files and sprig dict funcs (#625) 2019-05-30 15:41:00 +09:00
release.go fix: `helmfile diff` should not leave temp values files (#525) 2019-04-01 22:24:18 +09:00
release_error.go Various U/X improvements for `helmfile apply` (#586) 2019-05-12 16:26:11 +09:00
release_filters.go fix: prevent panicing on invalid selector format (#323) 2018-09-09 17:20:44 +09:00
state.go Fix panic related to env values from files and sprig dict funcs (#625) 2019-05-30 15:41:00 +09:00
state_exec_tmpl.go feat: Release Template (#439) 2019-01-22 01:19:07 +09:00
state_exec_tmpl_test.go fix scopelint errors / possible races in hooks (#614) 2019-05-22 18:50:38 +09:00
state_run.go Simple implementation of the tillerless mode (#531) 2019-04-05 19:02:37 +09:00
state_test.go feat: specify env values from the parent to the nested state (#622) 2019-05-29 19:08:51 +09:00
storage.go feat: specify env values from the parent to the nested state (#622) 2019-05-29 19:08:51 +09:00
testfs.go fix: do not complain on missing values files for undesired release (#617) 2019-05-24 21:40:34 +09:00
types.go feat: Release Template (#439) 2019-01-22 01:19:07 +09:00