Skip to content

Commit

Permalink
fix(deps): update kubernetes packages to v0.31.1
Browse files Browse the repository at this point in the history
| datasource | package             | from    | to      |
| ---------- | ------------------- | ------- | ------- |
| go         | k8s.io/api          | v0.30.3 | v0.31.1 |
| go         | k8s.io/apimachinery | v0.30.3 | v0.31.1 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent ec75594 commit 5606e14
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 @@ -7,8 +7,8 @@ require (
github.com/cloudnative-pg/machinery v0.0.0-20240919131343-9dd62b9257c7
github.com/onsi/ginkgo/v2 v2.20.2
github.com/onsi/gomega v1.34.2
k8s.io/api v0.30.3
k8s.io/apimachinery v0.30.3
k8s.io/api v0.31.1
k8s.io/apimachinery v0.31.1
sigs.k8s.io/controller-runtime v0.18.4
)

Expand Down

0 comments on commit 5606e14

Please sign in to comment.