chore(deps): update workflow dependencies (minor & patch) (#146)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [alpine/helm](https://github.com/alpine-docker/helm) ([changelog](https://github.com/helm/helm)) | | minor | `4.1.4` → `4.2.0` | | [alpine/helm](https://github.com/alpine-docker/helm) ([changelog](https://github.com/helm/helm)) | container | minor | `4.1.4` → `4.2.0` | | [docker.io/thegeeklab/git-sv](https://github.com/thegeeklab/git-sv) | container | patch | `2.1.0` → `2.1.1` | | [helm-unittest/helm-unittest](https://github.com/helm-unittest/helm-unittest) | | minor | `v1.0.3` → `v1.1.0` | --- ### Release Notes <details> <summary>thegeeklab/git-sv (docker.io/thegeeklab/git-sv)</summary> ### [`v2.1.1`](https://github.com/thegeeklab/git-sv/releases/tag/v2.1.1) [Compare Source](https://github.com/thegeeklab/git-sv/compare/v2.1.0...v2.1.1) #### v2.1.1 (2026-05-11) ##### Bug Fixes - **deps:** update module github.com/go-git/go-git/v6 to v6.0.0-alpha.3 ([#​314](https://github.com/thegeeklab/git-sv/issues/314)) ([`e343165`](https://github.com/thegeeklab/git-sv/commit/e343165)) - **deps:** update module github.com/go-git/go-git/v5 to v6 ([#​313](https://github.com/thegeeklab/git-sv/issues/313)) ([`67b142e`](https://github.com/thegeeklab/git-sv/commit/67b142e)) - **deps:** update module github.com/masterminds/semver/v3 to v3.5.0 ([#​311](https://github.com/thegeeklab/git-sv/issues/311)) ([`aad3c98`](https://github.com/thegeeklab/git-sv/commit/aad3c98)) ##### Others - **deps:** update golang patch version ([#​315](https://github.com/thegeeklab/git-sv/issues/315)) ([`73bf180`](https://github.com/thegeeklab/git-sv/commit/73bf180)) - **deps:** update golang devdeps non-major ([`40cb4e5`](https://github.com/thegeeklab/git-sv/commit/40cb4e5)) - **deps:** update ci tools non-major ([#​310](https://github.com/thegeeklab/git-sv/issues/310)) ([`03a7f7e`](https://github.com/thegeeklab/git-sv/commit/03a7f7e)) - **docker:** update docker.io/library/golang:1.26.2 docker digest to [`b54cbf5`](https://github.com/thegeeklab/git-sv/commit/b54cbf5) ([#​309](https://github.com/thegeeklab/git-sv/issues/309)) ([`d72f6d2`](https://github.com/thegeeklab/git-sv/commit/d72f6d2)) ##### CI Pipeline - disable goconst linter on test files ([`3bb9954`](https://github.com/thegeeklab/git-sv/commit/3bb9954)) </details> <details> <summary>helm-unittest/helm-unittest (helm-unittest/helm-unittest)</summary> ### [`v1.1.0`](https://github.com/helm-unittest/helm-unittest/releases/tag/v1.1.0) [Compare Source](https://github.com/helm-unittest/helm-unittest/compare/v1.0.3...v1.1.0) **Fixes** - Fix handling skipped tests in output properly (resolves [#​838](https://github.com/helm-unittest/helm-unittest/issues/838)) - Fix documentSelector on unset YAML keys (resolves [#​812](https://github.com/helm-unittest/helm-unittest/issues/812), credits [@​Semih702](https://github.com/Semih702)) - Fix isType assertion on unset YAML keys (resolves [#​794](https://github.com/helm-unittest/helm-unittest/issues/794), credits [@​SAY-5](https://github.com/SAY-5)) - Fix skip tests when subcharts are disabled via conditions (resolves [#​792](https://github.com/helm-unittest/helm-unittest/issues/792), credits [@​bebosudo](https://github.com/bebosudo)) **Improvements** - Enable native windows installation (resolves [#​748](https://github.com/helm-unittest/helm-unittest/issues/748)) - Signed release (resolves [#​362](https://github.com/helm-unittest/helm-unittest/issues/362)) **Features** - Add skip schema validation with a flag to enable and disable it (resolves [#​772](https://github.com/helm-unittest/helm-unittest/issues/772), credits [@​FinnHuelsbusch](https://github.com/FinnHuelsbusch)) - Add support for testing CRDs (credits [@​blacksd](https://github.com/blacksd)) **Updates** - Update release and package process, so the plugin can also be installed using helm 4 (resolves [#​785](https://github.com/helm-unittest/helm-unittest/issues/785)) - Update packages to latest patch versions - Update pipeline actions - Update documentation (credits [@​pratikshmalik05](https://github.com/pratikshmalik05)) </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xODAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJraW5kL2RlcGVuZGVuY3kiXX0=--> Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/146 Co-authored-by: Renovate Bot <renovate-bot@gitea.com> Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
changelog:
|
changelog:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: docker.io/thegeeklab/git-sv:2.1.0
|
container: docker.io/thegeeklab/git-sv:2.1.1
|
||||||
steps:
|
steps:
|
||||||
- name: install tools
|
- name: install tools
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
# renovate: datasource=docker depName=alpine/helm
|
# renovate: datasource=docker depName=alpine/helm
|
||||||
HELM_VERSION: "4.1.4"
|
HELM_VERSION: "4.2.0"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate-chart-publish:
|
generate-chart-publish:
|
||||||
|
|||||||
@@ -11,12 +11,12 @@ name: check-and-test
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
# renovate: datasource=github-releases depName=helm-unittest/helm-unittest
|
# renovate: datasource=github-releases depName=helm-unittest/helm-unittest
|
||||||
HELM_UNITTEST_VERSION: "v1.0.3"
|
HELM_UNITTEST_VERSION: "v1.1.0"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-and-test:
|
check-and-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: alpine/helm:4.1.4
|
container: alpine/helm:4.2.0
|
||||||
steps:
|
steps:
|
||||||
- name: install tools
|
- name: install tools
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user