- 31 Oct, 2018 1 commit
-
-
Matt Butcher authored
This is described in the official Helm 3 proposal: https://github.com/helm/community/blob/master/helm-v3/000-helm-v3.md Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
-
- 14 May, 2018 1 commit
-
-
Adam Reese authored
Ensure proper cleanup of `HELM_HOME` and `HELM_DEBUG`
-
- 02 May, 2018 1 commit
-
-
Adam Reese authored
-
- 23 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 17 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 13 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 12 Apr, 2018 3 commits
-
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
- 11 Apr, 2018 1 commit
-
-
Manuel Rüger authored
Since the only dep (bitbucket.org/ww/goautoneg) that required it is gone in https://github.com/kubernetes/helm/commit/845e99014362983d01179a411ae664b104e6c1f7#diff-f16a80eae23d5b298c2652448ec420cfL4
-
- 02 Feb, 2018 1 commit
-
-
Adam Reese authored
-
- 29 Jan, 2018 1 commit
-
-
Oilbeater authored
Remove symbol table and debug info from go binary to reduce image size
-
- 22 Nov, 2017 1 commit
-
-
Helgi Þormar Þorbjörnsson authored
Lets us build a subset of the targets while still using build-cross To build for multiple linux archs: TARGETS="linux/amd64 linux/386" make clean build-cross dist APP=helm VERSION=v25.12.2
-
- 08 Sep, 2017 1 commit
-
-
Adam Reese authored
circleci chokes with too many processes
-
- 06 May, 2017 1 commit
-
-
Sushil Kumar authored
-
- 05 May, 2017 2 commits
-
-
Maciej Kwiek authored
Added make target Lowered docker image sizes Updated ruder.pb.go
-
Maciej Kwiek authored
Added dockerfiles for rudder service and tiller run with --experimental-release flag
-
- 28 Apr, 2017 1 commit
-
-
Reinhard Nägele authored
-
- 12 Apr, 2017 1 commit
-
-
Christoph Blecker authored
-
- 11 Apr, 2017 1 commit
-
-
Adam Reese authored
Rebase on kubernetes v1.6
-
- 11 Mar, 2017 1 commit
-
-
Christoph Blecker authored
-
- 26 Jan, 2017 1 commit
-
-
Manjunath A Kumatagi authored
-
- 19 Jan, 2017 1 commit
-
-
rmehra authored
-
- 18 Jan, 2017 1 commit
-
-
Adam Reese authored
-
- 21 Dec, 2016 1 commit
-
-
Nicolas Lamirault authored
-
- 20 Dec, 2016 1 commit
-
-
Nicolas Lamirault authored
Split helm and tiller packages.
-
- 19 Dec, 2016 2 commits
-
-
Nicolas Lamirault authored
-
Nicolas Lamirault authored
``` $ make build-cross dist VERSION=v2.2.0 CGO_ENABLED=0 gox -output="_dist/{{.OS}}-{{.Arch}}/{{.Dir}}" -osarch='darwin/amd64 linux/amd64 linux/386 windows/amd64 linux/arm' -tags '' -ldflags ' -X k8s.io/helm/pkg/version .Version=v2.1.0 -X k8s.io/helm/pkg/version.GitCommit=b3d812b3 -X k8s.io/helm/pkg/version.GitTreeState=dirty -extldflags "-static"' k8s.io/helm/cm d/helm Number of parallel builds: 3 --> darwin/amd64: k8s.io/helm/cmd/helm --> linux/amd64: k8s.io/helm/cmd/helm --> windows/amd64: k8s.io/helm/cmd/helm --> linux/386: k8s.io/helm/cmd/helm --> linux/arm: k8s.io/helm/cmd/helm ``` ``` $ ls -a _dist/ . darwin-amd64 helm-v2.2.0-linux-386.tar.gz helm-v2.2.0-linux-arm.tar.gz linux-386 linux-arm .. helm-v2.2.0-darwin-amd64.tar.gz helm-v2.2.0-linux-amd64.tar.gz helm-v2.2.0-windows-amd64.tar.gz linux-amd64 windows-amd64 ```
-
- 14 Dec, 2016 2 commits
- 30 Nov, 2016 1 commit
-
-
Matt Butcher authored
This adds back support for Windows now that it has been tested by the community. Closes #1596
-
- 29 Nov, 2016 1 commit
-
-
Matt Butcher authored
This adds a hidden 'helm doc' command that generates documentation out of the Helm help text. Currently it can create: - man pages for HELM(1) - Markdown documentation - bash autocompletions Those are the three built-ins for Cobra. The command is hidden so that it doesn't show up to the regular user, since this is really a specialized task. It has the advantage of making it trivially easy to install man pages and bash completion at installation time.
-
- 17 Oct, 2016 1 commit
-
-
Adam Reese authored
closes: #1362
-
- 11 Oct, 2016 2 commits
-
-
Adam Reese authored
-
Adam Reese authored
fixes #1302
-
- 10 Oct, 2016 1 commit
-
-
Adam Reese authored
Limit cross builds to linux/amd64 linux/386 darwin/amd64
-
- 07 Oct, 2016 1 commit
-
-
Adam Reese authored
closes #1214
-
- 04 Oct, 2016 1 commit
-
-
Matt Butcher authored
This implements a new index file format for repository indices. It also implements a new format for requirements.yaml. Breaking change: This will break all previous versions of Helm, and will impact helm search, repo, serve, and fetch functions. Closes #1197
-
- 27 Sep, 2016 1 commit
-
-
Matt Butcher authored
This starts with #1211 and does the other updates necessary for bumping us to Kubernetes 1.4.
-
- 11 Sep, 2016 1 commit
-
-
Adam Reese authored
-