chore(deps): update dependency helm/helm to v3.14.0 #105

Merged
renovator merged 1 commits from renovate/helm-helm-3.x into main 2024-01-17 22:22:35 +01:00
Member

This PR contains the following updates:

Package Update Change
helm/helm minor v3.13.3 -> v3.14.0

Release Notes

helm/helm (helm/helm)

v3.14.0: Helm v3.14.0

Compare Source

Helm v3.14.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:
    • 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
  • Test, debug, and contribute charts: ArtifactHub/packages

Notable Changes

  • New helm search flag of --fail-on-no-result
  • Allow a nested tpl invocation access to defines
  • Speed up the tpl function
  • Added qps/HELM_QPS parameter that tells Kubernetes packages how to operate
  • Added --kube-version to lint command
  • The ignore pkg is now public

Installation and Upgrading

Download Helm v3.14.0. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.14.1 will contain only bug fixes and will be on February 14, 2024.
  • 3.15.0 is the next feature release and will be on May 08, 2024.

Changelog

  • Improve release action 3fc9f4b (George Jenkins)
  • bump version to 69dcc92 (Matt Farina)
  • Fix issues when verify generation readiness was merged c042264 (Matt Farina)
  • fix test to use the default code's k8sVersionMinor 6e5332e (Joe Julian)
  • lint: Add --kube-version flag to set capabilities and deprecation rules 869c1d2 (Antoine Deschênes)
  • Update to Go 1.21 for builds 847369c (Matt Farina)
  • chore(deps): bump github.com/containerd/containerd from 1.7.6 to 1.7.11 08ea59c (dependabot[bot])
  • chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 30e1a2c (dependabot[bot])
  • Removing Asset Transparency 803cf2d (Matt Farina)
  • tests(pkg/engine): test RenderWithClientProvider a997de1 (Marcin Owsiany)
  • Make the ignore pkg public again 5586760 (Ismail Alidzhikov)
  • chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 b3cb20a (dependabot[bot])
  • Updating to Kubernetes 1.29.0 libraries e5fff68 (Matt Farina)
  • feature(pkg/engine): introduce RenderWithClientProvider bfec4ec (Marcin Owsiany)
  • chore(deps): bump github/codeql-action from 2.22.10 to 3.22.11 70c1519 (dependabot[bot])
  • chore(deps): bump github/codeql-action from 2.22.9 to 2.22.10 be10183 (dependabot[bot])
  • Updating Helm libraries for k8s 1.28.4 015e174 (Matt Farina)
  • chore(deps): bump github/codeql-action from 2.22.8 to 2.22.9 2a211bf (dependabot[bot])
  • Remove excessive logging ce87ece (Sean Mills)
  • chore(deps): bump github/codeql-action from 2.22.7 to 2.22.8 3cb6b06 (dependabot[bot])
  • chore(deps): bump github/codeql-action from 2.22.5 to 2.22.7 42c5af2 (dependabot[bot])
  • Update CONTRIBUTING.md 312a073 (lixin18)
  • Fixing release labelling in rollback 8814bfb (Marcin Chojnacki)
  • chore(deps): bump github.com/docker/docker c54e39a (dependabot[bot])
  • chore(deps): bump github/codeql-action from 2.22.4 to 2.22.5 d6e9197 (dependabot[bot])
  • feat: move livenessProbe and readinessProbe values to default values file 9f0313e (Denis Policastro)
  • Revert "fix(main): fix basic auth for helm pull or push" 24e2864 (Matt Farina)
  • chore(deps): bump google.golang.org/grpc from 1.54.0 to 1.56.3 c5fe7dd (dependabot[bot])
  • Revert "fix(registry): address anonymous pull issue" 992dc58 (Matt Farina)
  • Update get-helm-3 81362d9 (Marcel Humburg)
  • chore(deps): bump github/codeql-action from 2.22.3 to 2.22.4 6d1f6cd (dependabot[bot])
  • chore(deps): bump actions/checkout from 3.6.0 to 4.1.1 372ccca (dependabot[bot])
  • chore(deps): bump github/codeql-action from 2.21.8 to 2.22.3 a1a21ae (dependabot[bot])
  • Drop filterSystemLabels usage from Query method 250f0bd (Dmitry Chepurovskiy)
  • Apply review suggestions 0ec47f8 (Dmitry Chepurovskiy)
  • Update get-helm-3 to get version through get.helm.sh f94e5db (Ian Zink)
  • feat: print failed hook name b0d1637 (Serge Logvinov)
  • chore(deps): bump golang.org/x/net from 0.13.0 to 0.17.0 544cabb (dependabot[bot])
  • Fixing precedence issue with the import of values. 25371e2 (Matt Farina)
  • chore(create): indent to spaces 919bffe (genofire)
  • Allow using label selectors for system labels for sql backend. e6d9b99 (Dmitry Chepurovskiy)
  • Allow using label selectors for system labels for secrets and configmap backends. e219c75 (Dmitry Chepurovskiy)
  • remove useless print during prepareUpgrade f004d42 (b4nks)
  • Add missing with clause to release gh action 9d3d17a (Ian Zink)
  • FIX Default ServiceAccount yaml 828763e (Lars Zimmermann)
  • fix(registry): address anonymous pull issue fe4c01f (Hidde Beydals)
  • fix(registry): unswallow error da3c666 (Hidde Beydals)
  • Fix missing run statement on release action 21ea847 (Ian Zink)
  • Add qps/HELM_QPS parameter 415af5b (Andy Smith)
  • chore(deps): bump oras.land/oras-go from 1.2.3 to 1.2.4 102e931 (dependabot[bot])
  • chore(deps): bump github/codeql-action from 2.21.7 to 2.21.8 2505592 (dependabot[bot])
  • bump version to v3.13.0 c372b15 (Matt Farina)
  • chore(deps): bump github.com/evanphx/json-patch 8b0a78c (dependabot[bot])
  • chore(deps): bump golang.org/x/text from 0.11.0 to 0.13.0 58ccfc0 (dependabot[bot])
  • Write latest version to get.helm.sh bucket 0619d08 (Ian Zink)
  • Increased release information key name max length. 4199be8 (abrarcv170)
  • Pin gox to specific commit 0403305 (Antony Chazapis)
  • Remove GoFish from package managers for installing the binary a9377f9 (y-yagi)
  • Test update for "Allow a nested tpl invocation access to defines in a containing one" b261a1b (Graham Reed)
  • Test update for "Speed up tpl" 36d417d (Graham Reed)
  • addressing comment 1a3e9a9 (Stefan McShane)
  • Add support for RISC-V 786707c (Antony Chazapis)
  • lint and validate dependency metadata to reference dependencies with a unique key (name or alias) 6a4035a (Daniel Strobusch)
  • Work around template.Clone omitting options 95905f1 (Graham Reed)
  • fix: pass 'passCredentialsAll' as env-var to getter fa067ec (Mathias Neerup)
  • feat: pass basic auth to env-vars when running download plugins f28447c (Mathias Neerup)
  • helm search: New CLI Flag --fail-on-no-result b9cece6 (Bhargav Ravuri)
  • Update pkg/kube/ready.go 141fa4a (muang0)
  • Update pkg/kube/ready.go 4cb62d1 (muang0)
  • Update pkg/kube/ready.go dbb21fc (muang0)
  • Update pkg/kube/ready.go fcc0332 (muang0)
  • Update pkg/kube/ready.go a1a1aaf (muang0)
  • fix post install hook deletion due to before-hook-creation policy fa025fc (zak905)
  • Allow a nested tpl invocation access to defines in a containing one a7d3fd6 (Graham Reed)
  • Remove the 'reference templates' concept e2a7c79 (Graham Reed)
  • Speed up tpl db4f330 (Graham Reed)
  • ready checker- comment update Signed-off-by: James Oden james.oden.dev@gmail.com d008340 (James Oden)
  • ready checker- remove duplicate statefulset generational check Signed-off-by: James Oden james.oden.dev@gmail.com 4f99c86 (James Oden)
  • Verify generation in readiness checks d94c509 (James Oden)
  • feat(helm): add --reset-then-reuse-values flag to 'helm upgrade' a9d59f9 (Quentin Devos)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [helm/helm](https://github.com/helm/helm) | minor | `v3.13.3` -> `v3.14.0` | --- ### Release Notes <details> <summary>helm/helm (helm/helm)</summary> ### [`v3.14.0`](https://github.com/helm/helm/releases/tag/v3.14.0): Helm v3.14.0 [Compare Source](https://github.com/helm/helm/compare/v3.13.3...v3.14.0) Helm v3.14.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 - New `helm search` flag of `--fail-on-no-result` - Allow a nested `tpl` invocation access to `defines` - Speed up the `tpl` function - Added qps/HELM_QPS parameter that tells Kubernetes packages how to operate - Added `--kube-version` to `lint` command - The `ignore` pkg is now public #### Installation and Upgrading Download Helm v3.14.0. The common platform binaries are here: - [MacOS amd64](https://get.helm.sh/helm-v3.14.0-darwin-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.14.0-darwin-amd64.tar.gz.sha256sum) / 804586896496f7b3da97f56089ea00f220e075e969b6fdf6c0b7b9cdc22de120) - [MacOS arm64](https://get.helm.sh/helm-v3.14.0-darwin-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.14.0-darwin-arm64.tar.gz.sha256sum) / c2f36f3289a01c7c93ca11f84d740a170e0af1d2d0280bd523a409a62b8dfa1d) - [Linux amd64](https://get.helm.sh/helm-v3.14.0-linux-amd64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.14.0-linux-amd64.tar.gz.sha256sum) / f43e1c3387de24547506ab05d24e5309c0ce0b228c23bd8aa64e9ec4b8206651) - [Linux arm](https://get.helm.sh/helm-v3.14.0-linux-arm.tar.gz) ([checksum](https://get.helm.sh/helm-v3.14.0-linux-arm.tar.gz.sha256sum) / cf38dfdead7266ae56662743bda0c78655814f0adeca382d1b07a812bb1a599a) - [Linux arm64](https://get.helm.sh/helm-v3.14.0-linux-arm64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.14.0-linux-arm64.tar.gz.sha256sum) / b29e61674731b15f6ad3d1a3118a99d3cc2ab25a911aad1b8ac8c72d5a9d2952) - [Linux i386](https://get.helm.sh/helm-v3.14.0-linux-386.tar.gz) ([checksum](https://get.helm.sh/helm-v3.14.0-linux-386.tar.gz.sha256sum) / c6f110636eb602acfbf738de588061db301eb0bace9ef976e3ef1c70b4640e07) - [Linux ppc64le](https://get.helm.sh/helm-v3.14.0-linux-ppc64le.tar.gz) ([checksum](https://get.helm.sh/helm-v3.14.0-linux-ppc64le.tar.gz.sha256sum) / f1f9d3561724863edd4c06d89acb2e2fd8ae0f1b72058ceb891fa1c346ce5dbc) - [Linux s390x](https://get.helm.sh/helm-v3.14.0-linux-s390x.tar.gz) ([checksum](https://get.helm.sh/helm-v3.14.0-linux-s390x.tar.gz.sha256sum) / 82298ef39936f1bef848959a29f77bff92d1309d8646657e3a7733702e81288c) - [Linux riscv64](https://get.helm.sh/helm-v3.14.0-linux-riscv64.tar.gz) ([checksum](https://get.helm.sh/helm-v3.14.0-linux-riscv64.tar.gz.sha256sum) / ef3fff42942e715f4b299e63ed39ff758a64322dc8b4923b5a1a32dac7a838f6) - [Windows amd64](https://get.helm.sh/helm-v3.14.0-windows-amd64.zip) ([checksum](https://get.helm.sh/helm-v3.14.0-windows-amd64.zip.sha256sum) / fa8dfb5141e7a200fcc6ee290554697072a4584791b4fece4b9c60af501f3512) This release was signed with ` 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E ` and can be found at [@&#8203;mattfarina](https://github.com/mattfarina) [keybase account](https://keybase.io/mattfarina). Please use the attached signatures for verifying this release using `gpg`. 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.14.1 will contain only bug fixes and will be on February 14, 2024. - 3.15.0 is the next feature release and will be on May 08, 2024. #### Changelog - Improve release action [`3fc9f4b`](https://github.com/helm/helm/commit/3fc9f4b2638e76f26739cd77c7017139be81d0ea) (George Jenkins) - bump version to [`69dcc92`](https://github.com/helm/helm/commit/69dcc92c56010902db7a316cf8697e5462bfa2c6) (Matt Farina) - Fix issues when verify generation readiness was merged [`c042264`](https://github.com/helm/helm/commit/c042264a9d1dd5d584684e105aa1ab0e38d96f20) (Matt Farina) - fix test to use the default code's k8sVersionMinor [`6e5332e`](https://github.com/helm/helm/commit/6e5332e79b01eb37f902a3569b1e7b80a8d86dd8) (Joe Julian) - lint: Add --kube-version flag to set capabilities and deprecation rules [`869c1d2`](https://github.com/helm/helm/commit/869c1d2560f493bb7d4d93e04b8932144ea11e0d) (Antoine Deschênes) - Update to Go 1.21 for builds [`847369c`](https://github.com/helm/helm/commit/847369c184d93fc4d36e9ec86a388b60331ab37a) (Matt Farina) - chore(deps): bump github.com/containerd/containerd from 1.7.6 to 1.7.11 [`08ea59c`](https://github.com/helm/helm/commit/08ea59c47f662e6e3155eba4efe727357239aa40) (dependabot\[bot]) - chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 [`30e1a2c`](https://github.com/helm/helm/commit/30e1a2c0299f002c54cc6f10ff5a857a409813b7) (dependabot\[bot]) - Removing Asset Transparency [`803cf2d`](https://github.com/helm/helm/commit/803cf2d87465c55b2034b9228b29b83f16d19d77) (Matt Farina) - tests(pkg/engine): test RenderWithClientProvider [`a997de1`](https://github.com/helm/helm/commit/a997de1f112204cf175054a86e8e15fff6d97ebd) (Marcin Owsiany) - Make the `ignore` pkg public again [`5586760`](https://github.com/helm/helm/commit/55867601337498c250ff7850a6b5594f3edd49a8) (Ismail Alidzhikov) - chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 [`b3cb20a`](https://github.com/helm/helm/commit/b3cb20a3e63d1dca6ee9952a75b844034bb9b72f) (dependabot\[bot]) - Updating to Kubernetes 1.29.0 libraries [`e5fff68`](https://github.com/helm/helm/commit/e5fff68ad284c83bbae256868ac4c87d4c5e2879) (Matt Farina) - feature(pkg/engine): introduce RenderWithClientProvider [`bfec4ec`](https://github.com/helm/helm/commit/bfec4ec926225dede4b1471115ffd39ed56ed9fd) (Marcin Owsiany) - chore(deps): bump github/codeql-action from 2.22.10 to 3.22.11 [`70c1519`](https://github.com/helm/helm/commit/70c15195c79ff12cc15111c2701a53d8e9029003) (dependabot\[bot]) - chore(deps): bump github/codeql-action from 2.22.9 to 2.22.10 [`be10183`](https://github.com/helm/helm/commit/be10183f3246f4a16563225d7a207d828903d714) (dependabot\[bot]) - Updating Helm libraries for k8s 1.28.4 [`015e174`](https://github.com/helm/helm/commit/015e1746986fcd90cf2a19dc9d5fac872081c680) (Matt Farina) - chore(deps): bump github/codeql-action from 2.22.8 to 2.22.9 [`2a211bf`](https://github.com/helm/helm/commit/2a211bf689df4286f20cdbe9fc341b85732b120d) (dependabot\[bot]) - Remove excessive logging [`ce87ece`](https://github.com/helm/helm/commit/ce87ece23e2b86b15e9db48b0f9f811a74511c9a) (Sean Mills) - chore(deps): bump github/codeql-action from 2.22.7 to 2.22.8 [`3cb6b06`](https://github.com/helm/helm/commit/3cb6b06da2ed3665e30c010c457ba66337ebda2c) (dependabot\[bot]) - chore(deps): bump github/codeql-action from 2.22.5 to 2.22.7 [`42c5af2`](https://github.com/helm/helm/commit/42c5af2a3add3003b108f119461a0be7df643b92) (dependabot\[bot]) - Update CONTRIBUTING.md [`312a073`](https://github.com/helm/helm/commit/312a07398fa6bef2a9e0d9a973de360dfb4c7044) (lixin18) - Fixing release labelling in rollback [`8814bfb`](https://github.com/helm/helm/commit/8814bfb490df080ef74ee301d66ac1518fb17362) (Marcin Chojnacki) - chore(deps): bump github.com/docker/docker [`c54e39a`](https://github.com/helm/helm/commit/c54e39a15528f825f1d8c2091957035604ac12a1) (dependabot\[bot]) - chore(deps): bump github/codeql-action from 2.22.4 to 2.22.5 [`d6e9197`](https://github.com/helm/helm/commit/d6e91970526f76dabfcf1908c41d557bb166e144) (dependabot\[bot]) - feat: move livenessProbe and readinessProbe values to default values file [`9f0313e`](https://github.com/helm/helm/commit/9f0313e5f508033fc5fe202eb4f144f28a30f7fa) (Denis Policastro) - Revert "fix(main): fix basic auth for helm pull or push" [`24e2864`](https://github.com/helm/helm/commit/24e2864c64844f34518caba11f659cc971aebca6) (Matt Farina) - chore(deps): bump google.golang.org/grpc from 1.54.0 to 1.56.3 [`c5fe7dd`](https://github.com/helm/helm/commit/c5fe7dd7640040f900abdc3e893e3fd850ffa3cf) (dependabot\[bot]) - Revert "fix(registry): address anonymous pull issue" [`992dc58`](https://github.com/helm/helm/commit/992dc58556506a8fe71b185d998a9ac532990261) (Matt Farina) - Update get-helm-3 [`81362d9`](https://github.com/helm/helm/commit/81362d9813c821e7b63fb99b51764f3446e86b31) (Marcel Humburg) - chore(deps): bump github/codeql-action from 2.22.3 to 2.22.4 [`6d1f6cd`](https://github.com/helm/helm/commit/6d1f6cd60cbc04f3ca81556ea3f6be18573ce7ab) (dependabot\[bot]) - chore(deps): bump actions/checkout from 3.6.0 to 4.1.1 [`372ccca`](https://github.com/helm/helm/commit/372cccad56b491278f93ee5f72de1ceab7d11221) (dependabot\[bot]) - chore(deps): bump github/codeql-action from 2.21.8 to 2.22.3 [`a1a21ae`](https://github.com/helm/helm/commit/a1a21ae85917e1500e8d171b4988e62f1398503b) (dependabot\[bot]) - Drop filterSystemLabels usage from Query method [`250f0bd`](https://github.com/helm/helm/commit/250f0bd46eb543a22a3dfd7e48def58c2597189c) (Dmitry Chepurovskiy) - Apply review suggestions [`0ec47f8`](https://github.com/helm/helm/commit/0ec47f8ec9d4f46e328024a31bda4864cca96636) (Dmitry Chepurovskiy) - Update get-helm-3 to get version through get.helm.sh [`f94e5db`](https://github.com/helm/helm/commit/f94e5db65079ee7ff45dc48c8c3b2dc8f1cfd7b0) (Ian Zink) - feat: print failed hook name [`b0d1637`](https://github.com/helm/helm/commit/b0d163771ee6ce23cfeecb9641ed0b02b6f418e7) (Serge Logvinov) - chore(deps): bump golang.org/x/net from 0.13.0 to 0.17.0 [`544cabb`](https://github.com/helm/helm/commit/544cabb0a4e55e9cad1e0f22079435882bfa2042) (dependabot\[bot]) - Fixing precedence issue with the import of values. [`25371e2`](https://github.com/helm/helm/commit/25371e2f0dee95f7a5ef6b91454dd563cc35caf6) (Matt Farina) - chore(create): indent to spaces [`919bffe`](https://github.com/helm/helm/commit/919bffe2db1e579d5b7f9b21776ae8775ada20a4) (genofire) - Allow using label selectors for system labels for sql backend. [`e6d9b99`](https://github.com/helm/helm/commit/e6d9b99255864cf3f88becc4326e2ea38ee71bb4) (Dmitry Chepurovskiy) - Allow using label selectors for system labels for secrets and configmap backends. [`e219c75`](https://github.com/helm/helm/commit/e219c756e02d8483e3c7219ce2137eaeb0cb9caa) (Dmitry Chepurovskiy) - remove useless print during prepareUpgrade [`f004d42`](https://github.com/helm/helm/commit/f004d42847016dc973d77a78d3f5ede2f15e1c68) (b4nks) - Add missing with clause to release gh action [`9d3d17a`](https://github.com/helm/helm/commit/9d3d17aa30b1f66d187cd726c4e692fe925f6b3d) (Ian Zink) - FIX Default ServiceAccount yaml [`828763e`](https://github.com/helm/helm/commit/828763e0d841fbe513f7f28e22d23fd103f97753) (Lars Zimmermann) - fix(registry): address anonymous pull issue [`fe4c01f`](https://github.com/helm/helm/commit/fe4c01f6241a8de566a6fc94cb6d1e5b5eb273d6) (Hidde Beydals) - fix(registry): unswallow error [`da3c666`](https://github.com/helm/helm/commit/da3c666a8223376e091e362856ebf0759e16fcd6) (Hidde Beydals) - Fix missing run statement on release action [`21ea847`](https://github.com/helm/helm/commit/21ea847ff25960f6f3a5fdbeb1bf002a5cf8fd95) (Ian Zink) - Add qps/HELM_QPS parameter [`415af5b`](https://github.com/helm/helm/commit/415af5b0e9a673bd0ed66f852c2a2634bb1c6ef7) (Andy Smith) - chore(deps): bump oras.land/oras-go from 1.2.3 to 1.2.4 [`102e931`](https://github.com/helm/helm/commit/102e93188ca4b6dd75af0cc81de5fb0c5116ea83) (dependabot\[bot]) - chore(deps): bump github/codeql-action from 2.21.7 to 2.21.8 [`2505592`](https://github.com/helm/helm/commit/2505592e651ac99acf3e8fef9a0255bce8b2d1f2) (dependabot\[bot]) - bump version to v3.13.0 [`c372b15`](https://github.com/helm/helm/commit/c372b150221e34a6e95f0d5a72fe35c841820eb6) (Matt Farina) - chore(deps): bump github.com/evanphx/json-patch [`8b0a78c`](https://github.com/helm/helm/commit/8b0a78c6e3f5676c90ed5449d1348c372e395e31) (dependabot\[bot]) - chore(deps): bump golang.org/x/text from 0.11.0 to 0.13.0 [`58ccfc0`](https://github.com/helm/helm/commit/58ccfc0501cdb222e33f431d868fe4a010f612e9) (dependabot\[bot]) - Write latest version to get.helm.sh bucket [`0619d08`](https://github.com/helm/helm/commit/0619d088ef6ef344362fc8fd7d689368da240016) (Ian Zink) - Increased release information key name max length. [`4199be8`](https://github.com/helm/helm/commit/4199be82b55121ac22fdb90dc54e74dc84eedcb9) (abrarcv170) - Pin gox to specific commit [`0403305`](https://github.com/helm/helm/commit/040330592f68b3420cebed9c2bcb636e843eb905) (Antony Chazapis) - Remove `GoFish` from package managers for installing the binary [`a9377f9`](https://github.com/helm/helm/commit/a9377f9df11d26d53746668b06afbc9b18a6083d) (y-yagi) - Test update for "Allow a nested `tpl` invocation access to `defines` in a containing one" [`b261a1b`](https://github.com/helm/helm/commit/b261a1b1bee93343cf9fe92335d3f1ccf3e24558) (Graham Reed) - Test update for "Speed up `tpl`" [`36d417d`](https://github.com/helm/helm/commit/36d417de3b045f6e459596ead552b87f0438b7ea) (Graham Reed) - addressing comment [`1a3e9a9`](https://github.com/helm/helm/commit/1a3e9a95dda87a8d82c6be874c50786f9a71c6a1) (Stefan McShane) - Add support for RISC-V [`786707c`](https://github.com/helm/helm/commit/786707c065b199f55531685ed615554cce1b7758) (Antony Chazapis) - lint and validate dependency metadata to reference dependencies with a unique key (name or alias) [`6a4035a`](https://github.com/helm/helm/commit/6a4035aea2ca5f7a45e847764d1a46ef6c0f242c) (Daniel Strobusch) - Work around template.Clone omitting options [`95905f1`](https://github.com/helm/helm/commit/95905f19dd822f8f2d784a64558de07c9bdc3f29) (Graham Reed) - fix: pass 'passCredentialsAll' as env-var to getter [`fa067ec`](https://github.com/helm/helm/commit/fa067ec16c576dcf7ea20974baa152dca5121a9c) (Mathias Neerup) - feat: pass basic auth to env-vars when running download plugins [`f28447c`](https://github.com/helm/helm/commit/f28447c73df1bf4ae9db2bbeb6dd875808868380) (Mathias Neerup) - helm search: New CLI Flag --fail-on-no-result [`b9cece6`](https://github.com/helm/helm/commit/b9cece6760e2c9508b43419d39cbaecde9951088) (Bhargav Ravuri) - Update pkg/kube/ready.go [`141fa4a`](https://github.com/helm/helm/commit/141fa4a037fee48a9a232b7da7092ab909f62747) (muang0) - Update pkg/kube/ready.go [`4cb62d1`](https://github.com/helm/helm/commit/4cb62d12620eb666455ae3aceb91b42793ef4158) (muang0) - Update pkg/kube/ready.go [`dbb21fc`](https://github.com/helm/helm/commit/dbb21fcf444f2684aabb6d7702d70a72615bd4d9) (muang0) - Update pkg/kube/ready.go [`fcc0332`](https://github.com/helm/helm/commit/fcc03324a6906a77d4885245799bf7b82e490a3f) (muang0) - Update pkg/kube/ready.go [`a1a1aaf`](https://github.com/helm/helm/commit/a1a1aafb7dd9249b92eb28bbf3ba3c206353608e) (muang0) - fix post install hook deletion due to before-hook-creation policy [`fa025fc`](https://github.com/helm/helm/commit/fa025fc28be80ff30ef0b2d7475aaee13a8bdaaf) (zak905) - Allow a nested `tpl` invocation access to `defines` in a containing one [`a7d3fd6`](https://github.com/helm/helm/commit/a7d3fd6c09f5467afb79a55e78964f1fb554f477) (Graham Reed) - Remove the 'reference templates' concept [`e2a7c79`](https://github.com/helm/helm/commit/e2a7c7998aa9060148de25ba8683ae9f9b28aaeb) (Graham Reed) - Speed up `tpl` [`db4f330`](https://github.com/helm/helm/commit/db4f3301229f4980c2521db13acfd7df7dd48008) (Graham Reed) - ready checker- comment update Signed-off-by: James Oden <james.oden.dev@gmail.com> [`d008340`](https://github.com/helm/helm/commit/d008340891d6a9bf0caa6ac4b769e7db1d0230ba) (James Oden) - ready checker- remove duplicate statefulset generational check Signed-off-by: James Oden <james.oden.dev@gmail.com> [`4f99c86`](https://github.com/helm/helm/commit/4f99c86914f1515a7f5696446856a6e2411c9d41) (James Oden) - Verify generation in readiness checks [`d94c509`](https://github.com/helm/helm/commit/d94c5094f68b69fdbf4dea72d2597ea1e1af9e97) (James Oden) - feat(helm): add --reset-then-reuse-values flag to 'helm upgrade' [`a9d59f9`](https://github.com/helm/helm/commit/a9d59f946a7b4a19904b6c3a48fec085cbd101d3) (Quentin Devos) </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzcuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEzNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovator force-pushed renovate/helm-helm-3.x from 8e72910b90 to 8679e66d26 2024-01-17 21:32:38 +01:00 Compare
renovator merged commit 8679e66d26 into main 2024-01-17 22:22:35 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: container/kube-tools#105
No description provided.