- 03 Dec, 2016 1 commit
-
-
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 20 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
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 14 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
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
-
Matt Butcher authored
fix(Makefile): build windows amd64 binaries
-
Matt Butcher authored
fix(helm): fix doc string for ErrNotList
-
Matt Butcher authored
fix(tiller): validate names before performing operations
-
Matt Butcher authored
Normalize URLs before comparing them. This deviates slightly from the URL spec, but in order to accomodate the predominant use pattern for Helm. Specifically, './', '../', and '/' are all "interpreted" to be filepath-like. Closes #1588
-
Matt Butcher authored
This adds back support for Windows now that it has been tested by the community. Closes #1596
-
Matt Butcher authored
This just moves a var declaration to the top of a file and then properly documents it.
-
Matt Butcher authored
Remove double explanation of why MariaDB is in the list
-
- 29 Nov, 2016 2 commits
-
-
Matt Butcher authored
Helm upgrades were not passing the no-hooks value to the server. Closes #1590
-
Matt Butcher authored
feat(helm): add command to generate documentation
-