
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 <details> <summary>helm-unittest/helm-unittest (helm-unittest/helm-unittest)</summary> ### [`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)) </details> --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDYuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI0Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/391 Co-authored-by: Renovate Bot <bot@kriese.eu> Co-committed-by: Renovate Bot <bot@kriese.eu>
12 lines
327 B
JSON
12 lines
327 B
JSON
{
|
|
"yaml.schemas": {
|
|
"https://json.schemastore.org/github-workflow.json": [
|
|
".github/workflows/*",
|
|
".forgejo/workflows/*"
|
|
],
|
|
"https://raw.githubusercontent.com/helm-unittest/helm-unittest/v0.4.3/schema/helm-testsuite.json": [
|
|
"/unittests/**/*.yaml"
|
|
]
|
|
},
|
|
"yaml.schemaStore.enable": true
|
|
}
|