Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -1739,9 +1739,9 @@ License URL: https://github.com/oras-project/oras-go/blob/v2.6.2/LICENSE

----------
Module: sigs.k8s.io/controller-runtime
Version: v0.24.1
Version: v0.25.1
License: Apache-2.0
License URL: https://github.com/kubernetes-sigs/controller-runtime/blob/v0.24.1/LICENSE
License URL: https://github.com/kubernetes-sigs/controller-runtime/blob/v0.25.1/LICENSE

----------
Module: sigs.k8s.io/json
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ require (
k8s.io/apimachinery v0.37.1
k8s.io/client-go v12.0.0+incompatible
k8s.io/utils v0.0.0-20260707023825-cf1189d6abe3
sigs.k8s.io/controller-runtime v0.24.1
sigs.k8s.io/controller-runtime v0.25.1
sigs.k8s.io/yaml v1.6.0
)

Expand Down Expand Up @@ -663,7 +663,7 @@ require (
k8s.io/kube-openapi v0.0.0-20260821135717-be32def86098 // indirect
k8s.io/kubectl v0.37.0 // indirect
k8s.io/kubernetes v1.36.1 // indirect
k8s.io/streaming v0.36.4 // indirect
k8s.io/streaming v0.37.0 // indirect
lukechampine.com/blake3 v1.4.1 // indirect
mvdan.cc/gofumpt v0.11.0 // indirect
mvdan.cc/unparam v0.0.0-20260823230713-2fa3d841b0c8 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7022,8 +7022,8 @@ rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.34.0/go.mod h1:Ve9uj1L+deCXFrPOk1LpFXqTg7LCFzFso6PA48q/XZw=
sigs.k8s.io/controller-runtime v0.2.2/go.mod h1:9dyohw3ZtoXQuV1e766PHUn+cmrRCIcBh6XIMFNMZ+I=
sigs.k8s.io/controller-runtime v0.24.1 h1:miPEwrmirImAvgME1L9qebGHrOnGJoVmVdtOU9fRfo4=
sigs.k8s.io/controller-runtime v0.24.1/go.mod h1:vFkfY5fGt5xAC/sKb8IBFKgWPNKG9OUG29dR8Y2wImw=
sigs.k8s.io/controller-runtime v0.25.1 h1:BKgU9OeE8xv8EbbM8cY0NVzTQs35rokkdq1jh12fMb4=
sigs.k8s.io/controller-runtime v0.25.1/go.mod h1:4QqLdT6z/L6Olj8JJCtvztid4/fnIiYsfaTFScegctc=
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6/go.mod h1:p4QtZmO4uMYipTQNzagwnNoseA6OxSUutVw05NhYDRs=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5EXP7sU1kvOlxwZh5txg=
Expand Down
4 changes: 2 additions & 2 deletions internal/tmpl/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -1739,9 +1739,9 @@ License URL: https://github.com/oras-project/oras-go/blob/v2.6.2/LICENSE

----------
Module: sigs.k8s.io/controller-runtime
Version: v0.24.1
Version: v0.25.1
License: Apache-2.0
License URL: https://github.com/kubernetes-sigs/controller-runtime/blob/v0.24.1/LICENSE
License URL: https://github.com/kubernetes-sigs/controller-runtime/blob/v0.25.1/LICENSE

----------
Module: sigs.k8s.io/json
Expand Down
Loading