Matt Butcher
3fb2feb843
docs(yaml_techniques): add YAML techniques document
...
This documents YAML and provides information about how Helm and
Kubernetes interpret the YAML.
8 years ago
Adam Reese
62df1ad358
Merge pull request #1549 from adamreese/fix/1519-bubbly-yaml-errors
...
fix(tiller): return yaml parsing errors
8 years ago
Adam Reese
ae88a01a40
Merge pull request #1552 from adamreese/feat/detailed-log
...
feat(tiller): add source file to log entries
8 years ago
Adam Reese
2c0af5fffd
Merge pull request #1550 from mattfarina/feat/gometalinter-versioned
...
feat(gometalinter): Move to versioned releases
8 years ago
Matt Butcher
bae4508d8f
Merge pull request #1538 from technosophos/fix/1515-no-overwrite-for-helm-create
...
fix(helm): helm create will not overwrite existing files
8 years ago
Matt Butcher
48c1ba5355
Merge pull request #1545 from mattfarina/feat/1543-charts-domain-change
...
feat(charts): Move bucket to domain from path
8 years ago
Matt Butcher
985e975f53
Merge pull request #1546 from technosophos/fix/1499-show-broken-yaml
...
fix(tiller): show failed YAML
8 years ago
Matt Butcher
5520c19349
Merge pull request #1553 from waynebrantley/patch-1
...
use openssl instead of shasum
8 years ago
Matt Butcher
50beadbe8e
Merge pull request #1527 from rollulus/fix-delete-dry-run
...
fix(helm): respect dryRun opt in DeleteRelease
8 years ago
Wayne Brantley
1f17788d8e
use openssl instead of shasum
...
shasum is not on many platforms (like centos), use openssl instead.
8 years ago
Rollulus
8a13be29ac
fix(helm): respect dryRun opt in DeleteRelease
8 years ago
Adam Reese
8740d3eb7f
feat(tiller): add source file to log entries
8 years ago
Matt Farina
d2fa03969c
feat(gometalinter): Move to versioned releases
...
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.
8 years ago
Matt Farina
da73150ce9
fix(tls): download helm and charts over https
...
Downloading of charts and helm itself happened over http. This
change moves to use https as that is available with valid certs.
8 years ago
Adam Reese
e2ab407209
fix(tiller): return yaml parsing errors
...
closes : #1519
8 years ago
Matt Butcher
6eabe28334
fix(tiller): show failed YAML
...
When an install fails and --dry-run is set, return the broken YAML for
the user to debug.
Closes #1499
8 years ago
Matt Butcher
915769b311
Merge pull request #1529 from technosophos/fix/1522-replace-duplicate-entries
...
fix(helm): replace repo entry instead of duplicating
8 years ago
Matt Butcher
c21922f21c
Merge pull request #1535 from technosophos/docs/add-release-server-docblocks
...
docs(tiller): add docblocks to public methods
8 years ago
Matt Farina
7a79661f0e
feat(charts): Move bucket to domain from path
...
A bucket name in the path can be migrated to a custom k8s domain
name. This is in preperation for that.
8 years ago
Matt Butcher
0a163a2a3a
fix(helm): helm create will not overwrite existing files
...
It will ignore files if they exist, and create files if they were
missing.
Closes #1515
8 years ago
Matt Butcher
2cecfa8b7d
Merge pull request #1536 from technosophos/docs/1507-socat
...
docs(install_faq): add more info on socat on CoreOS
8 years ago
Matt Butcher
c616bb5a98
fix(helm): replace repo entry instead of duplicating
...
Closes #1522
8 years ago
Matt Butcher
8f9b9db547
docs(tiller): add docblocks to public methods
8 years ago
Matt Butcher
13404ebf82
docs(install_faq): add more info on socat on CoreOS
8 years ago
Matt Butcher
e4bbe33e92
Merge pull request #1514 from technosophos/docs/consistent-spacing
...
docs(chart_template_guide): fix spacing
8 years ago
Adam Reese
8120508c1b
Merge pull request #1541 from adamreese/fix/lint-errors
...
fix(*): fix new linter errors
8 years ago
Adam Reese
d59f66fc9e
fix(*): fix new linter errors
8 years ago
Adam Reese
79e43a753c
Merge pull request #1532 from adamreese/fix/linter-timeout
...
fix(scripts): increase deadline for linter
8 years ago
Adam Reese
cf965e2426
fix(scripts): increase deadline for linter
8 years ago
Matt Butcher
4d69d48f8b
Merge pull request #1518 from enisoc/tiller-deploy
...
docs(install): fix deployment name in tiller delete command
8 years ago
Matt Butcher
b070a82b72
Merge pull request #1517 from mandrean/fix/chartutil-create-notes
...
fix(1516): use correct value reference in boilerplate NOTES.txt
8 years ago
Anthony Yeh
9c74dae4ff
docs(install): fix deployment name in tiller delete command
8 years ago
Sebastian Mandrean
b3d45aef7a
fix(1516): use correct value reference in boilerplate NOTES.txt
8 years ago
Adam Reese
f8037c83c6
chore(*): bump to v2.0.0-rc.2
8 years ago
Matt Butcher
8857d1227e
docs(chart_template_guide): fix spacing
...
Consistently add spacing for '{{ $foo }}'
8 years ago
Matt Butcher
ddc208b821
Merge pull request #1500 from technosophos/docs/template-guide
...
docs(chart_tempalte_primer): add template primer
8 years ago
Matt Butcher
8a7e1ec29f
Merge pull request #1512 from technosophos/fix/1508-delete-error-message
...
fix(tiller): improve deletion failure handling
8 years ago
Adam Reese
57c55a7dc8
Merge pull request #1510 from adamreese/ref/ci-deploy
...
ref(ci): cleanup ci deploy
8 years ago
Matt Butcher
d5346b1be9
docs(chart_tempalte_primer): add template primer
...
This adds a detailed document on writing templates in Helm. This is NOT
a best-practices guide, but a thorough introduction to templates in
Helm.
8 years ago
Matt Butcher
3830736001
fix(tiller): improve deletion failure handling
...
This does the following to improve deletion failure handling:
- In an UninstallRelease operation, the release is marked DELETED
as soon as the basic checks are passed. This resolves 1508. I filed a
followup issue for doing this even better when we can modify protos
again.
- If a YAML manifest fails to parse, the error messages now suggests
that the record is corrupt, and the resources must be manually
deleted.
- If a resource is missing during deletion, the error messages now make
it clear that an object was skipped, but that the deletion continued.
Closes #1508
8 years ago
Adam Reese
7f4fd4efbb
ref(ci): cleanup ci deploy
8 years ago
Adam Reese
0afeaea92e
Merge pull request #1509 from adamreese/fix/1505-kubeconfig-rules
...
fix(kube): add default client config to the loading rules
8 years ago
Matt Butcher
4bc2528a0f
Merge pull request #1506 from technosophos/docs/code-of-conduct-to-cncf
...
docs(code-of-conduct): redirect to official CNCF CoC
8 years ago
Adam Reese
1920761c90
fix(kube): add default client config to the loading rules
...
fixes : #1505
8 years ago
Adam Reese
92be174acf
chore(*): bump to v2.0.0-rc.1
8 years ago
Adam Reese
7ce6001843
Merge pull request #1496 from adieu/master
...
Separate tiller into pkg and cmd so we can use tiller as a library.
8 years ago
Matt Butcher
4fd029a465
Merge pull request #1494 from viglesiasce/moar-template-updates
...
Fix up onboarding experience when using Helm create
8 years ago
Matt Butcher
7a23c269f8
Merge pull request #1492 from technosophos/fix/1455-dnsmasq-fix
...
docs(install_faq): document dnsmasq fix for kubeadm
8 years ago
adieu
c0850efeb5
Separate tiller into pkg and cmd so we can use tiller as a library.
8 years ago
Vic Iglesias
4179282760
Dont use privileged port in port-forward of default chart
8 years ago