- 01 Dec, 2016 1 commit
-
-
Adam Reese authored
-
- 30 Nov, 2016 5 commits
-
-
Matt Butcher authored
Mark disable-hooks as deprecated. Closes #1575
-
Matt Butcher authored
Helm upgrades were not passing the no-hooks value to the server. Closes #1590
-
Matt Butcher authored
Normalize URLs before comparing them. This deviates slightly from the URL spec, but in order to accomodate the predominant use pattern for Helm. Specifically, './', '../', and '/' are all "interpreted" to be filepath-like. Closes #1588
-
Matt Butcher authored
This adds back support for Windows now that it has been tested by the community. Closes #1596
-
Matt Butcher authored
There were several places where an invalid name could be interpreted into a wild-card by Kubernetes. That allows Bad Things. This fix requires names to match the Kubernetes pattern for naming. Closes #1594
-
- 29 Nov, 2016 2 commits
-
-
Matt Butcher authored
This replaces the old set parser with a brand new one. This also changes the internal algorithm from duplicating YAML to merging YAML, which might solve a problem one user reported in chat, but which was never captured in an issue. Closes #1540 Closes #1556
-
Serge Catudal authored
This fixes the port forward connection using helm on windows by assigning explicitely 'localhost' to 'TillerHost' in 'setupConnection'. Otherwise, the connection between the helm client with the Tiller server deployed on Kubernetes will not work.
-
- 22 Nov, 2016 1 commit
-
-
Rollulus authored
-
- 16 Nov, 2016 6 commits
-
-
Adam Reese authored
-
Matt Butcher authored
fix(tiller): allow release name to be up to 53 chars
-
Adam Reese authored
fix(kube): fix incomplete patches generated on update
-
Matt Butcher authored
docs(yaml_techniques): add YAML techniques document
-
Matt Butcher authored
This raises the limit from 14 to 53 chars based on the Kubernetes 1.4 name limit. Closes #1528
-
Adam Reese authored
-
- 15 Nov, 2016 14 commits
-
-
Matt Butcher authored
This documents YAML and provides information about how Helm and Kubernetes interpret the YAML.
-
Adam Reese authored
fix(tiller): return yaml parsing errors
-
Adam Reese authored
feat(tiller): add source file to log entries
-
Adam Reese authored
feat(gometalinter): Move to versioned releases
-
Matt Butcher authored
fix(helm): helm create will not overwrite existing files
-
Matt Butcher authored
feat(charts): Move bucket to domain from path
-
Matt Butcher authored
fix(tiller): show failed YAML
-
Matt Butcher authored
use openssl instead of shasum
-
Matt Butcher authored
fix(helm): respect dryRun opt in DeleteRelease
-
Wayne Brantley authored
shasum is not on many platforms (like centos), use openssl instead.
-
Rollulus authored
-
Adam Reese authored
-
Matt Farina authored
gometalinter has moved to versioned releases. The latest of the v1 major versioned releases can be retrieved through pkg.in. This change moves gometalinter use to the latest v1 release.
-
Matt Farina authored
Downloading of charts and helm itself happened over http. This change moves to use https as that is available with valid certs.
-
- 14 Nov, 2016 11 commits
-
-
Adam Reese authored
closes: #1519
-
Matt Butcher authored
When an install fails and --dry-run is set, return the broken YAML for the user to debug. Closes #1499
-
Matt Butcher authored
fix(helm): replace repo entry instead of duplicating
-
Matt Butcher authored
docs(tiller): add docblocks to public methods
-
Matt Farina authored
A bucket name in the path can be migrated to a custom k8s domain name. This is in preperation for that.
-
Matt Butcher authored
It will ignore files if they exist, and create files if they were missing. Closes #1515
-
Matt Butcher authored
docs(install_faq): add more info on socat on CoreOS
-
Matt Butcher authored
Closes #1522
-
Matt Butcher authored
-
Matt Butcher authored
-
Matt Butcher authored
docs(chart_template_guide): fix spacing
-