- 05 Dec, 2016 5 commits
-
-
Matt Butcher authored
feat(helm): add 'helm fetch --prov' to fetch prov info
-
Matt Butcher authored
fix(helm): give different error if key is not private
-
Matt Butcher authored
fix(helm): add trimSuffix to helper functions
-
Matt Butcher authored
fix(helm): fix broken --values flag
-
John Hofman authored
-
- 03 Dec, 2016 3 commits
-
-
Matt Butcher authored
Previously, a "not found" error was returned if a key exists, but is not a private key. Updated the error to better indicate the case.
-
Matt Butcher authored
fi(helm): add more tests for plugins
-
Matt Butcher authored
This fixes the 'helm upgrade --values', which I broke when fixing '--set'. Closes #1631
-
- 02 Dec, 2016 3 commits
-
-
Matt Butcher authored
feat(tiller): update sprig to 2.7.0
-
Matt Butcher authored
This adds shasum, int, and float64 functions, and fixes quote escaping for 'quote'. Closes #1524
-
Matt Butcher authored
fix(helm): fix prompt error on Windows build
-
- 01 Dec, 2016 21 commits
-
-
Matt Butcher authored
This backs out an earlier change that removed an int type assertion.
-
Matt Butcher authored
fix(hel): fix plugin format on tests
-
Matt Butcher authored
This adds tests for setupEnv, and also updates some documentation to mirror the current state of plugins.
-
Matt Butcher authored
fix(helm): handle errors when plugin command is not found
-
Adam Reese authored
fix(*): misc linter issues
-
Adam Reese authored
fix(helm): add missing line ending on list output
-
Matt Butcher authored
Feature/repo url trailing slash
-
Adam Reese authored
fix(ci): do not push canary image on release
-
Matt Butcher authored
chore(*): bump go1.7.3
-
Matt Butcher authored
fix(helm): write yaml without exec permission
-
Matt Butcher authored
feat(helm): Add Files.Glob method to permit file organization
-
Matt Butcher authored
Test plugins were in the original format. Updated to current format and fixed the tests to stop silently ignoring the broken test.
-
Adam Reese authored
-
Andrew Stuart authored
-
Andrew Stuart authored
-
Andrew Stuart authored
-
Andrew Stuart authored
-
Rollulus authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
- 30 Nov, 2016 8 commits
-
-
Matt Butcher authored
If a 'command:' is not found for a plugin, it will not result in an ExitError, but in a PathError. This prevents that condition from panicing. Closes #1609
-
José Armesto authored
-
José Armesto authored
-
Matt Butcher authored
Previously, there was no way to get provenance data unless you were verifying it. This allows `fetch` to get the provenance data, but not perform any verification. Adding this will allow external plugins to perform verification against other sources, like Keybase.
-
Matt Butcher authored
fix(helm): add no-hooks to upgrade
-
Matt Butcher authored
Mark disable-hooks as deprecated. Closes #1575
-
Matt Butcher authored
fix(helm): pass the no-hooks flag during upgrade
-
Matt Butcher authored
fix(helm): improve URL comparison logic
-