Skip to content

chore(deps): bump github.com/go-git/go-billy/v5 from 5.8.0 to 5.9.0#2214

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/go-git/go-billy/v5-5.9.0
Open

chore(deps): bump github.com/go-git/go-billy/v5 from 5.8.0 to 5.9.0#2214
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/go-git/go-billy/v5-5.9.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Bumps github.com/go-git/go-billy/v5 from 5.8.0 to 5.9.0.

Release notes

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

v5.9.0

What's Changed

Full Changelog: go-git/go-billy@v5.8.0...v5.9.0

Commits
  • 237e529 Merge pull request #206 from pjbgf/v5-improvements
  • 04edb39 build: Add go-git integration test
  • d8efefd osfs: preserve empty ChrootOS base
  • 07f2a0b Merge pull request #205 from pjbgf/v5-improvements
  • 25207c8 build: Bump Go versions in workflows
  • 2fda229 osfs: ChrootOS eval baseDir on creation
  • 427b27f Merge pull request #203 from pjbgf/v5-improvements
  • 7d5a23e chroot: Reject symlink loops
  • 2c2287a util: avoid following symlinks in RemoveAll fallback
  • cbd88e9 Fix mount path handling
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/go-git/go-billy/releases)
- [Commits](go-git/go-billy@v5.8.0...v5.9.0)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-billy/v5
  dependency-version: 5.9.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies go Pull requests that update Go code labels May 13, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 13, 2026

Benchstat

Base: 070f4c59460f50186489f2c1ed610e5140a34bcd
Head: d9ffe8279fd233ac0df0a9ed5ff3c861ba5a8a5f

✅ No significant performance changes detected

Full benchstat output
goos: linux
goarch: amd64
pkg: github.com/flanksource/config-db/bench
cpu: AMD EPYC 9V74 80-Core Processor                
                                         │ bench-base.txt │           bench-head.txt            │
                                         │     sec/op     │    sec/op      vs base              │
BenchSaveResultsSeed/N=1000-4                564.5m ± 11%   568.4m ±   7%       ~ (p=0.699 n=6)
BenchSaveResultsUpdateUnchanged/N=1000-4     87.34m ± 16%   88.01m ± 230%       ~ (p=0.240 n=6)
BenchSaveResultsUpdateChanged/N=1000-4        1.027 ±  2%    1.032 ±   2%       ~ (p=0.240 n=6)
geomean                                      370.0m         372.4m         +0.66%

                                         │ bench-base.txt │            bench-head.txt            │
                                         │      MB/s      │     MB/s      vs base                │
BenchSaveResultsSeed/N=1000-4                0.000 ± 0%     0.000 ± 0%         ~ (p=1.000 n=6) ¹
BenchSaveResultsUpdateUnchanged/N=1000-4                    0.000 ±  ∞ ²
BenchSaveResultsUpdateChanged/N=1000-4       0.000 ± 0%     0.000 ± 0%         ~ (p=1.000 n=6) ¹
geomean                                                 ³                 +0.00%               ³
¹ all samples are equal
² need >= 6 samples for confidence interval at level 0.95
³ summaries must be >0 to compute geomean

                                         │ bench-base.txt │           bench-head.txt            │
                                         │      B/op      │     B/op       vs base              │
BenchSaveResultsSeed/N=1000-4                36.28Mi ± 0%   36.25Mi ±  0%       ~ (p=0.589 n=6)
BenchSaveResultsUpdateUnchanged/N=1000-4     11.11Mi ± 3%   11.12Mi ± 34%       ~ (p=0.937 n=6)
BenchSaveResultsUpdateChanged/N=1000-4       75.30Mi ± 0%   75.30Mi ±  0%       ~ (p=0.937 n=6)
geomean                                      31.20Mi        31.19Mi        -0.01%

                                         │ bench-base.txt │           bench-head.txt           │
                                         │   allocs/op    │  allocs/op    vs base              │
BenchSaveResultsSeed/N=1000-4                 442.1k ± 0%   442.1k ±  0%       ~ (p=0.623 n=6)
BenchSaveResultsUpdateUnchanged/N=1000-4      124.9k ± 4%   124.9k ± 39%       ~ (p=0.900 n=6)
BenchSaveResultsUpdateChanged/N=1000-4        913.7k ± 1%   913.7k ±  1%       ~ (p=0.409 n=6)
geomean                                       369.5k        369.5k        +0.00%

                                         │ bench-base.txt │           bench-head.txt           │
                                         │      B/s       │      B/s       vs base             │
BenchSaveResultsUpdateUnchanged/N=1000-4     9.766Ki ± 0%   9.766Ki ± ∞ ¹  ~ (p=1.000 n=6+5) ²
¹ need >= 6 samples for confidence interval at level 0.95
² all samples are equal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants