Skip to content

Commit 38ec279

Browse files
committed
feat: update Talos to v1.12.0
Bump versions, update README. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 3fb1f3e commit 38ec279

File tree

12 files changed

+70
-68
lines changed

12 files changed

+70
-68
lines changed

.conform.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-05-14T09:49:54Z by kres 5ad3e5f.
3+
# Generated on 2025-12-23T09:16:28Z by kres 26be706.
44

55
policies:
66
- type: commit
@@ -12,7 +12,7 @@ policies:
1212
gitHubOrganization: siderolabs
1313
spellcheck:
1414
locale: US
15-
maximumOfOneCommit: true
15+
maximumOfOneCommit: false
1616
header:
1717
length: 89
1818
imperative: true

.github/workflows/ci.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-20T18:00:43Z by kres 46e133d.
3+
# Generated on 2025-12-23T09:16:28Z by kres 26be706.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: gather-system-info
3333
id: system-info
34-
uses: kenchan0130/[email protected]
34+
uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
3535
continue-on-error: true
3636
- name: print-system-info
3737
run: |
@@ -55,13 +55,13 @@ jobs:
5555
done
5656
continue-on-error: true
5757
- name: checkout
58-
uses: actions/checkout@v5
58+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
5959
- name: Unshallow
6060
run: |
6161
git fetch --prune --unshallow
6262
- name: Set up Docker Buildx
6363
id: setup-buildx
64-
uses: docker/setup-buildx-action@v3
64+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
6565
with:
6666
driver: remote
6767
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
@@ -104,7 +104,7 @@ jobs:
104104
steps:
105105
- name: gather-system-info
106106
id: system-info
107-
uses: kenchan0130/[email protected]
107+
uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
108108
continue-on-error: true
109109
- name: print-system-info
110110
run: |
@@ -128,19 +128,19 @@ jobs:
128128
done
129129
continue-on-error: true
130130
- name: checkout
131-
uses: actions/checkout@v5
131+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
132132
- name: Unshallow
133133
run: |
134134
git fetch --prune --unshallow
135135
- name: Set up Docker Buildx
136136
id: setup-buildx
137-
uses: docker/setup-buildx-action@v3
137+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
138138
with:
139139
driver: remote
140140
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
141141
timeout-minutes: 10
142142
- name: login-to-registry
143-
uses: docker/login-action@v3
143+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # version: v3.6.0
144144
with:
145145
password: ${{ secrets.GITHUB_TOKEN }}
146146
registry: ghcr.io
@@ -165,7 +165,7 @@ jobs:
165165
steps:
166166
- name: gather-system-info
167167
id: system-info
168-
uses: kenchan0130/[email protected]
168+
uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
169169
continue-on-error: true
170170
- name: print-system-info
171171
run: |
@@ -189,13 +189,13 @@ jobs:
189189
done
190190
continue-on-error: true
191191
- name: checkout
192-
uses: actions/checkout@v5
192+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
193193
- name: Unshallow
194194
run: |
195195
git fetch --prune --unshallow
196196
- name: Set up Docker Buildx
197197
id: setup-buildx
198-
uses: docker/setup-buildx-action@v3
198+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
199199
with:
200200
driver: remote
201201
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
@@ -210,7 +210,7 @@ jobs:
210210
run: |
211211
make release
212212
- name: login-to-registry
213-
uses: docker/login-action@v3
213+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # version: v3.6.0
214214
with:
215215
password: ${{ secrets.GITHUB_TOKEN }}
216216
registry: ghcr.io
@@ -227,7 +227,7 @@ jobs:
227227
sha256sum control-plane-talos/*/* > sha256sum.txt
228228
sha512sum control-plane-talos/*/* > sha512sum.txt
229229
- name: release
230-
uses: softprops/action-gh-release@v2
230+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # version: v2.5.0
231231
with:
232232
body_path: _out/RELEASE_NOTES.md
233233
draft: "true"

.github/workflows/lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-08-12T17:41:17Z by kres 79636f7.
3+
# Generated on 2025-12-23T09:16:28Z by kres 26be706.
44

55
"on":
66
schedule:
@@ -14,7 +14,7 @@ jobs:
1414
- ubuntu-latest
1515
steps:
1616
- name: Lock old issues
17-
uses: dessant/lock-threads@v5.0.1
17+
uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # version: v6.0.0
1818
with:
1919
issue-inactive-days: "60"
2020
log-output: "true"

.github/workflows/slack-notify-ci-failure.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-20T18:00:43Z by kres 46e133d.
3+
# Generated on 2025-12-23T09:16:28Z by kres 26be706.
44

55
"on":
66
workflow_run:
@@ -18,7 +18,7 @@ jobs:
1818
if: github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event != 'pull_request'
1919
steps:
2020
- name: Slack Notify
21-
uses: slackapi/slack-github-action@v2
21+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # version: v2.1.1
2222
with:
2323
method: chat.postMessage
2424
payload: |

.github/workflows/slack-notify.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-20T18:00:43Z by kres 46e133d.
3+
# Generated on 2025-12-23T09:16:28Z by kres 26be706.
44

55
"on":
66
workflow_run:
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
echo pull_request_number=$(gh pr view -R ${{ github.repository }} ${{ github.event.workflow_run.head_repository.owner.login }}:${{ github.event.workflow_run.head_branch }} --json number --jq .number) >> $GITHUB_OUTPUT
2525
- name: Slack Notify
26-
uses: slackapi/slack-github-action@v2
26+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # version: v2.1.1
2727
with:
2828
method: chat.postMessage
2929
payload: |

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-20T18:00:43Z by kres 46e133d.
3+
# Generated on 2025-12-23T09:16:28Z by kres 26be706.
44

55
"on":
66
schedule:
@@ -15,7 +15,7 @@ jobs:
1515
- ubuntu-latest
1616
steps:
1717
- name: Close stale issues and PRs
18-
uses: actions/[email protected].0
18+
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # version: v10.1.1
1919
with:
2020
close-issue-message: This issue was closed because it has been stalled for 7 days with no activity.
2121
days-before-issue-close: "5"

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ GO_LDFLAGS += -s -w
2424

2525
ARTIFACTS := _out
2626

27-
TOOLS ?= ghcr.io/siderolabs/tools:v1.12.0
28-
PKGS ?= v1.12.0
27+
TOOLS ?= ghcr.io/siderolabs/tools:v1.12.0-2-g7d57df0
28+
PKGS ?= v1.12.0-23-ge0b78b8
2929

3030
BUILD := docker buildx build
3131
PLATFORM ?= linux/amd64

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ This provider's versions are compatible with the following versions of Cluster A
2626

2727
This provider's versions are able to install and manage the following versions of Kubernetes:
2828

29-
| | v1.16 | v 1.17 | v1.18 | v1.19 | v1.20 | v1.21 | v1.22 | v1.23 | v1.24 | v1.25 | v1.26 | v1.27 | v1.28 | v1.29 | v1.30 | v1.31 | v1.32 | v1.33 | v1.34 |
30-
| ------------------------------------------- | ----- | ------ | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
31-
| Control Plane Provider Talos v1alpha3 (v0.2) ||||||| | | | | | | | | | | | | |
32-
| Control Plane Provider Talos v1alpha3 (v0.3) ||||||| | | | | | | | | | | | | |
33-
| Control Plane Provider Talos v1alpha3 (v0.4) | | | ||||||||| | | | | | | | |
34-
| Control Plane Provider Talos v1alpha3 (v0.5) | | | | | | | | | | ||||||||||
29+
| | v1.16 | v 1.17 | v1.18 | v1.19 | v1.20 | v1.21 | v1.22 | v1.23 | v1.24 | v1.25 | v1.26 | v1.27 | v1.28 | v1.29 | v1.30 | v1.31 | v1.32 | v1.33 | v1.34 | v1.35 |
30+
| ------------------------------------------- | ----- | ------ | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
31+
| Control Plane Provider Talos v1alpha3 (v0.2) ||||||| | | | | | | | | | | | | | |
32+
| Control Plane Provider Talos v1alpha3 (v0.3) ||||||| | | | | | | | | | | | | | |
33+
| Control Plane Provider Talos v1alpha3 (v0.4) | | | ||||||||| | | | | | | | | |
34+
| Control Plane Provider Talos v1alpha3 (v0.5) | | | | | | | | | | |||||||||||
3535

3636
This provider's versions are compatible with the following versions of Talos:
3737

38-
| | v0.11 | v0.12 | v0.13 | v0.14 | v1.0 | v1.1 | v1.2 | v1.3 | v1.4 | v1.5 | v1.6 | v1.7 | v1.8 | v1.9 | v1.10 | v1.11 |
39-
| -------------------------------------------- | ----- | ------ | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
40-
| Control Plane Provider Talos v1alpha3 (v0.3) ||| | | | | | | | | | | | | | |
41-
| Control Plane Provider Talos v1alpha3 (v0.3) |||| | | | | | | | | | | | | |
42-
| Control Plane Provider Talos v1alpha3 (v0.4) ||||||||| | | | | | | | |
43-
| Control Plane Provider Talos v1alpha3 (v0.5) | | | | | | | ||||||||||
38+
| | v0.11 | v0.12 | v0.13 | v0.14 | v1.0 | v1.1 | v1.2 | v1.3 | v1.4 | v1.5 | v1.6 | v1.7 | v1.8 | v1.9 | v1.10 | v1.11 | v1.12 |
39+
| -------------------------------------------- | ----- | ------ | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
40+
| Control Plane Provider Talos v1alpha3 (v0.3) ||| | | | | | | | | | | | | | | |
41+
| Control Plane Provider Talos v1alpha3 (v0.3) |||| | | | | | | | | | | | | | |
42+
| Control Plane Provider Talos v1alpha3 (v0.4) ||||||||| | | | | | | | | |
43+
| Control Plane Provider Talos v1alpha3 (v0.5) | | | | | | | |||||||||||
4444

4545
## Building and Installing
4646

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ require (
1212
github.com/google/uuid v1.6.0
1313
github.com/onsi/gomega v1.38.2
1414
github.com/pkg/errors v0.9.1
15-
github.com/siderolabs/capi-utils v0.0.0-20251121170358-049abbbb183c
16-
github.com/siderolabs/cluster-api-bootstrap-provider-talos v0.6.11-0.20251118151157-8141779eebdd
15+
github.com/siderolabs/capi-utils v0.0.0-20251124160722-4ee8a1b7d4d0
16+
github.com/siderolabs/cluster-api-bootstrap-provider-talos v0.6.11
1717
github.com/siderolabs/crypto v0.6.4
1818
github.com/siderolabs/gen v0.8.6
1919
github.com/siderolabs/go-retry v0.3.3
20-
github.com/siderolabs/talos/pkg/machinery v1.12.0-beta.0
20+
github.com/siderolabs/talos/pkg/machinery v1.12.0
2121
github.com/spf13/pflag v1.0.10
2222
github.com/stretchr/testify v1.11.1
2323
golang.org/x/sync v0.18.0
@@ -32,7 +32,7 @@ require (
3232
k8s.io/component-base v0.32.3
3333
k8s.io/klog/v2 v2.130.1
3434
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
35-
sigs.k8s.io/cluster-api v1.10.4
35+
sigs.k8s.io/cluster-api v1.10.9
3636
sigs.k8s.io/controller-runtime v0.20.4
3737
)
3838

go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ github.com/containernetworking/cni v1.3.0 h1:v6EpN8RznAZj9765HhXQrtXgX+ECGebEYEm
4444
github.com/containernetworking/cni v1.3.0/go.mod h1:Bs8glZjjFfGPHMw6hQu82RUgEPNGEaBb9KS5KtNMnJ4=
4545
github.com/coredns/caddy v1.1.1 h1:2eYKZT7i6yxIfGP3qLJoJ7HAsDJqYB+X68g4NYjSrE0=
4646
github.com/coredns/caddy v1.1.1/go.mod h1:A6ntJQlAWuQfFlsd9hvigKbo2WS0VUs2l1e2F+BawD4=
47-
github.com/coredns/corefile-migration v1.0.26 h1:xiiEkVB1Dwolb24pkeDUDBfygV9/XsOSq79yFCrhptY=
48-
github.com/coredns/corefile-migration v1.0.26/go.mod h1:56DPqONc3njpVPsdilEnfijCwNGC3/kTJLl7i7SPavY=
47+
github.com/coredns/corefile-migration v1.0.29 h1:g4cPYMXXDDs9uLE2gFYrJaPBuUAR07eEMGyh9JBE13w=
48+
github.com/coredns/corefile-migration v1.0.29/go.mod h1:56DPqONc3njpVPsdilEnfijCwNGC3/kTJLl7i7SPavY=
4949
github.com/coreos/go-semver v0.3.1 h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4=
5050
github.com/coreos/go-semver v0.3.1/go.mod h1:irMmmIw/7yzSRPWryHsK7EYSg09caPQL03VsM8rvUec=
5151
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf h1:iW4rZ826su+pqaw19uhpSCzhj44qo35pNgKFGqzDKkU=
@@ -233,10 +233,10 @@ github.com/sasha-s/go-deadlock v0.3.5 h1:tNCOEEDG6tBqrNDOX35j/7hL5FcFViG6awUGROb
233233
github.com/sasha-s/go-deadlock v0.3.5/go.mod h1:bugP6EGbdGYObIlx7pUZtWqlvo8k9H6vCBBsiChJQ5U=
234234
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
235235
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
236-
github.com/siderolabs/capi-utils v0.0.0-20251121170358-049abbbb183c h1:iOvzQ0EbfCcqR/zJPJcj8IHcpZC/jD96JVgByYnxu1k=
237-
github.com/siderolabs/capi-utils v0.0.0-20251121170358-049abbbb183c/go.mod h1:VENSQvLOUrA+ikNsSLpKtPuPZexNML909GIynuRLsog=
238-
github.com/siderolabs/cluster-api-bootstrap-provider-talos v0.6.11-0.20251118151157-8141779eebdd h1:8wuVko/547saxNNk6In8GvIjHQarPK7/ix7RpvpuOsk=
239-
github.com/siderolabs/cluster-api-bootstrap-provider-talos v0.6.11-0.20251118151157-8141779eebdd/go.mod h1:FBwAYX5f7e8G1U0he0Bo/haWMhqqgPEcHf3e/c56zlA=
236+
github.com/siderolabs/capi-utils v0.0.0-20251124160722-4ee8a1b7d4d0 h1:LDY9cC+WS0e9HAa9CTXV1AlBc3ftDERWEbM4WL9cQPY=
237+
github.com/siderolabs/capi-utils v0.0.0-20251124160722-4ee8a1b7d4d0/go.mod h1:VENSQvLOUrA+ikNsSLpKtPuPZexNML909GIynuRLsog=
238+
github.com/siderolabs/cluster-api-bootstrap-provider-talos v0.6.11 h1:Fp5BiyVrbKlcWJi9GB3SmMQF1cPF8QREUH6mUHCzN8w=
239+
github.com/siderolabs/cluster-api-bootstrap-provider-talos v0.6.11/go.mod h1:WEKfiGUToGl+da/Nox+aunySN/KkrndBearpjAGb8k8=
240240
github.com/siderolabs/crypto v0.6.4 h1:uMoe/X/mABOv6yOgvKcjmjIMdv6U8JegBXlPKtyjn3g=
241241
github.com/siderolabs/crypto v0.6.4/go.mod h1:39B7Mdrd8qTfEYOjsWPQOk7gLTWrEI30isAW+YYj9nk=
242242
github.com/siderolabs/gen v0.8.6 h1:pE6shuqov3L+5rEcAUJ/kY6iJofimljQw5G95P8a5c4=
@@ -251,8 +251,8 @@ github.com/siderolabs/net v0.4.0 h1:1bOgVay/ijPkJz4qct98nHsiB/ysLQU0KLoBC4qLm7I=
251251
github.com/siderolabs/net v0.4.0/go.mod h1:/ibG+Hm9HU27agp5r9Q3eZicEfjquzNzQNux5uEk0kM=
252252
github.com/siderolabs/protoenc v0.2.4 h1:D3Fpn2nQSQOhl8ZlAxijZAf7K6F8CM1uZq0afIGsr8Q=
253253
github.com/siderolabs/protoenc v0.2.4/go.mod h1:i5XLHjfv5vyi7LhQrSEo19HCA+lYtDd7CWxsoWp9XE8=
254-
github.com/siderolabs/talos/pkg/machinery v1.12.0-beta.0 h1:b6LDrvf0kr3ifYLLw4uvwhIaAtvuSFnglU0JDfDFc3I=
255-
github.com/siderolabs/talos/pkg/machinery v1.12.0-beta.0/go.mod h1:dNc4lG9yb2CzCwnJbfSUO9ZmkXE6P3BnVo1UsCITr/U=
254+
github.com/siderolabs/talos/pkg/machinery v1.12.0 h1:SDXXCTEuPhaXIA84WuBeG8cxR71DkF8FhXXgb2S1048=
255+
github.com/siderolabs/talos/pkg/machinery v1.12.0/go.mod h1:dNc4lG9yb2CzCwnJbfSUO9ZmkXE6P3BnVo1UsCITr/U=
256256
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
257257
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
258258
github.com/soheilhy/cmux v0.1.5 h1:jjzc5WVemNEDTLwv9tlmemhC73tI08BNOIGwBOo10Js=
@@ -467,8 +467,8 @@ k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 h1:SjGebBtkBqHFOli+05xYbK8YF1Dzk
467467
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
468468
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 h1:jpcvIRr3GLoUoEKRkHKSmGjxb6lWwrBlJsXc+eUYQHM=
469469
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2/go.mod h1:Ve9uj1L+deCXFrPOk1LpFXqTg7LCFzFso6PA48q/XZw=
470-
sigs.k8s.io/cluster-api v1.10.4 h1:5mdyWLGbbwOowWrjqM/J9N600QnxTohu5J1/1YR6g7c=
471-
sigs.k8s.io/cluster-api v1.10.4/go.mod h1:68GJs286ZChsncp+TxYNj/vhy2NWokiPtH4+SA0afs0=
470+
sigs.k8s.io/cluster-api v1.10.9 h1:6vjjs4a8kF5oP+t6JqHGDIjyP36ZLgqAU+8EVGjmPyE=
471+
sigs.k8s.io/cluster-api v1.10.9/go.mod h1:IHnO3HR8ta0yK1S2SyI2qKpcrZNsyOdArwRjUfnJwnc=
472472
sigs.k8s.io/controller-runtime v0.20.4 h1:X3c+Odnxz+iPTRobG4tp092+CvBU9UK0t/bRf+n0DGU=
473473
sigs.k8s.io/controller-runtime v0.20.4/go.mod h1:xg2XB0K5ShQzAgsoujxuKN4LNXR2LfwwHsPj7Iaw+XY=
474474
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5EXP7sU1kvOlxwZh5txg=

0 commit comments

Comments
 (0)