From d10adfd0648a086c46224c1f11949013c96e4e39 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 4 May 2025 07:08:41 +0000 Subject: [PATCH] chore(deps): update docker.io/thegeeklab/git-sv docker tag to v2 (#860) 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 | major | `1.0.14` -> `2.0.0` | --- ### Release Notes
thegeeklab/git-sv (docker.io/thegeeklab/git-sv) ### [`v2.0.0`](https://github.com/thegeeklab/git-sv/releases/tag/v2.0.0) [Compare Source](https://github.com/thegeeklab/git-sv/compare/v1.0.14...v2.0.0) #### v2.0.0 (2025-04-30) ##### Bug Fixes - **deps:** update module github.com/urfave/cli/v3 to v3.3.1 ([#​190](https://github.com/thegeeklab/git-sv/issues/190)) ([`6c0e0f8`](https://github.com/thegeeklab/git-sv/commit/6c0e0f8)) ##### Code Refactoring - migrate git commands to go-git ([#​188](https://github.com/thegeeklab/git-sv/issues/188)) ([`accf3d1`](https://github.com/thegeeklab/git-sv/commit/accf3d1)) ##### Others - **docker:** update docker.io/library/golang:1.24.2 docker digest to [`30baaea`](https://github.com/thegeeklab/git-sv/commit/30baaea) ([#​191](https://github.com/thegeeklab/git-sv/issues/191)) ([`9b411e2`](https://github.com/thegeeklab/git-sv/commit/9b411e2)) - **deps:** update dependency golangci/golangci-lint to v2.1.5 ([#​189](https://github.com/thegeeklab/git-sv/issues/189)) ([`400bb96`](https://github.com/thegeeklab/git-sv/commit/400bb96)) - add tests for git exec commands ([#​187](https://github.com/thegeeklab/git-sv/issues/187)) ([`70615ab`](https://github.com/thegeeklab/git-sv/commit/70615ab))
--- ### 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**: 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. --- - [ ] 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/860 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/changelog.yml b/.gitea/workflows/changelog.yml index bacbe1e..5e108dc 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:1.0.14 + container: docker.io/thegeeklab/git-sv:2.0.0 steps: - name: install tools run: |