From d57edb6005c0c0dc3c1b507812f564ca4aec29e7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 4 Aug 2026 14:04:57 +0000 Subject: [PATCH] chore(deps): update dependency helm-unittest/helm-unittest to v1.1.2 (#175) 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 | `v1.1.1` → `v1.1.2` | --- ### Release Notes
helm-unittest/helm-unittest (helm-unittest/helm-unittest) ### [`v1.1.2`](https://github.com/helm-unittest/helm-unittest/releases/tag/v1.1.2) [Compare Source](https://github.com/helm-unittest/helm-unittest/compare/v1.1.1...v1.1.2) **Fixes** - Fix handling multiline block scalars in YAML (resolves [#​826](https://github.com/helm-unittest/helm-unittest/issues/826), credits [@​AruneshDwivedi](https://github.com/AruneshDwivedi)) - Fix documentSelector not working when multiple templates are used (resolves [#​781](https://github.com/helm-unittest/helm-unittest/issues/781), credits [@​twixthehero](https://github.com/twixthehero)) **Updates** - Update packages to latest patch versions - Update pipeline actions - Update documentation **Additional note** *Due to the update of the libraries, the resourceVersion used in a fakeprovider is automatically filled, this could impact snapshots.*
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Only on Sunday and Saturday (`* * * * 0,6`) - Automerge - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/175 Reviewed-by: DaanSelen <135789+daanselen@noreply.gitea.com> Co-authored-by: Renovate Bot --- .gitea/workflows/test-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test-pr.yml b/.gitea/workflows/test-pr.yml index 497db61..99298da 100644 --- a/.gitea/workflows/test-pr.yml +++ b/.gitea/workflows/test-pr.yml @@ -11,7 +11,7 @@ name: check-and-test env: # renovate: datasource=github-releases depName=helm-unittest/helm-unittest - HELM_UNITTEST_VERSION: "v1.1.1" + HELM_UNITTEST_VERSION: "v1.1.2" jobs: check-and-test: