Commit Graph

78 Commits (65b03d707700b7fbfef4f45ecacbda5c44e5f392)

Author SHA1 Message Date
Matt Farina 764557c470
Some fixes
10 months ago
Matt Farina 847369c184
Update to Go 1.21 for builds
12 months ago
Joe Julian 6d96283c0b
Merge pull request #12204 from CARV-ICS-FORTH/riscv64
12 months ago
Matt Farina dbef83eac3
Merge pull request #10913 from sureshdsk/pluginbug
1 year ago
Eng Zer Jun 2ceebffc77
test: replace `ensure.TempDir` with `t.TempDir`
1 year ago
Antony Chazapis 786707c065 Add support for RISC-V
1 year ago
Dirk Müller 1fc8369356
Fix 32bit-x86 typo in testsuite
2 years ago
Matt Farina 4e7e939f19
Updating the Go version in go.mod
2 years ago
Philipp Stehle 965f8591e7 improve error message on plugin install
2 years ago
cui fliter 09d3f31358 fix a few function names on comments
2 years ago
Suresh Kumar d7a5f54b6f test: added tests to load plugin from home dir with space
3 years ago
Suresh Kumar 2b49de0860 fix: plugin does not load when helm base dir contains space
3 years ago
Eng Zer Jun 2e3e22a003
test: use `T.TempDir` to create temporary test directory
3 years ago
Tyler Auerbeck 4bf99e54eb
Update HELM_PLUGIN_SELF -> HELM_PLUGIN_DIR (#10380)
3 years ago
yxxhero 133c227331 add unittest
3 years ago
yxxhero 90fa4c962a fix HELM PLUGINS behavior another_way
3 years ago
Martin Hickey 699ea6dcef
Merge pull request #9066 from scaat/fix-specification
4 years ago
Josh Soref 2bf8fdf45d
chore: Spelling (#9410)
4 years ago
Adam Reese 657ce552cb
fix(*): Validate metadata semver and printable characters
4 years ago
Scaat Feng 89f2f84a02 [FIX]error string should not be capitalized
4 years ago
Ma Xinjian 1aa6e928ce Cleanup tempfiles introduced by unit tests under pkg/
4 years ago
Matthew Fisher 6eeec4a002
switched to stricter YAML parsing on plugin metadata files
4 years ago
Matt Butcher 809e2d999e
Merge pull request from GHSA-m54r-vrmv-hw33
4 years ago
Matt Butcher e2da16f514
improve the HTTP detection for tar archives
4 years ago
Matt Butcher b6bbe4f08b
Improve the extractor and add tests (#8317)
5 years ago
Matt Farina 512544b9ab
Fixing PAX Header handling (#8086)
5 years ago
Liu Ming e1aaf995a6 refactor: alter constant `pluginFileName` to `PluginFileName`
5 years ago
Adam Reese 4a0dfbe53b
fix(pkg/cli): ensure correct configuration from kubeconfig file
5 years ago
Adam Reese 1cdd0a2048
fix(pkg/plugin): copy plugins directly to the data directory (#7962)
5 years ago
ZouYu df9cf87cbe add unit test for function FindPlugins
5 years ago
Yaakov Selkowitz df20164cd2
Fix tests on arm64 and ppc64le (#7500)
5 years ago
Vivian Kong 82823a6634 Allow tests to run on s390x (#7096)
5 years ago
Josh Soref 02ad2b1187 Spelling (#7258)
5 years ago
Taylor Thomas fca14bcb76 feat(plugin): Ports file mode preservation for tarballs from v3
5 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
5 years ago
Matt Farina 967f4fed42
Update dependencies
5 years ago
Adam Reese d3805a1d54
ref(pkg/cli): refactor environment variable setup
5 years ago
Matt Farina 1ea53d8934
Unifity environment variable naming and use
5 years ago
Adam Reese 1779ad5302
ref(cmd/helm): remove init command
5 years ago
Adam Reese b6fdd8783b
feat(cmd/helm): remove need for helm init command
5 years ago
Matthew Fisher 186f6c512f
fix(plugin): add HELM_HOME back
5 years ago
Matthew Fisher c728611e5a
feat(cli): support XDG base directory specification
5 years ago
Oleg Sidorov ec440d446d Replaced ghodss/yaml with sigs.k8s.io/yaml
6 years ago
Matthew Fisher e410a03c74
ref(getter): introduce Options for passing in getter parameters
6 years ago
Adam Reese 295092cd7d
ref(pkg/action): refactoring dup code and linter fixes
6 years ago
Adam Reese 895e9192d4
feat(*): use vanity import helm.sh/helm
6 years ago
Matthew Fisher 2571dbf82f
ref: remove pkg/helm, pkg/hapi, pkg/tiller
6 years ago
Adam Reese 21d3a40f3b
feat(tests): replace gometalinter with golangci-lint
6 years ago
Adam Reese f791421fab
feat(Makefile): add formatting target
6 years ago
Martin Hickey 86d8596763 Feature(Plugins): Enable platform specific commands (#5176)
6 years ago