Matthew Fisher
2f2ebbeebb
Merge pull request #3405 from liubin/patch-2
...
Fix typo
7 years ago
Matthew Fisher
b1b57ba43b
Merge pull request #3488 from bacongobbler/bump-docker
...
bump docker to 17.11.0-ce
7 years ago
Matthew Fisher
86ae040bfa
Merge pull request #3491 from oilbeater/fix-defer-in-loop
...
defer in loop may cause resource leak
7 years ago
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
7 years ago
Matthew Fisher
ef1307f10c
Merge pull request #3492 from flimzy/docs
...
Minor documentation fixes
7 years ago
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
7 years ago
Matthew Fisher
44fe4ce2a6
Merge pull request #3519 from liamawhite/master
...
Fix linting bug with charts containing more than one hyphen
7 years ago
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
7 years ago
Matthew Fisher
de678ca51e
Merge pull request #3532 from joonix/mute_warning
...
Mute upgrade --install default namespace warning
7 years ago
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
7 years ago
Matthew Fisher
642ad5c13e
Merge pull request #3544 from radu-matei/patch-1
...
Fix minor typo
7 years ago
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
7 years ago
Matthew Fisher
5a489eb9cf
Merge pull request #3562 from mausch/patch-1
...
Fix link to Slack
7 years ago
Matthew Fisher
be1e974ccc
Merge pull request #3494 from Thiht/patch-1
...
docs: Fix FromJson comment
7 years ago
Matthew Fisher
e35bd82170
Merge pull request #3514 from joonix/issue-3512
...
Bump client side grpc max msg size
7 years ago
Matthew Fisher
512f3be7dd
Merge pull request #3561 from eicnix/master
...
docs(helm): Added kubeVersion to documentation.
7 years ago
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
7 years ago
Matthew Fisher
18b709ef21
Merge pull request #3473 from bacongobbler/use-underscore
...
use an underscore for release_checklist.md
7 years ago
Adam Reese
fa611fe285
fix(plugins): support installing plugins by relative path ( #3568 )
...
Support installing plugins by relative path
```
helm plugins install .
```
7 years ago
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
```
7 years ago
Matthew Fisher
17c2272490
Merge pull request #3482 from powerhome/bugfix/keepalive-mismatch
...
Tiller should only enforce what we expect from Helm
7 years ago
Jean-Philippe Courson
5b77335415
Create missing directories when saving files in chartutil.SaveDir
7 years ago
ryane
61e88cbc41
don't wrap helm init -o/--dry-run output in List
...
Manifests in yaml are separated by `---`. In json, manifests are separated by
newlines (see
https://github.com/kubernetes/kubernetes/blob/master/hack/testdata/multi-resource-json.json )
7 years ago
Mauricio Scheffer
64b7d060ba
Fix link to Slack
7 years ago
ryane
af80059b45
fix(helm): add service, secret manifests in `init -o`
...
When `helm init -o yaml|json` is run, the service and optional secret manifests
will be included in the output. The manifests are included in a Kubernetes
[List](https://godoc.org/k8s.io/apimachinery/pkg/apis/meta/v1#List ) object.
This also includes some refactoring and consolidates how manifests are output in
`--dry-run` and removes some unnecessary marshaling between Kubernetes objects
and strings.
Fixes #3145
7 years ago
Adam Reese
d0883dd813
docs(related): add helm-local plugin ( #3547 )
7 years ago
Justin Scott
64ac056983
Merge pull request #3524 from mueedc/master
...
update docs to demonstrate best practices in regards to named templates
7 years ago
Radu Matei
df041c4b19
Fix minor typo
7 years ago
Matthew Fisher
113de4ee56
Merge pull request #3542 from reactiveops/ejether/add-autohelm-to-docs
...
Added ReactiveOps Autohelm to the related tools list
7 years ago
EJ Etherington
ed0a7462d8
Added ReactiveOps Autohelm to the related tools list
7 years ago
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>
7 years ago
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>
7 years ago
Johnny Bergström
9bac0a4c30
Update deprecated grpc dial timeout
...
The docs say: use DialContext instead.
7 years ago
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
7 years ago
Johnny Bergström
0d758cfd41
Mute upgrade --install default namespace warning
...
Initialize empty selection like in the install command to prevent:
WARNING: Namespace doesn't match with previous
7 years ago
Mueed Chaudhry
4cc95d2c2f
update docs to demonstrate best practices in regards to named templates
7 years ago
Matthew Fisher
289ffcc004
Merge pull request #3525 from sslavic/patch-1
...
Update download links to 2.8.1 binaries
7 years ago
Arash Deshmeh
4fcf69bc52
fix(helm): fix the output leak to stdout during build by tests under pkg/releasetesting,
...
by redirecting output from mock clients.
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Stevo Slavić
c1020106d7
Update download links to 2.8.1 binaries
7 years ago
Matthew Fisher
a77f38da91
Merge pull request #3520 from qmfrederik/typo
...
Fix 'Namesapce' typo
7 years ago
Matthew Fisher
0e4cdc30af
Merge pull request #3521 from qmfrederik/helm.net
...
Add Helm.NET to the list of related Helm tools
7 years ago
Frederik Carlier
8530f1bc22
Add a reference to Helm.NET
7 years ago
Frederik Carlier
fbe17d277e
Fix typo
7 years ago
Liam White
abd33764e8
Fix linting bug with charts containing more than one hyphen
7 years ago
Michelle Noorali
c2d9dbd9fc
Merge pull request #3516 from michelleN/mailing-list
...
chore(README): add ref to helm mailing list
7 years ago
Michelle Noorali
d216fd0d7d
chore(README): add ref to helm mailing list
7 years ago
Arash Deshmeh
c78af5483c
fix(helm): fix the implicit dependency of TestSetAppVersion test on previous tests, due to helm home,
...
by explicitly creating a temporary helm directory for the test.
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Matthew Fisher
c5780f38b1
Merge pull request #3505 from chaosaffe/patch-1
...
Typo once/one
7 years ago
Jason Murray
d65f8b532f
Typo once/one
7 years ago
Matthew Fisher
b4ccda5018
Merge pull request #3504 from adshmh/fix-left-over-dirs-from-helm-create-test
...
fix the bug in test code that leaves behind temp directories during build
7 years ago