Commit Graph

1928 Commits (e2442699fa4703456b16884990c5218c16ed16fc)

Author SHA1 Message Date
Bridget Kromhout 5684c86490
Fixing version and spelling errors
5 years ago
Dong Gang 1dfe66aa85 fix the code style error
5 years ago
Dong Gang 57bd8a71b0 feature(show): support jsonpath output for `helm show value`
5 years ago
Hidde Beydals 8217aba4a6 fix(kube): use logger instead of fmt.Printf
5 years ago
Matt Butcher 2750e4d781
Lint dependencies (#7970)
5 years ago
wawa0210 637a5c6494 Environment variable for setting the max history for an environment
5 years ago
Matthew Fisher 3c9099290b
Merge pull request #7184 from zwwhdls/fix6116
5 years ago
Matthew Fisher fc4a11c131
bump version to v3.3
5 years ago
Matthew Fisher d61aaf3fd7
Merge pull request #7235 from karuppiah7890/fix-lint
5 years ago
Matthew Fisher fc6d6d3605
Merge pull request #6979 from lindhe/explain_revision_version_in_get
5 years ago
Matthew Fisher e7ab975112
Merge pull request #8142 from technosophos/feat/1990-match-labels-lint
5 years ago
DongGang ceff32d5f8
fix(template):Issue:helm template with --output-dir (#8156)
5 years ago
zwwhdls d58a984878 fix conflict
5 years ago
zwwhdls 1b39857ac3 add test case
5 years ago
zwwhdls 4532485fd0 fix another extreme case
5 years ago
zwwhdls c41c72cee9 add test case
5 years ago
zwwhdls 5396df2e28 fix #6116
5 years ago
Martin Hickey 97774ee13c
Merge pull request #8368 from Hellcatlk/go-lint
5 years ago
zouyu c6a00e63ef Fix some go-lint warnings
5 years ago
Matthew Fisher b167ce00d0
Merge pull request #8039 from xvzf/fix_insecure_skip_verify
5 years ago
Matthew Fisher 148d94bcf7
version bump
5 years ago
Matt Butcher b6bbe4f08b
Improve the extractor and add tests (#8317)
5 years ago
Eric Lemieux 4c9972cb72 Add HelmVersion to Capabilities
5 years ago
Adam Reese aa03319669
fix(chartutil): do not set helpers.tpl filetype for vim
5 years ago
Andrew Melis 70f89e5f26 Make helm ls return only current releases if providing state filter
5 years ago
Matt Farina b458bdf5c1
Merge pull request #8188 from mattfarina/fix-8181
5 years ago
Karuppiah Natarajan 47c38ec23d
Show errors when linting for Chart.yaml version and appVersion fields of type non-string
5 years ago
Adam Reese 44a2225035
ref(tests): localize unit test fixtures to package
5 years ago
Adam Reese 728eecbdf7
Merge pull request #8159 from adamreese/ref/chartutils-fixtures
5 years ago
Matt Farina f182ebc11c
Fix issue with unhandled error on Stat
5 years ago
Matt Farina dbd001e532
Removing tiller language
5 years ago
hzliangbin 146e0f9cc3 add kind_sorter support for SecretList
5 years ago
Matt Farina 6857da251e
Catching a potential panic in strval parsing
5 years ago
Matt Farina 8f1f0e0db2
Recovering from panic that can occur with make
5 years ago
Matt Farina bade6478fc
Fixing error with strvals parsing
5 years ago
Adam Reese 3364265e78
ref(pkg/chartutil): use minimal in-memory fixtures
5 years ago
Matt Butcher 118d46eb3e
feat: Detect missing selector during lint
5 years ago
Marc Khouzam b18e7e201e chore(*): Fix formatting
5 years ago
Matt Farina 512544b9ab
Fixing PAX Header handling (#8086)
5 years ago
小明同学 decab8ea2e
fix: upgrade using --force shoud not run patch logic (#8000)
5 years ago
Hidde Beydals ae738d7d87
feat(getter): add timeout option (#7950)
5 years ago
Matthew Fisher bfb39c0c68
bump DefaultCapabilities to 1.18
5 years ago
Matt Butcher 59eed4e81f
feat: make the linter coalesce the passed-in values before running values tests (#7984)
5 years ago
Matt Farina af52d35fb6
Merge pull request #8070 from IdanE/feature/port4165
5 years ago
Idan Elhalwani 93b0eee0df Set DisableCompression to true to disable unwanted httpclient transformation
5 years ago
Martin Hickey e672a42efa
Merge pull request #7932 from waveywaves/7537-install-only-crds-fails
5 years ago
Martin Hickey 324c7cbc07
Merge pull request #8061 from hickeyma/feat/add-lint-deprecs
5 years ago
Matt Farina b4f8312dba
Merge pull request #7983 from mattfarina/xdg
5 years ago
Martin Hickey e4768e6460 Update lint deprecation list
5 years ago
Martin Hickey a11785401b
Merge pull request #8055 from liuming-dev/patch--refactor-plugin-PluginFileName-magic-value
5 years ago
Liu Ming e1aaf995a6 refactor: alter constant `pluginFileName` to `PluginFileName`
5 years ago
Matt Farina 0a38457f89
Merge branch 'xdg' of github.com:mattfarina/helm into xdg
5 years ago
Matt Farina be38084eb4
Fixing argument to be lower case
5 years ago
Matt Farina f90b842d3e
Merge branch 'master' into xdg
5 years ago
Matt Butcher 08e546f169
fix: removed strict template errors in linter (#8017)
5 years ago
Vibhav Bobade 47abe66fd2 Add checking of length of resourceList before creating of deleting
5 years ago
Matt Butcher 524150c662
fix: use correct regular expression for Kubernetes names (#8013)
5 years ago
Matt Butcher bf9d629dc0
feat: implement deprecation warnings in helm lint (#7986)
5 years ago
Matthias Riegler 8ff7801e0c added option --insecure-skip-tls-verify for helm install, addresses #7875
5 years ago
Matthias Riegler 918deeef18 added option --insecure-skip-tls-verify for helm pull, addresses #7875
5 years ago
Liu Ming ff3ed53b7c polish to keep the same log style
5 years ago
Matt Butcher 6fc9353056
feat: lint the names of templated resources (#8011)
5 years ago
Matt Farina 2334195a01
Adding Helm env vars where XDG exposed
5 years ago
Matt Farina 2139e82c68
Merge pull request #7972 from IppX/bug/6081-bom-in-resource-file
5 years ago
Hu Shuai 6bc4a948be Add unit test for pkg/chart/chart.go
5 years ago
Adam Reese d5d96ed3cf
Merge pull request #7929 from adamreese/fix/upgrade-results
5 years ago
Raphaël 984d2ac767
fix: write index.yaml file atomically (#7954)
5 years ago
Adam Reese 0acd2aa278
Merge pull request #7982 from adamreese/fix/7539-kube-client-config
5 years ago
Thomas FREYSS c422e51ca1 test: add test for bom test data integrity
5 years ago
Matt Farina 54e5088a50
Fixing docs from version to appVersion (#7975)
5 years ago
Adam Reese 4a0dfbe53b
fix(pkg/cli): ensure correct configuration from kubeconfig file
5 years ago
Thomas FREYSS 27ebfa8c56 fix(*): remove bom in utf files when loading chart files (#6081)
5 years ago
David Pait 6aefbdcf38
Helm upgrades with --reuse-values and nil user values -- with tests (#7959)
5 years ago
Adam Reese 1cdd0a2048
fix(pkg/plugin): copy plugins directly to the data directory (#7962)
5 years ago
Matt Butcher bb47286f09
fix linting error with lookup function (#7969)
5 years ago
Andre Sencioles d0726e07ab
Parse reference templates in predictable order (#7702)
5 years ago
Matthew Morrissette 1911870958
fix(helm): allow a previously failed release to be upgraded (#7653)
5 years ago
Matt Butcher 853ba2de16
fix: removed inaccurate comment (#7937)
5 years ago
Elliot Maincourt 21d2aa7f2b
Migrate SQL storage driver to Helm 3 (#7635)
5 years ago
Matt Butcher 7b89e66e0c
fix: Fixed a regression that was introduced with changed nil handling (#7938)
5 years ago
Matt Farina 51ac9453a0
Merge pull request #7936 from mattfarina/fix-7533
5 years ago
uzxmx a34f311539
Fix nested null value overrides (#7743)
5 years ago
Matt Farina 3b8521c1f0
Updating sprig and semver to newer versions
5 years ago
ZouYu df9cf87cbe add unit test for function FindPlugins
5 years ago
Martin Hickey 0767539279
Merge pull request #7925 from hickeyma/fix/add-user-error
5 years ago
Matt Butcher 549193dbcb
test: forward-port regression test from Helm 2 (#7927)
5 years ago
Matt Farina a3fa01ff8b
Merge pull request #7640 from yinzara/bugfix/issue-7002
5 years ago
Martin Hickey 0b1cba8474 Add an improved user error message for removed k8s apis
5 years ago
Martin Hickey 1c9b54ad7f
Merge pull request #7795 from consideRatio/template-indent
5 years ago
Martin Hickey 2291bfdddd
Merge pull request #7871 from Antiarchitect/fix-charts-extra-downloads
5 years ago
Adam Reese bdf6f48704
fix(pkg/kube): continue deleting objects when one fails
5 years ago
Adam Reese e1d046bc43
fix(tests): fix broken unit tests in storage (#7928)
5 years ago
Lu Fengqi 9e1f381bf2
Add unit test for Secrets/ConfigMaps (#7765)
5 years ago
Matt Butcher ad3ba46de1
docs: Update inline docs on action/upgrade.go (#7834)
5 years ago
Matthew Fisher 0e10757a3c
Merge pull request #7854 from q384566678/add-metadata-test
5 years ago
Zhou Hao 20c7909756 add unit test for metadata Validate
5 years ago
Zhou Hao b439d34a43 add unit test for ChartFullPath
5 years ago
Zhou Hao a3d3fa3964 add unit test for ChartPath
5 years ago
Zhou Hao 8c55de3818 add unit test for IsRoot
5 years ago
Eric Bailey b9445616b5
fix(storage): preserve last deployed revision (#7806)
5 years ago