Adam Reese
d10e9186dc
feat(tiller): validate objects against kube schema on dry-run
8 years ago
Matt Butcher
a95bd105f0
Merge pull request #1747 from technosophos/ref/minor-error-refactor
...
ref(tiller): minor style refactor
8 years ago
Matt Butcher
bdebab40bd
Merge pull request #1745 from technosophos/chore/1744-sprig-2.8
...
chore(tiller): update Sprig to 2.8.0
8 years ago
Matt Butcher
e451f79bc2
Merge pull request #1706 from technosophos/feat/1480-version-flag
...
feat(1480): add --version flag to package command
8 years ago
Matt Butcher
dbe1c970b3
ref(tiller): minor style refactor
8 years ago
Adam Reese
1cb25b9111
Merge pull request #1746 from adamreese/fix/broken-tests
...
fix(tests): fix broken tests for upgrade
8 years ago
Adam Reese
4398255f09
fix(tests): fix broken tests for upgrade
8 years ago
Matt Butcher
b28b58ad8b
Merge pull request #1715 from mariusgrigoriu/master
...
Play nicely with roles that don't allow creating namespaces
8 years ago
Matt Butcher
48553d0a3a
Merge pull request #1740 from wilkers-steve/docs/change_trunc_length
...
docs(helm): change `trunc 24` in base charts
8 years ago
Matt Butcher
60db73d28e
chore(tiller): update Sprig to 2.8.0
...
Closes #1744
8 years ago
Steve Wilkerson
0d9c6bee94
Merge branch 'docs/change_trunc_length' of https://github.com/wilkers-steve/helm into docs/change_trunc_length
8 years ago
Steve Wilkerson
141a401c48
docs(helm): change `trunc 24` in base charts
...
The upper limit for a chart name is 63 characters now instead of
14 or 24 in older versions of Kubernetes. This replaces `trunc 24`
in the example chart provided to `trunc 63` to reflect the new
length available.
Closes #1637
8 years ago
Matt Butcher
b51ad7a0e5
Merge pull request #1693 from thomastaylor312/feat/hook-timeout
...
feat(*): Adds support for timeout flag
8 years ago
Matt Butcher
cc118fc745
Merge pull request #1743 from mboersma/bump-to-212
...
chore(*): bump to 2.1.2
8 years ago
Matt Butcher
bea54d1073
Merge pull request #1734 from kmala/release
...
fix(upgrade):Check the raw vals during an upgrade properly
8 years ago
Matt Boersma
152cf427ed
chore(*): bump to 2.1.2
8 years ago
Steve Wilkerson
a6803d9c5c
docs(helm): change `trunc 24` in base charts
...
The upper limit for a chart name is 54 characters now instead of
14 or 24 in older versions of Kubernetes. This replaces `trunc 24`
in the example chart provided to `trunc 54` to reflect the new
length available.
Closes #1637
8 years ago
Matt Butcher
22c1b979af
Merge pull request #1729 from technosophos/fix/1708-rollback-help
...
fix(helm): fix rollback documentation
8 years ago
Matt Butcher
79b6c0a7b9
Merge pull request #1735 from technosophos/docs/link-to-go-whitespace
...
docs(chart_template_guide): link to Go template docs
8 years ago
Keerthan Reddy Mala (kmala)
ce79fa8732
fix(upgrade):Check the raw vals during an upgrade properly
8 years ago
Adam Reese
e53f833339
Merge pull request #1738 from adamreese/feat/1537-upgrade-debug
...
feat(helm): add release debugging for upgrade
8 years ago
Adam Reese
1c3bada618
feat(helm): standardize debug output for releases
8 years ago
Matt Butcher
a23672744e
fix(helm): fix rollback documentation
8 years ago
Matt Butcher
5aa405177d
Merge pull request #1737 from v1k0d3n/master
...
chart repo docs: small correction/clarification
8 years ago
Matt Butcher
7399f02c97
Merge pull request #1736 from wilkers-steve/quickstart_typos
...
Typo in helm quickstart guide.
8 years ago
Brandon B. Jozsa
82e0d00d2d
clear instructions for gh-pages
8 years ago
Steve Wilkerson
0c8cff47ae
Typo in helm quickstart guide.
...
Fixed a small typo in the quickstart guide. Change 'upgrade' to
'upgraded' to match tense.
8 years ago
Adam Reese
934249aadf
feat(helm): add release debugging for upgrade
8 years ago
Michelle Noorali
72a93efb48
Merge pull request #1730 from michelleN/fix/1463-remove-linter-rule
...
fix(linter): disable checking for empty values
8 years ago
Michelle Noorali
d289a0c45a
Merge pull request #1731 from michelleN/proposal-doc
...
chore(docs): add how to submit proposals
8 years ago
Adam Reese
967d1e85fa
Merge pull request #1709 from adamreese/fix/tiller-plugin-ns
...
fix(helm): add tiller-host to plugin environment
8 years ago
Matt Butcher
21d0d6ba5a
docs(chart_template_guide): link to Go template docs
...
This adds a link to the Go template docs regarding whitespace.
8 years ago
Taylor Thomas
774789c79a
feat(*): Adds support for timeout flag
...
Installs, rollback, upgrade, and delete now accept a `--timeout` flag
that allows the user to specify the maximum number of seconds that
any kubernetes command can take.
Closes #1678
8 years ago
Michelle Noorali
e21777f805
chore(docs): add how to submit proposals
8 years ago
Michelle Noorali
06867b22d4
fix(linter): disable checking for empty values
...
resolves #1463
8 years ago
Matt Butcher
af58b8eff9
feat(1480): add --version flag to package command
...
This adds a `helm package --version=SEMVER` param that allows users to
set a version during a package operation.
Closes #1480
Closes #1699
8 years ago
Matt Butcher
5fc020f0a1
Merge pull request #1727 from thomastaylor312/fix/recreate
...
fix(*): Fixes protobuf name
8 years ago
Matt Butcher
945eb707c7
Merge pull request #1718 from raviqqe/patch-1
...
s/backup up/back up/
8 years ago
Adam Reese
5e66002e21
Merge pull request #1725 from adamreese/ref/subcommands
...
ref(helm): only pass required dependencies to subcommands
8 years ago
Taylor Thomas
b18f7f7523
fix(*): Fixes protobuf name
...
The generated version of the protobuf did not match the `.proto` file.
This caused issues when a new protobuf change was added
8 years ago
Matt Butcher
090e00ddf8
Merge pull request #1686 from kubernetes/feat/1604-fromyaml
...
feat(tiller): add fromYaml to template functions
8 years ago
Adam Reese
163308535d
Merge pull request #1710 from bacongobbler/chart-repo-authentication
...
test(cmd): add unit test for chart backed by basic auth
8 years ago
Adam Reese
97db9145fd
Merge pull request #1711 from gtaylor/patch-1
...
plugins.md: Spelling fix
8 years ago
Adam Reese
e75ade35b4
Merge pull request #1716 from appscode/idea
...
Ignore .idea folder for anyone using Intellij's GO IDE.
8 years ago
Adam Reese
7a7d9fd579
Merge pull request #1720 from iameli/patch-1
...
Fix Typo
8 years ago
Adam Reese
9b0a85c7ef
Merge pull request #1721 from euank/better-error
...
fix(chartutil): improve 'missing name' error
8 years ago
Adam Reese
9aa467e317
ref(helm): only pass required dependencies to subcommands
8 years ago
Euan Kemp
25f74989a5
fix(chartutil): improve 'missing name' error
8 years ago
Eli Mallon
957fcaafa6
Fix Typo
8 years ago
Yota Toyama
9c4465860f
s/backup up/back up/
8 years ago