8fb5b97e75
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>
33 lines
1.3 KiB
YAML
33 lines
1.3 KiB
YAML
name: changelog
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
changelog:
|
|
runs-on: ubuntu-latest
|
|
container: docker.io/thegeeklab/git-sv:2.1.1
|
|
steps:
|
|
- name: install tools
|
|
run: |
|
|
apk add -q --update --no-cache nodejs curl jq sed
|
|
- uses: actions/checkout@v6
|
|
with:
|
|
fetch-depth: 0
|
|
- name: Generate upcoming changelog
|
|
run: |
|
|
git sv rn -o changelog.md
|
|
export RELEASE_NOTES=$(cat changelog.md)
|
|
export ISSUE_NUMBER=$(curl -s "https://gitea.com/api/v1/repos/gitea/helm-actions/issues?state=open&q=Changelog%20for%20upcoming%20version" | jq '.[].number')
|
|
|
|
echo $RELEASE_NOTES
|
|
JSON_DATA=$(echo "" | jq -Rs --arg title 'Changelog for upcoming version' --arg body "$(cat changelog.md)" '{title: $title, body: $body}')
|
|
|
|
if [ -z "$ISSUE_NUMBER" ]; then
|
|
curl -s -X POST "https://gitea.com/api/v1/repos/gitea/helm-actions/issues" -H "Authorization: token ${{ secrets.ISSUE_RW_TOKEN }}" -H "Content-Type: application/json" -d "$JSON_DATA"
|
|
else
|
|
curl -s -X PATCH "https://gitea.com/api/v1/repos/gitea/helm-actions/issues/$ISSUE_NUMBER" -H "Authorization: token ${{ secrets.ISSUE_RW_TOKEN }}" -H "Content-Type: application/json" -d "$JSON_DATA"
|
|
fi
|