Commit Graph

4262 Commits

Author SHA1 Message Date
Matthew Fisher aa98e7e3dd
Merge pull request #4241 from ghugo/bump-sprig
chore(sprig): bump sprig to 2.15.0
2018-06-25 04:48:35 -07:00
Matthew Fisher a7a95c5712
Merge pull request #3574 from derekbassett/documentation-issue-for-RBAC
The defined role does not allow Tiller to launch Kubernetes jobs
2018-06-21 00:06:17 -07:00
Matthew Fisher 67d1126684
Merge pull request #3739 from fqsghostcloud/rename
Update CONTRIBUTING.md
2018-06-20 20:36:49 -07:00
Gage Hugo aae233e762 chore(sprig): bump sprig to 2.15.0
This change updates sprig to 2.15, which has support for generating
SSL certificates in charts from user defined CA certificates.
2018-06-19 14:54:41 -05:00
Matthew Fisher 99f20d82bb
Merge pull request #4093 from aidtechnology/issue_4092
Migrate 'template' to 'include' in 'helm create'
2018-06-18 07:21:40 -07:00
Taylor Thomas 572743d5d6
Merge pull request #4035 from thomastaylor312/docs/add_release_meetings
docs(release_checklist): Adds information about new release meetings
2018-06-15 10:14:05 -07:00
Michelle Noorali 374a320d0f
Merge pull request #4041 from michelleN/docs
chore(docs): mv index.md to README.md
2018-06-12 20:59:58 -04:00
Michelle Noorali 12f3c4a87a
Merge pull request #4123 from michelleN/security-contacts
add SECURITY_CONTACTS
2018-06-12 12:58:14 -04:00
Michelle Noorali f89a5a7299 add SECURITY_CONTACTS 2018-06-12 12:44:23 -04:00
Matthew Fisher d2c8dbc7c6
Merge pull request #4072 from rocky-nupt/fix-depup-install
Fix(helm): fix the bug of the charts not deployed after downloaded in helm install --dep-up
2018-06-12 08:02:46 -07:00
rocky 4d579bbbdf Fix(helm): fix the bug of the charts not deployed after downloaded
in helm install --dep-up

helm install --dep-up does not deploy the charts downloaded by itself.
I reload the charts path after downloading the missing charts.

Closes #3423
2018-06-12 22:18:48 +08:00
Matthew Fisher 00733bcd3c
Merge pull request #4208 from liyongxin/typo-fix-for-template
typo fix for template test
2018-06-11 20:35:24 -07:00
liyongxin 5d2140be38 typo fix for template test 2018-06-12 11:05:02 +08:00
Matthew Fisher 98341abe05
Merge pull request #4049 from flimzy/warning
Suppress 'unauthenticated users' warning when --tiller-tls-verify present
2018-06-11 17:12:40 -07:00
Matthew Fisher f63baab020
Merge pull request #3923 from seaneagan/list_cmd_output_format
feat(list): Optional output as JSON and YAML
2018-06-11 16:59:52 -07:00
Matthew Fisher afd6f53023
Merge pull request #4096 from qinix/fix-doc-requirements-condition
fix charts doc: there shouldn't be a space in between the conditions
2018-06-11 16:54:18 -07:00
Matthew Fisher 245c5bcc09
Merge pull request #4130 from mattjmcnaughton/mattjmcnaughton/fix-inaccurate-comment-in-tiller
Fix inaccurate comment in `tiller`
2018-06-11 16:09:09 -07:00
Matthew Fisher a660b18987
Merge pull request #4135 from mattjmcnaughton/mattjmcnaughton/4086-fix-concurrency-issues-with-helm-install
Fix concurrency issues with helm install
2018-06-11 16:06:27 -07:00
Matthew Fisher daeb458302
Merge pull request #4142 from elritsch/set-string-force-string-value-for-booleans-and-null
Make --set-string flag parse booleans and null as strings
2018-06-11 15:45:30 -07:00
Matthew Fisher ad38044f7c
Merge pull request #4165 from tariq1890/master
Setting DisableCompression to true to disable unwanted httpclient transformation
2018-06-11 15:28:50 -07:00
Matthew Fisher e195a9cd11
Merge pull request #4176 from mattjmcnaughton/mattjmcnaughton/4174-more-specific-name-reuse-error-message
Increase error message specificity for name reuse
2018-06-11 15:04:19 -07:00
Matthew Fisher ee49d24434
Merge pull request #4188 from muehlburger/feat/improve-tests
test(helm): add test for 'ParseIntoString' and update test for 'ParseInto'
2018-06-11 15:03:28 -07:00
Matthew Fisher baef4aa4b8
Merge pull request #4192 from Dean-Coakley/patch-1
Remove trailing whitespace from Charts documentation
2018-06-11 15:01:47 -07:00
Matthew Fisher 4e5139b67c
Merge pull request #4190 from alicefr/pr_s390
Add s390 architecture in TARGETS
2018-06-08 14:15:54 -07:00
Matthew Fisher 1fe65ca587
Merge pull request #4196 from liyongxin/typo-fix-lengh-to-length
typo fix for lengh to length
2018-06-07 20:54:07 -07:00
liyongxin 63760b2937 typo fix for lengh to length 2018-06-08 10:09:07 +08:00
Dean Coakley 0ddbcc1fe9
Remove trailing whitespace 2018-06-07 15:12:31 +01:00
Alice Frosi c19dea18b0 Add s390 architecture in TARGETS
Signed-off-by: Alice Frosi <alice@linux.vnet.ibm.com>
2018-06-07 07:24:45 -05:00
Herbert Mühlburger 8817f7baa7 test: add test for 'ParseIntoString' and update test for 'ParseInto' 2018-06-07 10:30:17 +02:00
Matthew Fisher 1a728c6f14
Merge pull request #4139 from radbaron/master
Documentation formatting [Tiny]
2018-06-06 04:50:27 -07:00
Matthew Fisher f36c9b7a0e
Merge pull request #4179 from mirake/fix-typos
Typo fix: indentifies -> identifies
2018-06-05 23:15:06 -07:00
ruicao b4cfb5f2f3 Typo fix: indentifies -> identifies 2018-06-06 10:48:33 +08:00
mattjmcnaughton ddd1f48c40 Increase error message specificity for name reuse
If `helm upgrade` fails because a reused name is still in use, the error
message does not specify which name is still in use. Update the error
message.
2018-06-05 09:48:11 -04:00
Matthew Fisher aa4223f22d
Merge pull request #4175 from andrzejwp/patch-1
Add link to cdwv/awesome-helm
2018-06-05 06:32:45 -07:00
andrzejwp e4a80cdc3b
Add link to cdwv/awesome-helm 2018-06-05 15:19:46 +02:00
Matthew Fisher 6718599ba7
Merge pull request #4160 from eicnix/master
Added documentation for the tpl function
2018-06-04 21:31:15 -07:00
tariq1890 3eaa1bfd3b Setting DisableCompression to true to disable unwanted httpclient tranformations 2018-06-03 12:08:36 -07:00
Matthew Fisher 7571691e31
Merge pull request #4159 from AdamDang/patch-5
Typo fix: retruns->returns
2018-06-02 05:40:15 -07:00
Lukas Eichler 4d63e1f84f Added documentation for the tpl function 2018-06-02 13:05:46 +02:00
AdamDang 4d22b104b7
Typo fix: retruns->returns
retruns->returns
2018-06-02 18:57:31 +08:00
Matthew Fisher f296e37782
Merge pull request #4153 from mattjmcnaughton/mattjmcnaughton/fix-test-failure-message
Fix test failure message
2018-06-01 07:48:49 -07:00
mattjmcnaughton e8b788dc4f Fix test failure message
The error message we reported if the test failed was incorrect.
2018-06-01 10:13:33 -04:00
Matthew Fisher d4205ea1da
Merge pull request #4151 from rsalmond/typofix
small typo fix
2018-05-31 12:07:35 -07:00
Rob Salmond 03d502c431 small typo fix 2018-05-31 10:36:28 -07:00
Elmar Ritsch a7362d76bc Add test to make sure --set flag interprets `null` as `nil` 2018-05-29 22:06:00 +02:00
Elmar Ritsch 7308e766e2 Add test to make sure --set-string flag takes `null` as string 2018-05-29 21:38:21 +02:00
Elmar Ritsch 272d9bc6ef Parse booleans and null as string values with --set-string flag 2018-05-29 21:17:37 +02:00
Matthew Fisher 1c2592975b
Merge pull request #1929 from bacongobbler/helm-image
build helm binary in tiller image
2018-05-29 10:12:04 -07:00
radbaron 4e29c7e2fd Documentation: add syntax highlighting to code examples & fix spelling of kube primitives 2018-05-29 15:28:04 +01:00
mattjmcnaughton 53c8e9b67e Fix concurrency issues with helm install
Address a race condition that arises when running two `helm install`
commands, both of which specify a namespace that does not already exist.

In this specific instance, attempting to create a `namespace` which
already exists shouldn't be a failure which causes `helm install` to
terminate.
2018-05-29 09:39:27 -04:00