Skip to content

Commit c960941

Browse files
build(deps): bump k8s.io/apimachinery from 0.21.3 to 0.22.4 in /detectors/aws/eks (#1430)
* build(deps): bump k8s.io/apimachinery in /detectors/aws/eks Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.21.3 to 0.22.4. - [Release notes](https://github.com/kubernetes/apimachinery/releases) - [Commits](kubernetes/apimachinery@v0.21.3...v0.22.4) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Upgrade k8s.io/client-go in lock-step with apimachinery Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Yahn <[email protected]> Co-authored-by: Tyler Yahn <[email protected]>
1 parent b3a57e5 commit c960941

File tree

2 files changed

+63
-50
lines changed

2 files changed

+63
-50
lines changed

detectors/aws/eks/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ require (
66
github.com/stretchr/testify v1.7.0
77
go.opentelemetry.io/otel v1.2.0
88
go.opentelemetry.io/otel/sdk v1.2.0
9-
k8s.io/apimachinery v0.21.3
10-
k8s.io/client-go v0.21.3
9+
k8s.io/apimachinery v0.22.4
10+
k8s.io/client-go v0.22.4
1111
)

0 commit comments

Comments
 (0)