Bridget Kromhout
fe40c4bf84
Clarify comments to match practice
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
5 years ago
Martin Hickey
298f574606
Merge pull request #8437 from hiddeco/kube/log-printf
...
fix(kube): use logger instead of fmt.Printf
5 years ago
Michelle Noorali
f90e5ba316
Merge pull request #8414 from michelleN/emeritus
...
chore(OWNERS): move michelleN to emeritus
5 years ago
Dong Gang
1dfe66aa85
fix the code style error
...
Signed-off-by: Dong Gang <dong.gang@daocloud.io>
5 years ago
Dong Gang
57bd8a71b0
feature(show): support jsonpath output for `helm show value`
...
Signed-off-by: Dong Gang <dong.gang@daocloud.io>
5 years ago
Hidde Beydals
8217aba4a6
fix(kube): use logger instead of fmt.Printf
...
Signed-off-by: Hidde Beydals <hello@hidde.co>
5 years ago
Matthew Fisher
7dd42d7c06
Merge pull request #8432 from jrweldon/fix/windows-build-failure
...
fix windows build failure caused by #8431
5 years ago
Jack Weldon
7ba8343b8d
fix windows build failure caused by #8431
...
No longer using the 'syscall' package, as further reading into this
issue has shown that 'syscall' is deprecated/locked down. Additional
issues posted on Golang's github indicates that the newer preferred
mechanism to get the file descriptor for stdin is: int(os.Stdin.Fd())
Signed-off-by: Jack Weldon <jack.weldon.scm@gmail.com>
5 years ago
Matthew Fisher
0f43a819c5
Merge pull request #8431 from jrweldon/feat/prompt-for-password
...
feat(helm): prompt for password with helm repo add
5 years ago
Jack Weldon
ac1a25517b
address PR comment, adding whitespace for formatting
...
Signed-off-by: Jack Weldon <jack.weldon.scm@gmail.com>
5 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>
5 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>
5 years ago
Martin Hickey
bd09f1fbec
Merge pull request #8369 from wawa0210/fix-8367
...
Environment variable for setting the max history for an environment
5 years ago
wawa0210
637a5c6494
Environment variable for setting the max history for an environment
...
Signed-off-by: wawa0210 <xiaozhang0210@hotmail.com>
5 years ago
Michelle Noorali
ebe6abd660
chore(OWNERS): move michelleN to emeritus
...
Thank you.
Signed-off-by: Michelle Noorali <michellemolu@gmail.com>
5 years ago
Matthew Fisher
bf9c64f48e
Merge pull request #7013 from SimonAlling/isChartInstallable
...
Simplify chart installable check
5 years ago
Matthew Fisher
3c9099290b
Merge pull request #7184 from zwwhdls/fix6116
...
fix stack overflow error in helm template.
5 years ago
Matthew Fisher
bdce9739da
Merge pull request #8411 from bacongobbler/bump-version-v3.3
...
bump version to v3.3
5 years ago
Matthew Fisher
fc4a11c131
bump version to v3.3
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
(cherry picked from commit 5c2dfaad84
)
5 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
5 years ago
Matthew Fisher
fc6d6d3605
Merge pull request #6979 from lindhe/explain_revision_version_in_get
...
Add comments about release Version variable
5 years ago
Matthew Fisher
e7ab975112
Merge pull request #8142 from technosophos/feat/1990-match-labels-lint
...
feat: Detect missing selector during lint
5 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>
5 years ago
Matthew Fisher
e0c0233515
Merge pull request #8270 from ShenXinKang/master
...
fix template command use --show-only flags error in windows environment
5 years ago
Matthew Fisher
1eebcf3ef6
Merge pull request #8314 from VilledeMontreal/feat/completionSubcommands
...
feat(cmd): Subcommands for the completion command
5 years ago
Matthew Fisher
cac773bcff
Merge pull request #8364 from VilledeMontreal/feat/compRollbackRev
...
Complete revision parameter for rollback command
5 years ago
Matthew Fisher
c92dea210b
Merge pull request #8403 from bridgetkromhout/milestone-update
...
Updating for today's actual milestone practices
5 years ago
Bridget Kromhout
3d05f96b7e
Adding v4 link
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
5 years ago
Bridget Kromhout
4ad76e1be2
Updating for today's actual milestone practices
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
5 years ago
zwwhdls
d58a984878
fix conflict
...
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
5 years ago
zwwhdls
1b39857ac3
add test case
...
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
5 years ago
zwwhdls
4532485fd0
fix another extreme case
...
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
5 years ago
zwwhdls
c41c72cee9
add test case
...
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
5 years ago
zwwhdls
5396df2e28
fix #6116
...
Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
5 years ago
Martin Hickey
97774ee13c
Merge pull request #8368 from Hellcatlk/go-lint
...
Fix some go-lint warnings
5 years ago
Matthew Fisher
9b90e848ca
Merge pull request #8277 from bacongobbler/fix-deprecated-warning-on-stdout
...
fix(cmd): display warnings on stderr
5 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>
5 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>
5 years ago
Martin Hickey
395d494cd4
Merge pull request #8366 from fenggw-fnst/work
...
Fix golint issue
5 years ago
zouyu
c6a00e63ef
Fix some go-lint warnings
...
Signed-off-by: zouyu <zouy.fnst@cn.fujitsu.com>
5 years ago
Guangwen Feng
7ec501155d
Fix golint issue
...
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
5 years ago
Marc Khouzam
05beedd671
feat(comp): Complete revision for rollback command
...
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
ShenXinkang
4f136861d3
fix template command use --show-only flags error in windows environment
...
Signed-off-by: ShenXinkang <610716076@qq.com>
5 years ago
Matthew Fisher
65ee1e0bc1
Merge pull request #7356 from EItanya/helm-7351
...
--registry-config flag is not honored
5 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
5 years ago
Matthew Fisher
90492c125b
Merge pull request #8340 from bacongobbler/bump-modules
...
version bump
5 years ago
Matthew Fisher
148d94bcf7
version bump
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 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
5 years ago
Matthew Fisher
dbba7380d8
Merge pull request #8177 from linux-on-ibm-z/s390x_support
...
feature(script): Add s390x support
5 years ago
vitt-bagal
569ad27f2b
remove s390x arch check
...
Signed-off-by: vitthalb@us.ibm.com <vitthalb@us.ibm.com>
5 years ago