Commit Graph

  • 0d9ebc7885 refactor(getter): refine http GET request #9862 longkai 2021-06-25 12:36:12 +0800
  • 56028e8d0d
    modify helm push help text Josh Dolitsky 2021-06-24 11:04:12 -0400
  • 1fe2024be3
    Merge branch 'main' of github.com:helm/helm into hip-6 Josh Dolitsky 2021-06-24 10:59:37 -0400
  • 8718b595e7
    Reduce changes made in previous commit #9847 quantumsheep 2021-06-23 12:15:25 +0200
  • 8b050bb9ea
    Add --directory/-d options to `helm create` quantumsheep 2021-06-23 11:55:53 +0200
  • a11bb6622f feat(cmd): Allow to specify which repos to update #9845 Marc Khouzam 2021-06-18 15:12:39 -0400
  • 175108fe0d
    Fix regression of v3.6.1 with remote repository and authentiation #9844 Lüchinger Dominic 2021-06-17 19:28:12 +0200
  • beea5548c2 Added unit test #9841 Igor Beliakov 2021-06-21 22:43:03 +0300
  • fa558f7843
    Merge pull request #9828 from cvila84/dep-tls-config Adam Reese 2021-06-21 11:34:22 -0700
  • 514d4108c5 Manager.Build(): Add missing repos automatically in case Chart.lock exists (previously, they would be added only if the lock file was missing). Igor Beliakov 2021-06-21 17:44:13 +0300
  • a59ff566f9 Merge branch 'master' into feat-add-hide-secrets-flag Szymon Gibała 2021-06-19 16:16:14 +0200
  • 4fdcedc172
    feat(helm): add recreate upgrade (rollback) strategy #9836 Daniel Strobusch 2020-01-17 19:20:17 +0100
  • 4ed8e77026
    remove tmp path in case it exists Josh Dolitsky 2021-06-18 17:39:28 -0400
  • e5b03c73f0
    do not update oci-based repos Josh Dolitsky 2021-06-18 17:25:12 -0400
  • e856df8a54
    provide hint if attempting to push directory Josh Dolitsky 2021-06-18 17:15:25 -0400
  • 04d2da3637
    return friendly error if missing scheme Josh Dolitsky 2021-06-18 17:01:42 -0400
  • 3e17c1a7ef
    remove action errors assuming CLI Josh Dolitsky 2021-06-18 16:51:02 -0400
  • 35fdc688cd
    remove the --with-prov option Josh Dolitsky 2021-06-18 14:17:22 -0400
  • eba63beab1
    move experimental actions to new internal package Josh Dolitsky 2021-06-18 09:47:57 -0400
  • 8f60ee76a5
    resolve golint errors Josh Dolitsky 2021-06-18 09:38:34 -0400
  • 24a216d3b2
    move pkg/uploader, pkg/pusher to internal Josh Dolitsky 2021-06-18 09:31:37 -0400
  • 4073e4d118
    inline data fetching for pull result Josh Dolitsky 2021-06-18 09:23:16 -0400
  • dd7bc40bc4
    one-line JSON unmarshall Josh Dolitsky 2021-06-18 09:10:13 -0400
  • 817ac8ff9f
    do not wrap single imports/vars Josh Dolitsky 2021-06-18 09:03:50 -0400
  • 8232a76aef use TLS client information from repo config when downloading a chart #9828 Christophe VILA 2021-06-18 13:41:57 +0200
  • dbb4eb6b75 Ensure RawPath match Path when resolving reference #9763 Mathieu Parent 2021-06-02 14:23:05 +0200
  • b4d6eaaaab import all values from a dependency chart Michael Mair 2021-06-17 14:51:46 +0200
  • cd27cf660f
    Merge branch 'main' of github.com:helm/helm into hip-6 Josh Dolitsky 2021-06-16 16:08:03 -0400
  • 61d8e8c4a6
    tweak basic handling v3.6.1 release-3.6.1 Matt Farina 2021-06-11 14:36:55 -0400
  • db6506bb5c
    Merge pull request from GHSA-56hp-xqp3-w2jf Matt Farina 2021-06-16 11:12:58 -0400
  • 179f90151d
    Merge pull request from GHSA-56hp-xqp3-w2jf Matt Farina 2021-06-16 11:12:58 -0400
  • 93a0216da4 upgrade --install renders connected #9797 christopher dykstra 2021-06-15 16:33:29 -0500
  • bcb55492d6
    tweak basic handling Matt Farina 2021-06-11 14:36:55 -0400
  • 17ed9c4cd3
    tweak basic handling Matt Farina 2021-06-11 14:36:55 -0400
  • f614231ed3
    Merge 6019257a05 into 3e1da5f39c #9604 rcousineau-xandr 2021-06-15 07:09:10 +0530
  • bcaefd3bbe test-style no export for "golang.org/x/net/http2" christopher dykstra 2021-06-14 08:41:45 -0500
  • b255dd0781 goimports -local helm.sh/helm/v3 install_test christopher dykstra 2021-06-14 08:09:54 -0500
  • 3e1da5f39c
    Merge pull request #9795 from helm/release-3.6 Martin Hickey 2021-06-14 09:34:47 +0100
  • aa43a434b1 install render connected, template local only christopher dykstra 2021-06-13 18:50:45 -0500
  • ee499502b4 avoid side effects changing functions for testing, return the correct error when rendering christopher dykstra 2021-06-12 15:16:04 -0500
  • d399bc1281 upgrade [--dry-run] is allowed to contact cluster christopher dykstra 2021-06-11 14:22:21 -0500
  • 877276ceda keep existing behavior of returning ErrReleaseNotFound when release(s) failed to decode #9795 Mike Ng 2020-09-23 12:54:31 -0400
  • f2d7ed8d80 fix(sql storage): Query() should return ErrReleaseNotFound immediately when no records are found Mike Ng 2020-07-16 13:01:46 -0400
  • c084ca0259 Add Test cases for repository-config without file extension Leon Bentrup 2020-10-07 08:45:07 +0200
  • 7d81733af7 Correctly determine repository-config lockfile path Leon Bentrup 2020-10-06 10:42:34 +0200
  • cbd2868ac2 Fixed Test Marcus Speight 2020-12-07 14:58:30 +0000
  • 9fbf594b80 Added test for lint mode Marcus Speight 2020-12-02 18:23:17 +0000
  • bcee7a30fe Fail message is now the same as the required message. Fixed #8973 Helm function 'fail' should not fail when doing 'helm lint' Marcus Speight 2020-11-18 09:45:45 +0000
  • 80402dc078 fix helm dep build/update doesn't inherit --insecure-skip-tls-verify from helm repo add yxxhero 2021-03-14 23:23:25 +0800
  • f7247c40ee
    Upgrade to oras-go v0.4.0 Josh Dolitsky 2021-06-11 10:10:09 -0400
  • 866e7e80b6
    Upgrade to oras-go v0.3.0 Josh Dolitsky 2021-06-09 11:30:15 -0400
  • 4e7a01fa7a
    Merge branch 'main' of github.com:helm/helm into hip-6 Josh Dolitsky 2021-06-09 11:26:58 -0400
  • 281380f31c
    Merge pull request #9659 from mladedav/feature/upgrade-dep-up Martin Hickey 2021-06-09 15:31:56 +0100
  • ed7b6c4761
    Merge pull request #8470 from mikeshng/sql-query-fix Martin Hickey 2021-06-09 14:23:53 +0100
  • 00985cad6b
    Implement changes proposed in HIP 6 Josh Dolitsky 2021-06-08 01:45:40 -0400
  • 7edcedfa3c Use client key and certificates when updating dependencies. #9779 Ben Livengood 2021-06-07 16:33:22 -0700
  • 37747bb92b Fix helm install --create-namespace flag RBAC issue #9775 Timofey Kirillov 2021-06-07 15:14:37 +0300
  • 20e2aec793 Add a more friendly prompt when index.yaml is empty. #9774 yxxhero 2021-06-04 22:49:24 +0800
  • bd98783a51
    Add risv64 CPU architecture to build targets #9771 Quentin McGaw 2021-06-03 09:00:39 -0700
  • 1efc15a34e
    Merge b034bc72d0 into bf486a25cd #9399 Oliver Bähler 2021-06-02 16:08:37 -0400
  • dc52f8f33a
    fix(repo option): fix a problem with helm template/install when specifying --repo #9746 cndoit18 2021-05-28 14:25:10 +0800
  • bf486a25cd
    Merge pull request #8853 from xanecs/master Martin Hickey 2021-06-02 13:10:34 +0100
  • dffc2a30c7
    Merge pull request #9035 from wizbit/fail-message Martin Hickey 2021-06-02 12:26:39 +0100
  • 699ea6dcef
    Merge pull request #9066 from scaat/fix-specification Martin Hickey 2021-06-02 11:55:53 +0100
  • 599c071ac7
    Merge pull request #9681 from cndoit18/add-max-col-width-parameters Martin Hickey 2021-06-02 11:37:14 +0100
  • f2fc466d88
    Merge pull request #9623 from link108/fix-get-helm-scripts Martin Hickey 2021-06-02 09:46:08 +0100
  • 7a37814cdb
    fix: when dep up fails, do not delete charts on error #9680 jorgevillaverde 2021-06-01 19:33:22 -0300
  • 93631be28d
    fix: downloadAll jorgevillaverde 2021-06-01 18:43:38 -0300
  • e87f815637
    Merge pull request #9756 from codeJack/fix-issue-9749 Martin Hickey 2021-06-01 18:18:15 +0100
  • c1d4cf0861
    Merge pull request #9030 from yxxhero/helm_dep_build_update_inherit_insecure_skip_tls_verify_from_helm_repo_add Martin Hickey 2021-06-01 17:47:08 +0100
  • b73bd29133 fix(helm): Quote chart names in helm create #9758 Andreas Karis 2021-05-31 16:41:55 +0200
  • 3b68afc1c8 Fix coalesce globals to prevent subchart globals to leak upstream #9756 Giacomo Margaria 2021-05-31 00:19:19 +0200
  • 56bea0a106 fix(template) Do not error when both template show-only and output-dir #9748 Andreas Karis 2021-05-28 14:08:27 +0200
  • 7f62e1aac2 Remove verbose logging when updating chart repo index #9741 Nathan Schmidt 2021-05-27 09:59:27 +1000
  • d7824bac7b Add WARNING when --repo parameter is ignored #9739 Andreas Karis 2021-05-25 23:29:57 +0200
  • 402c7f1a52
    fix(dep update): helm dep update is not respecting the "version" stipulated in the requirements #9736 cndoit18 2021-05-25 21:37:30 +0800
  • db4d20f3ad
    Merge pull request #9734 from technosophos/admin/switch-fib-to-emeritus Matt Farina 2021-05-24 14:02:29 -0400
  • 6e329b19a7
    Switched Brian emeritus #9734 Matt Butcher 2021-05-24 11:45:19 -0600
  • 38956638aa
    Merge pull request #9716 from mattfarina/bump-version-v3.6 Matt Farina 2021-05-24 08:21:54 -0700
  • 61e08c6337 Improve markdown rendering of commands help for shell completion Alexandre Garnier 2021-05-19 08:59:09 +0200
  • 0af54d0f5c
    Merge pull request #9721 from viglesiasce/viglesiasce-emeritus Matthew Fisher 2021-05-20 14:01:59 -0700
  • 441cecfd1c Added HELM_KUBEINSECURE_SKIP_TLS_VERIFY to help text tuxBurner 2021-05-20 10:36:45 +0200
  • 6d13662a19 fix the test error Dong Gang 2020-10-14 09:37:53 +0800
  • f5f094ea93 fix the error caused by the test Dong Gang 2020-10-14 09:31:03 +0800
  • 31d12963cf rename kube-apiserver-insurce to kube-insecure-skip-tls-verify Dong Gang 2020-10-14 09:25:44 +0800
  • 4597e7ea13
    chore(deps): Bump github.com/containerd/containerd from 1.4.4 to 1.5.2 #9723 dependabot[bot] 2021-05-20 05:55:32 +0000
  • 465ab012e7 Move viglesiasce to emeritus #9721 Vic Iglesias 2021-05-19 16:03:54 -0700
  • 004e66dbb3 Merge branch 'master' into feat-add-hide-secrets-flag Szymon Gibała 2021-05-19 20:22:17 +0200
  • b1e2476432
    Merge pull request #9679 from yariksheptykin/patch-1 Matthew Fisher 2021-05-19 08:30:47 -0700
  • 8408479e72 fix the coverage test Dong Gang 2020-09-16 09:47:38 +0800
  • 52e1df0067 fix(kubeapiserver client):allow certificate validation to be skipped Dong Gang 2020-09-16 09:14:11 +0800
  • 88801501d1 Improve markdown rendering of commands help for shell completion #9718 Alexandre Garnier 2021-05-19 08:59:09 +0200
  • d189d8ead8
    chore(deps): Bump k8s.io/cli-runtime from 0.21.0 to 0.21.1 #9717 dependabot[bot] 2021-05-19 05:58:18 +0000
  • 3415b6e7b8
    bump version to v3.6.0 #9716 Matt Farina 2021-05-18 10:26:16 -0400
  • 7f2df64677
    bump version to v3.6.0 v3.6.0-rc.1 v3.6.0 Matt Farina 2021-05-18 10:26:16 -0400
  • 138648ed1a
    chore(deps): Bump github.com/containerd/containerd from 1.4.4 to 1.5.1 #9706 dependabot[bot] 2021-05-18 14:01:21 +0000
  • 37d3dacfb5
    Merge pull request #9492 from morlay/master Matt Farina 2021-05-18 06:53:06 -0700
  • 24625759fd
    Merge branch 'main' into master #9492 Matt Farina 2021-05-18 06:34:00 -0700
  • 5d789db26f Fix: Tweak scripts/get to fetch latest v2 tag from releases #9715 Ashith 2021-05-18 17:25:40 +0530
  • e8f28359ee style(test): fix lint style problems #9690 wuhuizuo 2021-05-18 06:43:06 +0000