- 12 Sep, 2016 5 commits
-
-
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
-
- 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 6 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
-
Matt Butcher authored
fix(helm): removed debug output
-
- 03 Sep, 2016 1 commit
-
-
Matt Butcher authored
This fixes a bug where post-install hooks did not result in recording a failure.
-
- 02 Sep, 2016 3 commits
-
-
Matt Butcher authored
Also fixed a bug where a `--dry-run` will result in an error because of the recently added status support. There are several other output inconsistencies that I noticed and filed as issue #1135. Closes #1130
-
Matt Butcher authored
fix(tiller): Install --replace will result in an upgrade
-
Nic Roland authored
If a release has been deleted, `install --replace` will work but the release status will still be "deleted". This means that subsequest attempts to change the release will fail. Upgrading the release instead will prevent such zombie releases. Closes #1131
-
- 01 Sep, 2016 5 commits
-
-
Brian authored
feat(rollback-support): add version field to protos
-
fibonacci1729 authored
-
Brian authored
chore(tiller): delete redundant testing of storage in pkg/environment
-
fibonacci1729 authored
-
Matt Butcher authored
fix(tiller): return status for deleted release
-
- 31 Aug, 2016 1 commit
-
-
Matt Butcher authored
This modifies `helm status` to return info about deleted and failed releases. We do our best to retrieve info for releases that were partially deployed.
-
- 30 Aug, 2016 3 commits
-
-
Ville Aikas authored
print the status after install/upgrade
-
Michelle Noorali authored
fix(helm): make repo index not require repo_url
-
vaikas-google authored
-