KUOKA Yusuke
bb3b44e511
fix: follow up for the relative paths improvement ( #262 )
...
Fixes for the bugs that are introduced by #261 , that is values.yaml files specified in `values:` have redundant base path in their prefixes, and remaining .dec files after secrets decryption(https://github.com/roboll/helmfile/issues/251#issuecomment-417285854 )
2018-08-30 21:59:59 +09:00
KUOKA Yusuke
421299c883
feat: All the paths are relative to helmfile.yaml ( #261 )
...
`helmfile lint` works with relative chart reference (#252 )
The tempalte function `readFile` accepts the path relative to helmfile.yaml
Resolves #246
Fixes #252
2018-08-30 19:47:52 +09:00
KUOKA Yusuke
79f0e70ce8
fix: avoid "cross-device link" errors while decrypting secrets ( #260 )
...
ref https://github.com/roboll/helmfile/issues/251#issuecomment-417166296
2018-08-30 17:20:38 +09:00
KUOKA Yusuke
0c8a89cbaf
fix: coordinate secret decryption ( #259 )
...
Fixes #258
2018-08-30 17:03:45 +09:00
KUOKA Yusuke
b3ebd4cdd0
fix: Keep backward-compatibility broken after introduction of values file template ( #257 )
...
Fixes #249
2018-08-30 16:57:37 +09:00
Shane Starcher
9b71c64ef2
fix: use temporary file for secret file to prevent deletion collision ( #250 )
...
Fixes #167
2018-08-30 09:28:26 +09:00
KUOKA Yusuke
822cc13e72
feat: Template functions to replace `set`s ( #242 )
...
Resolves #227
2018-08-28 22:00:51 +09:00
KUOKA Yusuke
0ac8401d1e
feat: feat: Configurable default values for --verify, --force, --recreate-pods, and --timeout ( #241 )
...
Resolves #230
2018-08-28 15:11:05 +09:00
KUOKA Yusuke
815ee1f85b
feat: --force, --recreate-pods, --timeout as first-class citizens in helmfile.yaml ( #239 )
...
Resolves #229
2018-08-27 23:06:16 +09:00
KUOKA Yusuke
2c36640ad2
To reduce integration test flakiness
2018-08-27 23:04:16 +09:00
KUOKA Yusuke
faaf172615
fix: panic on flag parsing error ( #238 )
...
This is a follow-up for #235 .
We setup the default logger only after the flags are parsed successfully.
That's because we init the logger according to the --log-level flag value.
2018-08-27 22:58:25 +09:00
KUOKA Yusuke
fcbd6aff29
fix: Relative path in KUBECONFIG envvar ( #237 )
...
Resolves #173
2018-08-27 22:53:17 +09:00
Shane Starcher
543a653864
improve error handling for value rendering ( #235 )
...
Fixes #233
Output on values render error:
```
err: failed to render [/Users/sstarcher/xxx/xxx/values.yaml], because of template: stringTemplate:10:18: executing "stringTemplate" at <requiredEnv "HELM_AC...>: error calling requiredEnv: required env var `HELM_ACCOUNT` is not set
```
Also removes panic and sets the output as `apps.Run()` can and will return errors. Panic makes no sense.
Changelog:
* improve error handling for value rendering
* only output if error exists
* add exit status
2018-08-27 12:53:25 +09:00
rmartinez3
fa69ac2cfa
fix: Args being reordered ( #224 )
...
Fixes #212
2018-08-27 10:41:00 +09:00
KUOKA Yusuke
2121fe57b2
Merge pull request #232 from mumoshu/set-array
...
feat: set array
2018-08-24 17:12:17 +09:00
Yusuke KUOKA
cfcafa2e46
feat: set array
...
Fixes #148
2018-08-24 17:01:34 +09:00
KUOKA Yusuke
b6d2ee9d43
Merge pull request #231 from mumoshu/partly-allow-duplicate-release-name
...
fix: helmfile should fail on duplicate release name after filtered by labels
2018-08-24 16:43:38 +09:00
Yusuke KUOKA
35542b5516
fix: helmfile should fail on duplicate release name after filtered by labels
...
This is a follow-up for #218 , fixes the unintentional degradation that broken the use-case described in https://github.com/roboll/helmfile/issues/193#issuecomment-415434408
2018-08-24 16:18:08 +09:00
KUOKA Yusuke
45d0f1c8e4
Merge pull request #228 from mumoshu/set-file
...
feat: Support for helm's --set-file
2018-08-24 13:44:07 +09:00
KUOKA Yusuke
96d0781b85
Merge pull request #226 from mumoshu/usage-without-internet
...
doc: Using helmfile without an Internet connection
2018-08-24 13:43:53 +09:00
Yusuke KUOKA
48e65791c0
feat: Support for helm's --set-file
...
Resolves #207
2018-08-24 13:06:31 +09:00
Yusuke KUOKA
2398ad2f35
doc: Using helmfile without an Internet connection
...
Resolves #155
2018-08-24 12:10:18 +09:00
KUOKA Yusuke
013276f576
Merge pull request #225 from mumoshu/unmatched-selector-exit-code
...
feat: exit code 2 on unmatched selectors
2018-08-24 11:47:10 +09:00
Yusuke KUOKA
3a16b7ed91
feat: exit code 2 on unmatched selectors
...
Along with the fix for the bug introduced via #217
Resolves #219
2018-08-24 11:40:30 +09:00
KUOKA Yusuke
a5d42e741b
Merge pull request #223 from mumoshu/show-which-release-failed
...
feat: emit error message containing which release in which helmfile an upgrade failed
2018-08-23 12:00:15 +09:00
Yusuke KUOKA
313b5de378
feat: emit error message containing which release in which helmfile an upgrade failed
...
Resolves #66
2018-08-23 11:45:43 +09:00
KUOKA Yusuke
0541731350
Merge pull request #222 from mumoshu/wait-for-release
...
feat: `wait: true` in each release
2018-08-23 10:43:01 +09:00
Yusuke KUOKA
b4623f0515
feat: `wait: true` in each release
...
To instruct `helm upgrade` to wait for resources via `--wait`
Resolves #65
2018-08-23 10:37:15 +09:00
KUOKA Yusuke
ffa40beff9
Merge pull request #221 from mumoshu/env-files
...
doc: Instruction to use env files
2018-08-23 09:47:01 +09:00
Yusuke KUOKA
4fae044f0e
doc: Instruction to use env files
...
Closes #203
2018-08-23 09:44:42 +09:00
KUOKA Yusuke
d8aa9f305b
Merge pull request #218 from mumoshu/should-fail-on-duplicate-release-name
...
fix: helmfile should fail on duplicate release name
2018-08-23 09:32:03 +09:00
KUOKA Yusuke
c402759363
Merge pull request #217 from mumoshu/less-verbose-unmatched-selector-logging
...
fix: Make logging on unmatched selectors less verbose
2018-08-23 09:27:32 +09:00
Yusuke KUOKA
e84ff05a63
fix: helmfile should fail on duplicate release name
...
Fixes #193
2018-08-23 09:26:39 +09:00
Yusuke KUOKA
fcb75fa851
fix: Make logging on unmatched selectors less verbose
...
Fixes #200
2018-08-23 09:23:55 +09:00
KUOKA Yusuke
d609dab848
feat: Template values files ( #216 )
...
Resolves #97
2018-08-22 18:53:32 +09:00
KUOKA Yusuke
6c89fac8e5
Merge pull request #215 from mumoshu/diff-target-namespace
...
feat(diff): Pass namespace to helm-diff
2018-08-22 18:51:10 +09:00
KUOKA Yusuke
3550e5f335
Merge pull request #213 from chadasapp/master
...
Typofix: required_env -> requiredEnv
2018-08-22 15:05:29 +09:00
Yusuke KUOKA
127dd857df
feat(diff): Pass namespace to helm-diff
...
Tested manually by running `helmfile diff` with debug logging:
```yaml
helmDefaults:
tillerNamespace: foo
charts:
- name: grafana
namespace: grafana
chart: stable/grafana
```
```console
$ ./helmfile --log-level debug diff
Comparing grafana stable/grafana
exec: helm diff upgrade --allow-unreleased grafana stable/grafana --namespace grafana --tiller-namespace=foo
```
Resolves #179
2018-08-22 11:20:55 +09:00
Chad Horohoe
2cf2dbb868
Typofix: required_env -> requiredEnv
...
The name is `requiredEnv` and I cannot find any references to `required_env` in the repository anywhere.
2018-08-20 11:10:01 -07:00
KUOKA Yusuke
545a4a3efa
Merge pull request #208 from cloudposse/add-examples
...
Add link to more examples
2018-08-20 21:32:26 +09:00
KUOKA Yusuke
0ed1355573
Merge pull request #206 from InTheCloudDan/patch-1
...
remove outdated warning.
2018-08-07 15:28:05 +09:00
Erik Osterman
9fef3f7d0f
Add link to more examples
2018-08-06 23:20:49 -07:00
KUOKA Yusuke
0d457c4df0
Merge pull request #201 from maver1ck/helmfile-111
...
Add --args to delete
2018-08-03 09:36:48 +09:00
KUOKA Yusuke
6be52bfbbb
Merge pull request #199 from mumoshu/optional-detailed-exitcode-for-diff
...
feat: Optional detailed exitcodes for `helmfile diff`
2018-08-03 09:36:08 +09:00
Dan O'Brien
089c158084
remove outdated warning.
2018-08-02 20:19:29 -04:00
Maciej Bryński
d67573299c
Add --args to delete
2018-07-31 10:18:31 +02:00
Yusuke KUOKA
3b4ce90a5a
feat: Optional detailed exitcodes for `helmfile diff`
...
Adds the `--detailed-exitcode` to the `helmfile diff` command to return `1` on failure, and `2` when no error but diff is seen.
This feature requires the latest `helm-diff` containing https://github.com/databus23/helm-diff/pull/78 , and `helm` containing https://github.com/helm/helm/pull/4367 .
This is verified to work by manually running commands like the followings:
```bash
./helmfile --helm-binary helm211dev -f ./examples/helmfile.d diff --detailed-exitcode; echo $?
./helmfile --helm-binary helm211dev -f ./examples/helmfile.d diff; echo $?
```
Note that, in above example commands, `helm211dev` is a custom `helm` binary that is built from helm's master branch containing [the necessary enhancement to allow propagate non-zero plugin exit code](https://github.com/helm/helm/pull/4367 ).
2018-07-26 00:16:47 +09:00
KUOKA Yusuke
92d09a3e92
Merge pull request #198 from mumoshu/fix-ci-flakiness
...
fix(ci): Reduce flakiness
2018-07-25 23:24:44 +09:00
Yusuke KUOKA
1a5558a306
fix(ci): Reduce flakiness
...
Fix #103
2018-07-25 11:21:01 +09:00
KUOKA Yusuke
ee3632cebc
Merge pull request #191 from mumoshu/fix-cmd-descrs
...
Fix command descriptions
2018-07-19 12:02:07 +09:00