helmfile/pkg
Daniel Elo d404356230 feat: fix empty map merge after mergo bump
since mergo had been bumped to 0.3.9 an environment value like:
```
affinity: {}
```
was not merged properly (not merged at all) instead it threw an error
that it cannot find the key "affinity" in the environment values even
though it was outputted in debug output as read in properly.
2020-04-03 15:01:27 +02:00
..
app Fix panic while loading environment secrets (#1164) 2020-03-30 20:13:40 +09:00
argparser fix: helmDefaults.kubeContext ignored in `helm diff` of `helmfile apply` (#682) 2019-06-12 16:49:19 +09:00
environment fix: merge environment values by ovewriting with empty values (#1162) 2020-03-29 20:47:23 +09:00
event feat: Enhance postsync event to include `.Error` (#882) 2019-10-17 08:27:12 +09:00
exectest Add option to suppress diff on apply (#1092) 2020-02-05 21:29:55 +09:00
helmexec feat: `helmBinary` in helmfile.yaml (#1160) 2020-03-29 17:51:07 +09:00
maputil Add indexed key support to --state-values-set (#1042) 2019-12-17 07:31:42 +09:00
remote Fix recursion for helmfiles pulled from git (#854) 2019-09-14 05:49:59 +02:00
state feat: fix empty map merge after mergo bump 2020-04-03 15:01:27 +02:00
testhelper fix: Fix `needs` to work for upgrades and when selectors are provided (#922) 2019-11-02 14:04:16 +09:00
tmpl feat: Better exec error reporting (#1159) 2020-03-29 10:49:02 +09:00