Commit graph

3993 commits

Author SHA1 Message Date
Alexey igrychev
1d4883bf3c Implement before-hook-creation delete policy
Existing helm.sh/hook-delete-policy annotation variables (hook-failed, hook-succeeded) do not allow to leave failed jobs for debugging without blocking the next job launching: every failed job must be deleted manually before the next related release is launching (installing, updating or rolling back).

New policy, before-hook-creation, removes the hook from previous release if there is one before the new hook is launched and can be used with another variable.
2018-03-21 18:13:53 +03:00
Matthew Fisher
48e7039970
Merge pull request #3599 from arturo-c/master
Adding --set-string flag to force string values.
2018-03-20 12:50:38 -07:00
Arturo Contreras
a615f80c92 Adding --set-string flag to force string values. 2018-03-20 13:35:42 -06:00
Eyal Ben Moshe
b6335b7dfe Authentication support for remote charts repositories (#3206)
Authentication support for remote charts repositories.
2018-03-20 10:56:48 -07:00
Adam Reese
19c73207b2
Merge pull request #3717 from adamreese/fix/history-output
fix(helm): fix helm history unit tests
2018-03-20 09:27:01 -07:00
Matthew Fisher
ac7597b767
Merge pull request #3719 from andriisoldatenko/main/typo-in-comments
Fixed typo
2018-03-20 08:10:38 -07:00
Andrii Soldatenko
08f450404b Fixed typo 2018-03-20 16:35:22 +02:00
Matthew Fisher
1a56c3ca3f
Merge pull request #3677 from stuartleeks/patch-1
Fix link to github issues in CONTRIBUTING.md
2018-03-20 07:08:35 -07:00
Adam Reese
34b6d12ebe
fix(helm): fix helm history unit tests
fixes #3652
2018-03-20 00:14:43 -07:00
Matthew Fisher
87f66af061
Merge pull request #3652 from rajatjindal/history-format
add support for output format in json or yaml
2018-03-19 20:02:26 -07:00
Michelle Noorali
fbb692707e
Merge pull request #3688 from adshmh/fix-duplication-of-test-code-on-helm-search
Fix helm search command error on index search failures
2018-03-19 12:24:49 -04:00
Matthew Fisher
8d5f215e1c
Merge pull request #3705 from adshmh/fix-duplication-of-test-code-on-helm-dependency
Refactor tests on helm dependency list command to remove duplication
2018-03-19 07:57:08 -07:00
Matthew Fisher
c4c165e820
Merge pull request #3699 from adshmh/fix-duplication-of-test-code-on-helm-repo-add
Refactor tests of repo-add command to remove duplication
2018-03-19 07:55:38 -07:00
Arash Deshmeh
74bf7584a0 fix(helm): refactor tests on helm dependency list command to remove duplication
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
2018-03-17 12:27:57 -04:00
Matthew Fisher
4711d5b8b8
Merge pull request #3695 from bacongobbler/windows-path-issues
fix windows path issues on `helm template -x`
2018-03-16 09:31:09 -07:00
Arash Deshmeh
b66c10df10 fix(helm): remove duplication in tests of repo-add command
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
2018-03-16 09:35:28 -04:00
John Rowley
a53f93c8ee fixed an issue in versioning.mk (#3653)
The MUTABLE_IMAGE_RUDDER variables was using the DOCKER_VERSION instead of MUTABLE_VERSION
```
MUTABLE_IMAGE        := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${SHORT_NAME}:${MUTABLE_VERSION}
MUTABLE_IMAGE_RUDDER := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${SHORT_NAME_RUDDER}:${DOCKER_VERSION}
```
2018-03-15 21:27:15 -07:00
Matthew Fisher
6de9ebccbc
fix windows path issues on helm template -x 2018-03-15 16:26:57 -07:00
Matthew Fisher
ff63cde934
Merge pull request #3686 from zerola/fix_get_script
Fixed referencing the wrong env variable if SHA sum doesn't match.
2018-03-15 07:07:20 -07:00
Arash Deshmeh
1e4770248c fix(helm): refactor search command tests to remove duplication
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
2018-03-15 05:51:00 -04:00
Arash Deshmeh
4b145622a2 fix(helm): search command returns error on index search failures (specifically on regular expression errors)
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
2018-03-15 05:50:09 -04:00
Michal Zerola
08a92b23d1 Fixed referencing the wrong env variable if SHA sum doesn't match. 2018-03-15 09:05:13 +01:00
Matthew Fisher
b335bfdabf
Merge pull request #3680 from bacongobbler/fix-doc-style
add newline after header
2018-03-14 14:55:09 -07:00
Rajat Jindal
333341425a update documentation as per review feedback 2018-03-14 13:54:06 -07:00
Matthew Fisher
06f7b7c0da
Merge pull request #2824 from scboffspring/feature/readme
feat(helm): inspect readme
2018-03-14 11:05:38 -07:00
Florian Zysset
3625241025 feat(helm): inspect readme 2018-03-14 18:00:39 +00:00
Matthew Fisher
d5161584f8
Merge pull request #3651 from bacongobbler/changelog-2.8
bump version to v2.8.2
2018-03-14 10:46:52 -07:00
Matthew Fisher
5ddf2f36c5
Merge pull request #3507 from adshmh/fix-left-over-helm-home-dirs-from-unit-tests
Fix the unit tests to avoid leaving behind 'helm_home*' temporary directories during build
2018-03-14 10:28:06 -07:00
Matthew Fisher
5d3705a688
Merge pull request #3671 from adshmh/fix-duplication-of-test-code-on-helm-version
refactor helm version command tests to remove duplication.
2018-03-14 10:27:27 -07:00
Matthew Fisher
421499708f
add newline after header
Doesn't cahnge the rendered markdown, but it makes the styling consistent with the rest of the docs.
2018-03-14 08:49:16 -07:00
Stuart Leeks
bb932f7702
Fix link to github issues 2018-03-14 16:37:59 +01:00
Arash Deshmeh
23b570fabd fix(helm): refactor helm version command tests to remove duplication
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
2018-03-13 21:11:45 -04:00
Taylor Thomas
dede3ff1e1
Merge pull request #3645 from scriptonist/Issue3290
Recover from a tiller pod crash caused due to errors in values.yaml
2018-03-13 17:08:31 -07:00
Matthew Fisher
d08778fcb4
Merge pull request #3662 from adshmh/fix-duplication-of-test-code-on-helm-status
Refactor helm status command tests to remove duplication
2018-03-13 15:53:09 -07:00
Matt Butcher
4f3832488b
docs(OWNERS): add emeritus section (#3667)
Cleaned up the owners file, adding the emeritus section and removing
an account that was not a core maintainer.
2018-03-13 11:22:45 -07:00
Matthew Fisher
9476fcc10a
Merge pull request #3666 from bacongobbler/fix-get
remove "This Repository" link from releases page
2018-03-13 10:20:32 -07:00
Matthew Fisher
0935384bd5
remove "This Repository" link from releases page 2018-03-13 09:52:49 -07:00
scriptonist
5311bf40a8 Now returning error and stopping installation 2018-03-13 16:33:10 +05:30
Taylor Thomas
fe9d365339
Merge pull request #3650 from adshmh/fix-duplication-of-test-code-on-helm-history
Fix duplicate test code in helm history command
2018-03-12 19:17:26 -07:00
Arash Deshmeh
e25df2ae76 fix(helm) refactor helm status command tests to use releaseCase struct and the corresponding function runReleaseCases. Fixes #3659
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
2018-03-12 15:12:14 -04:00
Rajat Jindal
c93ff32f52 make table explicitly default 2018-03-12 11:51:08 -07:00
Taylor Thomas
2c51155724
Merge pull request #3646 from nicdoye/master
Accept .yml files as well as .yaml for templates.
2018-03-12 09:34:52 -07:00
Arash Deshmeh
cdd9a85676 fix(helm): remove duplicate code from cmd/helm/history_test.go. Closes #3649
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
2018-03-10 10:28:48 -05:00
Rajat Jindal
46ed802750 add support for output format in json or yaml 2018-03-09 18:58:20 -08:00
Taylor Thomas
c5f2174f26
Merge pull request #3640 from rajatjindal/docfix
fix typo in docs and fake
2018-03-09 16:30:51 -08:00
Taylor Thomas
f19daa16c2
Merge pull request #3631 from gburton1/addProxyCapability
Respect http proxy settings when using custom Transport
2018-03-09 16:28:58 -08:00
Taylor Thomas
38335161d9
Merge pull request #3638 from adshmh/fix-duplication-of-test-code-on-helm-list
Remove duplicate test code from cmd/helm/list_test.go
2018-03-09 16:15:03 -08:00
Matthew Fisher
23948f5fd0
bump version to v2.8.1
(cherry picked from commit a80231648a)
2018-03-09 15:14:16 -08:00
Matthew Fisher
abe958eb87
Merge pull request #3597 from bacongobbler/upgrade-force-replace
replace FAILED deployments with `helm upgrade --install --force`
2018-03-09 11:38:52 -08:00
Nic Doye
73017d7e88 Accept .yml files as well as .yaml for templates.
See https://github.com/helm/helm-classic/pull/306 for helm classic
and
https://kubernetes.slack.com/archives/C51E88VDG/p1520588964000061
2018-03-09 17:05:57 +00:00