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

feat(deps): bump github.com/git-lfs/git-lfs/v3 from 3.3.0 to 3.4.0 #9

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 27, 2023

Bumps github.com/git-lfs/git-lfs/v3 from 3.3.0 to 3.4.0.

Release notes

Sourced from github.com/git-lfs/git-lfs/v3's releases.

v3.4.0

This release is a feature release which includes support for generating shell scripts for command-line tab-completion of Git LFS commands with the new git-lfs-completion(1) command, providing multiple headers to Git credential helpers (a new feature as of Git 2.41), and installing Git LFS with a Git configuration file stored under the XDG configuration path.

Note that this release will be made by a different member of the core team than the person who performed many of the past releases, and thus this release will be signed with a different OpenPGP key. Please follow the steps in the README to download all of the keys for the core team to verify this release.

We would like to extend a special thanks to the following open-source contributors:

  • @​anihm136 for implementing shell completion script generation
  • @​aymanbagabas for multiple fixes to our SSH and transfer queue code
  • @​dscho for ensuring our Windows installer works on 32-bit systems
  • @​dyrone for correcting an erroneous file name in our documentation
  • @​jlosito for making sure our CI job actions are up to date
  • @​nfgferreira for speeding up the track command on Windows
  • @​ry167 for improving our Ubuntu installation instructions
  • @​salvorizza for fixing a JSON bug in our unlock command
  • @​slonopotamus for cleaning up accommodations for legacy Go versions
  • @​steffen for improving our installation documentation

Features

Bugs

... (truncated)

Changelog

Sourced from github.com/git-lfs/git-lfs/v3's changelog.

3.4.0 (26 July 2023)

This release is a feature release which includes support for generating shell scripts for command-line tab-completion of Git LFS commands with the new git-lfs-completion(1) command, providing multiple headers to Git credential helpers (a new feature as of Git 2.41), and installing Git LFS with a Git configuration file stored under the XDG configuration path.

Note that this release will be made by a different member of the core team than the person who performed many of the past releases, and thus this release will be signed with a different OpenPGP key. Please follow the steps in the README to download all of the keys for the core team to verify this release.

We would like to extend a special thanks to the following open-source contributors:

  • @​anihm136 for implementing shell completion script generation
  • @​aymanbagabas for multiple fixes to our SSH and transfer queue code
  • @​dscho for ensuring our Windows installer works on 32-bit systems
  • @​dyrone for correcting an erroneous file name in our documentation
  • @​jlosito for making sure our CI job actions are up to date
  • @​nfgferreira for speeding up the track command on Windows
  • @​ry167 for improving our Ubuntu installation instructions
  • @​salvorizza for fixing a JSON bug in our unlock command
  • @​slonopotamus for cleaning up accommodations for legacy Go versions
  • @​steffen for improving our installation documentation

Features

Bugs

... (truncated)

Commits
  • d06d6e9 Merge pull request #5432 from git-lfs/release-next
  • 8994edd release: v3.4.0
  • 05c1f17 Merge pull request #5431 from nfgferreira/main
  • d0b6e5b Merge branch 'main' into main
  • 87fa2d4 removing launch.json
  • bca62da Merge pull request #5429 from chrisd8088/update-shell-completions
  • 64ca176 Leaving the files as much as possible as the official branch
  • 62537ca removing debug message
  • 6e66e64 git lfs track in Windows is faster now
  • 1e9f1df docs: add manual page for completion command
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@aymanbagabas
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/git-lfs/git-lfs/v3-3.4.0 branch from c827d79 to e927312 Compare October 26, 2023 16:46
@aymanbagabas
Copy link
Member

https://github.com/dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/git-lfs/git-lfs/v3-3.4.0 branch from e927312 to b4bd7be Compare October 26, 2023 16:50
@aymanbagabas
Copy link
Member

@dependabot rebase

Bumps [github.com/git-lfs/git-lfs/v3](https://github.com/git-lfs/git-lfs) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/git-lfs/git-lfs/releases)
- [Changelog](https://github.com/git-lfs/git-lfs/blob/main/CHANGELOG.md)
- [Commits](git-lfs/git-lfs@v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: github.com/git-lfs/git-lfs/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/git-lfs/git-lfs/v3-3.4.0 branch from b4bd7be to aa3a386 Compare October 26, 2023 16:55
@aymanbagabas aymanbagabas merged commit 680b396 into master Oct 26, 2023
14 checks passed
@aymanbagabas aymanbagabas deleted the dependabot/go_modules/github.com/git-lfs/git-lfs/v3-3.4.0 branch October 26, 2023 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant