fix(deps): update kubernetes monorepo to v0.36.3 (#386)
Unbound Release / Check Preconditions (push) Successful in 32s
Unbound Release / Create Tag (push) Skipped
cron-checker / test (push) Skipped
cron-checker / vulnerabilities (push) Skipped
cron-checker / build (push) Skipped
Unbound Release / Create Release (push) Successful in 26s
Unbound Release / Generate Changelog and Handle PR (push) Successful in 42s
Release / release (push) Successful in 2m31s

This commit was merged in pull request #386.
This commit is contained in:
2026-07-26 03:02:04 +00:00
parent aa1225c128
commit 92882e59cb
2 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -9,9 +9,9 @@ require (
github.com/multiplay/go-slack v0.0.0-20220428123529-0762aee71fe3
github.com/robfig/cron v1.2.0
github.com/sanity-io/litter v1.5.8
k8s.io/api v0.36.2
k8s.io/apimachinery v0.36.2
k8s.io/client-go v0.36.2
k8s.io/api v0.36.3
k8s.io/apimachinery v0.36.3
k8s.io/client-go v0.36.3
)
require (
@@ -50,6 +50,6 @@ require (
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 // indirect
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
sigs.k8s.io/randfill v1.0.0 // indirect
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 // indirect
sigs.k8s.io/structured-merge-diff/v6 v6.3.3 // indirect
sigs.k8s.io/yaml v1.6.0 // indirect
)