- 13 Feb, 2017 2 commits
-
-
Matt Butcher authored
feat(*): add --namespace flag to 'helm list'
-
Matt Butcher authored
docs(related): Add link to croc-hunter video
-
- 11 Feb, 2017 1 commit
-
-
Sean Knox authored
Closes #1894
-
- 10 Feb, 2017 11 commits
-
-
Adam Reese authored
feat(kube): support upgrading ThirdPartyResources
-
Adam Reese authored
-
Adam Reese authored
ref(kube): code style cleanup
-
Matt Butcher authored
Fixes #1898: Proposal: move downloader and resolver package to /pkg
-
Adam Reese authored
-
Adam Reese authored
feat(kube): support third party resources
-
Adam Reese authored
-
Adam Reese authored
-
Matt Butcher authored
docs(related): add Drone Helm plugin
-
-
Gergo Huszty authored
-
- 09 Feb, 2017 7 commits
-
-
Matt Butcher authored
-
Taylor Thomas authored
fix(*): Regenerates protobuf files for protobuf 3.2
-
Taylor Thomas authored
Protobuf 3.2 was recently released and generates a slightly different file from the protobuf definitions. These were all changes to the autogenerated byte array.
-
https://github.com/larryrensing/helmLarry Rensing authored
Merge branch 'feat/list-namespaces' of https://github.com/larryrensing/helm into feat/list-namespaces
-
Larry Rensing authored
-
Larry Rensing authored
-
Larry Rensing authored
-
- 08 Feb, 2017 9 commits
-
-
Matt Butcher authored
feat(cmd/helm/status): add last test suite run to status output
-
Adam Reese authored
Add linux/ppc64le to build-cross target
-
Taylor Thomas authored
move newTillerPortForwarder to pkg/helm/portforwarder
-
Matt Butcher authored
fix(helm): delete outdated deps
-
Vaughn Dice authored
-
Michelle Noorali authored
feat(*): add helm test initial framework
-
Taylor Thomas authored
fix(helm): fix broken unit test
-
Matt Butcher authored
I recently added a test to check the sorting of search results. Unfortunately, the test didn't actually sort the results (_sigh_), so it was failing occasionally on map ordering. This adds the sort function that is supposed to be tested. Closes #1925
-
Matt Butcher authored
docs(helm): add doc to use `helm reset` to delete tiller deployment
-
- 07 Feb, 2017 4 commits
-
-
Larry Rensing authored
Users can now specify a namespace filter for 'helm list'. Only the releases within the specified namespace will be shown. For example, 'helm list --namespace foo' will only show releases for the 'foo' namespace. Also added a namespace field to the table view. Closes #1563
-
Michelle Noorali authored
-
Tao Zhou authored
Closes #1921
-
Tao Zhou authored
-
- 06 Feb, 2017 1 commit
-
-
Michelle Noorali authored
* also cleanup comments
-
- 04 Feb, 2017 2 commits
-
-
Taylor Thomas authored
(bugfix/cmd/helm/history): update history table MaxColWidth
-
Lachlan Evenson authored
list command
-
- 03 Feb, 2017 3 commits
-
-
Adam Reese authored
ref(hapi): remove never used proto field
-
Matt Butcher authored
This fixes a bug in 'helm dep up' which left old versions of a dependency after an update. Closes #1864
-
Matt Butcher authored
fix(helm) add missing manifest header for `helm init --dry-run --debug`
-