Skip to content

Commit 70c581e

Browse files
fix(deps): update kubernetes packages to v0.34.2
| datasource | package | from | to | | ---------- | ------------------- | ------- | ------- | | go | k8s.io/api | v0.33.3 | v0.34.2 | | go | k8s.io/apimachinery | v0.33.3 | v0.34.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 459a739 commit 70c581e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ require (
88
github.com/cloudnative-pg/machinery v0.3.1
99
github.com/onsi/ginkgo/v2 v2.27.2
1010
github.com/onsi/gomega v1.38.2
11-
k8s.io/api v0.33.3
12-
k8s.io/apimachinery v0.33.3
11+
k8s.io/api v0.34.2
12+
k8s.io/apimachinery v0.34.2
1313
sigs.k8s.io/controller-runtime v0.21.0
1414
)
1515

0 commit comments

Comments
 (0)