Matthew Fisher
0f43a819c5
Merge pull request #8431 from jrweldon/feat/prompt-for-password
...
feat(helm): prompt for password with helm repo add
4 years ago
Jack Weldon
ac1a25517b
address PR comment, adding whitespace for formatting
...
Signed-off-by: Jack Weldon <jack.weldon.scm@gmail.com>
4 years ago
Jack Weldon
971c9215d1
feat(helm): prompt for password with helm repo add
...
Previously in Helm 2, 'helm repo add' would prompt for your password if
you only provided the --username flag. This helps prevent someone's
credentials from being logged in their shell's history, from showing
up in process lists, and from being seen by others nearby.
Closes #7174
Signed-off-by: Jack Weldon <jack.weldon.scm@gmail.com>
4 years ago
Matt Butcher
2750e4d781
Lint dependencies ( #7970 )
...
* feat: add dependency tests
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
* replaced on-disk fixtures with in-memory fixtures
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
4 years ago
Martin Hickey
bd09f1fbec
Merge pull request #8369 from wawa0210/fix-8367
...
Environment variable for setting the max history for an environment
4 years ago
wawa0210
637a5c6494
Environment variable for setting the max history for an environment
...
Signed-off-by: wawa0210 <xiaozhang0210@hotmail.com>
4 years ago
Matthew Fisher
bf9c64f48e
Merge pull request #7013 from SimonAlling/isChartInstallable
...
Simplify chart installable check
4 years ago
Matthew Fisher
3c9099290b
Merge pull request #7184 from zwwhdls/fix6116
...
fix stack overflow error in helm template.
4 years ago
Matthew Fisher
bdce9739da
Merge pull request #8411 from bacongobbler/bump-version-v3.3
...
bump version to v3.3
4 years ago
Matthew Fisher
fc4a11c131
bump version to v3.3
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
(cherry picked from commit 5c2dfaad84
)
4 years ago
Matthew Fisher
d61aaf3fd7
Merge pull request #7235 from karuppiah7890/fix-lint
...
Show errors when linting for Chart.yaml version and appVersion fields of type non-string
4 years ago
Matthew Fisher
fc6d6d3605
Merge pull request #6979 from lindhe/explain_revision_version_in_get
...
Add comments about release Version variable
4 years ago
Matthew Fisher
e7ab975112
Merge pull request #8142 from technosophos/feat/1990-match-labels-lint
...
feat: Detect missing selector during lint
4 years ago
DongGang
ceff32d5f8
fix(template):Issue:helm template with --output-dir ( #8156 )
...
* fix(template):Issue:helm template with --output-dir doesn't write template with a hook to file
Close #7836
Signed-off-by: Dong Gang <dong.gang@daocloud.io>
* fix go file style
Signed-off-by: Dong Gang <dong.gang@daocloud.io>
* fix go file style
Signed-off-by: Dong Gang <dong.gang@daocloud.io>
4 years ago
Matthew Fisher
e0c0233515
Merge pull request #8270 from ShenXinKang/master
...
fix template command use --show-only flags error in windows environment
4 years ago
Matthew Fisher
1eebcf3ef6
Merge pull request #8314 from VilledeMontreal/feat/completionSubcommands
...
feat(cmd): Subcommands for the completion command
4 years ago
Matthew Fisher
cac773bcff
Merge pull request #8364 from VilledeMontreal/feat/compRollbackRev
...
Complete revision parameter for rollback command
4 years ago
Matthew Fisher
c92dea210b
Merge pull request #8403 from bridgetkromhout/milestone-update
...
Updating for today's actual milestone practices
4 years ago
Bridget Kromhout
3d05f96b7e
Adding v4 link
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
4 years ago
Bridget Kromhout
4ad76e1be2
Updating for today's actual milestone practices
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
4 years ago
zwwhdls
d58a984878
fix conflict
...
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
4 years ago
zwwhdls
1b39857ac3
add test case
...
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
4 years ago
zwwhdls
4532485fd0
fix another extreme case
...
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
4 years ago
zwwhdls
c41c72cee9
add test case
...
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
4 years ago
zwwhdls
5396df2e28
fix #6116
...
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
4 years ago
Martin Hickey
97774ee13c
Merge pull request #8368 from Hellcatlk/go-lint
...
Fix some go-lint warnings
4 years ago
Matthew Fisher
9b90e848ca
Merge pull request #8277 from bacongobbler/fix-deprecated-warning-on-stdout
...
fix(cmd): display warnings on stderr
4 years ago
Matthew Fisher
863588ca69
fix(cmd): display warnings on stderr
...
The warnings introduced when a chart has been deprecated is displayed on standard out. This is a regression for users piping the output of `helm template` from a deprecated chart to `kubectl`. This changes the error message to display on standard error instead.
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
4 years ago
Peter Engelbert
7e9a83184c
Determine chart digest by manifest ( #8249 )
...
Currently, whenever the chart is printed, the digest of the .tar.gz
content layer is printed as the digest. The manifest digest is important
for OCI purposes, particularly in pushing to a registry.
Resolves #8248 .
Signed-off-by: Peter Engelbert <pmengelbert@gmail.com>
4 years ago
Martin Hickey
395d494cd4
Merge pull request #8366 from fenggw-fnst/work
...
Fix golint issue
4 years ago
zouyu
c6a00e63ef
Fix some go-lint warnings
...
Signed-off-by: zouyu <zouy.fnst@cn.fujitsu.com>
4 years ago
Guangwen Feng
7ec501155d
Fix golint issue
...
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
4 years ago
Marc Khouzam
05beedd671
feat(comp): Complete revision for rollback command
...
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
4 years ago
ShenXinkang
4f136861d3
fix template command use --show-only flags error in windows environment
...
Signed-off-by: ShenXinkang <610716076@qq.com>
4 years ago
Matthew Fisher
65ee1e0bc1
Merge pull request #7356 from EItanya/helm-7351
...
--registry-config flag is not honored
4 years ago
Matthew Fisher
b167ce00d0
Merge pull request #8039 from xvzf/fix_insecure_skip_verify
...
added option --insecure-skip-tls-verify for helm pull, install and upgrade, addresses #7875
4 years ago
Matthew Fisher
90492c125b
Merge pull request #8340 from bacongobbler/bump-modules
...
version bump
4 years ago
Matthew Fisher
148d94bcf7
version bump
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
4 years ago
Matthew Fisher
47feb20042
Merge pull request #8220 from bloodorangeio/fix-helm-chart-list-crash-bug
...
Fix crashing `helm chart list` with large list
4 years ago
Matthew Fisher
dbba7380d8
Merge pull request #8177 from linux-on-ibm-z/s390x_support
...
feature(script): Add s390x support
4 years ago
vitt-bagal
569ad27f2b
remove s390x arch check
...
Signed-off-by: vitthalb@us.ibm.com <vitthalb@us.ibm.com>
4 years ago
Marc Khouzam
561cc42808
feat(comp): Provide completion for --version flag
...
This commit allows to use shell completion to obtain the list of
available versions of a chart referenced in a 'repo/chart' format.
It applies to:
- helm install
- helm template
- helm upgrade
- helm show
- helm pull
The 'repo/chart' argument must be present for completion to be triggered
(or else we don't yet know which chart to fetch the versions for).
The completion can be slow for the 'stable' repo because its index
file takes some time to parse.
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
4 years ago
Matt Farina
8e5e6caee2
Merge pull request #8187 from mattfarina/remove-completions
...
Removing legacy completions.bash file
4 years ago
Matthew Fisher
d71f0e6a8a
Merge pull request #8321 from mrueg/makefile-cleanup
...
chore(Makefile): Remove unused variable
4 years ago
Matthew Fisher
67c02d0a6e
Merge pull request #8299 from Hellcatlk/UnitTestCase
...
Add unit test case
4 years ago
Manuel Rüger
fd99c9055d
chore(Makefile): Remove unused variable
...
dep was replaced by go mod
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
4 years ago
Matt Butcher
b6bbe4f08b
Improve the extractor and add tests ( #8317 )
...
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
4 years ago
Matthew Fisher
fbdda53585
Merge pull request #7005 from EricLemieux/capabilities-helmversion
...
Add HelmVersion to Capabilities
4 years ago
Eric Lemieux
4c9972cb72
Add HelmVersion to Capabilities
...
Signed-off-by: Eric Lemieux <eric@lemieuxdev.com>
4 years ago
Marc Khouzam
f7c882d55e
feat(cmd): Subcommands for the completion command
...
Making each shell a subcommand of the 'completion' has multiple
advantages:
- simplifies the code,
- allows to have different flags for each shell,
for example, a future `--no-descriptions` flag for fish only,
- allows to tailor the help text per shell.
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
4 years ago