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

Bump k8s.io/apimachinery from 0.20.0 to 0.20.4 in /receiver/kubeletstatsreceiver #554

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 22, 2021

Bumps k8s.io/apimachinery from 0.20.0 to 0.20.4.

Commits

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 [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.20.0 to 0.20.4.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](kubernetes/apimachinery@v0.20.0...v0.20.4)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 22, 2021
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@github-actions
Copy link

github-actions bot commented Mar 2, 2021

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions github-actions bot added the Stale label Mar 2, 2021
@github-actions
Copy link

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions bot closed this Mar 18, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 18, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/receiver/kubeletstatsreceiver/k8s.io/apimachinery-0.20.4 branch March 18, 2021 05:36
arminru pushed a commit that referenced this pull request Jan 10, 2024
…ry#29477)

[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/pkg/sftp](https://togithub.com/pkg/sftp) | require | patch
| `v1.13.5` -> `v1.13.6` |

---

> [!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.6`](https://togithub.com/pkg/sftp/releases/tag/v1.13.6)

[Compare
Source](https://togithub.com/pkg/sftp/compare/v1.13.5...v1.13.6)

\[[GH-499](https://togithub.com/pkg/sftp/issues/499)] writeToSequential:
improve tests for write errors
\[[GH-513](https://togithub.com/pkg/sftp/issues/513)] More context for
EOF during client setup
\[[GH-516](https://togithub.com/pkg/sftp/issues/516)]
RealPathFileLister: allow to return an error
\[[GH-525](https://togithub.com/pkg/sftp/issues/525)] Document the
weirdness of the reversal of arguments to SSH_FXP_SYMLINK
\[[GH-526](https://togithub.com/pkg/sftp/issues/526)] request server:
handle relative symlinks
\[[GH-528](https://togithub.com/pkg/sftp/issues/528)] Add support for
working directory in Server
\[[GH-533](https://togithub.com/pkg/sftp/issues/533)] CI: add CIFuzz
integration
\[[GH-537](https://togithub.com/pkg/sftp/issues/537)] Stop
ReadFromWithConcurrency sending more data than it needs to
\[[GH-545](https://togithub.com/pkg/sftp/issues/545)] refactor sshfx
encoding, fix link rot, go fmt
\[[GH-553](https://togithub.com/pkg/sftp/issues/553)] Marshal extended
attribute data if FileInfo supports it
\[[GH-554](https://togithub.com/pkg/sftp/issues/554)] Properly handle
io.EOF error conditions when reading

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
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 Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants