- 10 Feb, 2017 4 commits
-
-
Adam Reese authored
feat(kube): support third party resources
-
Adam Reese authored
-
Adam Reese authored
-
Matt Butcher authored
docs(related): add Drone Helm plugin
-
- 09 Feb, 2017 3 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.
-
- 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 3 commits
-
-
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 6 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`
-
Adam Reese authored
-
Matt Butcher authored
fix(helm): fix 'helm dep up' to fetch by URL
-
Matt Butcher authored
docs(install_faq): document the Docker media type bug
-
- 02 Feb, 2017 10 commits
-
-
Matthew Fisher authored
-
Matt Butcher authored
Closes #1824
-
Matt Butcher authored
fix(helm): fix sort order on helm search
-
Michelle Noorali authored
-
Michelle Noorali authored
* and comments
-
Matt Butcher authored
add PersistentVolumeClaim to the kind sorter list
-
Matthew Fisher authored
At the present time, PersistentVolumeClaims are not a recognized object so it is installed last. PVCs should be installed shortly after PersistentVolumes have been bound.
-
Matt Butcher authored
feat(README): Adding roadmap location
-
Matt Farina authored
To exit incubation the roadmap needs to be listed in the wiki per the incubator documentation. For more detail see https://github.com/kubernetes/community/blob/master/incubator.md
-
Matt Butcher authored
During search index construction, records were not correctly sorted by version number, which resulted in the wrong records being inserted into the index. Along the way, added tests and fixed a few comments. Closes #1897
-
- 01 Feb, 2017 2 commits
-
-
Matt Butcher authored
A regression was introduced which required chart download URLs have the same URL prefix as the chart repo that referenced them. A second regression transformed that URL into a request for the latest version of that chart, sidestepping semver constraints. This fix closes both issues, which were present in the same function. Closes #1845 Closes #1846
-
Michelle Noorali authored
pulled logic out in pkg/releasetesting
-