From 09fd72a5a7045e4c0ae4cbe5ff720c63cdd1c06a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 Nov 2025 17:05:05 +0000 Subject: [PATCH] chore(deps): update docker.io/thegeeklab/git-sv docker tag to v2.0.7 (#984) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/thegeeklab/git-sv](https://github.com/thegeeklab/git-sv) | container | patch | `2.0.6` -> `2.0.7` | --- ### Release Notes
thegeeklab/git-sv (docker.io/thegeeklab/git-sv) ### [`v2.0.7`](https://github.com/thegeeklab/git-sv/releases/tag/v2.0.7) [Compare Source](https://github.com/thegeeklab/git-sv/compare/v2.0.6...v2.0.7) #### v2.0.7 (2025-11-04) ##### Bug Fixes - split commit subject and body before passing to message processor ([#​249](https://github.com/thegeeklab/git-sv/issues/249)) ([`6bb494a`](https://github.com/thegeeklab/git-sv/commit/6bb494a)) - **deps:** update module github.com/urfave/cli/v3 to v3.5.0 ([#​248](https://github.com/thegeeklab/git-sv/issues/248)) ([`f93cae0`](https://github.com/thegeeklab/git-sv/commit/f93cae0)) ##### Others - **deps:** update dependency golangci/golangci-lint to v2.6.0 ([#​247](https://github.com/thegeeklab/git-sv/issues/247)) ([`1018fb2`](https://github.com/thegeeklab/git-sv/commit/1018fb2)) - **deps:** update dependency mvdan/gofumpt to v0.9.2 ([#​246](https://github.com/thegeeklab/git-sv/issues/246)) ([`211529e`](https://github.com/thegeeklab/git-sv/commit/211529e)) - **docker:** update docker.io/library/golang:1.25.3 docker digest to [`6bac879`](https://github.com/thegeeklab/git-sv/commit/6bac879) ([#​245](https://github.com/thegeeklab/git-sv/issues/245)) ([`d86a4cc`](https://github.com/thegeeklab/git-sv/commit/d86a4cc)) - **docker:** update docker.io/library/golang:1.25.3 docker digest to [`dd08f76`](https://github.com/thegeeklab/git-sv/commit/dd08f76) ([#​244](https://github.com/thegeeklab/git-sv/issues/244)) ([`d0dc15f`](https://github.com/thegeeklab/git-sv/commit/d0dc15f)) - **deps:** update golang patch version ([#​243](https://github.com/thegeeklab/git-sv/issues/243)) ([`138bb8f`](https://github.com/thegeeklab/git-sv/commit/138bb8f))
--- ### Configuration 📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **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 [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.com/gitea/helm-gitea/pulls/984 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/changelog.yml | 2 +- .gitea/workflows/release-version.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/changelog.yml b/.gitea/workflows/changelog.yml index fd3d18a..c54f642 100644 --- a/.gitea/workflows/changelog.yml +++ b/.gitea/workflows/changelog.yml @@ -8,7 +8,7 @@ on: jobs: changelog: runs-on: ubuntu-latest - container: docker.io/thegeeklab/git-sv:2.0.6 + container: docker.io/thegeeklab/git-sv:2.0.7 steps: - name: install tools run: | diff --git a/.gitea/workflows/release-version.yml b/.gitea/workflows/release-version.yml index 4892133..a6c2a95 100644 --- a/.gitea/workflows/release-version.yml +++ b/.gitea/workflows/release-version.yml @@ -99,7 +99,7 @@ jobs: release-gitea: needs: generate-chart-publish runs-on: ubuntu-latest - container: docker.io/thegeeklab/git-sv:2.0.6 + container: docker.io/thegeeklab/git-sv:2.0.7 steps: - name: install tools run: |