Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update module github.com/pkg/sftp to v1.13.7 (open-telemetry#36045)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/pkg/sftp](https://redirect.github.com/pkg/sftp) | `v1.13.6` -> `v1.13.7` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpkg%2fsftp/v1.13.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fpkg%2fsftp/v1.13.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fpkg%2fsftp/v1.13.6/v1.13.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpkg%2fsftp/v1.13.6/v1.13.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pkg/sftp (github.com/pkg/sftp)</summary> ### [`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 [@&open-telemetry#8203;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 [@&open-telemetry#8203;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 [@&open-telemetry#8203;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 [@&open-telemetry#8203;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 [@&open-telemetry#8203;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 [@&open-telemetry#8203;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 [@&open-telemetry#8203;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 [@&open-telemetry#8203;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 [@&open-telemetry#8203;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 [@&open-telemetry#8203;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 [@&open-telemetry#8203;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 [@&open-telemetry#8203;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 - [@&open-telemetry#8203;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) - [@&open-telemetry#8203;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) - [@&open-telemetry#8203;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) - [@&open-telemetry#8203;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) - [@&open-telemetry#8203;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) - [@&open-telemetry#8203;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) - [@&open-telemetry#8203;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**: pkg/sftp@v1.13.6...v1.13.7 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
- Loading branch information