Matthew Fisher
030d2c066b
bump version to v2.9.0-rc4
8 years ago
Adam Reese
f91c62f888
fix(kube): get correct versioned object from info helper
...
fixes : #3826
(cherry picked from commit 6ffff5fea9
)
8 years ago
Matthew Fisher
88c006563c
swallow the error when returning the default HTTP client
...
(cherry picked from commit aa2976f0ce
)
8 years ago
Adam Reese
561e034ada
fix(kube): use correct object type in watch
...
fixes #3902
(cherry picked from commit 31ddd707e8
)
8 years ago
eyalbe4
8380e24994
Basic auth credentials from repo not used in install/upgrade/fetch commands #3858
...
(cherry picked from commit fa62c476fc
)
8 years ago
Steffen Windoffer
1d2205732c
remove unused servicePort from default ingress template
...
(cherry picked from commit 8bd42d2645
)
8 years ago
Erik Sundell
9d81cc0971
toYaml - Fixes #3410 - trailing \n issue
...
`toYaml` utilized by `.Files` was introducing a new line. It is an issue since the new line is part of a functions output, it can't be whitespace chomped away so it would require a `trimSuffix "\n"` pipe. This commit trims one trailing `\n` from the toYaml output.
(cherry picked from commit 35132d141c
)
8 years ago
Erik Sundell
1dc32f7849
toYaml - Fixes #3470 - trailing \n issue
...
`toYaml` was introducing a new line. It is an issue since the new line is part of a functions output, it can't be whitespace chomped away so it would require a `trimSuffix "\n"` pipe. This commit trims one trailing `\n` from the toYaml output.
(cherry picked from commit 6cdf6cee56
)
8 years ago
Erik Sundell
4d51d22e07
Updated tests for PR #3837
...
(cherry picked from commit 05a1f7f46c
)
8 years ago
Stuart Leeks
8ff9bc5acb
Switch flag to update existing record
...
(cherry picked from commit bac4f45f94
)
8 years ago
Matthew Fisher
73324d5ec9
fix `helm get manifest` context deadline exceeded error
...
(cherry picked from commit 87c64e7987
)
8 years ago
Matthew Fisher
60abcdca41
bump version to v2.9.0-rc3
8 years ago
Ryan Hartje
3378e69c6e
using existing mechanism to flag for failures
...
(cherry picked from commit 9b20d91e42
)
8 years ago
Ryan Hartje
cc9de2315f
return a non 0 exit code when lint fails due to missing Chart.yaml
...
(cherry picked from commit 343acc5a60
)
8 years ago
Matthew Fisher
08db2d0181
bump version to v2.9.0-rc2
8 years ago
Michelle Noorali
beeac8b0c8
ref(cmd/helm): show grpc error msg from prettyError
...
(cherry picked from commit 499636d70c
)
8 years ago
ReSearchITEng
cb2f5b7015
closes #3795
...
closes #3795
(cherry picked from commit 09e0ab1809
)
8 years ago
John Koleszar
992effc1cd
Fix tiller deployment on RBAC clusters
...
Adds automountServiceAccountToken when a serviceAccount is specified.
Prior to this, tiller falls back to contacting the KUBERNETES_SERVICE on
localhost:8080 rather than respecting the cluster IP in the
KUBERNETES_SERVICE_{HOST,PORT} environment variables.
Fixes #3460 , fixes #3467 .
(cherry picked from commit 1e03f1bce5
)
8 years ago
Matt Farina
280863d236
bump version to v2.9.0-rc1
8 years ago
Matthew Fisher
32d30bff20
Merge pull request #3817 from bacongobbler/fix-3806
...
import client auth plugins
8 years ago
Matthew Fisher
e794c48c3a
Merge pull request #3540 from flant/hook_recreate_delete_policy
...
Implement before-hook-creation delete policy
8 years ago
Matthew Fisher
c52707fb26
import client auth plugins
8 years ago
Timofey Kirillov
b7fe0d0bd7
Add hook-delete-policy ReleaseServer unit tests
...
Cover hook-succeeded, hook-failed and before-hook-creation hook delete policies.
8 years ago
Brian
58e4b6ac61
Merge pull request #3782 from fibonacci1729/master
...
stream releases when listing
8 years ago
fibonacci1729
ad99c1b749
release list paritioning
8 years ago
Matthew Fisher
531deec220
Merge pull request #3789 from adshmh/fix-output-leak-from-create-command-unit-tests
...
fix output leak from unit tests of helm create command
8 years ago
Arash Deshmeh
e0056a9e41
fix(helm): fix output leak from unit tests of helm create command
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
8 years ago
fibonacci1729
2dd9b34d28
stream releases when listing
8 years ago
Matthew Fisher
d32a6ef63b
Merge pull request #3768 from edgarlanting/patch-1
...
Updated kubernetes_distros.md with DC/OS note.
8 years ago
Shredgar
3334309a91
Removed typos (additional plus signs)
...
Removed typos (additional plus signs)
8 years ago
Adam Reese
c574e03ed4
Merge pull request #3721 from adamreese/ref/kube-1.10
...
ref(*): kubernetes v1.10 support
8 years ago
muhongwei
0ba75b6652
fix 'eveything' -> 'everything' ( #3754 )
8 years ago
muhongwei
75387fe318
fix 'mulitenant'->'multitenant' ( #3755 )
8 years ago
adshmh
1a55161a53
Fix several golint warnings ( #3756 )
...
* fix(helm): fix golint warning due to ApiVersionV1 constant name
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
* fix(helm): fix golint warning due to ResolveChartVersionAndGetRepo comment
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
* fix(helm): fix golint warnings on HttpGetter type and SetCredentials method missing a comment
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
* fix(helm):fix golint warning due to comment on FindChartInAuthRepoURL function
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
* fix(helm): fix golint warning due to RepoFile type name
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
* fix(helm): fix golint warning due to ParseString comment
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
8 years ago
Matthew Fisher
01e5c4f5ea
Merge pull request #3771 from flimzy/doc
...
Remove outdated note from doc
8 years ago
Jonathan Hall
6e3a0a1291
Remove outdated note.
8 years ago
Shredgar
52b7abac26
Updated kubernetes_distros.md with DC/OS note.
...
Updated kubernetes_distros.md with a note that Helm is running fine on Kubernetes on DC/OS
8 years ago
Adam Reese
7c19cb7040
ref(*): kubernetes v1.10 support
8 years ago
Matthew Fisher
b2ac6d3dd9
Merge pull request #3759 from AdamDang/patch-1
...
Update tiller_ssl.md
8 years ago
AdamDang
31c03a2484
Update tiller_ssl.md
...
"that" is duplicated.
8 years ago
Matthew Fisher
94a5f3a1eb
Merge pull request #3750 from rmorrise/patch-1
...
Updated to mention the --purge flag on delete
8 years ago
Russell Morrisey
9d0dc294d7
Updated to mention the --purge flag on delete
...
See: https://github.com/kubernetes/helm/issues/2332
8 years ago
Matthew Fisher
850c8714a7
Merge pull request #3661 from bacongobbler/fix-default-connection-timeout
...
add back the default 5 second connection timeout
8 years ago
Matthew Fisher
793cda8aa0
Merge pull request #3730 from helgi/feature/gh-3682
...
Create index.yaml if missing when running repo index --merge
8 years ago
Matthew Fisher
62153d10df
Merge pull request #3733 from jstrachan/patch-2
...
add a link to Jenkins X and how it uses helm
8 years ago
James Strachan
6abbee0d44
fixed typo + moved into Helm Included section
8 years ago
Justin Scott
5d4b930e51
Merge pull request #3743 from jascott1/issue_template
...
Add issue_template.md which asks for version info.
8 years ago
Justin Scott
537bfbb75e
Update to specify version command output.
8 years ago
Justin Scott
49cda9a81d
Add issue_template.md which asks for version info.
8 years ago
Matthew Fisher
6b83a4125b
Merge pull request #3738 from fqsghostcloud/fix-md-error
...
fix Syntax error
8 years ago