Michelle Noorali
76ca86875d
Merge pull request #1189 from jonboulle/patch-1
...
README: fix small typo
9 years ago
Jonathan Boulle
e6a1676491
README: fix small typo
9 years ago
Michelle Noorali
34f8707d6d
Merge pull request #1181 from michelleN/ref/check-args
...
ref(helm): refactor checkArgsLength method
9 years ago
Matt Butcher
d13af53b0a
Merge pull request #1176 from philips/remove-build-from-source
...
docs(README): remove the build from source instructions
9 years ago
Brian
13712d67d6
Merge pull request #1187 from fibonacci1729/master
...
fix(#1185 ): get release status by version iff version > 0
9 years ago
fibonacci1729
9815c6b5c8
fix(1185): get release status by version iff version > 0
9 years ago
Brandon Philips
3f35d49a00
docs(README): remove the build from source instructions
...
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.
9 years ago
Matt Butcher
a87b33c94e
Merge pull request #1175 from philips/move-history-readme
...
README: move history to docs/history.md
9 years ago
Adam Reese
448bb12c06
Merge pull request #1179 from adamreese/ref/helm-tunnel
...
ref(helm): simplify tunnel tests
9 years ago
Brian
b982afd805
Merge pull request #1182 from fibonacci1729/master
...
fix(tiller): re-enable skipped test, golint, & gofmt all the things
9 years ago
fibonacci1729
e28e2419f2
fix(tiller): re-enable skipped test, golint, & gofmt all the things
9 years ago
Brian
79e5772061
Merge pull request #1155 from fibonacci1729/feat/rollback-storage
...
feat(rollback storage): support for rolling back to previous release.
9 years ago
Brian
cb93006c83
Merge pull request #1154 from fibonacci1729/feat/version-opt-flag
...
feat(helm): add optional version flag to helm{get,status}
9 years ago
fibonacci1729
84f982e8f1
feat(rollback-storage): use version in release_server test queries
9 years ago
fibonacci1729
825d2abd8c
feat(helm): better description for optional version flag
9 years ago
fibonacci1729
83df6ebc4d
feat(rollback-storage): remove extraneous else block and fix type in records_test
9 years ago
Michelle Noorali
e50f9e6b24
ref(helm): refactor checkArgsLength method
9 years ago
Adam Reese
123fb9e2fe
ref(helm): simplify tunnel tests
9 years ago
Brandon Philips
d1488f1d94
docs(README): move history to docs/history.md
...
The history is helpful for people who have never heard of helm but I
don't think it is super relevant for most users.
9 years ago
Adam Reese
4691251ff4
Merge pull request #1164 from philips/sign-panic
...
fix(helm): avoid a panic for sign
10 years ago
Brandon Philips
dadb026afe
fix(helm): avoid a panic for sign
...
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
```
10 years ago
Adam Reese
976e0ba519
Merge pull request #1160 from adamreese/fix/clean-dist
...
fix(Makefile): cleanup _dist files
10 years ago
Adam Reese
436c9dd275
Merge pull request #1162 from adamreese/fix/1161-lint-txt
...
fix(lint): allow .txt files
10 years ago
Adam Reese
d8616dd2b3
fix(lint): allow .txt files
...
closes #1161
10 years ago
Adam Reese
147df3b85a
fix(Makefile): cleanup _dist files
10 years ago
fibonacci1729
1d6c16175b
feat(rollback-storage): remove unreachable code from memory
10 years ago
fibonacci1729
e42aa6c09c
feat(helm): add optional version flag to helm{get,status}
10 years ago
fibonacci1729
b47379ccdc
feat(rollback-storage): golint & removed early return from release server
10 years ago
fibonacci1729
e25732284b
feat(rollback-storage): gofmt, added missing license headers, and canconical import paths
10 years ago
fibonacci1729
de5365ec5c
feat(rollback-support): update release server / release server test
10 years ago
fibonacci1729
383a9c186a
update pkg/storage to support rollback
10 years ago
Matt Butcher
36606cf152
Merge pull request #1150 from technosophos/feat/874-chart-deps
...
feat(charts): add 'dependencies:' to Chart.yaml
10 years ago
Matt Butcher
2b3d7c7f0c
Merge pull request #1139 from technosophos/fix/1138-failed-hook
...
fix(tiller): store failed release on post-inst failure
10 years ago
Adam Reese
a57aa3cdc8
Merge pull request #1147 from adamreese/feat/helm-bin
...
feat(release): remove tiller from cross compile
10 years ago
Matt Butcher
663f2b0f1d
fix(tiller): add test for failed hooks
10 years ago
Michelle Noorali
ce4ae51ec1
Merge pull request #1146 from michelleN/bug/1133-fix-delete
...
fix(kube): delete should skip resources not found
10 years ago
Matt Butcher
34577d1ebc
feat(charts): add 'dependencies:' to Chart.yaml
...
This feature adds a dependencies section to a chart file. It is a
prerequisite for adding automated chart management tooling as described
in #874 .
10 years ago
Adam Reese
8d44ed0d54
feat(release): remove tiller from cross compile
10 years ago
Michelle Noorali
f062cff5a3
fix(kube): delete should skip resources not found
10 years ago
Adam Reese
60b4188867
chore(*): bump version to v2.0.0-alpha.4
10 years ago
Matt Butcher
8cd120717d
Merge pull request #1136 from technosophos/fix/1130-debug-output
...
fix(helm): removed debug output
10 years ago
Matt Butcher
53b01949a8
fix(tiller): store failed release on post-inst failure
...
This fixes a bug where post-install hooks did not result in recording a
failure.
10 years ago
Matt Butcher
1b3418d9e3
fix(helm): removed debug output
...
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
10 years ago
Matt Butcher
c7182a5a35
Merge pull request #1132 from ammeon/replace-deleted
...
fix(tiller): Install --replace will result in an upgrade
10 years ago
Nic Roland
c180c4a250
fix(tiller): Install --replace will result in an upgrade
...
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
10 years ago
Brian
d5cf9e25f1
Merge pull request #1129 from fibonacci1729/master
...
feat(rollback-support): add version field to protos
10 years ago
fibonacci1729
f622672bf8
feat(rollback-support): add version field to protos to support querying by (release_name, version)
10 years ago
Brian
71cfca33b3
Merge pull request #1128 from fibonacci1729/master
...
chore(tiller): delete redundant testing of storage in pkg/environment
10 years ago
fibonacci1729
5b7e841faf
chore(tiller): delete redundant testing of storage in pkg/environment
10 years ago
Matt Butcher
b74251f64d
Merge pull request #1124 from technosophos/fix/1095-show-status-for-deleted
...
fix(tiller): return status for deleted release
10 years ago