- 29 Nov, 2016 1 commit
-
-
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
-
- 23 Nov, 2016 3 commits
-
-
Adam Reese authored
chore(*): remove glide hacks that are no longer required
-
Adam Reese authored
-
Matt Butcher authored
feat(helm): support 'helm create --starter=mypack'
-
- 22 Nov, 2016 5 commits
-
-
Matt Butcher authored
This adds support for packs, pre-configured chart patterns that can be used to quickly create a custom layout for your new chart.
-
Matt Butcher authored
fix(helm): don't pass nil-opt to ReleaseContent
-
Adam Reese authored
feat(kube): add schema validation
-
Rollulus authored
-
Adam Reese authored
Adds validation against the swagger schema. Example error: Error: release telling-wildebeest failed: error validating "": error validating data: expected type int, for field spec.template.spec.containers[0].ports[0].containerPort, got string Current error: unable to decode "": [pos 177]: json: expect char '"' but got char 'n'"'
-
- 17 Nov, 2016 1 commit
-
-
Matt Butcher authored
fix(requirements): accept semver constraints for the versions in the requirements.yaml
-
- 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 15 commits
-
-
Keerthan Reddy Mala (kmala) authored
-
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 9 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
-