From 5929ad2e2dcf4021afad54894281bb2ff442c65f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 Mar 2024 11:33:31 +0000 Subject: [PATCH] chore(deps): update dependency helm-unittest/helm-unittest to v0.4.3 (#391) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [helm-unittest/helm-unittest](https://github.com/helm-unittest/helm-unittest) | patch | `v0.4.2` -> `v0.4.3` | --- ### Release Notes
helm-unittest/helm-unittest (helm-unittest/helm-unittest) ### [`v0.4.3`](https://github.com/helm-unittest/helm-unittest/releases/tag/v0.4.3) [Compare Source](https://github.com/helm-unittest/helm-unittest/compare/v0.4.2...v0.4.3) **Improvements** - Improve development, by running PR validation using GitHub actions (credits [@​ivankatliarchuk](https://github.com/ivankatliarchuk)) **Fixes** - Fix unittest fails when chart name has same name as one of its dependencies (resolves [#​283](https://github.com/helm-unittest/helm-unittest/issues/283)) - Fix documentSelector matches resources outside of selected templates (credits [@​ivankatliarchuk](https://github.com/ivankatliarchuk), resolves [#​286](https://github.com/helm-unittest/helm-unittest/issues/286)) - Fix IsNullOrEmptyValidator for single values (credits [@​arkbriar](https://github.com/arkbriar)) - Fix validation on Windows target platform **Updates** - Update packages to latest patch versions - Update documentation (credits [@​gionn](https://github.com/gionn), credits [@​mgnisia](https://github.com/mgnisia))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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](https://github.com/renovatebot/renovate). Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/391 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index bf54518..e1f8d0d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,7 @@ ".github/workflows/*", ".forgejo/workflows/*" ], - "https://raw.githubusercontent.com/helm-unittest/helm-unittest/v0.4.2/schema/helm-testsuite.json": [ + "https://raw.githubusercontent.com/helm-unittest/helm-unittest/v0.4.3/schema/helm-testsuite.json": [ "/unittests/**/*.yaml" ] },