Skip to content

Commit

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


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent adf4e51 commit f315a5d
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-20241030141148-670a0f16f836
github.com/onsi/ginkgo/v2 v2.21.0
github.com/onsi/gomega v1.35.1
k8s.io/api v0.30.3
k8s.io/apimachinery v0.30.3
k8s.io/api v0.32.0
k8s.io/apimachinery v0.32.0
sigs.k8s.io/controller-runtime v0.18.4
)

Expand Down

0 comments on commit f315a5d

Please sign in to comment.