- 13 Sep, 2016 4 commits
-
-
vaikas-google authored
-
vaikas-google authored
-
Michelle Noorali authored
ref(helm): refactor checkArgsLength method
-
Matt Butcher authored
docs(README): remove the build from source instructions
-
- 12 Sep, 2016 13 commits
-
-
Brian authored
fix(#1185): get release status by version iff version > 0
-
fibonacci1729 authored
-
Brandon Philips authored
docs/developers.md already has these instructions. And 80% of the time someone looking at this project is interested in getting started not hacking directly.
-
Matt Butcher authored
README: move history to docs/history.md
-
Adam Reese authored
ref(helm): simplify tunnel tests
-
Brian authored
fix(tiller): re-enable skipped test, golint, & gofmt all the things
-
fibonacci1729 authored
-
Brian authored
feat(rollback storage): support for rolling back to previous release.
-
Brian authored
feat(helm): add optional version flag to helm{get,status}
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
Michelle Noorali authored
-
- 11 Sep, 2016 1 commit
-
-
Adam Reese authored
-
- 10 Sep, 2016 1 commit
-
-
Brandon Philips authored
The history is helpful for people who have never heard of helm but I don't think it is super relevant for most users.
-
- 09 Sep, 2016 1 commit
-
-
Adam Reese authored
fix(helm): avoid a panic for sign
-
- 08 Sep, 2016 11 commits
-
-
Brandon Philips authored
Before this fix: ``` /Users/philips/src/k8s.io/helm/bin/helm package --sign mychart --key FC8A365E panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x13120a] goroutine 1 [running]: panic(0x10fed00, 0xc4200120d0) /usr/local/Cellar/go/1.7.1/libexec/src/runtime/panic.go:500 +0x1a1 k8s.io/helm/pkg/provenance.(*Signatory).ClearSign(0xc4205db100, 0xc42011ec20, 0x20, 0x8, 0xc4205db100, 0x0, 0x0) /Users/philips/src/k8s.io/helm/pkg/provenance/sign.go:156 +0x3a main.(*packageCmd).clearsign(0xc420017720, 0xc42011ec20, 0x20, 0x0, 0x0) /Users/philips/src/k8s.io/helm/cmd/helm/package.go:143 +0xa5 main.(*packageCmd).run(0xc420017720, 0xc420390240, 0xc420120d00, 0x1, 0x4, 0x13639b0, 0x104dfe0) /Users/philips/src/k8s.io/helm/cmd/helm/package.go:130 +0x31b main.newPackageCmd.func1(0xc420390240, 0xc420120d00, 0x1, 0x4, 0x0, 0x0) /Users/philips/src/k8s.io/helm/cmd/helm/package.go:77 +0xc4 k8s.io/helm/vendor/github.com/spf13/cobra.(*Command).execute(0xc420390240, 0xc420120c40, 0x4, 0x4, 0xc420390240, 0xc420120c40) /Users/philips/src/k8s.io/helm/vendor/github.com/spf13/cobra/command.go:571 +0x234 k8s.io/helm/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0xc420405200, 0x0, 0x0, 0x0) /Users/philips/src/k8s.io/helm/vendor/github.com/spf13/cobra/command.go:661 +0x367 k8s.io/helm/vendor/github.com/spf13/cobra.(*Command).Execute(0xc420405200, 0x1b52720, 0xc4200001a0) /Users/philips/src/k8s.io/helm/vendor/github.com/spf13/cobra/command.go:620 +0x2b main.main() /Users/philips/src/k8s.io/helm/cmd/helm/helm.go:110 +0x2d ```
-
Adam Reese authored
fix(Makefile): cleanup _dist files
-
Adam Reese authored
fix(lint): allow .txt files
-
Adam Reese authored
closes #1161
-
Adam Reese authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
fibonacci1729 authored
-
- 07 Sep, 2016 4 commits
-
-
Matt Butcher authored
feat(charts): add 'dependencies:' to Chart.yaml
-
Matt Butcher authored
fix(tiller): store failed release on post-inst failure
-
Adam Reese authored
feat(release): remove tiller from cross compile
-
Matt Butcher authored
-
- 06 Sep, 2016 5 commits
-
-
Michelle Noorali authored
fix(kube): delete should skip resources not found
-
Matt Butcher authored
This feature adds a dependencies section to a chart file. It is a prerequisite for adding automated chart management tooling as described in #874.
-
Adam Reese authored
-
Michelle Noorali authored
-
Adam Reese authored
-