Skip to content

Commit

Permalink
Update module github.com/pkg/sftp to v1.13.7 (open-telemetry#36045)
Browse files Browse the repository at this point in the history
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
3 people authored and sbylica-splunk committed Dec 17, 2024
1 parent 40b3cb3 commit d45a199
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion receiver/sshcheckreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/google/go-cmp v0.6.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.112.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.112.0
github.com/pkg/sftp v1.13.6
github.com/pkg/sftp v1.13.7
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector/component v0.112.0
go.opentelemetry.io/collector/confmap v1.18.0
Expand Down
24 changes: 17 additions & 7 deletions receiver/sshcheckreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d45a199

Please sign in to comment.