mirror of
https://github.com/truecharts/charts.git
synced 2026-07-07 16:11:45 -03:00
fix(deps): update module helm.sh/helm/v3 v3.18.6 → v3.19.0 (clustertool) (#39446)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [helm.sh/helm/v3](https://redirect.github.com/helm/helm) | `v3.18.6` -> `v3.19.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>helm/helm (helm.sh/helm/v3)</summary> ### [`v3.19.0`](https://redirect.github.com/helm/helm/releases/tag/v3.19.0): Helm v3.19.0 [Compare Source](https://redirect.github.com/helm/helm/compare/v3.18.6...v3.19.0) Helm v3.19.0 is a feature release. Users are encouraged to upgrade for the best experience. The community keeps growing, and we'd love to see you there! - Join the discussion in [Kubernetes Slack](https://kubernetes.slack.com): - for questions and just to hang out - for discussing PRs, code, and bugs - Hang out at the Public Developer Call: Thursday, 9:30 Pacific via [Zoom](https://zoom.us/j/696660622) - Test, debug, and contribute charts: [ArtifactHub/packages](https://artifacthub.io/packages/search?kind=0) #### Notable Changes - Fixed a `helm pull` regression from 3.18 - error pulling OCI charts with --password [#​31230](https://redirect.github.com/helm/helm/issues/31230) - Fixed a `helm lint` regression from Helm 3.18 - rejected JSON Schema $ref URLs that worked in 3.17.x [#​31166](https://redirect.github.com/helm/helm/issues/31166) - Fixed go mod tidy [#​31154](https://redirect.github.com/helm/helm/issues/31154) - Fixed k8s version parsing not matching original [#​31091](https://redirect.github.com/helm/helm/issues/31091) - Fixed charts failing when using a redirect registry [#​31087](https://redirect.github.com/helm/helm/issues/31087) - Fixed missing debug logging for OCI transport - Fixed broken legacy docker support for login [#​30941](https://redirect.github.com/helm/helm/issues/30941) - Fixed bugs from the move to ORAS v2 - Fixed processing all hook deletions on failure [#​30673](https://redirect.github.com/helm/helm/issues/30673) - Feature for `helm create` added httproute from gateway-api to create chart template [#​30658](https://redirect.github.com/helm/helm/issues/30658) #### Installation and Upgrading Download Helm v3.19.0. The common platform binaries are here: - [MacOS amd64](https://get.helm.sh/helm-v3.19.0-darwin-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-darwin-amd64.tar.gz.sha256sum) / 09a108c0abda42e45af172be65c49125354bf7cd178dbe10435e94540e49c7b9) - [MacOS arm64](https://get.helm.sh/helm-v3.19.0-darwin-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-darwin-arm64.tar.gz.sha256sum) / 31513e1193da4eb4ae042eb5f98ef9aca7890cfa136f4707c8d4f70e2115bef6) - [Linux amd64](https://get.helm.sh/helm-v3.19.0-linux-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-amd64.tar.gz.sha256sum) / a7f81ce08007091b86d8bd696eb4d86b8d0f2e1b9f6c714be62f82f96a594496) - [Linux arm](https://get.helm.sh/helm-v3.19.0-linux-arm.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-arm.tar.gz.sha256sum) / 8708367b8e8bed9bdf8429bb57536e4223cdca96245dffc205cb0cb670b151f4) - [Linux arm64](https://get.helm.sh/helm-v3.19.0-linux-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-arm64.tar.gz.sha256sum) / 440cf7add0aee27ebc93fada965523c1dc2e0ab340d4348da2215737fc0d76ad) - [Linux i386](https://get.helm.sh/helm-v3.19.0-linux-386.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-386.tar.gz.sha256sum) / ca0329cd1b09267e7c63c563e32462265949c31512b537dd6615d0b5190040fc) - [Linux ppc64le](https://get.helm.sh/helm-v3.19.0-linux-ppc64le.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-ppc64le.tar.gz.sha256sum) / f57ea04d7fa62cc3e90a831eb67edb1400c810df6083875bee3a7c195a795ce4) - [Linux s390x](https://get.helm.sh/helm-v3.19.0-linux-s390x.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-s390x.tar.gz.sha256sum) / 0dff2f249f71690e3b420ebb5efc573eb26a51b4a614c4391c8c7fa3e47863f2) - [Linux riscv64](https://get.helm.sh/helm-v3.19.0-linux-riscv64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.19.0-linux-riscv64.tar.gz.sha256sum) / 978af545a3d72a253ce1d4c03c9febb509a239a48b2581107e548883ab61a227) - [Windows amd64](https://get.helm.sh/helm-v3.19.0-windows-amd64.zip) ([checksum](https://get.helm.sh/helm-v3.19.0-windows-amd64.zip.sha256sum) / 6488630c2e5d5945ed990fa02fd9e99f9c6792cdbcd79eb264b6cfb90179d2d1) - [Windows arm64](https://get.helm.sh/helm-v3.19.0-windows-arm64.zip) ([checksum](https://get.helm.sh/helm-v3.19.0-windows-arm64.zip.sha256sum) / 488f7530a1776da1b46b14e988bf305c9d7419c78e7e73aeb92f198a41c9ef6b) The [Quickstart Guide](https://helm.sh/docs/intro/quickstart/) will get you going from there. For **upgrade instructions** or detailed installation notes, check the [install guide](https://helm.sh/docs/intro/install/). You can also use a [script to install](https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3) on any system with `bash`. #### What's Next - 3.19.1 will contain only bug fixes. - 3.20.0 is the next feature release. #### Changelog - bump version to v3.19.0 [`3d8990f`](3d8990f083) (Scott Rigby) - fix: use username and password if provided [`9a54bf1`](9a54bf1df6) (Evans Mungai) - chore(deps): bump the k8s-io group with 7 updates [`5af0f68`](5af0f68365) (dependabot\[bot]) - chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 [`e485606`](e485606fa6) (dependabot\[bot]) - chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 [`6355c3d`](6355c3de11) (dependabot\[bot]) - chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 [`ec61f66`](ec61f66699) (dependabot\[bot]) - fix(helm-lint): fmt [`b278020`](b278020311) (Isaiah Lewis) - fix(helm-lint): Add TLSClientConfig [`d33ac5e`](d33ac5e44b) (Isaiah Lewis) - fix(helm-lint): Add HTTP/HTTPS URL support for json schema references [`8543709`](854370978e) (Isaiah Lewis) - chore(deps): bump the k8s-io group with 7 updates [`89a3f90`](89a3f90e75) (dependabot\[bot]) - fix: go mod tidy for v3 [`da4c583`](da4c583145) (Terry Howe) - chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.41.0 [`e40b1b3`](e40b1b3b36) (dependabot\[bot]) - chore(deps): bump golang.org/x/term from 0.33.0 to 0.34.0 [`a27e9db`](a27e9db724) (dependabot\[bot]) - fix Chart.yaml handling [`f13afaa`](f13afaacd6) (Matt Farina) - Handle messy index files [`039b0b1`](039b0b18d3) (Matt Farina) - chore(deps): bump github.com/containerd/containerd from 1.7.27 to 1.7.28 [`bec98a9`](bec98a91aa) (dependabot\[bot]) - json schema fix [`6d9509a`](6d9509aadc) (Robert Sirchia) - fix: k8s version parsing to match original [`807225e`](807225ed62) (Borys Hulii) - chore(deps): bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 [`cbbd569`](cbbd569aba) (dependabot\[bot]) - Do not explicitly set SNI in HTTPGetter [`5e8ff72`](5e8ff72b71) (Terry Howe) - chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 [`5b5fb5b`](5b5fb5b683) (dependabot\[bot]) - chore(deps): bump the k8s-io group with 7 updates [`d12538a`](d12538a23d) (dependabot\[bot]) - chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 [`303f803`](303f8031bd) (dependabot\[bot]) - chore(deps): bump golang.org/x/term from 0.32.0 to 0.33.0 [`abcc2ed`](abcc2edc27) (dependabot\[bot]) - chore(deps): bump golang.org/x/text from 0.26.0 to 0.27.0 [`521c67b`](521c67b358) (dependabot\[bot]) - Disabling linter due to unknown issue [`227c9cb`](227c9cb6b6) (Matt Farina) - Updating link handling [`4389fa6`](4389fa639a) (Matt Farina) - Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 [`372e403`](372e40376a) (dependabot\[bot]) - build(deps): bump the k8s-io group with 7 updates [`4fa5a64`](4fa5a64127) (dependabot\[bot]) - build(deps): bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 [`6284ed8`](6284ed8538) (dependabot\[bot]) - fix: user username password for login [`2c55a4e`](2c55a4e8ce) (Terry Howe) - Update pkg/registry/transport.go [`a16e986`](a16e986d4e) (Terry Howe) - Update pkg/registry/transport.go [`cea26d8`](cea26d8bca) (Terry Howe) - fix: add debug logging to oci transport [`b52bb41`](b52bb41484) (Terry Howe) - build(deps): bump golang.org/x/crypto from 0.38.0 to 0.39.0 [`45075cf`](45075cf943) (dependabot\[bot]) - build(deps): bump golang.org/x/text from 0.25.0 to 0.26.0 [`73a7826`](73a7826395) (dependabot\[bot]) - fix: legacy docker support broken for login [`733f94c`](733f94c86a) (Terry Howe) - fix: plugin installer test with no Internet [`fc36041`](fc36041702) (Terry Howe) - Handle an empty registry config file. [`cfe8cef`](cfe8cef46f) (Matt Farina) - Prevent fetching newReference again as we have in calling method [`c33215d`](c33215d765) (Benoit Tigeot) - Prevent failure when resolving version tags in oras memory store [`f552b67`](f552b67230) (Benoit Tigeot) - fix(client): skipnode utilization for PreCopy [`a18a52e`](a18a52e898) (Brandt Keller) - test: Skip instead of returning early. looks more intentional [`fedf502`](fedf5024d6) (Jesse Simpson) - test: tests repo stripping functionality [`fe512ba`](fe512bae43) (Jesse Simpson) - test: include tests for Login based on different protocol prefixes [`099a9e1`](099a9e18f3) (Jesse Simpson) - fix(client): layers now returns manifest - remove duplicate from descriptors [`b07ab77`](b07ab77da3) (Brandt Keller) - fix(client): return nil on non-allowed media types [`c225c12`](c225c124ac) (Brandt Keller) - Fix 3.18.0 regression: registry login with scheme [`c0f3ace`](c0f3ace52d) (Scott Rigby) - Update pkg/plugin/plugin.go [`dce60ad`](dce60adb51) (Benoit Tigeot) - Update pkg/plugin/plugin.go [`cda0865`](cda0865d64) (Benoit Tigeot) - Wait for Helm v4 before raising when platformCommand and Command are set [`5d9d9a0`](5d9d9a0fb8) (Benoit Tigeot) - Revert "fix (helm) : toToml\` renders int as float \[ backport to v3 ]" [`c5249c1`](c5249c1f8d) (Matt Farina) - build(deps): bump the k8s-io group with 7 updates [`5b0520d`](5b0520d6b3) (dependabot\[bot]) - chore: update generalization warning message [`afefca8`](afefca8b2d) (Feng Cao) - build(deps): bump oras.land/oras-go/v2 from 2.5.0 to 2.6.0 [`8d6d27c`](8d6d27c26a) (dependabot\[bot]) - build(deps): bump the k8s-io group with 7 updates [`502c0d5`](502c0d5f5b) (dependabot\[bot]) - build(deps): bump golang.org/x/crypto from 0.37.0 to 0.38.0 [`92be9ac`](92be9ac0c8) (dependabot\[bot]) - fix: move warning to top of block [`eb5b6d5`](eb5b6d5047) (Feng Cao) - fix: govulncheck workflow [`6b15f26`](6b15f26bd4) (Matthieu MOREL) - fix: replace fmt warning with slog [`6b5c944`](6b5c94475d) (Feng Cao) - fix: add warning when ignore repo flag [`247bf7c`](247bf7c2e0) (Feng Cao) - bump version to v3.18.0 [`9404459`](94044595c7) (Robert Sirchia) - backport [#​30673](https://redirect.github.com/helm/helm/issues/30673) to dev-v3 [`0a800e8`](0a800e84b0) (Gerard Nguyen) - feat: add httproute from gateway-api to create chart template [`bd1b67b`](bd1b67b082) (Henrik Gerdes) **Full Changelog**: <https://github.com/helm/helm/compare/v3.18.6...v3.19.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -22,7 +22,7 @@ require (
|
||||
github.com/spf13/cobra v1.10.1
|
||||
golang.org/x/crypto v0.42.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
helm.sh/helm/v3 v3.18.6
|
||||
helm.sh/helm/v3 v3.19.0
|
||||
k8s.io/api v0.34.1
|
||||
k8s.io/apimachinery v0.34.1
|
||||
k8s.io/client-go v0.34.1
|
||||
@@ -95,7 +95,7 @@ require (
|
||||
github.com/chai2010/gettext-go v1.0.2 // indirect
|
||||
github.com/cloudflare/circl v1.6.1 // indirect
|
||||
github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f // indirect
|
||||
github.com/containerd/containerd v1.7.27 // indirect
|
||||
github.com/containerd/containerd v1.7.28 // indirect
|
||||
github.com/containerd/errdefs v1.0.0 // indirect
|
||||
github.com/containerd/go-cni v1.1.12 // indirect
|
||||
github.com/containerd/log v0.1.0 // indirect
|
||||
@@ -274,11 +274,11 @@ require (
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
k8s.io/apiextensions-apiserver v0.34.0 // indirect
|
||||
k8s.io/apiserver v0.34.0 // indirect
|
||||
k8s.io/cli-runtime v0.33.3 // indirect
|
||||
k8s.io/cli-runtime v0.34.0 // indirect
|
||||
k8s.io/component-base v0.34.0 // indirect
|
||||
k8s.io/klog/v2 v2.130.1 // indirect
|
||||
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
|
||||
k8s.io/kubectl v0.33.3 // indirect
|
||||
k8s.io/kubectl v0.34.0 // indirect
|
||||
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
|
||||
oras.land/oras-go/v2 v2.6.0 // indirect
|
||||
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
|
||||
|
||||
@@ -169,6 +169,8 @@ github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f h1:C5bqEmzEPLsHm9Mv73l
|
||||
github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f/go.mod h1:W+zGtBO5Y1IgJhy4+A9GOqVhqLpfZi+vwmdNXUehLA8=
|
||||
github.com/containerd/containerd v1.7.27 h1:yFyEyojddO3MIGVER2xJLWoCIn+Up4GaHFquP7hsFII=
|
||||
github.com/containerd/containerd v1.7.27/go.mod h1:xZmPnl75Vc+BLGt4MIfu6bp+fy03gdHAn9bz+FreFR0=
|
||||
github.com/containerd/containerd v1.7.28 h1:Nsgm1AtcmEh4AHAJ4gGlNSaKgXiNccU270Dnf81FQ3c=
|
||||
github.com/containerd/containerd v1.7.28/go.mod h1:azUkWcOvHrWvaiUjSQH0fjzuHIwSPg1WL5PshGP4Szs=
|
||||
github.com/containerd/continuity v0.4.5 h1:ZRoN1sXq9u7V6QoHMcVWGhOwDFqZ4B9i5H6un1Wh0x4=
|
||||
github.com/containerd/continuity v0.4.5/go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE=
|
||||
github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI=
|
||||
@@ -822,6 +824,8 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
||||
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
||||
helm.sh/helm/v3 v3.18.6 h1:S/2CqcYnNfLckkHLI0VgQbxgcDaU3N4A/46E3n9wSNY=
|
||||
helm.sh/helm/v3 v3.18.6/go.mod h1:L/dXDR2r539oPlFP1PJqKAC1CUgqHJDLkxKpDGrWnyg=
|
||||
helm.sh/helm/v3 v3.19.0 h1:krVyCGa8fa/wzTZgqw0DUiXuRT5BPdeqE/sQXujQ22k=
|
||||
helm.sh/helm/v3 v3.19.0/go.mod h1:Lk/SfzN0w3a3C3o+TdAKrLwJ0wcZ//t1/SDXAvfgDdc=
|
||||
k8s.io/api v0.34.0 h1:L+JtP2wDbEYPUeNGbeSa/5GwFtIA662EmT2YSLOkAVE=
|
||||
k8s.io/api v0.34.0/go.mod h1:YzgkIzOOlhl9uwWCZNqpw6RJy9L2FK4dlJeayUoydug=
|
||||
k8s.io/api v0.34.1 h1:jC+153630BMdlFukegoEL8E/yT7aLyQkIVuwhmwDgJM=
|
||||
@@ -836,6 +840,8 @@ k8s.io/apiserver v0.34.0 h1:Z51fw1iGMqN7uJ1kEaynf2Aec1Y774PqU+FVWCFV3Jg=
|
||||
k8s.io/apiserver v0.34.0/go.mod h1:52ti5YhxAvewmmpVRqlASvaqxt0gKJxvCeW7ZrwgazQ=
|
||||
k8s.io/cli-runtime v0.33.3 h1:Dgy4vPjNIu8LMJBSvs8W0LcdV0PX/8aGG1DA1W8lklA=
|
||||
k8s.io/cli-runtime v0.33.3/go.mod h1:yklhLklD4vLS8HNGgC9wGiuHWze4g7x6XQZ+8edsKEo=
|
||||
k8s.io/cli-runtime v0.34.0 h1:N2/rUlJg6TMEBgtQ3SDRJwa8XyKUizwjlOknT1mB2Cw=
|
||||
k8s.io/cli-runtime v0.34.0/go.mod h1:t/skRecS73Piv+J+FmWIQA2N2/rDjdYSQzEE67LUUs8=
|
||||
k8s.io/client-go v0.34.0 h1:YoWv5r7bsBfb0Hs2jh8SOvFbKzzxyNo0nSb0zC19KZo=
|
||||
k8s.io/client-go v0.34.0/go.mod h1:ozgMnEKXkRjeMvBZdV1AijMHLTh3pbACPvK7zFR+QQY=
|
||||
k8s.io/client-go v0.34.1 h1:ZUPJKgXsnKwVwmKKdPfw4tB58+7/Ik3CrjOEhsiZ7mY=
|
||||
@@ -848,6 +854,8 @@ k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b h1:MloQ9/bdJyIu9lb1PzujOP
|
||||
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b/go.mod h1:UZ2yyWbFTpuhSbFhv24aGNOdoRdJZgsIObGBUaYVsts=
|
||||
k8s.io/kubectl v0.33.3 h1:r/phHvH1iU7gO/l7tTjQk2K01ER7/OAJi8uFHHyWSac=
|
||||
k8s.io/kubectl v0.33.3/go.mod h1:euj2bG56L6kUGOE/ckZbCoudPwuj4Kud7BR0GzyNiT0=
|
||||
k8s.io/kubectl v0.34.0 h1:NcXz4TPTaUwhiX4LU+6r6udrlm0NsVnSkP3R9t0dmxs=
|
||||
k8s.io/kubectl v0.34.0/go.mod h1:bmd0W5i+HuG7/p5sqicr0Li0rR2iIhXL0oUyLF3OjR4=
|
||||
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 h1:hwvWFiBzdWw1FhfY1FooPn3kzWuJ8tmbZBHi4zVsl1Y=
|
||||
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
|
||||
oras.land/oras-go/v2 v2.6.0 h1:X4ELRsiGkrbeox69+9tzTu492FMUu7zJQW6eJU+I2oc=
|
||||
|
||||
Reference in New Issue
Block a user