Marc Khouzam
b0d567accd
feat(comp): Add descriptions for plugin completion
...
Ref: HIP 0008
When completing a plugin name, extra information will be shown for
shells that support completions (fish, zsh). For example:
$ helm plugin uninstall <TAB>
2to3 -- migrate and cleanup Helm v2 configuration and releases in-place to Helm v3
diff -- Preview helm upgrade changes as a diff
fullstatus -- provide status of resources part of the release
github -- Install or upgrade Helm charts from GitHub repos
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Marc Khouzam
a6b28348df
feat(comp): Add descriptions for release name comp
...
Ref: HIP 0008
When completing a release name, extra information will be shown for
shells that support completions (fish, zsh). For example, if I have
two releases: "nginx" and "nginx2", completion would yield:
$ helm history n<TAB>
nginx -- nginx-6.0.2 -> deployed
nginx2 -- nginx-ingress-1.41.2 -> deployed
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Marc Khouzam
1f68f658a5
feat(comp): Improve completion for plugin commands
...
The 'plugin update' and 'plugin uninstall' commands can accept more than
one plugin name as arguments; this commit teaches the completion logic
to respect this.
Also, the commit adds go test for completion of the plugin commands.
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Marc Khouzam
7b6dcfae98
fix(cmd): Show that flags can be used for zsh/fish
...
The "helm completion zsh" and "helm completion fish" commands accept the
"--no-descriptions" flag, therefore we should not disable the addition
of "[flags]" to the usage line when printing help.
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Matthew Fisher
fd5788ef0a
Merge pull request #9349 from redeamer/fix_get_helm_runAsRoot_space_issue
...
fix(helm): get/get-helm-3 whitespace support in runAsRoot
5 years ago
Matthew Fisher
8ad90b25e5
Merge pull request #9392 from bacongobbler/write-a-hip
...
docs(CONTRIBUTING): writing a HIP
5 years ago
Matthew Fisher
abadc54684
use relative linking
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
b704e84dd1
formatting
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
6cea2847be
more words
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
2c114125a8
keep it concise
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
41707a6b71
docs(CONTRIBUTING): writing a HIP
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matt Farina
85794cfc6e
Merge pull request #9131 from dlipovetsky/check-cleanup-error
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Joe Lanford
f57c01cd93
update test expectation for new template error string
...
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
5 years ago
Joe Lanford
ecdc34c5ab
Add darwin/arm64 (Apple Silicon) support
...
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
5 years ago
Matt Farina
98000cd9b9
Merge pull request #9357 from dragonchaser/fix_windows_tests
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Christian
4f1ab5a331
fix windows tests
...
Signed-off-by: Christian Richter <christian@boltares.de>
5 years ago
Matt Farina
55ef064798
Merge pull request #9367 from VilledeMontreal/fix/golangcilint
...
Increase golangci-lint timeout
5 years ago
Marc Khouzam
8d33624520
fix(test): Increase golangci-lint timeout
...
CircleCI has been failing on 'make test-style' because of a timeout.
This commit increases the timeout.
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Michael Musenbrock
784782013a
fix(helm): get/get-helm-3 whitespace support in runAsRoot
...
When `get`/`get-helm-3` is run with a HELM_INSTALL_DIR containing spaces, the installation fails.
Closes #9346
Signed-off-by: Michael Musenbrock <michael.musenbrock@gmail.com>
5 years ago
Matthew Fisher
64c8df187a
Merge pull request #9345 from houfangdong/master
...
fix release sha256
5 years ago
houfangdong
24925c4ca3
fix release sha256
...
Signed-off-by: houfangdong <xianhfd@gmail.com>
5 years ago
Matthew Fisher
037a43c98b
Merge pull request #9254 from MaXinjian/gpg
...
Correct pubring name
5 years ago
Marc Khouzam
3c4ccade13
feat(comp): Completion for the docs --type flag
...
Add completion for the --type flag of the docs command.
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Matthew Fisher
bb875c3e2b
Merge pull request #9288 from helm/dependabot/go_modules/k8s.io/klog/v2-2.5.0
...
Bump k8s.io/klog/v2 from 2.4.0 to 2.5.0
5 years ago
Matthew Fisher
8c151d83d8
Merge pull request #9301 from krish7919/9283-cli-help
...
Fix `helm list --offset` cli help string
5 years ago
dependabot[bot]
74c49d49be
Bump github.com/jmoiron/sqlx from 1.2.0 to 1.3.1
...
Bumps [github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx ) from 1.2.0 to 1.3.1.
- [Release notes](https://github.com/jmoiron/sqlx/releases )
- [Commits](https://github.com/jmoiron/sqlx/compare/v1.2.0...v1.3.1 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Matt Farina
d1e48fb94b
Merge pull request #9343 from mattfarina/bump-golangci-lint
...
Updating golangci-lint to 1.36.0
5 years ago
Matt Farina
0b4821463c
Merge pull request #9314 from helm/dependabot/go_modules/github.com/mitchellh/copystructure-1.1.1
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Matt Farina
1cf9589051
Updating golangci-lint to 1.36.0
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Matt Farina
d8979ce46b
Merge pull request #9306 from jwhitt3r/Fix-9253
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Adam Reese
35da7a808d
Merge pull request #9326 from adamreese/chore/bump-sprig-goutils
...
chore(go.mod): bump Masterminds/{spring,goutils} and deislabs/oras
5 years ago
Adam Reese
3dbb1614c9
chore(go.mod): bump Masterminds/{spring,goutils} and deislabs/oras
...
Signed-off-by: Adam Reese <adam@reese.io>
5 years ago
Adam Reese
6ce9ba60b7
Merge pull request from GHSA-c38g-469g-cmgx
...
fix(*): Validate metadata semver and printable characters
5 years ago
Adam Reese
657ce552cb
fix(*): Validate metadata semver and printable characters
...
ref: https://github.com/helm/helm/security/advisories/GHSA-c38g-469g-cmgx
* Skip invalid chart versions when reading the repository index file or
when programmatically adding a chart version.
* Adds semver validation and strips non-printable characters and
normalizes spaces for string fields in Metadata.Validate()
* Fixes a unit test that was pulling a remote repo. Now uses a local
repo.
* Fixes ignored error in repo update command
Signed-off-by: Adam Reese <adam@reese.io>
5 years ago
dependabot[bot]
bb42865794
Bump github.com/mitchellh/copystructure from 1.0.0 to 1.1.1
...
Bumps [github.com/mitchellh/copystructure](https://github.com/mitchellh/copystructure ) from 1.0.0 to 1.1.1.
- [Release notes](https://github.com/mitchellh/copystructure/releases )
- [Commits](https://github.com/mitchellh/copystructure/compare/v1.0.0...v1.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
James McElwain
54410194a6
closes #9312
...
Because backOffLimit can be 0, a zero value for pod status failed will
always cause the condition to return true.
Signed-off-by: James McElwain <jmcelwain@gmail.com>
5 years ago
Jack Whitter-Jones
64e2d596cf
Fix-9253: Change the deprecated charts repo URL in release notes
...
What this PR does / why we need it:
fix for issue #9253 . The link taken from the projects GitHub page has been used for consistency across the documentation.
Signed-off-by: Jack Whitter-Jones <jackwhitterjones@gmail.com>
5 years ago
Krish
f920023181
Fix `helm list --offset` cli help string
...
Signed-off-by: Krish <kriiyer@cisco.com>
5 years ago
Matthew Fisher
46d80f68c1
Merge pull request #9276 from helm/dependabot/go_modules/github.com/mattn/go-shellwords-1.0.11
...
Bump github.com/mattn/go-shellwords from 1.0.10 to 1.0.11
5 years ago
Ma Xinjian
03d1f3d9d9
Define GPG_PUBRING to make pubring configurable
...
On new Ubuntu, public keyring name is pubring.kbx. However
on Centos it is pubring.gpg
Signed-off-by: Ma Xinjian <maxj.fnst@cn.fujitsu.com>
5 years ago
dependabot[bot]
e8817d7a18
Bump github.com/mattn/go-shellwords from 1.0.10 to 1.0.11
...
Bumps [github.com/mattn/go-shellwords](https://github.com/mattn/go-shellwords ) from 1.0.10 to 1.0.11.
- [Release notes](https://github.com/mattn/go-shellwords/releases )
- [Commits](https://github.com/mattn/go-shellwords/compare/v1.0.10...v1.0.11 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
dependabot[bot]
59791a2753
Bump k8s.io/klog/v2 from 2.4.0 to 2.5.0
...
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog ) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/kubernetes/klog/releases )
- [Changelog](https://github.com/kubernetes/klog/blob/master/RELEASE.md )
- [Commits](https://github.com/kubernetes/klog/compare/v2.4.0...v2.5.0 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Josh Dolitsky
0b2fec08ac
Upgrade to oras v0.9.0 ( #9269 )
...
* Upgrade to oras v0.9.0
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
* fix test-style
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
5 years ago
Dmitrii Ermakov
651d70cb69
Merge branch 'master' into master
5 years ago
Dmitriy Ermakov
3d0bb987cb
Removed list-repo flag.
...
Print Repo URL by default
Signed-off-by: Dmitriy Ermakov <demonihin@gmail.com>
5 years ago
Matthew Fisher
37c7bb4684
Merge pull request #9076 from helm/dependabot/go_modules/github.com/containerd/containerd-1.4.3
...
Bump github.com/containerd/containerd from 1.3.4 to 1.4.3
5 years ago
Matthew Fisher
715a0d6ef4
Merge pull request #9232 from yankcrime/fix_ingress_example
...
Update default ingress values section to correspond with template
5 years ago
Matthew Fisher
0e16e84399
Merge pull request #9240 from wawa0210/fix-9216
...
print warning message instead of debug message when ~/.config exists but is not accessible
5 years ago
Matthew Fisher
ff51da5bd6
Merge pull request #9261 from sbose78/move-to-0.20.2
...
Use kube libraries v0.20.2
5 years ago
Shoubhik Bose
7e41f70052
use kube libraries v0.20.2
...
Signed-off-by: Shoubhik Bose <shbose@redhat.com>
5 years ago