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

Update module github.com/pkg/sftp to v1.13.7 #36045

Merged
merged 3 commits into from
Oct 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2024

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pkg/sftp (github.com/pkg/sftp)

v1.13.7: - z/OS support

Compare Source

What's Changed

New Contributors

Full Changelog: pkg/sftp@v1.13.6...v1.13.7


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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot requested a review from codeboten as a code owner October 29, 2024 05:10
@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Oct 29, 2024
@renovate renovate bot requested a review from a team as a code owner October 29, 2024 05:10
@github-actions github-actions bot requested a review from nslaughter October 29, 2024 05:10
@codeboten codeboten merged commit 7476a9f into main Oct 29, 2024
158 checks passed
@codeboten codeboten deleted the renovate/github.com-pkg-sftp-1.x branch October 29, 2024 15:35
@github-actions github-actions bot added this to the next release milestone Oct 29, 2024
zzhlogin pushed a commit to zzhlogin/opentelemetry-collector-contrib-aws that referenced this pull request Nov 12, 2024
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]>
sbylica-splunk pushed a commit to sbylica-splunk/opentelemetry-collector-contrib that referenced this pull request Dec 17, 2024
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]>
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 receiver/sshcheck
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants