- 07 Oct, 2017 1 commit
-
-
Taylor Thomas authored
fix(helm): invoking getterConstructor returns downstream error now
-
- 06 Oct, 2017 2 commits
-
-
Dhilip authored
* helm create all defined template names should be namespaced https://docs.helm.sh/chart_best_practices/#names-of-defined-templates * Update Doc * Update example
-
Michal Cwienczek authored
* Closes #2937 Added required dependency to run make test in developer's guide * Fixed base URL appending when chart address is not absolute * Removed requirement from developers.md * Fixed unnecessary line breaks * Added tests for query string repo * Returning URL along with error
-
- 04 Oct, 2017 3 commits
-
-
Matthew Fisher authored
Ignore Apiversion, use Kind and Name only to search for original resource on update/delete
-
Matthew Fisher authored
chore(*): bump version to v2.6.2
-
Matthew Fisher authored
(cherry picked from commit a4f965e0)
-
- 03 Oct, 2017 7 commits
-
-
Matthew Fisher authored
Correctly persists Release upgrade failure
-
Taylor Thomas authored
fix(sorter): Adds missing unit test
-
Matthew Fisher authored
fix(helm):Fix dependency aliaes not working
-
Matthew Fisher authored
Remove facebookgo dependencies
-
Nandor Kracser authored
-
Matthew Fisher authored
docs/developers.md: add notes for `k8s.io` dir
-
flyer103 authored
-
- 02 Oct, 2017 1 commit
-
-
Justin Scott authored
bug(tiller): sort unknown but different kinds alphabetically based on kind name
-
- 01 Oct, 2017 1 commit
-
-
flyer103 authored
-
- 29 Sep, 2017 2 commits
-
-
Matthew Fisher authored
Avoid panics if test is failing
-
Taylor Thomas authored
More helpful wait messages in tiller logs
-
- 28 Sep, 2017 8 commits
-
-
Matthew Fisher authored
fix(helm): Fix the bug in helm dependency update -verify
-
Taylor Thomas authored
Adds a unit test that was missed as part of #2961
-
Maxim Ivanov authored
-
Maciej Kwiek authored
Fix(helm): fix the bug of helm search --regexp
-
Matthew Fisher authored
update link to roadmap
-
Taylor Thomas authored
Load StorageClass before PersistentVolume is loaded.
-
Taylor Thomas authored
Install docs change
-
Taylor Thomas authored
Add the status of pod when using "Helm status" command, as the issue #2318
-
- 27 Sep, 2017 2 commits
-
-
Maxim Ivanov authored
-
Maxim Ivanov authored
Kind can change it's APIVersion with time, such as "Deployment" which was "extensions/v1beta1" and then migrated to "apps/v1beta1" in Kube 1.6. Name, Kind and optinally Namespace are used to find relevant Info object for a original resource which is being upgraded, it safe enough, as it is uniquely identifies an object.
-
- 26 Sep, 2017 12 commits
-
-
Matthew Fisher authored
-
Matthew Fisher authored
This reverts commit edd4e561.
-
Matthew Fisher authored
This reverts commit 965cb7fd.
-
Matthew Fisher authored
-
Matthew Fisher authored
fix(deps): fix issues when running glide up
-
Maxim Ivanov authored
-
Matt Farina authored
When running glide update there are errors due to pinned versions in the glide.yaml file mixed with getting a more recent version of kubernetes. client-go needs a newer version of go-autorest. Note, go-autorest is pinned to v8.0.0 rather than the latest release of v8.4.0 because kubernetes is pinned to v8.0.0.
-
Neil Moore authored
-
Neil Moore authored
-
Neil Moore authored
-
Neil Moore authored
-
Neil Moore authored
-
- 25 Sep, 2017 1 commit
-
-
Matthew Fisher authored
feat(helm): add --kube-version flag to helm template
-