open-telemetry / opentelemetry-go-contrib

Collection of extensions for OpenTelemetry-Go.
https://opentelemetry.io/
Apache License 2.0
1.15k stars 544 forks source link

chore(deps): update kubernetes packages to v0.30.2 #5762

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
k8s.io/api v0.29.4 -> v0.30.2 age adoption passing confidence
k8s.io/apimachinery v0.29.4 -> v0.30.2 age adoption passing confidence
k8s.io/client-go v0.29.4 -> v0.30.2 age adoption passing confidence

Release Notes

kubernetes/api (k8s.io/api) ### [`v0.30.2`](https://togithub.com/kubernetes/api/compare/v0.30.1...v0.30.2) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.30.1...v0.30.2) ### [`v0.30.1`](https://togithub.com/kubernetes/api/compare/v0.30.0...v0.30.1) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.30.0...v0.30.1) ### [`v0.30.0`](https://togithub.com/kubernetes/api/compare/v0.29.4...v0.30.0) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.29.6...v0.30.0) ### [`v0.29.6`](https://togithub.com/kubernetes/api/compare/v0.29.5...v0.29.6) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.29.5...v0.29.6) ### [`v0.29.5`](https://togithub.com/kubernetes/api/compare/v0.29.4...v0.29.5) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.29.4...v0.29.5)
kubernetes/apimachinery (k8s.io/apimachinery) ### [`v0.30.2`](https://togithub.com/kubernetes/apimachinery/compare/v0.30.1...v0.30.2) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.30.1...v0.30.2) ### [`v0.30.1`](https://togithub.com/kubernetes/apimachinery/compare/v0.30.0...v0.30.1) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.30.0...v0.30.1) ### [`v0.30.0`](https://togithub.com/kubernetes/apimachinery/compare/v0.29.4...v0.30.0) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.29.6...v0.30.0) ### [`v0.29.6`](https://togithub.com/kubernetes/apimachinery/compare/v0.29.5...v0.29.6) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.29.5...v0.29.6) ### [`v0.29.5`](https://togithub.com/kubernetes/apimachinery/compare/v0.29.4...v0.29.5) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.29.4...v0.29.5)
kubernetes/client-go (k8s.io/client-go) ### [`v0.30.2`](https://togithub.com/kubernetes/client-go/compare/v0.30.1...v0.30.2) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.30.1...v0.30.2) ### [`v0.30.1`](https://togithub.com/kubernetes/client-go/compare/v0.30.0...v0.30.1) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.30.0...v0.30.1) ### [`v0.30.0`](https://togithub.com/kubernetes/client-go/compare/v0.29.4...v0.30.0) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.29.6...v0.30.0) ### [`v0.29.6`](https://togithub.com/kubernetes/client-go/compare/v0.29.5...v0.29.6) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.29.5...v0.29.6) ### [`v0.29.5`](https://togithub.com/kubernetes/client-go/compare/v0.29.4...v0.29.5) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.29.4...v0.29.5)

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 becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 3 months ago

ℹ Artifact update notice

File name: detectors/aws/eks/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
go 1.21 -> 1.22.4
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 64.2%. Comparing base (b1eedb3) to head (3f52c53).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/open-telemetry/opentelemetry-go-contrib/pull/5762/graphs/tree.svg?width=650&height=150&src=pr&token=P6F3W9WA7Q&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-telemetry)](https://app.codecov.io/gh/open-telemetry/opentelemetry-go-contrib/pull/5762?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-telemetry) ```diff @@ Coverage Diff @@ ## main #5762 +/- ## ===================================== Coverage 64.2% 64.2% ===================================== Files 199 199 Lines 12454 12454 ===================================== + Hits 8001 8003 +2 + Misses 4219 4218 -1 + Partials 234 233 -1 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/open-telemetry/opentelemetry-go-contrib/pull/5762/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-telemetry)
MrAlias commented 3 months ago

Requires Go 1.22

renovate[bot] commented 3 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v0.30.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

MrAlias commented 2 weeks ago

Superseded by https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5926