Commit Graph

  • 5213891bb1 Updating Kubernetes packages to 1.23.3 #10617 Martin Hickey 2022-01-27 10:01:04 +0000
  • f4f9d03d6b Improve handling of the credential forward check #10616 Felix Becker 2022-01-27 00:33:21 +0100
  • d8201c406f Implement SchemeHostAndPortMatches in urlutil Felix Becker 2022-01-27 01:42:18 +0100
  • 9e8f8b2821 Cleanup httpgetter_test.go Felix Becker 2022-01-27 01:13:29 +0100
  • 8841c1c471
    chore(deps): bump k8s.io/apiextensions-apiserver from 0.23.1 to 0.23.3 #10614 dependabot[bot] 2022-01-26 21:05:13 +0000
  • b6310e4954
    chore(deps): bump k8s.io/cli-runtime from 0.23.1 to 0.23.3 #10613 dependabot[bot] 2022-01-26 21:04:43 +0000
  • d938379846
    chore(deps): bump k8s.io/apimachinery from 0.23.1 to 0.23.3 #10612 dependabot[bot] 2022-01-26 21:04:32 +0000
  • 59dbda915f
    Merge pull request #10558 from sabre1041/bearer-token-oci Josh Dolitsky 2022-01-26 10:06:50 -0600
  • e97c436a86 fix: remove deadcode #10609 Tomas Pizarro Moreno 2022-01-26 10:48:50 +0100
  • 0963617b9b fix: helm package tests Tomas Pizarro Moreno 2022-01-26 10:41:59 +0100
  • e02aeab0e9 fix: helm package with dependency update for charts with OCI dependencies Tomas Pizarro Moreno 2022-01-25 17:33:45 +0100
  • 850da38265
    Set go version to 1.17 to match CI #10581 Samuel Maftoul 2022-01-19 08:44:37 +0100
  • 1a7a73b47b fix: support empty args with --post-renderer-args #10514 guofutan 2022-01-23 12:25:41 +0800
  • 77fdd197ef cleaned up empty line Michelle Fernandez Bieber 2022-01-23 00:25:32 +0100
  • 49c3b897bc updated comment and made defer of shutdown function return errors as before and not the possible shutdown error Michelle Fernandez Bieber 2022-01-23 00:17:09 +0100
  • d8953575af added shutdown hook that is executed after the logs have been retrieved Michelle Fernandez Bieber 2022-01-22 23:20:18 +0100
  • dff9ade9d6
    Merge pull request #10575 from hickeyma/chore/replace-golint Martin Hickey 2022-01-22 18:02:54 +0000
  • 2ee3bebfc7 test(search): add mixedCase test case Höhl, Lukas 2022-01-22 16:32:42 +0100
  • 488add2cfe fix(search): print repo search result in original case Höhl, Lukas 2022-01-22 16:19:43 +0100
  • 04e79e936d fix: fix args name in postrender/exec_test.go and error if order in postRendererArgsSlice guofutan 2022-01-22 11:45:15 +0800
  • d12170b3f2 fix: change postRendererArgs to Slice Type and use args... guofutan 2022-01-21 20:41:04 +0800
  • 44423fb2ca fix: keep the API: postrender.NewExec and Add NewExecWithArgs guofutan 2022-01-06 14:21:22 +0800
  • 1aab7eb3a1 fix: keep the API: postrender.NewExec and Add NewExecWithArgs guofutan 2022-01-06 10:29:32 +0800
  • 46222c5c00 fea(#10511): add --post-renderer-args to support assign args to PostRenderer exec guofutan 2021-12-31 17:35:14 +0800
  • 88ae77382b
    chore(deps): bump k8s.io/apimachinery from 0.23.1 to 0.23.2 #10594 dependabot[bot] 2022-01-20 21:03:31 +0000
  • 71de024517
    chore(deps): bump k8s.io/cli-runtime from 0.23.1 to 0.23.2 #10593 dependabot[bot] 2022-01-20 21:03:24 +0000
  • feace42d74
    chore(deps): bump k8s.io/apiextensions-apiserver from 0.23.1 to 0.23.2 #10592 dependabot[bot] 2022-01-20 21:03:18 +0000
  • 49d6202117 remove least recent releases from the storage even if there are no deployed releases #10591 Cecilia Bernardi 2022-01-20 16:29:43 +0000
  • 383086d397 feat(*): add --quiet flag to 'helm lint' #10106 Piotr Resztak 2021-09-06 22:08:52 +0200
  • 9975d62525 Handle Hungarian notation issue #10575 Martin Hickey 2022-01-20 15:36:10 +0000
  • f0fd37d2c5 Replace golint with revive Martin Hickey 2022-01-18 15:56:31 +0000
  • 8b1c28427f
    Make repo_add.go only replace the last suffix in the path when generating a lockfile #10590 Guy Bolton King 2022-01-20 11:37:45 +0000
  • 4367fe0c1e
    Make repo_add_test.go fail by inserted .yaml into path Guy Bolton King 2022-01-20 11:33:28 +0000
  • ad6b4fe210
    Add extra directories to path used in repo_add_test.go Guy Bolton King 2022-01-20 11:32:14 +0000
  • 7cc198b4ea log if error has marker related to #8281 Henry Post 2022-01-19 15:44:44 -0500
  • c7e1f9b046 feat(comp): Shell completion for OCI Marc Khouzam 2022-01-13 15:19:02 -0500
  • d14138609b
    Limits need to call tag API when explicit version specified v3.8.0-rc.2 v3.8.0 Andrew Block 2022-01-18 11:38:04 -0600
  • c9e03bd881
    cmd,pkg: Add a flag which when set will make helm wait for hook deletions to complete #10584 David Buchmann 2022-01-19 13:25:11 +0100
  • 71bc22a28b feat(comp): Shell completion for OCI #10554 Marc Khouzam 2022-01-13 15:19:02 -0500
  • 86a94f2f53
    Merge pull request #10578 from sabre1041/oci-tag-evaluation Josh Dolitsky 2022-01-18 12:22:00 -0600
  • 0677a156bc
    Limits need to call tag API when explicit version specified #10578 Andrew Block 2022-01-18 11:38:04 -0600
  • 21952fccc4
    Merge pull request #10574 from Juneezee/refactor/os.ReadDir Martin Hickey 2022-01-18 17:22:54 +0000
  • 3c498fa961
    Merge pull request #10551 from mattfarina/bump-version-v3.8 Matt Farina 2022-01-18 09:39:02 -0500
  • e12f3570b5
    refactor: use `os.ReadDir` for lightweight directory reading #10574 Eng Zer Jun 2022-01-18 21:31:57 +0800
  • 26da3dcc1b Add tests for `helm test` (ReleaseTesting) Simon Alling 2022-01-13 16:00:41 +0100
  • 4e0434a861
    Use the chartutil package to validate release names in linter #10572 Samuel Maftoul 2022-01-18 10:23:53 +0100
  • aa33f4fdd8 Reuse http transport Matthias Fehr 2022-01-17 15:12:21 +0100
  • 26ba3e06e7 test cases for exit status code #9750 Baiju Muthukadan 2021-05-29 21:56:37 +0530
  • 9db231d4c5 Add flag to exit with 1 if no results found Baiju Muthukadan 2021-05-29 20:26:22 +0530
  • c8a2559236
    Management of bearer tokens for tag listing #10558 Andrew Block 2022-01-14 19:51:09 -0600
  • 882a210c12 Undo breaking change to Init #9677 Simon Alling 2022-01-13 17:49:02 +0100
  • 0c8320b685
    bump version to v3.8.0 v3.8.0-rc.1 #10551 Matt Farina 2022-01-13 09:52:15 -0500
  • d493f29c32
    bump version to v3.8.0 Matt Farina 2022-01-13 09:52:15 -0500
  • c137bfb68b
    Merge pull request #10546 from dperaza4dustbit/move_oci_out_experimental Matt Farina 2022-01-13 09:43:49 -0500
  • f86d1a875f Merge branch 'main' into helm-test-output-format Simon Alling 2022-01-13 14:51:21 +0100
  • b0a6828ac7 Only get logs if --logs is given Simon Alling 2022-01-12 16:45:10 +0100
  • 9661e39dce Moving uploader and pusher out of action into pkg #10546 David Peraza 2022-01-13 08:02:32 -0500
  • 7cab1a09e3 Move all the remainder module out of experimental. David Peraza 2022-01-12 22:43:26 -0500
  • 9f869c6b21 Removing all the checks for oci experimental flag David Peraza 2022-01-12 18:16:11 -0500
  • 91a46ad14f move paths for updated directory location Thomas Runyon 2021-12-08 06:32:12 -0500
  • 353d74e967 refactor internal/experimental/registry to pkg/registry Thomas Runyon 2021-12-08 06:23:04 -0500
  • a27c468c82
    Merge pull request #10547 from mattfarina/fix-panic Matt Farina 2022-01-12 21:47:36 -0500
  • 548ec55cf9
    Fix panic with OCI for install, upgrade, and show #10547 Matt Farina 2022-01-12 21:26:41 -0500
  • 390dacae32
    Merge pull request #10527 from scottrigby/oci-deppendency-version-range-support Scott Rigby 2022-01-12 18:22:30 -0500
  • 808a2d1908
    Change underscore (_) back to plus (+) for Helm #10527 Scott Rigby 2022-01-12 17:59:56 -0500
  • ee382eb169
    Remove unneeded assignment Scott Rigby 2022-01-12 17:43:10 -0500
  • bd754a054c
    Bring exact version check logic from IndexFile.Get into registry tag check Scott Rigby 2022-01-12 17:42:52 -0500
  • 1a9cb93551
    Handling name of OCI file Andrew Block 2022-01-12 15:49:12 -0600
  • ce04f5ecdc
    chore(deps): bump oras.land/oras-go from 1.1.0-rc3 to 1.1.0 #10545 dependabot[bot] 2022-01-12 21:02:55 +0000
  • 583c4acbcf
    chore(deps): bump github.com/BurntSushi/toml from 0.4.1 to 1.0.0 #10544 dependabot[bot] 2022-01-12 21:02:48 +0000
  • 23989f9e24
    Updates to chart downloader Andrew Block 2022-01-12 14:32:42 -0600
  • ba4020770e
    Fix linting Scott Rigby 2022-01-12 14:45:10 -0500
  • 4d50526a2b
    Move OCI tag semver range logic from OCIGetter to ChartDownloader Scott Rigby 2022-01-12 14:36:54 -0500
  • c7b2a9d487
    Fixing issue where OCI handling early causes a bad message Matt Farina 2022-01-10 11:20:50 -0500
  • 1b3e0bc46a
    Update oras-go to v1.1.0 Scott Rigby 2022-01-12 12:38:32 -0500
  • b13e60e226
    Merge branch 'helm:main' into main #10477 Adam 2022-01-12 13:46:09 +0800
  • 9c3b000889
    Fixed bad commit Andrew Block 2022-01-11 21:05:28 -0600
  • 828941b273
    Readded resolver OCI logic Andrew Block 2022-01-11 20:54:47 -0600
  • 291c17fcc5
    Enabled auth and support http registries for OCI Andrew Block 2022-01-11 19:13:08 -0600
  • 4c8a3faaa2
    Fix import Scott Rigby 2022-01-10 17:54:46 -0500
  • b6bf3905f3
    Implement reusable GetTagMatchingVersionOrConstraint Scott Rigby 2022-01-10 14:47:45 -0500
  • 4f62d3dc1b
    Started work on 'helm pull' Andrew Block 2022-01-09 19:51:03 -0600
  • df98e18eb7
    Working oci code without providing versions Andrew Block 2022-01-09 18:47:31 -0600
  • 0fae7f5008
    Updated tag resolver logic Andrew Block 2022-01-09 14:47:08 -0600
  • 834a11db56
    Added registryClient to resolver Andrew Block 2022-01-08 22:10:21 -0600
  • 1fabbabae9
    Fix Trim to TrimPrefix Scott Rigby 2022-01-07 15:47:30 -0500
  • a8df413c41
    Update ORAS to v1.1.0-rc1 Scott Rigby 2022-01-07 15:38:41 -0500
  • e3f2fb4235
    Add OCI tag verions to the Dependency object before Resolve. TODO: fix HTTP HTTPS error for local registries Scott Rigby 2022-01-07 03:51:52 -0500
  • 9a7c362dd1
    Initial tag listing support Andrew Block 2022-01-06 22:31:32 -0600
  • 39792b5ad0
    Revert "It appears we never got to this block below. Quick rec by Farina. Untested if necessary" Scott Rigby 2022-01-06 19:10:15 -0500
  • 3dc9930488
    Revert "hack in progress" Scott Rigby 2022-01-06 19:08:46 -0500
  • 16453c372c
    It appears we never got to this block below. Quick rec by Farina. Untested if necessary Scott Rigby 2022-01-05 18:46:57 -0500
  • 042e13d0d1
    Temp use Andy's fork PR branch Scott Rigby 2022-01-05 18:46:13 -0500
  • 0d2f0116ea
    hack in progress Scott Rigby 2022-01-05 18:41:02 -0500
  • 3072ce42d9
    Merge pull request #10536 from zonggen/issue-10156 Scott Rigby 2022-01-11 20:27:06 -0500
  • d9baad17ff
    chore(deps): bump oras.land/oras-go from 1.1.0-rc2 to 1.1.0-rc3 #10541 dependabot[bot] 2022-01-11 21:03:47 +0000
  • e3897ad6b1
    registry/client: use NewClientWithDockerFallback from oras v1.1.0-rc3 #10536 Allen Bai 2022-01-11 13:20:56 -0500
  • e08a9270be
    HELM_REGISTRY_CONFIG: change default file of registry config to config.json Allen Bai 2022-01-10 13:42:45 -0500
  • 46e91086d6 Add --jsonpath to helm show chart #10538 Gabriel Féron 2022-01-11 13:33:37 +0100
  • 46aa53ad22
    Merge pull request #10521 from scottrigby/adopt-underscore-convention-for-semver-build-metadata Scott Rigby 2022-01-11 01:43:51 -0500