Skip to content

build(deps): bump github.com/go-git/go-git/v5 from 5.19.1 to 5.19.2 in the go_modules group across 1 directory - #287

Merged
konih merged 1 commit into
mainfrom
dependabot/go_modules/go_modules-b1fbbbfa24
Aug 8, 2026
Merged

build(deps): bump github.com/go-git/go-git/v5 from 5.19.1 to 5.19.2 in the go_modules group across 1 directory#287
konih merged 1 commit into
mainfrom
dependabot/go_modules/go_modules-b1fbbbfa24

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the go_modules group with 1 update in the / directory: github.com/go-git/go-git/v5.

Updates github.com/go-git/go-git/v5 from 5.19.1 to 5.19.2

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.19.2

What's Changed

Full Changelog: go-git/go-git@v5.19.1...v5.19.2

Commits
  • 3eeb238 Merge pull request #2277 from go-git/checkout-v5
  • 008a78f git: worktree, make the filesystem wrapper a symlink-safe boundary
  • 2263fb5 Merge pull request #2268 from go-git/renovate/releases/v5.x-go-golang.org-x-t...
  • 77b7625 build: Update module golang.org/x/text to v0.39.0 [SECURITY]
  • 85ea767 Merge pull request #2267 from go-git/renovate/releases/v5.x-go-golang.org-x-n...
  • 198675a build: Update module golang.org/x/net to v0.56.0 [SECURITY]
  • 4a0e66d Merge pull request #2254 from pjbgf/v5-dotgit-ref-name-containment
  • 3b306ef storage: dotgit, align reference-name safety with refname_is_safe
  • f3d0cc1 storage: dotgit, reject path traversal in reference names
  • 979cfe9 Merge pull request #2262 from joshblum/joshblum/to-slash-v5
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 8, 2026
@dependabot
dependabot Bot requested a review from konih as a code owner August 8, 2026 10:49
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 8, 2026
@codecov

codecov Bot commented Aug 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Bumps the go_modules group with 1 update in the / directory: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git).


Updates `github.com/go-git/go-git/v5` from 5.19.1 to 5.19.2
- [Release notes](https://github.com/go-git/go-git/releases)
- [Changelog](https://github.com/go-git/go-git/blob/main/HISTORY.md)
- [Commits](go-git/go-git@v5.19.1...v5.19.2)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.19.2
  dependency-type: direct:production
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@konih
konih force-pushed the dependabot/go_modules/go_modules-b1fbbbfa24 branch from be50e72 to b2fca74 Compare August 8, 2026 11:08
@sonarqubecloud

sonarqubecloud Bot commented Aug 8, 2026

Copy link
Copy Markdown

@konih

konih commented Aug 8, 2026

Copy link
Copy Markdown
Collaborator

REVIEW — go-git v5.19.1 → v5.19.2

Verdict: APPROVE (advisory — posted as a comment, not an approval, since this is third-party dependency code). Merge decision left to the maintainer.

Why the first CI run failed, and why it was not this PR

This PR was opened 2026-08-08 10:49, ten minutes before #286 merged (10:59), so its first run built against a pre-fix main and failed e2e-multitenant:

[multitenant] FAILURE: KollectTarget/tenant-deployments in kollect-tenant-a
  never reported collecting >= 1 (Ready alone is insufficient)
  Message: profileRef "deployment-images" resolved; collecting 0 resource(s)

That is exactly the COLLECT-NS-BACKFILL symptom #286 fixed (tenant-a the loser this run, consistent with the diagnosed whoever-registers-second race). The only change made to this branch was a rebase onto post-#286 main — no code was touched — and e2e-multitenant now passes in 4m39s. Unintended, but a clean independent corroboration that #286 fixed a production bug rather than a flaky test.

Scope

go.mod + go.sum only; single module, patch-level.

Content — security-relevant, not routine

v5.19.2 is a security release, and kollect exercises go-git in the git-export path:

  • storage: dotgit, reject path traversal in reference names (go-git#2254)
  • git: worktree, make the filesystem wrapper a symlink-safe boundary (go-git#2277)
  • transitive SECURITY bumps: golang.org/x/crypto v0.52.0, golang.org/x/net v0.55.0 → v0.56.0, golang.org/x/text v0.39.0

Gates

All 30 checks pass, zero failures — including e2e-git-export, test, test-integration, vulncheck, gitleaks, CodeQL and SonarCloud. MERGEABLE / CLEAN.

No blocking findings.

@konih
konih merged commit 0be580b into main Aug 8, 2026
34 checks passed
@konih
konih deleted the dependabot/go_modules/go_modules-b1fbbbfa24 branch August 8, 2026 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant