helmfile/state
KUOKA Yusuke 506de12fcd
fix: `helmfile -f dir/ -l k=v sync` fails on first helmfile w/ no match (#188)
Fixes #187

Changelog:

* fix: `helmfile -f dir/ -l k=v sync` fails on first helmfile w/ no match

* fix(ux): present the filename if the selector did not match any releases

```console
$ helmfile -f helmfile.d/ -l foo=bar sync
2018/07/12 23:37:29 specified selector did not match any releases in helmfile.d/00-backend.yaml
2018/07/12 23:37:29 specified selector did not match any releases in helmfile.d/01-frontend.yaml
2018/07/12 23:37:29 err: specified selector did not match any releases in any helmfile
```
2018-07-19 12:01:14 +09:00
..
release_filters.go support the same selector repeated 2018-04-17 11:10:46 -04:00
state.go fix: `helmfile -f dir/ -l k=v sync` fails on first helmfile w/ no match (#188) 2018-07-19 12:01:14 +09:00
state_test.go Add the option to specify an alternative helm binary (#181) 2018-07-03 22:19:02 +09:00