Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump LibGit2Sharp from 0.30.0 to 0.31.0 #2035

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2024

Bumps LibGit2Sharp from 0.30.0 to 0.31.0.

Release notes

Sourced from LibGit2Sharp's releases.

LibGit2Sharp v0.31.0

Changes

  • This release includes libgit2 v1.8.4.
  • The ppc64le architecture is now supported on Linux.
  • .NET 6 has reached end of support, so LibGit2Sharp now targets net472 and net8.0.

Additions

  • Adds Depth to FetchOptions allowing for shallow cloning #2070
  • Make owner validation configurable #2093
  • Add a CloneOptions constructor that takes a FetchOptions #2132

Fixes

  • TreeDefinition.Remove fails to remove unwrapped trees #1869
  • ObjectDatabase.Write(Stream stream...) overload does not respect T #2071
  • Repository.Worktrees.Add leaves now worktree empty #2037
Changelog

Sourced from LibGit2Sharp's changelog.

LibGit2Sharp Changes

v0.31 - (diff)

Changes

  • This release includes libgit2 v1.8.4.
  • The ppc64le architecture is now supported on Linux.
  • .NET 6 has reached end of support, so LibGit2Sharp now targets net472 and net8.0.

Additions

  • Adds Depth to FetchOptions allowing for shallow cloning #2070
  • Make owner validation configurable #2093
  • Add a CloneOptions constructor that takes a FetchOptions #2132

Fixes

  • TreeDefinition.Remove fails to remove unwrapped trees #1869
  • ObjectDatabase.Write(Stream stream...) overload does not respect T #2071
  • Repository.Worktrees.Add leaves now worktree empty #2037

v0.30 - (diff)

Changes

v0.29 - (diff)

Changes

  • This release includes libgit2 v1.7.1.
    • CI changes for the native binaries has removed support for CentOS 7. See #2066 for details.

Additions

  • Add proxy options #2065
    • See PR for details, including some breaking changes to CloneOptions and SubmoduleUpdateOptions

v0.28 - (diff)

Additions

  • Add CustomHeaders to PushOptions #2052

v0.27.2 - (diff)

Changes

Fixes

  • Can't access GIT config (Repository.Config) since v0.27.0 #2031

v0.27.1 - (diff)

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [LibGit2Sharp](https://github.com/libgit2/libgit2sharp) from 0.30.0 to 0.31.0.
- [Release notes](https://github.com/libgit2/libgit2sharp/releases)
- [Changelog](https://github.com/libgit2/libgit2sharp/blob/master/CHANGES.md)
- [Commits](libgit2/libgit2sharp@0.30.0...0.31.0)

---
updated-dependencies:
- dependency-name: LibGit2Sharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from Cyberboss as a code owner December 3, 2024 09:50
@dependabot dependabot bot added the Dependencies Related to updating dependant libraries label Dec 3, 2024
Copy link
Contributor

Set the milestone to the next minor version, check for supply chain attacks, and then add the CI Cleared label to allow CI to run.

@tgstation-server-ci tgstation-server-ci bot added the CI Approval Required CI Pipeline execution blocked. Maintainers, apply the "CI Cleared" label to allow execution label Dec 3, 2024
@Cyberboss Cyberboss added the CI Cleared Apply this to a pull request from a fork to allow it to run the CI suite label Dec 3, 2024
@tgstation-server-ci tgstation-server-ci bot removed the CI Approval Required CI Pipeline execution blocked. Maintainers, apply the "CI Cleared" label to allow execution label Dec 3, 2024
@Cyberboss Cyberboss added this to the v6.12.0 milestone Dec 3, 2024
Copy link

codecov bot commented Dec 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.62%. Comparing base (c7eb864) to head (47eeba0).
Report is 2 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #2035      +/-   ##
==========================================
- Coverage   95.64%   95.62%   -0.02%     
==========================================
  Files         811      811              
  Lines      175244   175244              
  Branches     3553     3553              
==========================================
- Hits       167605   167582      -23     
- Misses       7068     7091      +23     
  Partials      571      571              

@tgstation-server-ci tgstation-server-ci bot merged commit 025260d into dev Dec 4, 2024
82 of 91 checks passed
@tgstation-server-ci tgstation-server-ci bot deleted the dependabot/nuget/LibGit2Sharp-0.31.0 branch December 4, 2024 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Cleared Apply this to a pull request from a fork to allow it to run the CI suite Dependencies Related to updating dependant libraries size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant