Skip to content
Merged
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.25.5 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.6 AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
module github.com/sap/valkey-operator-cop

go 1.25.5
go 1.25.6

require (
github.com/pkg/errors v0.9.1
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.88.0
github.com/sap/component-operator-runtime v0.3.126
github.com/sap/component-operator-runtime v0.3.128
k8s.io/apiextensions-apiserver v0.35.0
k8s.io/apimachinery v0.35.0
k8s.io/client-go v0.35.0
k8s.io/code-generator v0.35.0
k8s.io/kube-aggregator v0.35.0
sigs.k8s.io/controller-runtime v0.23.0
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20251020210837-fb2beabd029b
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20260120065648-aebc15d7c689
sigs.k8s.io/controller-tools v0.20.0
)

Expand Down Expand Up @@ -58,7 +58,7 @@ require (
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.66.1 // indirect
github.com/prometheus/procfs v0.16.1 // indirect
github.com/sap/go-generics v0.2.47 // indirect
github.com/sap/go-generics v0.2.48 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/spf13/afero v1.12.0 // indirect
github.com/spf13/cast v1.10.0 // indirect
Expand Down
5 changes: 5 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,12 @@ github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sap/component-operator-runtime v0.3.126 h1:MEv9xhgvknOX40Me4UaSGNkiHwNAUOs8bs6Hd3Xrtf4=
github.com/sap/component-operator-runtime v0.3.126/go.mod h1:JJwN7B1tKX/nsXGP2Q/tTZivzyA5O9vAjc+bCTc+l2I=
github.com/sap/component-operator-runtime v0.3.128 h1:7u/Q8N26zmqBFRUY6JeXKesxHkLsN3/jDmkfa2+Q768=
github.com/sap/component-operator-runtime v0.3.128/go.mod h1:iOsrBL/XwaI/9bemu7NaxRImaw2qQrRfyVAN8T3pzfA=
github.com/sap/go-generics v0.2.47 h1:T0ODIlrIuL9SGp3iFhM07bhA3ZXFp2JHcsncDZ+ufbg=
github.com/sap/go-generics v0.2.47/go.mod h1:sShwY4JtsiczJ4IZgpWMcTWRn8r+j3R9eg6JoEEQVyM=
github.com/sap/go-generics v0.2.48 h1:A1xDgf5AmY3D9pbXLte95OuU+rQ92UDthK/YZQDU1KU=
github.com/sap/go-generics v0.2.48/go.mod h1:woHeWQJrRWsuFEoaLz4/ke2nByYbblIF6rHjrZQL9Y4=
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
github.com/spf13/afero v1.12.0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs=
Expand Down Expand Up @@ -280,6 +284,7 @@ sigs.k8s.io/controller-runtime v0.23.0 h1:Ubi7klJWiwEWqDY+odSVZiFA0aDSevOCXpa38y
sigs.k8s.io/controller-runtime v0.23.0/go.mod h1:DBOIr9NsprUqCZ1ZhsuJ0wAnQSIxY/C6VjZbmLgw0j0=
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20251020210837-fb2beabd029b h1:LKDmTVP3uCYWspYTrYmCgLhAd3HT962RA2ywVrvUdcY=
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20251020210837-fb2beabd029b/go.mod h1:ZRnyjOFW+2y1A0hKZYHxpFb9f7T14KHUR5Y0tNnPsxs=
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20260120065648-aebc15d7c689/go.mod h1:/BwOHkjE31BJ0eqwWNH+XizfhDZv+GqzOGcJFN9iWvw=
sigs.k8s.io/controller-tools v0.20.0 h1:VWZF71pwSQ2lZZCt7hFGJsOfDc5dVG28/IysjjMWXL8=
sigs.k8s.io/controller-tools v0.20.0/go.mod h1:b4qPmjGU3iZwqn34alUU5tILhNa9+VXK+J3QV0fT/uU=
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5EXP7sU1kvOlxwZh5txg=
Expand Down