helmfile/pkg/helmexec
KUOKA Yusuke 3f02b86640
fix: Fix `needs` to work for upgrades and when selectors are provided (#922)
* fix: Fix `needs` to work for upgrades and when selectors are provided

Fixes #919

* Add test framework for `helmfile apply`

* Various enhancements and fixes to the DAG support

- Make the order of upgrades/deletes more deterministic for testability
- Fix the test framework so that we can validate log outputs and errors
- Add more test cases for `helmfile apply`, along with bug fixes.
- Make sure it fails with an intuitive error when you have non-existent releases referenced from witin "needs"
2019-11-02 14:04:16 +09:00
..
context.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
exec.go feat: `helm repo add --ca-file` via repositories definition (#856) 2019-09-14 06:23:54 +02:00
exec_test.go feat: `helm repo add --ca-file` via repositories definition (#856) 2019-09-14 06:23:54 +02:00
exit_error.go fix: Fix `needs` to work for upgrades and when selectors are provided (#922) 2019-11-02 14:04:16 +09:00
helmexec.go feat: `helm repo add --ca-file` via repositories definition (#856) 2019-09-14 06:23:54 +02:00
runner.go feat: add --output-dir on template command (#693) 2019-07-11 09:07:46 +09:00