nicholaswilde / helm-charts

My collection of Helm charts.
https://artifacthub.io/packages/search?repo=nicholaswilde
Apache License 2.0
71 stars 32 forks source link

Update external minor dep #92

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action minor v2.3.4 -> v2.7.0 age adoption passing confidence
actions/setup-python action minor v2.2.2 -> v2.3.4 age adoption passing confidence
crazy-max/ghaction-github-labeler action minor v3.1.1 -> v3.2.0 age adoption passing confidence
helm/chart-releaser-action action minor v1.2.1 -> v1.6.0 age adoption passing confidence
helm/chart-testing-action action minor v2.1.0 -> v2.6.1 age adoption passing confidence
minitest (changelog) minor "5.14.4" -> "5.25.1" age adoption passing confidence
minitest-reporters minor "1.4.3" -> "1.7.1" age adoption passing confidence

Release Notes

actions/checkout (actions/checkout) ### [`v2.7.0`](https://togithub.com/actions/checkout/releases/tag/v2.7.0) [Compare Source](https://togithub.com/actions/checkout/compare/v2.6.0...v2.7.0) ##### What's Changed - Add new public key for known_hosts ([#​1237](https://togithub.com/actions/checkout/issues/1237)) by [@​TingluoHuang](https://togithub.com/TingluoHuang) in [https://github.com/actions/checkout/pull/1238](https://togithub.com/actions/checkout/pull/1238) **Full Changelog**: https://github.com/actions/checkout/compare/v2.6.0...v2.7.0 ### [`v2.6.0`](https://togithub.com/actions/checkout/releases/tag/v2.6.0) [Compare Source](https://togithub.com/actions/checkout/compare/v2.5.0...v2.6.0) #### What's Changed - Add backports to v2 branch by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1040](https://togithub.com/actions/checkout/pull/1040) - Includes backports from the following changes: [https://github.com/actions/checkout/pull/964](https://togithub.com/actions/checkout/pull/964), [https://github.com/actions/checkout/pull/1002](https://togithub.com/actions/checkout/pull/1002), [https://github.com/actions/checkout/pull/1029](https://togithub.com/actions/checkout/pull/1029) - Upgraded the licensed version to match what is used in v3. **Full Changelog**: https://github.com/actions/checkout/compare/v2.5.0...v2.6.0 ### [`v2.5.0`](https://togithub.com/actions/checkout/releases/tag/v2.5.0) [Compare Source](https://togithub.com/actions/checkout/compare/v2.4.2...v2.5.0) ##### What's Changed - Update [@​actions/core](https://togithub.com/actions/core) to 1.10.0 by [@​rentziass](https://togithub.com/rentziass) in [https://github.com/actions/checkout/pull/962](https://togithub.com/actions/checkout/pull/962) **Full Changelog**: https://github.com/actions/checkout/compare/v2...v2.5.0 ### [`v2.4.2`](https://togithub.com/actions/checkout/releases/tag/v2.4.2) [Compare Source](https://togithub.com/actions/checkout/compare/v2.4.1...v2.4.2) ##### What's Changed - Add set-safe-directory input to allow customers to take control. ([#​770](https://togithub.com/actions/checkout/issues/770)) by [@​TingluoHuang](https://togithub.com/TingluoHuang) in [https://github.com/actions/checkout/pull/776](https://togithub.com/actions/checkout/pull/776) - Prepare changelog for v2.4.2. by [@​TingluoHuang](https://togithub.com/TingluoHuang) in [https://github.com/actions/checkout/pull/778](https://togithub.com/actions/checkout/pull/778) **Full Changelog**: https://github.com/actions/checkout/compare/v2...v2.4.2 ### [`v2.4.1`](https://togithub.com/actions/checkout/releases/tag/v2.4.1) [Compare Source](https://togithub.com/actions/checkout/compare/v2.4.0...v2.4.1) - Fixed an issue where checkout failed to run in container jobs due to the new git setting `safe.directory` ### [`v2.4.0`](https://togithub.com/actions/checkout/releases/tag/v2.4.0) [Compare Source](https://togithub.com/actions/checkout/compare/v2.3.5...v2.4.0) - Convert SSH URLs like `org-@​github.com:` to `https://github.com/` - [pr](https://togithub.com/actions/checkout/pull/621) ### [`v2.3.5`](https://togithub.com/actions/checkout/releases/tag/v2.3.5) [Compare Source](https://togithub.com/actions/checkout/compare/v2.3.4...v2.3.5) Update dependencies
actions/setup-python (actions/setup-python) ### [`v2.3.4`](https://togithub.com/actions/setup-python/releases/tag/v2.3.4) [Compare Source](https://togithub.com/actions/setup-python/compare/v2.3.3...v2.3.4) #### What's Changed In the scope of this patch release, the warning for deprecating Python 2.x was added in [https://github.com/actions/setup-python/pull/675](https://togithub.com/actions/setup-python/pull/675) by [@​dmitry-shibanov](https://togithub.com/dmitry-shibanov) For more information, check out [https://github.com/actions/setup-python/issues/672](https://togithub.com/actions/setup-python/issues/672) **Full Changelog**: https://github.com/actions/setup-python/compare/v2...v2.3.4 ### [`v2.3.3`](https://togithub.com/actions/setup-python/releases/tag/v2.3.3): Update actions/core to 1.10.0 for v2 [Compare Source](https://togithub.com/actions/setup-python/compare/v2.3.2...v2.3.3) In scope of this release we update actions/core to 1.10.0 for v2 major tag: [https://github.com/actions/setup-python/pull/533](https://togithub.com/actions/setup-python/pull/533). ### [`v2.3.2`](https://togithub.com/actions/setup-python/releases/tag/v2.3.2): Update primary and restore keys for pip [Compare Source](https://togithub.com/actions/setup-python/compare/v2.3.1...v2.3.2) In scope of this release we [include a version of python in restore and primary cache keys for pip](https://togithub.com/actions/setup-python/pull/303). Besides, we add temporary fix for Windows caching [issue](https://togithub.com/actions/setup-python/pull/332), that the `pip cache dir` command returns non zero exit code or writes to stderr. Moreover we updated [node-fetch dependency](https://togithub.com/actions/setup-python/pull/327). ### [`v2.3.1`](https://togithub.com/actions/setup-python/releases/tag/v2.3.1): Update actions/cache version to 1.0.8 [Compare Source](https://togithub.com/actions/setup-python/compare/v2.3.0...v2.3.1) We have updated [actions/cache](https://togithub.com/actions/toolkit/blob/main/packages/cache/RELEASES.md#108) dependency version to 1.0.8 to support 10GB cache upload ### [`v2.3.0`](https://togithub.com/actions/setup-python/releases/tag/v2.3.0): Support caching dependencies [Compare Source](https://togithub.com/actions/setup-python/compare/v2.2.2...v2.3.0) This release introduces dependency caching support ([https://github.com/actions/setup-python/pull/266](https://togithub.com/actions/setup-python/pull/266)) #### Caching dependencies. The action has a built-in functionality for caching and restoring pip/pipenv dependencies. The `cache` input is optional, and caching is turned off by default. Besides, this release introduces dependency caching support for mono repos and repositories with complex structure. By default, the action searches for the dependency file (requirements.txt for pip or Pipfile.lock for pipenv) in the whole repository. Use the `cache-dependency-path` input for cases when you want to override current behaviour and use different file for hash generation (for example requirements-dev.txt). This input supports wildcards or a list of file names for caching multiple dependencies. ##### Caching pip dependencies: steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: python-version: '3.9' cache: 'pip' - run: pip install -r requirements.txt - run: pip test ##### Caching pipenv dependencies: steps: - uses: actions/checkout@v2 - name: Install pipenv run: pipx install pipenv - uses: actions/setup-python@v2 with: python-version: '3.9' cache: 'pipenv' - run: pipenv install - run: pipenv test ##### Change dependency file: steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: python-version: '3.9' cache: 'pip' cache-dependency-path: '**/requirements-dev.txt' - run: pip install -r subdirectory/requirements-dev.txt - run: pip test
crazy-max/ghaction-github-labeler (crazy-max/ghaction-github-labeler) ### [`v3.2.0`](https://togithub.com/crazy-max/ghaction-github-labeler/releases/tag/v3.2.0) [Compare Source](https://togithub.com/crazy-max/ghaction-github-labeler/compare/v3.1.1...v3.2.0) - Update dev dependencies and workflow ([#​151](https://togithub.com/crazy-max/ghaction-github-labeler/issues/151) [#​160](https://togithub.com/crazy-max/ghaction-github-labeler/issues/160)) - Bump [@​actions/core](https://togithub.com/actions/core) from 1.2.6 to 1.6.0 ([#​148](https://togithub.com/crazy-max/ghaction-github-labeler/issues/148)) - Bump [@​actions/github](https://togithub.com/actions/github) from 5.0.0 to 5.0.1 ([#​132](https://togithub.com/crazy-max/ghaction-github-labeler/issues/132) [#​158](https://togithub.com/crazy-max/ghaction-github-labeler/issues/158)) - Bump node-fetch from 2.6.0 to 2.6.7 ([#​140](https://togithub.com/crazy-max/ghaction-github-labeler/issues/140) [#​156](https://togithub.com/crazy-max/ghaction-github-labeler/issues/156)) - Bump minimist from 1.2.5 to 1.2.6 ([#​157](https://togithub.com/crazy-max/ghaction-github-labeler/issues/157)) - Bump ws from 7.3.1 to 7.5.3 ([#​141](https://togithub.com/crazy-max/ghaction-github-labeler/issues/141)) - Bump ansi-regex from 5.0.0 to 5.0.1 ([#​150](https://togithub.com/crazy-max/ghaction-github-labeler/issues/150)) - Bump y18n from 4.0.0 to 4.0.3 ([#​142](https://togithub.com/crazy-max/ghaction-github-labeler/issues/142)) - Bump tmpl from 1.0.4 to 1.0.5 ([#​146](https://togithub.com/crazy-max/ghaction-github-labeler/issues/146)) - Bump path-parse from 1.0.6 to 1.0.7 ([#​144](https://togithub.com/crazy-max/ghaction-github-labeler/issues/144)) - Bump js-yaml from 3.14.1 to 4.1.0 ([#​128](https://togithub.com/crazy-max/ghaction-github-labeler/issues/128)) - Bump node-notifier from 8.0.0 to 8.0.2 ([#​139](https://togithub.com/crazy-max/ghaction-github-labeler/issues/139)) - Bump lodash from 4.17.20 to 4.17.21 ([#​138](https://togithub.com/crazy-max/ghaction-github-labeler/issues/138)) - Bump hosted-git-info from 2.8.8 to 2.8.9 ([#​137](https://togithub.com/crazy-max/ghaction-github-labeler/issues/137))
helm/chart-releaser-action (helm/chart-releaser-action) ### [`v1.6.0`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.6.0) [Compare Source](https://togithub.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0) #### What's Changed - Allow to mark the published github release as latest by [@​szaimen](https://togithub.com/szaimen) in [https://github.com/helm/chart-releaser-action/pull/135](https://togithub.com/helm/chart-releaser-action/pull/135) - Support actions triggered by a tag by [@​luisico](https://togithub.com/luisico) in [https://github.com/helm/chart-releaser-action/pull/96](https://togithub.com/helm/chart-releaser-action/pull/96) - Add flag `skip-existing` to skip upload if release exists by [@​xunleii](https://togithub.com/xunleii) in [https://github.com/helm/chart-releaser-action/pull/134](https://togithub.com/helm/chart-releaser-action/pull/134) - bump to use chart-releaser v1.6.0 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/chart-releaser-action/pull/146](https://togithub.com/helm/chart-releaser-action/pull/146) - Remove `charts_repo_url` from readme by [@​viceice](https://togithub.com/viceice) in [https://github.com/helm/chart-releaser-action/pull/144](https://togithub.com/helm/chart-releaser-action/pull/144) - Remove deprecated `charts_repo_url` option in documentation by [@​krapie](https://togithub.com/krapie) in [https://github.com/helm/chart-releaser-action/pull/137](https://togithub.com/helm/chart-releaser-action/pull/137) - Add `changed_charts` and `chart_version` outputs by [@​n-oden](https://togithub.com/n-oden) in [https://github.com/helm/chart-releaser-action/pull/130](https://togithub.com/helm/chart-releaser-action/pull/130) - Added: --packages-with-index parameter by [@​valeriano-manassero](https://togithub.com/valeriano-manassero) in [https://github.com/helm/chart-releaser-action/pull/148](https://togithub.com/helm/chart-releaser-action/pull/148) - docs: add skip_existing to README by [@​lazyfrosch](https://togithub.com/lazyfrosch) in [https://github.com/helm/chart-releaser-action/pull/158](https://togithub.com/helm/chart-releaser-action/pull/158) - README: Fix default chart-releaser version by [@​michalbiesek](https://togithub.com/michalbiesek) in [https://github.com/helm/chart-releaser-action/pull/155](https://togithub.com/helm/chart-releaser-action/pull/155) - Extend `show_help` with `packages-with-index` by [@​michalbiesek](https://togithub.com/michalbiesek) in [https://github.com/helm/chart-releaser-action/pull/160](https://togithub.com/helm/chart-releaser-action/pull/160) - Add `--pages-branch` parameter by [@​michalbiesek](https://togithub.com/michalbiesek) in [https://github.com/helm/chart-releaser-action/pull/156](https://togithub.com/helm/chart-releaser-action/pull/156) - fix packages_with_index flag by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/chart-releaser-action/pull/172](https://togithub.com/helm/chart-releaser-action/pull/172) - bump cr to 1.6.1 and add dependabot config by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/chart-releaser-action/pull/173](https://togithub.com/helm/chart-releaser-action/pull/173) #### New Contributors - [@​szaimen](https://togithub.com/szaimen) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/135](https://togithub.com/helm/chart-releaser-action/pull/135) - [@​luisico](https://togithub.com/luisico) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/96](https://togithub.com/helm/chart-releaser-action/pull/96) - [@​xunleii](https://togithub.com/xunleii) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/134](https://togithub.com/helm/chart-releaser-action/pull/134) - [@​viceice](https://togithub.com/viceice) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/144](https://togithub.com/helm/chart-releaser-action/pull/144) - [@​krapie](https://togithub.com/krapie) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/137](https://togithub.com/helm/chart-releaser-action/pull/137) - [@​n-oden](https://togithub.com/n-oden) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/130](https://togithub.com/helm/chart-releaser-action/pull/130) - [@​valeriano-manassero](https://togithub.com/valeriano-manassero) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/148](https://togithub.com/helm/chart-releaser-action/pull/148) - [@​lazyfrosch](https://togithub.com/lazyfrosch) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/158](https://togithub.com/helm/chart-releaser-action/pull/158) - [@​michalbiesek](https://togithub.com/michalbiesek) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/155](https://togithub.com/helm/chart-releaser-action/pull/155) - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/174](https://togithub.com/helm/chart-releaser-action/pull/174) **Full Changelog**: https://github.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0 ### [`v1.5.0`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.5.0) [Compare Source](https://togithub.com/helm/chart-releaser-action/compare/v1.4.1...v1.5.0) #### What's Changed - Skip packaging option - resolves [#​108](https://togithub.com/helm/chart-releaser-action/issues/108) by [@​gmorse81](https://togithub.com/gmorse81) in [https://github.com/helm/chart-releaser-action/pull/109](https://togithub.com/helm/chart-releaser-action/pull/109) - Remove deprecated charts-repo-url option by [@​jftanner](https://togithub.com/jftanner) in [https://github.com/helm/chart-releaser-action/pull/123](https://togithub.com/helm/chart-releaser-action/pull/123) - default action to cr v1.5.0 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/chart-releaser-action/pull/127](https://togithub.com/helm/chart-releaser-action/pull/127) #### New Contributors - [@​gmorse81](https://togithub.com/gmorse81) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/109](https://togithub.com/helm/chart-releaser-action/pull/109) - [@​jftanner](https://togithub.com/jftanner) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/123](https://togithub.com/helm/chart-releaser-action/pull/123) **Full Changelog**: https://github.com/helm/chart-releaser-action/compare/v1...v1.5.0 ### [`v1.4.1`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.4.1) [Compare Source](https://togithub.com/helm/chart-releaser-action/compare/v1.4.0...v1.4.1) #### What's Changed - document required permissions by [@​davidkarlsen](https://togithub.com/davidkarlsen) in [https://github.com/helm/chart-releaser-action/pull/114](https://togithub.com/helm/chart-releaser-action/pull/114) - bump cr to v1.4.1 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/chart-releaser-action/pull/121](https://togithub.com/helm/chart-releaser-action/pull/121) **Full Changelog**: https://github.com/helm/chart-releaser-action/compare/v1.4.0...v1.4.1 ### [`v1.4.0`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.4.0) [Compare Source](https://togithub.com/helm/chart-releaser-action/compare/v1.3.0...v1.4.0) #### What's Changed - update chart release action to use CR release v1.4.0 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/chart-releaser-action/pull/106](https://togithub.com/helm/chart-releaser-action/pull/106) **Full Changelog**: https://github.com/helm/chart-releaser-action/compare/v1.3.0...v1.4.0 ### [`v1.3.0`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.3.0) [Compare Source](https://togithub.com/helm/chart-releaser-action/compare/v1.2.1...v1.3.0) #### What's Changed - Fixes an issue with chart_depth when charts_dir is . by [@​chrisbsmith](https://togithub.com/chrisbsmith) in [https://github.com/helm/chart-releaser-action/pull/83](https://togithub.com/helm/chart-releaser-action/pull/83) - Remove reference to github api, add documentation for chart-releaser cli by [@​boxcee](https://togithub.com/boxcee) in [https://github.com/helm/chart-releaser-action/pull/77](https://togithub.com/helm/chart-releaser-action/pull/77) - docs: Add prerequisite to README by [@​alldoami](https://togithub.com/alldoami) in [https://github.com/helm/chart-releaser-action/pull/101](https://togithub.com/helm/chart-releaser-action/pull/101) - fix: cache directory path always in PATH env by [@​Xplouder](https://togithub.com/Xplouder) in [https://github.com/helm/chart-releaser-action/pull/99](https://togithub.com/helm/chart-releaser-action/pull/99) - update chart-releaser to v1.3.0 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/chart-releaser-action/pull/98](https://togithub.com/helm/chart-releaser-action/pull/98) #### New Contributors - [@​chrisbsmith](https://togithub.com/chrisbsmith) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/83](https://togithub.com/helm/chart-releaser-action/pull/83) - [@​boxcee](https://togithub.com/boxcee) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/77](https://togithub.com/helm/chart-releaser-action/pull/77) - [@​alldoami](https://togithub.com/alldoami) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/101](https://togithub.com/helm/chart-releaser-action/pull/101) - [@​Xplouder](https://togithub.com/Xplouder) made their first contribution in [https://github.com/helm/chart-releaser-action/pull/99](https://togithub.com/helm/chart-releaser-action/pull/99) **Full Changelog**: https://github.com/helm/chart-releaser-action/compare/v1.2.1...v1.3.0
helm/chart-testing-action (helm/chart-testing-action) ### [`v2.6.1`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.6.1) [Compare Source](https://togithub.com/helm/chart-testing-action/compare/v2.6.0...v2.6.1) #### What's Changed - bump ct to v3.10.1 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/chart-testing-action/pull/136](https://togithub.com/helm/chart-testing-action/pull/136) **Full Changelog**: https://github.com/helm/chart-testing-action/compare/v2...v2.6.1 ### [`v2.6.0`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.6.0) [Compare Source](https://togithub.com/helm/chart-testing-action/compare/v2.5.0...v2.6.0) #### What's Changed - docs: bump helm/kind-action version by [@​dunglas](https://togithub.com/dunglas) in [https://github.com/helm/chart-testing-action/pull/122](https://togithub.com/helm/chart-testing-action/pull/122) - bump ct to v3.10.0 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/chart-testing-action/pull/134](https://togithub.com/helm/chart-testing-action/pull/134) **Full Changelog**: https://github.com/helm/chart-testing-action/compare/v2...v2.6.0 ### [`v2.5.0`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.5.0) [Compare Source](https://togithub.com/helm/chart-testing-action/compare/v2.4.0...v2.5.0) #### What's Changed - Download binary with right arch by [@​Ludea](https://togithub.com/Ludea) in [https://github.com/helm/chart-testing-action/pull/118](https://togithub.com/helm/chart-testing-action/pull/118) - Bump ct and cleanup script by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/chart-testing-action/pull/124](https://togithub.com/helm/chart-testing-action/pull/124) - Bump sigstore/cosign-installer from [`c3667d9`](https://togithub.com/helm/chart-testing-action/commit/c3667d99424e7e6047999fb6246c0da843953c65) to [`6e04d22`](https://togithub.com/helm/chart-testing-action/commit/6e04d228eb30da1757ee4e1dd75a0ec73a653e06) by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/helm/chart-testing-action/pull/125](https://togithub.com/helm/chart-testing-action/pull/125) - Bump sigstore/cosign-installer from 3.1.1 to 3.1.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/helm/chart-testing-action/pull/127](https://togithub.com/helm/chart-testing-action/pull/127) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/helm/chart-testing-action/pull/128](https://togithub.com/helm/chart-testing-action/pull/128) #### New Contributors - [@​Ludea](https://togithub.com/Ludea) made their first contribution in [https://github.com/helm/chart-testing-action/pull/118](https://togithub.com/helm/chart-testing-action/pull/118) - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/helm/chart-testing-action/pull/125](https://togithub.com/helm/chart-testing-action/pull/125) **Full Changelog**: https://github.com/helm/chart-testing-action/compare/v2.4.0...v2.5.0 ### [`v2.4.0`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.4.0) [Compare Source](https://togithub.com/helm/chart-testing-action/compare/v2.3.1...v2.4.0) #### What's Changed - Retry artifact downloads by [@​steven-sheehy](https://togithub.com/steven-sheehy) in [https://github.com/helm/chart-testing-action/pull/111](https://togithub.com/helm/chart-testing-action/pull/111) - fix example workflow by [@​CrowdSalat](https://togithub.com/CrowdSalat) in [https://github.com/helm/chart-testing-action/pull/115](https://togithub.com/helm/chart-testing-action/pull/115) - docs: only run chart lint if changed by [@​fty4](https://togithub.com/fty4) in [https://github.com/helm/chart-testing-action/pull/106](https://togithub.com/helm/chart-testing-action/pull/106) - docs: use GITHUB_OUTPUT in example workflow by [@​fty4](https://togithub.com/fty4) in [https://github.com/helm/chart-testing-action/pull/107](https://togithub.com/helm/chart-testing-action/pull/107) - Use cosign to verify the release and update chart-testing to v3.8.0 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/chart-testing-action/pull/116](https://togithub.com/helm/chart-testing-action/pull/116) #### New Contributors - [@​steven-sheehy](https://togithub.com/steven-sheehy) made their first contribution in [https://github.com/helm/chart-testing-action/pull/111](https://togithub.com/helm/chart-testing-action/pull/111) - [@​CrowdSalat](https://togithub.com/CrowdSalat) made their first contribution in [https://github.com/helm/chart-testing-action/pull/115](https://togithub.com/helm/chart-testing-action/pull/115) - [@​fty4](https://togithub.com/fty4) made their first contribution in [https://github.com/helm/chart-testing-action/pull/106](https://togithub.com/helm/chart-testing-action/pull/106) **Full Changelog**: https://github.com/helm/chart-testing-action/compare/v2...v2.4.0 ### [`v2.3.1`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.3.1) [Compare Source](https://togithub.com/helm/chart-testing-action/compare/v2.3.0...v2.3.1) #### What's Changed - bump ct to v3.7.1 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/chart-testing-action/pull/96](https://togithub.com/helm/chart-testing-action/pull/96) **Full Changelog**: https://github.com/helm/chart-testing-action/compare/v2.3.0...v2.3.1 ### [`v2.3.0`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.3.0) [Compare Source](https://togithub.com/helm/chart-testing-action/compare/v2.2.1...v2.3.0) #### What's Changed - fix: Typo in README by [@​joehorsnell](https://togithub.com/joehorsnell) in [https://github.com/helm/chart-testing-action/pull/81](https://togithub.com/helm/chart-testing-action/pull/81) - Specify target branch of ct lint in example workflow by [@​jenting](https://togithub.com/jenting) in [https://github.com/helm/chart-testing-action/pull/88](https://togithub.com/helm/chart-testing-action/pull/88) - chore: update yamllint version by [@​DerekTBrown](https://togithub.com/DerekTBrown) in [https://github.com/helm/chart-testing-action/pull/91](https://togithub.com/helm/chart-testing-action/pull/91) - update action to default chart-testing install to v3.7.0 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/chart-testing-action/pull/94](https://togithub.com/helm/chart-testing-action/pull/94) - feat: add version override flags by [@​DerekTBrown](https://togithub.com/DerekTBrown) in [https://github.com/helm/chart-testing-action/pull/92](https://togithub.com/helm/chart-testing-action/pull/92) #### New Contributors - [@​joehorsnell](https://togithub.com/joehorsnell) made their first contribution in [https://github.com/helm/chart-testing-action/pull/81](https://togithub.com/helm/chart-testing-action/pull/81) - [@​jenting](https://togithub.com/jenting) made their first contribution in [https://github.com/helm/chart-testing-action/pull/88](https://togithub.com/helm/chart-testing-action/pull/88) - [@​DerekTBrown](https://togithub.com/DerekTBrown) made their first contribution in [https://github.com/helm/chart-testing-action/pull/91](https://togithub.com/helm/chart-testing-action/pull/91) **Full Changelog**: https://github.com/helm/chart-testing-action/compare/v2.2.1...v2.3.0 ### [`v2.2.1`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.2.1) [Compare Source](https://togithub.com/helm/chart-testing-action/compare/v2.2.0...v2.2.1) ##### What's Changed - fix: target main branch by default in the example by [@​lemeurherve](https://togithub.com/lemeurherve) in [https://github.com/helm/chart-testing-action/pull/75](https://togithub.com/helm/chart-testing-action/pull/75) - update ct to use release v3.5.1 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/chart-testing-action/pull/80](https://togithub.com/helm/chart-testing-action/pull/80) ##### New Contributors - [@​lemeurherve](https://togithub.com/lemeurherve) made their first contribution in [https://github.com/helm/chart-testing-action/pull/75](https://togithub.com/helm/chart-testing-action/pull/75) **Full Changelog**: https://github.com/helm/chart-testing-action/compare/v2.2.0...v2.2.1 ### [`v2.2.0`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.2.0) [Compare Source](https://togithub.com/helm/chart-testing-action/compare/v2.1.0...v2.2.0) #### What's Changed - docs: bump version of the action in README.md by [@​dunglas](https://togithub.com/dunglas) in [https://github.com/helm/chart-testing-action/pull/71](https://togithub.com/helm/chart-testing-action/pull/71) - docs: update kind-action version in README by [@​hairmare](https://togithub.com/hairmare) in [https://github.com/helm/chart-testing-action/pull/72](https://togithub.com/helm/chart-testing-action/pull/72) - Update ct to 3.50 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/helm/chart-testing-action/pull/78](https://togithub.com/helm/chart-testing-action/pull/78) #### New Contributors - [@​dunglas](https://togithub.com/dunglas) made their first contribution in [https://github.com/helm/chart-testing-action/pull/71](https://togithub.com/helm/chart-testing-action/pull/71) - [@​hairmare](https://togithub.com/hairmare) made their first contribution in [https://github.com/helm/chart-testing-action/pull/72](https://togithub.com/helm/chart-testing-action/pull/72) - [@​cpanato](https://togithub.com/cpanato) made their first contribution in [https://github.com/helm/chart-testing-action/pull/78](https://togithub.com/helm/chart-testing-action/pull/78) **Full Changelog**: https://github.com/helm/chart-testing-action/compare/v2.1.0...v2.2.0
minitest/minitest (minitest) ### [`v5.25.1`](https://togithub.com/minitest/minitest/compare/v5.25.0...v5.25.1) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.25.0...v5.25.1) ### [`v5.25.0`](https://togithub.com/minitest/minitest/compare/v5.24.1...v5.25.0) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.24.1...v5.25.0) ### [`v5.24.1`](https://togithub.com/minitest/minitest/compare/v5.24.0...v5.24.1) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.24.0...v5.24.1) ### [`v5.24.0`](https://togithub.com/minitest/minitest/compare/v5.23.1...v5.24.0) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.23.1...v5.24.0) ### [`v5.23.1`](https://togithub.com/minitest/minitest/compare/v5.23.0...v5.23.1) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.23.0...v5.23.1) ### [`v5.23.0`](https://togithub.com/minitest/minitest/compare/v5.22.3...v5.23.0) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.22.3...v5.23.0) ### [`v5.22.3`](https://togithub.com/minitest/minitest/compare/v5.22.2...v5.22.3) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.22.2...v5.22.3) ### [`v5.22.2`](https://togithub.com/minitest/minitest/compare/v5.22.1...v5.22.2) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.22.1...v5.22.2) ### [`v5.22.1`](https://togithub.com/minitest/minitest/compare/v5.22.0...v5.22.1) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.22.0...v5.22.1) ### [`v5.22.0`](https://togithub.com/minitest/minitest/compare/v5.21.2...v5.22.0) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.21.2...v5.22.0) ### [`v5.21.2`](https://togithub.com/minitest/minitest/compare/v5.21.1...v5.21.2) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.21.1...v5.21.2) ### [`v5.21.1`](https://togithub.com/minitest/minitest/compare/v5.21.0...v5.21.1) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.21.0...v5.21.1) ### [`v5.21.0`](https://togithub.com/minitest/minitest/compare/v5.20.0...v5.21.0) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.20.0...v5.21.0) ### [`v5.20.0`](https://togithub.com/minitest/minitest/compare/v5.19.0...v5.20.0) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.19.0...v5.20.0) ### [`v5.19.0`](https://togithub.com/minitest/minitest/compare/v5.18.1...v5.19.0) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.18.1...v5.19.0) ### [`v5.18.1`](https://togithub.com/minitest/minitest/compare/v5.18.0...v5.18.1) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.18.0...v5.18.1) ### [`v5.18.0`](https://togithub.com/minitest/minitest/compare/v5.17.0...v5.18.0) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.17.0...v5.18.0) ### [`v5.17.0`](https://togithub.com/minitest/minitest/compare/v5.16.3...v5.17.0) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.16.3...v5.17.0) ### [`v5.16.3`](https://togithub.com/minitest/minitest/compare/v5.16.2...v5.16.3) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.16.2...v5.16.3) ### [`v5.16.2`](https://togithub.com/minitest/minitest/compare/v5.16.1...v5.16.2) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.16.1...v5.16.2) ### [`v5.16.1`](https://togithub.com/minitest/minitest/compare/v5.16.0...v5.16.1) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.16.0...v5.16.1) ### [`v5.16.0`](https://togithub.com/minitest/minitest/compare/v5.15.0...v5.16.0) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.15.0...v5.16.0) ### [`v5.15.0`](https://togithub.com/minitest/minitest/compare/v5.14.4...v5.15.0) [Compare Source](https://togithub.com/minitest/minitest/compare/v5.14.4...v5.15.0)
CapnKernul/minitest-reporters (minitest-reporters) ### [`v1.7.1`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#171) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.7.0...v1.7.1) - Fixed logic of new `suppress_inline_failure_output`. This option was doing the opposite of what it intended to do. [#​354](https://togithub.com/minitest-reporters/minitest-reporters/pull/354) ### [`v1.7.0`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#170) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.6.1...v1.7.0) - Minor documentation improvements [#​343](https://togithub.com/minitest-reporters/minitest-reporters/pull/343) - Fixed homepage link in gemspec [#​333](https://togithub.com/minitest-reporters/minitest-reporters/pull/333) contributed by [andyw8](https://togithub.com/andyw8) - Added Ruby 3.2 to the CI matrix [#​335](https://togithub.com/minitest-reporters/minitest-reporters/pull/335) contributed by [petergoldstein](https://togithub.com/petergoldstein) - Updated `JUnitReporter` to output a failure screenshot path when included in the minitest result [#​346](https://togithub.com/minitest-reporters/minitest-reporters/pull/346) contributed by [matteeyah](https://togithub.com/matteeyah) - Fixed backwards fraction in `ProgressReporter` default format [#​348](https://togithub.com/minitest-reporters/minitest-reporters/pull/348) contributed by [notEthan](https://togithub.com/notEthan) - Added option `suppress_inline_failure_output` to `SpecReporter` to provide an explicit switch, separate from `print_failure_summary`, for suppressing inline failure messages. Until this change, the `print_failure_summary` would do both: print a failure/error summary after all tests run and suppress the inline failure messages. With this change `print_failure_summary` will just add a summary at the end of a test run, and it will no longer suppress the inline failure messages. [#​352](https://togithub.com/minitest-reporters/minitest-reporters/pull/352) contributed by [rthbound](https://togithub.com/rthbound) ### [`v1.6.1`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#161) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.6.0...v1.6.1) - Replaced use of `MiniTest` constant with `Minitest` [#​345](https://togithub.com/minitest-reporters/minitest-reporters/pull/345) contributed by [istana](https://togithub.com/istana) ### [`v1.6.0`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#160) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.5.0...v1.6.0) - Switched to Github actions [#​324](https://togithub.com/minitest-reporters/minitest-reporters/pull/324) [petergoldstein](https://togithub.com/petergoldstein) - Fixed misspelled method name in HTML reporter (`percent_skipps` -> `percent_skips`) [#​326](https://togithub.com/minitest-reporters/minitest-reporters/pull/326) contributed by [andyw8](https://togithub.com/andyw8) - Removed deprecated call to `Object#=~` [#​318](https://togithub.com/minitest-reporters/minitest-reporters/pull/318) contributed by [etiennebarrie](https://togithub.com/etiennebarrie) - Added option `print_failure_summary` to `SpecReporter` which causes failures and errors to print at the end of the test suite instead of inline as they happen [#​306](https://togithub.com/minitest-reporters/minitest-reporters/pull/306) contributed by [picandocodigo](https://togithub.com/picandocodigo) ### [`v1.5.0`](https://togithub.com/CapnKernul/minitest-reporters/blob/HEAD/CHANGELOG.md#150) [Compare Source](https://togithub.com/CapnKernul/minitest-reporters/compare/v1.4.3...v1.5.0) - Added support for environment variables to define the output location of HTML reports. [#​311](https://togithub.com/minitest-reporters/minitest-reporters/pull/311) contributed by [estebanbouza](https://togithub.com/estebanbouza) - Fixed ProgressReporter accuracy on skipped tests while `detailed_skip` is disabled [#​312](https://togithub.com/minitest-reporters/minitest-reporters/pull/312) contributed by [seven1m](https://togithub.com/seven1m) - Added `file` attribute to `` tags in JUnitReporter for CircleCI compatibility [#​313](https://togithub.com/minitest-reporters/minitest-reporters/pull/313) contributed by [nbudin](https://togithub.com/nbudin) - Added timestamp option to JUnitReporter \[[#​316](https://togithub.com/CapnKernul/minitest-reporters/issues/316)] ([https://github.com/minitest-reporters/minitest-reporters/pull/316](https://togithub.com/minitest-reporters/minitest-reporters/pull/316)) contributed by [sipani909](https://togithub.com/sipani909)

Configuration

📅 Schedule: Branch creation - "every 2 months on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.