File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ go 1.23.0
44
55replace github.com/fluxcd/kustomize-controller/api => ./api
66
7+ // Pin controller-runtime to v0.19.6
8+ // The Aggregated Disovery is buggy resulting in old API versions being returned as the preferred version.
9+ // Bug was introduced in v0.20.0 with https://github.com/kubernetes-sigs/controller-runtime/pull/2901
10+ replace sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.19.6
11+
712// Replace digest lib to master to gather access to BLAKE3.
813// xref: https://github.com/opencontainers/go-digest/pull/66
914replace github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.1-0.20220411205349-bde1400a84be
Original file line number Diff line number Diff line change @@ -580,8 +580,8 @@ k8s.io/kubectl v0.32.1 h1:/btLtXLQUU1rWx8AEvX9jrb9LaI6yeezt3sFALhB8M8=
580580k8s.io/kubectl v0.32.1 /go.mod h1:sezNuyWi1STk4ZNPVRIFfgjqMI6XMf+oCVLjZen/pFQ =
581581k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJJI8IUa1AmH/qa0 =
582582k8s.io/utils v0.0.0-20241210054802-24370beab758 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
583- sigs.k8s.io/controller-runtime v0.20.1 h1:JbGMAG/X94NeM3xvjenVUaBjy6Ui4Ogd/J5ZtjZnHaE =
584- sigs.k8s.io/controller-runtime v0.20.1 /go.mod h1:BrP3w158MwvB3ZbNpaAcIKkHQ7YGpYnzpoSTZ8E14WU =
583+ sigs.k8s.io/controller-runtime v0.19.6 h1:fuq53qTLQ7aJTA7aNsklNnu7eQtSFqJUomOyM+phPLk =
584+ sigs.k8s.io/controller-runtime v0.19.6 /go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4 =
585585sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 h1:gBQPwqORJ8d8/YNZWEjoZs7npUVDpVXUUOFfW6CgAqE =
586586sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 /go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg =
587587sigs.k8s.io/kustomize/api v0.19.0 h1:F+2HB2mU1MSiR9Hp1NEgoU2q9ItNOaBJl0I4Dlus5SQ =
You can’t perform that action at this time.
0 commit comments