helmfile/pkg
Yusuke Kuoka fbbd7630e7 v3 compatibility: Fix `helmfile delete` to not fail when there was no release to be deleted
`helmfile delete` is designed to be idempotent. That is, it is safe to be run when there is nothing to delete. A change in helm v3 broke that behavior. This enhances Helmfile to be able to behave the same for helm v2 and v3.
2019-11-02 15:52:07 +09:00
..
app fix: Set HelmBinary in execer constructor (#928) 2019-11-02 14:15:33 +09:00
argparser fix: helmDefaults.kubeContext ignored in `helm diff` of `helmfile apply` (#682) 2019-06-12 16:49:19 +09:00
environment feat: state values (#647) 2019-06-04 16:34:02 +09:00
event feat: Enhance postsync event to include `.Error` (#882) 2019-10-17 08:27:12 +09:00
exectest fix: Fix `needs` to work for upgrades and when selectors are provided (#922) 2019-11-02 14:04:16 +09:00
helmexec v3 compatibility: Fix `helmfile delete` to not fail when there was no release to be deleted 2019-11-02 15:52:07 +09:00
maputil fix: --state-values-set not setting more than first child in nested paths (#774) 2019-07-27 22:57:54 +09:00
remote Fix recursion for helmfiles pulled from git (#854) 2019-09-14 05:49:59 +02:00
state Fix `helmfile --namespace ns delete` to not fail consistently 2019-11-02 15:52:07 +09:00
testhelper fix: Fix `needs` to work for upgrades and when selectors are provided (#922) 2019-11-02 14:04:16 +09:00
tmpl print yaml content on error in fromYaml (#765) 2019-07-30 10:43:30 +09:00