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

deps(go): bump github.com/pkg/sftp from 1.13.1 to 1.13.6 #814

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2023

Bumps github.com/pkg/sftp from 1.13.1 to 1.13.6.

Release notes

Sourced from github.com/pkg/sftp's releases.

v1.13.6

GH-499 writeToSequential: improve tests for write errors GH-513 More context for EOF during client setup GH-516 RealPathFileLister: allow to return an error GH-525 Document the weirdness of the reversal of arguments to SSH_FXP_SYMLINK GH-526 request server: handle relative symlinks GH-528 Add support for working directory in Server GH-533 CI: add CIFuzz integration GH-537 Stop ReadFromWithConcurrency sending more data than it needs to GH-545 refactor sshfx encoding, fix link rot, go fmt GH-553 Marshal extended attribute data if FileInfo supports it GH-554 Properly handle io.EOF error conditions when reading

v1.13.5

GH-498 request server: add WithStartDirectory option GH-494 sequential writes: ensure to always return write errors, if any GH-492 PosixRename and Hardlink: convert remote paths to local paths GH-489 Fix missing io.EOF when concurency is disabled GH-485 Add File.ReadFrom test on a SectionReader GH-482 Sequentially issue write requests, process results concurrently GH-478 Translate EACCES to PERMISSION_DENIED GH-471 CI: run test cases also on 32-bit arch

Hotfix: 32-bit tests were failing

This release changes no actual non-test code. However, testing on 32-bit architectures was broken, and blocking a major linux distro’s progress as a result of overflows of untyped consts into implicit ints mostly when printing test failures.

v1.13.3

GH-467 BUGFIX: Statfs was not populating its respond ID, leading to clients receiving unexpected 0 request ids. GH-455 Cleanup Request mutex usage GH-456 Regrouping code, linting, and better longname LS formatting GH-459 Add testing for go1.17, remove testing for go1.15

v1.13.2

GH-441 Use go errors instead of github.com/pkg/errors GH-443 Sequentially issue read requests in ReadAt GH-445 The server implementation can now handle Windows paths GH-452 Fix long output for directory listing response

Commits
  • 669003c Merge pull request #554 from dsnet/master
  • e9377c8 Properly handle io.EOF error conditions when reading
  • ec1c8ca Merge pull request #553 from peterverraedt/marshal-extended
  • c632ce6 Marshal extended data if file info supports it
  • 72a484f Merge pull request #550 from tanishqsinghal7/ts-deleteallresources
  • 78e49ba Check
  • d17dfb2 Resolve Comments
  • f96a7be Handling error & Test func with working tree
  • 628da3e Adding Tests to test the func & resolving comment
  • 0ac5f90 Implemented Delete All Resources Function
  • 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 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 [github.com/pkg/sftp](https://github.com/pkg/sftp) from 1.13.1 to 1.13.6.
- [Release notes](https://github.com/pkg/sftp/releases)
- [Commits](pkg/sftp@v1.13.1...v1.13.6)

---
updated-dependencies:
- dependency-name: github.com/pkg/sftp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 19, 2023 12:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 19, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #814 (e4a375e) into main (4a52072) will not change coverage.
Report is 2 commits behind head on main.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #814   +/-   ##
=======================================
  Coverage   86.07%   86.07%           
=======================================
  Files          77       77           
  Lines        8552     8552           
=======================================
  Hits         7361     7361           
  Misses        868      868           
  Partials      323      323           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@GabrielNagy GabrielNagy merged commit 8a6b3ba into main Oct 19, 2023
@GabrielNagy GabrielNagy deleted the dependabot/go_modules/github.com/pkg/sftp-1.13.6 branch October 19, 2023 14:56
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.

2 participants