Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Bump github.com/pkg/sftp from 1.13.1 to 1.13.5 #520

Merged
merged 1 commit into from
Jan 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2023

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

Release notes

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

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
  • a17a626 Remove unreachable and duplicated return statement
  • dcfc1d5 Merge pull request #499 from drakkan/write-seq
  • c7fdf5e writeToSequential: improve tests for write errors
  • 59b2472 Merge pull request #498 from drakkan/startdir
  • 65f24bc Improved test with CR feedback
  • c2c0f60 Return writer error if not nil in writeSequential
  • 03407a7 mark RealPathFileLister as deprecated
  • 98b35dc request server: add WithStartDirectory option
  • aa9a37d Merge pull request #492 from pkg/bug/extended-packets-no-path-convert
  • a61b35f remove racing stdout
  • 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 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.5.
- [Release notes](https://github.com/pkg/sftp/releases)
- [Commits](pkg/sftp@v1.13.1...v1.13.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 30, 2023
@dependabot dependabot bot requested a review from a team January 30, 2023 06:01
@codecov-commenter
Copy link

Codecov Report

Merging #520 (2aaa279) into master (b5fb6bd) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##           master     #520   +/-   ##
=======================================
  Coverage   40.48%   40.48%           
=======================================
  Files          13       13           
  Lines        3048     3048           
=======================================
  Hits         1234     1234           
  Misses       1771     1771           
  Partials       43       43           
Flag Coverage Δ
unittests 40.48% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@aaperis aaperis merged commit dfcada0 into master Jan 30, 2023
@aaperis aaperis deleted the dependabot/go_modules/github.com/pkg/sftp-1.13.5 branch January 30, 2023 15:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

4 participants