Skip to content

Commit

Permalink
build(deps): bump k8s.io/apimachinery from 0.21.3 to 0.22.4 in /detec…
Browse files Browse the repository at this point in the history
…tors/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] <support@github.com>

* 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 <MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <codingalias@gmail.com>
  • Loading branch information
3 people authored and rltoSD committed Dec 21, 2021
1 parent 0dfc52c commit 894750e
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 50 deletions.
4 changes: 2 additions & 2 deletions detectors/aws/eks/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ require (
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/otel v1.2.0
go.opentelemetry.io/otel/sdk v1.2.0
k8s.io/apimachinery v0.21.3
k8s.io/client-go v0.21.3
k8s.io/apimachinery v0.22.4
k8s.io/client-go v0.22.4
)
Loading

0 comments on commit 894750e

Please sign in to comment.