chore(deps): update dependency helm-unittest/helm-unittest to v1.1.2 (#175)

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

<details>
<summary>helm-unittest/helm-unittest (helm-unittest/helm-unittest)</summary>

### [`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 [#&#8203;826](https://github.com/helm-unittest/helm-unittest/issues/826), credits [@&#8203;AruneshDwivedi](https://github.com/AruneshDwivedi))
- Fix documentSelector not working when multiple templates are used (resolves [#&#8203;781](https://github.com/helm-unittest/helm-unittest/issues/781), credits [@&#8203;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.*

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTEuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE5MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJraW5kL2RlcGVuZGVuY3kiXX0=-->

Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/175
Reviewed-by: DaanSelen <135789+daanselen@noreply.gitea.com>
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
This commit is contained in:
Renovate Bot
2026-08-04 14:04:57 +00:00
committed by DaanSelen
parent 26ee25fb02
commit d57edb6005
+1 -1
View File
@@ -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: