containers / common

Location for shared common files in github.com/containers repos.
Apache License 2.0
193 stars 201 forks source link

fix(deps): update module github.com/pkg/sftp to v1.13.7 #2215

Closed renovate[bot] closed 4 weeks ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/pkg/sftp v1.13.6 -> v1.13.7 age adoption passing confidence

Release Notes

pkg/sftp (github.com/pkg/sftp) ### [`v1.13.7`](https://redirect.github.com/pkg/sftp/releases/tag/v1.13.7): - z/OS support [Compare Source](https://redirect.github.com/pkg/sftp/compare/v1.13.6...v1.13.7) #### What's Changed - Fix typo in request-interfaces.go by [@​Lilja](https://redirect.github.com/Lilja) in [https://github.com/pkg/sftp/pull/558](https://redirect.github.com/pkg/sftp/pull/558) - fix: remove ioutil and use io/os libraries by [@​urko-b](https://redirect.github.com/urko-b) in [https://github.com/pkg/sftp/pull/560](https://redirect.github.com/pkg/sftp/pull/560) - fix: sftp client hang when exit in sftp server example by [@​wwcd](https://redirect.github.com/wwcd) in [https://github.com/pkg/sftp/pull/564](https://redirect.github.com/pkg/sftp/pull/564) - Cancelable ReadDirContext by [@​ungerik](https://redirect.github.com/ungerik) in [https://github.com/pkg/sftp/pull/565](https://redirect.github.com/pkg/sftp/pull/565) - Bump golang.org/x/crypto from 0.1.0 to 0.17.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/pkg/sftp/pull/568](https://redirect.github.com/pkg/sftp/pull/568) - Rework client to prevent after-Close usage, and support perm at Open by [@​puellanivis](https://redirect.github.com/puellanivis) in [https://github.com/pkg/sftp/pull/574](https://redirect.github.com/pkg/sftp/pull/574) - Add support for z/OS by [@​puellanivis](https://redirect.github.com/puellanivis) in [https://github.com/pkg/sftp/pull/580](https://redirect.github.com/pkg/sftp/pull/580) - Add support for zos/s390x by [@​dustin-ward](https://redirect.github.com/dustin-ward) in [https://github.com/pkg/sftp/pull/582](https://redirect.github.com/pkg/sftp/pull/582) - add CloserListerAt by [@​drakkan](https://redirect.github.com/drakkan) in [https://github.com/pkg/sftp/pull/577](https://redirect.github.com/pkg/sftp/pull/577) - Add SetExtendedAttrs to Client by [@​peterverraedt](https://redirect.github.com/peterverraedt) in [https://github.com/pkg/sftp/pull/583](https://redirect.github.com/pkg/sftp/pull/583) - Add WithMaxTxPacket server option by [@​peterverraedt](https://redirect.github.com/peterverraedt) in [https://github.com/pkg/sftp/pull/584](https://redirect.github.com/pkg/sftp/pull/584) - update ReadFrom and ReadFromWithConcurrency docs by [@​emar-kar](https://redirect.github.com/emar-kar) in [https://github.com/pkg/sftp/pull/588](https://redirect.github.com/pkg/sftp/pull/588) #### New Contributors - [@​Lilja](https://redirect.github.com/Lilja) made their first contribution in [https://github.com/pkg/sftp/pull/558](https://redirect.github.com/pkg/sftp/pull/558) - [@​urko-b](https://redirect.github.com/urko-b) made their first contribution in [https://github.com/pkg/sftp/pull/560](https://redirect.github.com/pkg/sftp/pull/560) - [@​wwcd](https://redirect.github.com/wwcd) made their first contribution in [https://github.com/pkg/sftp/pull/564](https://redirect.github.com/pkg/sftp/pull/564) - [@​ungerik](https://redirect.github.com/ungerik) made their first contribution in [https://github.com/pkg/sftp/pull/565](https://redirect.github.com/pkg/sftp/pull/565) - [@​dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/pkg/sftp/pull/568](https://redirect.github.com/pkg/sftp/pull/568) - [@​dustin-ward](https://redirect.github.com/dustin-ward) made their first contribution in [https://github.com/pkg/sftp/pull/582](https://redirect.github.com/pkg/sftp/pull/582) - [@​emar-kar](https://redirect.github.com/emar-kar) made their first contribution in [https://github.com/pkg/sftp/pull/588](https://redirect.github.com/pkg/sftp/pull/588) **Full Changelog**: https://github.com/pkg/sftp/compare/v1.13.6...v1.13.7

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

openshift-ci[bot] commented 4 weeks ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Luap99, renovate[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/containers/common/blob/main/OWNERS)~~ [Luap99] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment