Skip to content

Commit

Permalink
feat(deps): update kubernetes packages to v0.29.1
Browse files Browse the repository at this point in the history
| datasource | package             | from    | to      |
| ---------- | ------------------- | ------- | ------- |
| go         | k8s.io/api          | v0.28.4 | v0.29.1 |
| go         | k8s.io/apimachinery | v0.28.4 | v0.29.1 |
  • Loading branch information
angelnu-bot[bot] committed Feb 3, 2024
1 parent 8eae632 commit 4a4382a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ require (
github.com/sirupsen/logrus v1.9.3
github.com/slok/kubewebhook/v2 v2.5.0
github.com/stretchr/testify v1.8.4
k8s.io/api v0.28.4
k8s.io/apimachinery v0.28.4
k8s.io/api v0.29.1
k8s.io/apimachinery v0.29.1
)

require (
Expand Down

0 comments on commit 4a4382a

Please sign in to comment.