Matthew Fisher
51f5ae9873
Merge pull request #6577 from bacongobbler/fixup-6334
...
upgrade Go to 1.13.1
5 years ago
Matthew Fisher
935ee90d9f
fix(validate-license): update to work with newer versions of coreutils
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
caff38ffa1
fix(generator): fixup package comment linting error
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
ialidzhikov
e5edbbee2e
Upgrade golang to 1.13
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
5 years ago
Matthew Fisher
d8d56fe111
Merge pull request #5610 from adshmh/feat-5552-fix-root-folder-files-error
...
improve error message for content outside base dir
5 years ago
Matthew Fisher
4ce6efe24e
Merge pull request #5374 from bacongobbler/revert-5122
...
remove steps for categorizing changelogs
5 years ago
Matthew Fisher
7b76c83ae6
doc(release_checklist): remove steps for categorizing changelogs
...
This reverts commit e3c6385959
.
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Charlie Getzen
02ccb33bdc
use WaitGroup instead of channels and counters
...
Signed-off-by: Charlie Getzen <charlie.getzen@procore.com>
5 years ago
Matthew Fisher
7fd770ca1b
Merge pull request #6274 from kensipe/env-test-fix
...
fixes resetting os env after test run
5 years ago
Matthew Fisher
b0f032b51d
Merge pull request #6231 from edbighead/master
...
Fix wrongly displayed markdown
5 years ago
Matthew Fisher
4998335241
Merge pull request #6534 from beautytiger/dev-190930-clean
...
remove repeated line in checklist
5 years ago
Matthew Fisher
a9fcff88b1
Merge pull request #5561 from mumoshu/togglable-tiller-probe-endpoints
...
feat: tiller probing endpoints can be disabled
5 years ago
Matthew Fisher
59ea688813
Merge pull request #5428 from walkafwalka/fix/plugin-tar-extract-perms
...
Preserve file permissions from tarball during plugin install
5 years ago
Matt Farina
1bfe85ebd5
Merge pull request #5069 from adshmh/5044-add-app-version-to-history
...
add AppVersion column to the history command
5 years ago
Matthew Fisher
126ab055ae
Merge pull request #3934 from jstoja/improve_search_regexp_doc
...
Add documentation to helm search --regexp (#3927 )
5 years ago
Matt Farina
a55af70ea8
Merge branch 'master' into 5044-add-app-version-to-history
5 years ago
Matthew Fisher
3bc2b5b1db
Merge pull request #5264 from ds-ms/waitIngress
...
Wait for ingress host to be ready
5 years ago
Martin Hickey
94c3192f77
Add link to IKS ( #6565 )
...
Adds a link in docs to the IBM Cloud Container Service (IKS)
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
5 years ago
Eduard Laur
c1c2cc1ef9
Merge remote-tracking branch 'upstream/master'
5 years ago
Matthew Fisher
8a3df19ec4
Merge pull request #5323 from malaiwah/patch-1
...
Fix for missing $root
5 years ago
Abejide Femi
d251b94efc
refactor manager file in pkg folder ( #6551 )
...
Signed-off-by: abejidefemi1@gmail.com <abejidefemi1@gmail.com>
5 years ago
Matthew Fisher
77a7bbb013
Merge pull request #6462 from keleustes/kube16
...
Helm init compatible with Kubernetes 1.16
5 years ago
Matthew Fisher
0171f9b9ed
Merge pull request #5789 from perher/no-wait-paused
...
Skip waiting for paused deployments
5 years ago
Charlie Getzen
8dd89867ff
Add check on empty list
...
Signed-off-by: Charlie Getzen <charlie.getzen@procore.com>
5 years ago
Taylor Thomas
2227ce9f32
Merge pull request #6532 from eqrx/kubeone
...
Add Arch Linux, KubeOne and Kubermatic to distro documentation
5 years ago
Matthew Fisher
f1890b1ffa
Merge pull request #6518 from VilledeMontreal/feat-v2/dynCompDifferentHelms
...
v2: feat(comp) Dynamic completion to use same binary as main call
5 years ago
Yusuke Kuoka
926ec0ef5c
fixup! Merge branch 'master' into togglable-tiller-probe-endpoints
...
Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
5 years ago
Matthew Fisher
61be4e65d9
Merge pull request #5345 from longkb/replace_http_by_https
...
Replacing 'HTTP' by 'HTTPS' for securing links
5 years ago
Matthew Fisher
2e871267de
Merge pull request #4783 from derkoe/fix-requirement-condition
...
fix(pkg/chartutil): conditions for alias and umrella charts (#3734 )
5 years ago
Matthew Fisher
17b53fb313
Merge pull request #4084 from adshmh/4082-fix-helm-output-leak-of-template-cmd-unit-tests
...
fixed output leak from template command unit tests
5 years ago
Matthew Fisher
3b51dfbdbc
Merge pull request #3478 from hypnoglow/expose-repofile-get
...
ref(helm): expose Get for repository file
5 years ago
Guangming Wang
18ec75c568
remove repeated line in checklist
...
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
5 years ago
Alexander Sowitzki
ce7880f403
Add Arch Linux, KubeOne and Kubermatic to distro documentation
...
Signed-off-by: Alexander Sowitzki <alexander@loodse.com>
5 years ago
Marc Khouzam
1726142e29
feat(comp) Dynamic completion to use same binary as main call
...
The binary of Helm to use for dynamic completion should be the same
as the actual Helm binary being used. For example, if PATH points
to a version of helm v3, but the user calls a binary named helm2 to
use a renamed v2 version, then dynamic completion should also use helm2.
If not, in this example, the dynamic completion will use the
information returned by helm v3.
This improvement is particularly useful for users that will run both
helm v2 and helm v3 at the same time.
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Matt Farina
01f775d03c
Merge pull request #6331 from ammarn911/patch-1
...
Adding MicroK8s to kubernetes_distros.md
5 years ago
Matt Farina
982888ed57
Merge pull request #6514 from shuroc/master
...
fixed typo
5 years ago
Till Hoffmann
8648ccf5d3
fixed typo
...
Signed-off-by: Till Hoffmann <till.hoffmann@enforge.de>
5 years ago
yuxiaobo96
0b229bdd04
Improve the quality of the document ( #6510 )
...
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
5 years ago
Matthew Fisher
e4f0f73921
Merge pull request #5680 from VilledeMontreal/fix/zshFlagBug
...
v2: fix(completion): --flag=val breaks zsh completion
5 years ago
Taylor Thomas
c8f5738442
Merge pull request #6381 from thomastaylor312/ref/cmd_output
...
Ref/cmd output
5 years ago
Matthew Fisher
17359e3f0d
Merge pull request #6499 from yuxiaobo96/helm-update6
...
fix typos
5 years ago
陈谭军
9d8a84ee3d
fix-up typo ( #6501 )
...
Signed-off-by: chentanjun <2799194073@qq.com>
5 years ago
yuxiaobo
58c004bb89
Improve the quality of annotations
...
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
5 years ago
Taylor Thomas
3e5b181a30
ref(cmd): Refactors output flag to reuse more code
...
This cuts down on the number of duplicate json/yaml marshaling blocks and
simplifies how to add printing to a function by using simple "container" structs
that know how to massage the data
Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
5 years ago
Taylor Thomas
0a488670ca
Merge pull request #5593 from deschmih/master
...
Flag --output json and yaml added
5 years ago
Michael Schaefer
a52d6de9e1
flag for output json or yaml added in install.go, repo_list.go, search.go, status.go and upgrade.go.
...
unit test adapted for output json or yaml in install_test.go and search_test.go.
docs modified for new flag helm_install.md, helm_repo_list.md, helm_search.md and helm_upgrade.md
Signed-off-by: Michael Schaefer <michael.schaefer@sew-eurodrive.de>
5 years ago
Matt Farina
7a0bbe16a0
Merge pull request #6457 from mattfarina/update-deps
...
Updating to newer versions of dependencies
5 years ago
Jerome Brette
16cfe346a3
Kubernetes 1.16: Improve upgrade support
...
Tested with versions:
- kubernetes v1.16.0
- kubernetes v1.15.4
- kubernetes v1.14.7
- kubernetes v1.13.11
- kubernetes v1.12.10
Signed-off-by: Jerome Brette <jbrette@gmail.com>
5 years ago
Marc Khouzam
eb838bff3a
Merge branch 'master' into fix/zshFlagBug
...
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Jerome Brette
f127b7d73e
Kubernetes 1.16: Migrate Tiller deployment to apps/v1
...
- Convert Tiller Deployment from extensions/v1betax to apps/v1
- Update installation unit tests
- Add support for helm init --upgrade
Signed-off-by: Jerome Brette <jbrette@gmail.com>
5 years ago