- 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 ```
-
- 16 Dec, 2016 12 commits
-
-
Matt Butcher authored
fix(tller): allow deep merge of global maps
-
Adam Reese authored
feat(helm): add short version output
-
Matt Butcher authored
Rename '--restart' option to '--recreate-pods'
-
Adam Reese authored
add `--short` flag to version
-
Nikolay Mahotkin authored
-
Nikolay Mahotkin authored
-
Matt Butcher authored
Adding pod restart during release upgrade/rollback
-
Matt Butcher authored
Update checksum/config annotation
-
Matt Butcher authored
feat(tiller): Add .Release.Revision and .IsUpgrade
-
Nikolay Mahotkin authored
-
Long Nguyen authored
-
Matt Butcher authored
This reverts a previous decision to only do shallow merges of globals. It allows globals to be nested maps.
-
- 15 Dec, 2016 7 commits
-
-
Matt Butcher authored
-
Adam Reese authored
feat(*): allow tiller to be installed in an alternate namespace
-
Adam Reese authored
Adds `--tiller-namespace` flag and `TILLER_NAMESPACE` envvar to use tiller in an alternate namespace. closes #1418
-
Nikolay Mahotkin authored
-
Matt Butcher authored
New properties are available to template developers. Closes #1554
-
Matt Butcher authored
fix(helm): added support for compressed charts containing \ in file paths
-
Matt Butcher authored
If not mercurial, clone with git. dont exit if no mercurial is there
-
- 14 Dec, 2016 15 commits
-
-
Matt Butcher authored
fix(helm): suprress info message for 'helm inspect'
-
Matt Butcher authored
feat(helm) add command to generate bash autocompletions.
-
Matt Butcher authored
There was an informational message being printed that is unnecessary, but prevented shell scripting the results of inspect calls. Closes #1574
-
Nikolay Mahotkin authored
-
Nikolay Mahotkin authored
* Run gofmt on all changed files so they formatted properly now
-
Nikolay Mahotkin authored
* Added pod restart for ReplicaSet * Added --restart flag for helm CLI for upgrade/rollback commands * By default, restart is false
-
Nikolay Mahotkin authored
* Added pod restarting for - ReplicationController - DaemonSet - PetSet
-
Nikolay Mahotkin authored
Sync with master
-
Matt Butcher authored
docs(install_faq): add entries about SSL and proxy
-
Matt Butcher authored
feat(readme): Display the Go Report Card
-
rodcloutier authored
-
Miyurz authored
Had a word with @technosophos and it seems we no longer need hg check as all other repos can be cloned via git
-
Matt Butcher authored
Closes #1630
-
Miyurz authored
-
Matt Farina authored
-
- 13 Dec, 2016 4 commits
-
-
Adam Reese authored
-
Matt Butcher authored
fix(semver): Ranges can fail with some pre-release numbering
-
Matt Butcher authored
-
Matt Butcher authored
fix(glide): add assert library
-