Commit graph

3915 commits

Author SHA1 Message Date
Matthew Fisher
01b404b68e
fix kubeVersion example 2018-03-06 15:57:26 -08:00
Matthew Fisher
b49a3960b0
Merge pull request #3611 from itaysk/patch-1
added Codefresh
2018-03-05 12:48:04 -08:00
Itay Shakury
f78aaa8715
added Codefresh 2018-03-05 22:42:01 +02:00
Matthew Fisher
cd671f63ac
Merge pull request #3582 from munnerz/patch-1
Add link to securing helm docs in 'helm init' text
2018-03-05 12:30:41 -08:00
Matthew Fisher
6cb83d4a81
Merge pull request #3590 from joonix/helm-hashtag
Add helm-hashtag plugin
2018-03-02 07:12:23 -08:00
Matthew Fisher
6b16c8117d
Merge pull request #3591 from sami-alajrami/update-docs/related.md
adding Helmsman in docs/related.md
2018-03-02 07:10:58 -08:00
Sami Alajrami
df61fb84d8 adding Helmsman in docs/related.md 2018-03-02 13:14:05 +01:00
Johnny Bergström
e4305233e4 Add helm-hashtag plugin
https://github.com/balboah/helm-hashtag
2018-03-02 12:56:34 +01:00
Matthew Fisher
89b8312c48
Merge pull request #3502 from yanc0/typo-occurences-charts.md
fix occurences typo in charts.md
2018-03-01 09:26:32 -08:00
Matthew Fisher
b5af54d44c
Merge pull request #3567 from jumal/master
Create missing directories when saving files in chartutil.SaveDir
2018-02-28 12:59:43 -08:00
James Munnelly
829fe51f1e
Add link to securing helm docs in 'helm init' text 2018-02-28 16:00:35 +00:00
Matthew Fisher
293a0b7a10
Merge pull request #3579 from bacongobbler/remove-deprecated-flag
remove deprecated -e flag to `docker login`
2018-02-27 23:51:21 +00:00
Justin Scott
420be49522
Merge pull request #3475 from jascott1/3394_reset
fix(helm): update helm reset --force tip for clarity
2018-02-27 15:21:09 -08:00
Matthew Fisher
cc7ee84998
remove deprecated -e flag to docker login 2018-02-27 15:15:10 -08:00
Matthew Fisher
4c7fefd8da
Merge pull request #3578 from bacongobbler/revert-docker-bump
fix(circle): fix download link to download.docker.com
2018-02-27 22:01:36 +00:00
Matthew Fisher
286c902572
fix(circle): fix download link to download.docker.com
Docker stopped releasing binaries to get.docker.com as of 17.03.0-ce. They are all hosted at download.docker.com now.

I also had to downgrade docker to 17.09.0-ce because that's the only version that both download.docker.com and
CircleCI support.

https://download.docker.com/linux/static/stable/x86_64/
https://circleci.com/docs/2.0/building-docker-images/#docker-version
2018-02-27 13:49:42 -08:00
Matthew Fisher
bf77961cf4
Merge pull request #3383 from PureWhiteWu/refactor/error
refactor prettyError, closes #3381
2018-02-27 20:37:28 +00:00
Matthew Fisher
fbe04e73d3
Merge pull request #3413 from oilbeater/master
Reduce binary size
2018-02-27 20:36:24 +00:00
Matthew Fisher
2f2ebbeebb
Merge pull request #3405 from liubin/patch-2
Fix typo
2018-02-27 20:26:43 +00:00
Matthew Fisher
b1b57ba43b
Merge pull request #3488 from bacongobbler/bump-docker
bump docker to 17.11.0-ce
2018-02-27 19:55:29 +00:00
Matthew Fisher
86ae040bfa
Merge pull request #3491 from oilbeater/fix-defer-in-loop
defer in loop may cause resource leak
2018-02-27 19:52:00 +00:00
Matthew Fisher
e13eba128f
Merge pull request #3508 from adshmh/fix-set-app-version-unit-test-implicit-dependency
fix the implicit dependency of TestSetAppVersion test on previous tests
2018-02-27 19:45:07 +00:00
Matthew Fisher
ef1307f10c
Merge pull request #3492 from flimzy/docs
Minor documentation fixes
2018-02-27 19:35:31 +00:00
Johnny Bergström
5f1a21bc32 fix(tiller): Supersede multiple deployments (#3539)
* add test for rolling back from a FAILED deployment

* Update naming of release variables

Use same naming as the rest of the file.

* Update rollback test

- Add logging
- Verify other release names not changed

* fix(tiller): Supersede multiple deployments

There are cases when multiple revisions of a release has been
marked with DEPLOYED status. This makes sure any previous deployment
will be set to SUPERSEDED when doing rollbacks.

Closes #2941 #3513 #3275
2018-02-27 10:25:40 -08:00
Matthew Fisher
44fe4ce2a6
Merge pull request #3519 from liamawhite/master
Fix linting bug with charts containing more than one hyphen
2018-02-27 18:25:20 +00:00
Matthew Fisher
9c4fd1abae
Merge pull request #3527 from adshmh/fix-output-leak-from-realsetesting-test-suite
Fix the output leak to stdout during build by tests under pkg/releasetesting
2018-02-27 18:23:34 +00:00
Matthew Fisher
de678ca51e
Merge pull request #3532 from joonix/mute_warning
Mute upgrade --install default namespace warning
2018-02-27 18:23:03 +00:00
Matthew Fisher
1a9e0f0d15
Merge pull request #3535 from adshmh/fix-output-leak-from-pkg-tiller-tests
fix the output leak from test code under pkg/tiller
2018-02-27 18:22:05 +00:00
Matthew Fisher
642ad5c13e
Merge pull request #3544 from radu-matei/patch-1
Fix minor typo
2018-02-27 17:00:52 +00:00
Matthew Fisher
5e2362e008
Merge pull request #3543 from adshmh/fix-left-over-repotest-dirs-from-tests
Clean up temporary "helm-repotest-*" directories left behind by tests under cmd/helm
2018-02-27 16:55:46 +00:00
Matthew Fisher
5a489eb9cf
Merge pull request #3562 from mausch/patch-1
Fix link to Slack
2018-02-27 16:49:08 +00:00
Matthew Fisher
be1e974ccc
Merge pull request #3494 from Thiht/patch-1
docs: Fix FromJson comment
2018-02-27 15:14:02 +00:00
Matthew Fisher
e35bd82170
Merge pull request #3514 from joonix/issue-3512
Bump client side grpc max msg size
2018-02-27 14:21:44 +00:00
Matthew Fisher
512f3be7dd
Merge pull request #3561 from eicnix/master
docs(helm): Added kubeVersion to documentation.
2018-02-27 14:18:05 +00:00
Lukas Eichler
a78336ad35 docs(helm): Added kubeVersion to documentation.
docs(helm): Added kubeVersion to documentation and examples.
Adjusted wording for the Chart.kubeVersion description
Removing redundant wording for Chart.kubeVersion description
2018-02-27 09:16:02 +01:00
Matthew Fisher
18b709ef21
Merge pull request #3473 from bacongobbler/use-underscore
use an underscore for release_checklist.md
2018-02-26 19:24:50 -08:00
Adam Reese
fa611fe285
fix(plugins): support installing plugins by relative path (#3568)
Support installing plugins by relative path

```
helm plugins install .
```
2018-02-26 15:49:07 -08:00
Adam Reese
c314e2e2f1
fix(plugins): support newer git (#3571)
Newer gits don't like checking out an empty string.

```
empty string is not a valid pathspec. please use . instead if you meant to match all paths
```
2018-02-26 15:44:32 -08:00
Matthew Fisher
17c2272490
Merge pull request #3482 from powerhome/bugfix/keepalive-mismatch
Tiller should only enforce what we expect from Helm
2018-02-26 11:53:29 -08:00
Jean-Philippe Courson
5b77335415 Create missing directories when saving files in chartutil.SaveDir 2018-02-24 17:12:37 +00:00
Mauricio Scheffer
64b7d060ba
Fix link to Slack 2018-02-23 14:32:46 +00:00
Adam Reese
d0883dd813
docs(related): add helm-local plugin (#3547) 2018-02-20 22:11:29 -08:00
Justin Scott
64ac056983
Merge pull request #3524 from mueedc/master
update docs to demonstrate best practices in regards to named templates
2018-02-20 14:32:11 -08:00
Radu Matei
df041c4b19
Fix minor typo 2018-02-20 20:23:09 +02:00
Matthew Fisher
113de4ee56
Merge pull request #3542 from reactiveops/ejether/add-autohelm-to-docs
Added ReactiveOps Autohelm to the related tools list
2018-02-20 08:52:13 -08:00
EJ Etherington
ed0a7462d8 Added ReactiveOps Autohelm to the related tools list 2018-02-20 08:46:44 -08:00
Arash Deshmeh
55cc23cb01 fix(helm): fix the bug in tests under cmd/helm that leaves behind temporary directories named "repo-test-*" during build.
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
2018-02-20 11:45:46 -05:00
Arash Deshmeh
5b25eef9e2 fix(helm): fix the bug in test code under pkg/tiller that leaks output to stdout during build
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
2018-02-19 12:57:30 -05:00
Johnny Bergström
9bac0a4c30 Update deprecated grpc dial timeout
The docs say: use DialContext instead.
2018-02-19 17:04:41 +01:00
Johnny Bergström
98e5006ecf Bump client side grpc max msg size
Set it to match the server side, or the default limit
of 4MB will still apply when upgrading charts.

Fixes #3512
2018-02-19 17:04:41 +01:00