Skip to content

Commit 68e6f7b

Browse files
chore: update dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 442dce7 commit 68e6f7b

File tree

22 files changed

+118
-118
lines changed

22 files changed

+118
-118
lines changed

.github/workflows/ci.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: gather-system-info
3333
id: system-info
34-
uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
34+
uses: kenchan0130/actions-system-info@bc4d96a0885af9f87e23f018f87c86d800e334d9 # 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
58+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # 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@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
64+
uses: docker/setup-buildx-action@c7c4c00f3eef127be487a50899a220e44c6bcc87 # version: v3.11.1
6565
with:
6666
driver: remote
6767
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
@@ -106,7 +106,7 @@ jobs:
106106
steps:
107107
- name: gather-system-info
108108
id: system-info
109-
uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
109+
uses: kenchan0130/actions-system-info@bc4d96a0885af9f87e23f018f87c86d800e334d9 # version: v1.4.0
110110
continue-on-error: true
111111
- name: print-system-info
112112
run: |
@@ -130,19 +130,19 @@ jobs:
130130
done
131131
continue-on-error: true
132132
- name: checkout
133-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
133+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # version: v6.0.1
134134
- name: Unshallow
135135
run: |
136136
git fetch --prune --unshallow
137137
- name: Set up Docker Buildx
138138
id: setup-buildx
139-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
139+
uses: docker/setup-buildx-action@c7c4c00f3eef127be487a50899a220e44c6bcc87 # version: v3.11.1
140140
with:
141141
driver: remote
142142
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
143143
timeout-minutes: 10
144144
- name: login-to-registry
145-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # version: v3.6.0
145+
uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f # version: v3.6.0
146146
with:
147147
password: ${{ secrets.GITHUB_TOKEN }}
148148
registry: ghcr.io
@@ -167,7 +167,7 @@ jobs:
167167
steps:
168168
- name: gather-system-info
169169
id: system-info
170-
uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
170+
uses: kenchan0130/actions-system-info@bc4d96a0885af9f87e23f018f87c86d800e334d9 # version: v1.4.0
171171
continue-on-error: true
172172
- name: print-system-info
173173
run: |
@@ -191,13 +191,13 @@ jobs:
191191
done
192192
continue-on-error: true
193193
- name: checkout
194-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
194+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # version: v6.0.1
195195
- name: Unshallow
196196
run: |
197197
git fetch --prune --unshallow
198198
- name: Set up Docker Buildx
199199
id: setup-buildx
200-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
200+
uses: docker/setup-buildx-action@c7c4c00f3eef127be487a50899a220e44c6bcc87 # version: v3.11.1
201201
with:
202202
driver: remote
203203
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
@@ -212,7 +212,7 @@ jobs:
212212
run: |
213213
make check-dirty
214214
- name: login-to-registry
215-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # version: v3.6.0
215+
uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f # version: v3.6.0
216216
with:
217217
password: ${{ secrets.GITHUB_TOKEN }}
218218
registry: ghcr.io
@@ -229,7 +229,7 @@ jobs:
229229
sha256sum infrastructure-sidero/*/* > sha256sum.txt
230230
sha512sum infrastructure-sidero/*/* > sha512sum.txt
231231
- name: release
232-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # version: v2.5.0
232+
uses: softprops/action-gh-release@78237c54eb15310cb292a15480c4be010be47aeb # version: v2.5.0
233233
with:
234234
body_path: _out/RELEASE_NOTES.md
235235
draft: "true"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # version: v2.1.1
21+
uses: slackapi/slack-github-action@78efa1c7c3b8b4b1a2d096017bc5baa783a8d306 # version: v2.1.1
2222
with:
2323
method: chat.postMessage
2424
payload: |

.github/workflows/slack-notify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # version: v2.1.1
26+
uses: slackapi/slack-github-action@78efa1c7c3b8b4b1a2d096017bc5baa783a8d306 # version: v2.1.1
2727
with:
2828
method: chat.postMessage
2929
payload: |

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- ubuntu-latest
1616
steps:
1717
- name: Close stale issues and PRs
18-
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # version: v10.1.1
18+
uses: actions/stale@a21a0816299b11691f9592ef0d63d08e02f06d9d # 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"

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax = docker/dockerfile-upstream:1.2.0-labs
1+
# syntax = docker/dockerfile-upstream:1.20.0-labs
22

33
# Meta args applied to stage base names.
44

@@ -102,7 +102,7 @@ COPY --from=generate-build /src/app/caps-controller-manager/api ./app/caps-contr
102102
COPY --from=generate-build /src/app/sidero-controller-manager/api ./app/sidero-controller-manager/api
103103
COPY --from=generate-build /src/app/sidero-controller-manager/internal/api ./app/sidero-controller-manager/internal/api
104104

105-
FROM --platform=${BUILDPLATFORM} alpine:3.21 AS release-build
105+
FROM --platform=${BUILDPLATFORM} alpine:3.23 AS release-build
106106
ADD https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv4.1.0/kustomize_v4.1.0_linux_amd64.tar.gz .
107107
RUN tar -xf kustomize_v4.1.0_linux_amd64.tar.gz -C /usr/local/bin && rm kustomize_v4.1.0_linux_amd64.tar.gz
108108
COPY ./config ./config
@@ -293,7 +293,7 @@ COPY --from=fmt-build /src /
293293
#
294294
# The markdownlint target performs linting on Markdown files.
295295
#
296-
FROM node:22.14.0-alpine AS lint-markdown
296+
FROM node:25.4.0-alpine AS lint-markdown
297297
RUN apk add --no-cache findutils
298298
RUN npm i -g markdownlint-cli@0.23.2
299299
RUN npm i -g textlint@11.7.6

go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ go 1.25.3
55
replace github.com/pensando/goipmi v0.0.0-20200303170213-e858ec1cf0b5 => github.com/talos-systems/goipmi v0.0.0-20211214143420-35f956689e67
66

77
// compatibility with kube-apiserver v0.32.3, should be dropped once kube-apiserver dependency is updated
8-
replace github.com/google/cel-go => github.com/google/cel-go v0.22.0
8+
replace github.com/google/cel-go => github.com/google/cel-go v0.26.1
99

1010
require (
1111
github.com/go-logr/logr v1.4.3
1212
github.com/google/go-cmp v0.7.0
13-
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
13+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3
1414
github.com/hashicorp/go-multierror v1.1.1
15-
github.com/insomniacslk/dhcp v0.0.0-20250417080101-5f8cf70e8c5f
16-
github.com/jsimonetti/rtnetlink v1.4.2
17-
github.com/pensando/goipmi v0.0.0-20200303170213-e858ec1cf0b5
18-
github.com/pin/tftp v2.1.1-0.20200117065540-2f79be2dba4e+incompatible
15+
github.com/insomniacslk/dhcp 175e84fbb167
16+
github.com/jsimonetti/rtnetlink/v2 v2.1.0
17+
github.com/pensando/goipmi eb122d901c23
18+
github.com/pin/tftp 884e640babd9
1919
github.com/pkg/errors v0.9.1
2020
github.com/siderolabs/gen v0.8.6
21-
github.com/siderolabs/go-blockdevice v0.4.8
21+
github.com/siderolabs/go-blockdevice/v2 v2.0.23
2222
github.com/siderolabs/go-cmd v0.1.3
2323
github.com/siderolabs/go-debug v0.6.1
2424
github.com/siderolabs/go-kmsg v0.1.4
@@ -28,25 +28,25 @@ require (
2828
github.com/siderolabs/go-smbios v0.3.3
2929
github.com/siderolabs/grpc-proxy v0.5.1
3030
github.com/siderolabs/siderolink v0.3.15
31-
github.com/siderolabs/talos/pkg/machinery v1.12.0
32-
github.com/spf13/pflag v1.0.7
31+
github.com/siderolabs/talos/pkg/machinery v1.12.1
32+
github.com/spf13/pflag v1.0.10
3333
github.com/stretchr/testify v1.11.1
34-
go.uber.org/zap v1.27.0
35-
golang.org/x/net v0.47.0
36-
golang.org/x/sync v0.18.0
37-
golang.org/x/sys v0.38.0
34+
go.uber.org/zap v1.27.1
35+
golang.org/x/net v0.49.0
36+
golang.org/x/sync v0.19.0
37+
golang.org/x/sys v0.40.0
3838
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10
39-
google.golang.org/grpc v1.76.0
40-
google.golang.org/protobuf v1.36.10
39+
google.golang.org/grpc v1.78.0
40+
google.golang.org/protobuf v1.36.11
4141
gopkg.in/yaml.v3 v3.0.1
42-
k8s.io/api v0.32.3
43-
k8s.io/apiextensions-apiserver v0.32.3
44-
k8s.io/apimachinery v0.32.3
45-
k8s.io/client-go v0.32.3
46-
k8s.io/component-base v0.32.3
42+
k8s.io/api v0.35.0
43+
k8s.io/apiextensions-apiserver v0.35.0
44+
k8s.io/apimachinery v0.35.0
45+
k8s.io/client-go v0.35.0
46+
k8s.io/component-base v0.35.0
4747
k8s.io/klog/v2 v2.130.1
48-
sigs.k8s.io/cluster-api v1.10.9
49-
sigs.k8s.io/controller-runtime v0.20.4
48+
sigs.k8s.io/cluster-api v1.12.2
49+
sigs.k8s.io/controller-runtime v0.23.0
5050
)
5151

5252
require (

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"autoprefixer": "^10.4.0",
2121
"postcss": "^8.3.7",
22-
"postcss-cli": "^9.0.2"
22+
"postcss-cli": "^11.0.0"
2323
}
2424
}
2525

sfyra/go.mod

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@ go 1.25.3
44

55
replace (
66
// compatibility with kube-apiserver v0.32.3, should be dropped once kube-apiserver dependency is updated
7-
github.com/google/cel-go => github.com/google/cel-go v0.22.0
8-
github.com/google/gnostic-models => github.com/google/gnostic-models v0.6.9
7+
github.com/google/cel-go => github.com/google/cel-go v0.26.1
8+
github.com/google/gnostic-models => github.com/google/gnostic-models v0.7.1
99

1010
// local replace
1111
github.com/siderolabs/sidero => ../
1212

1313
// See https://github.com/talos-systems/go-loadbalancer/pull/4
1414
// `go get github.com/smira/tcpproxy@combined-fixes`, then copy pseudo-version there
15-
inet.af/tcpproxy => github.com/smira/tcpproxy v0.0.0-20201015133617-de5f7797b95b
15+
inet.af/tcpproxy => github.com/smira/tcpproxy b6bb9b5b8252
1616

17-
k8s.io/api => k8s.io/api v0.32.3
18-
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.32.3
19-
k8s.io/apimachinery => k8s.io/apimachinery v0.32.3
20-
k8s.io/apiserver => k8s.io/apiserver v0.32.3
21-
k8s.io/client-go => k8s.io/client-go v0.32.3
22-
k8s.io/component-base => k8s.io/component-base v0.32.3
23-
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff
24-
k8s.io/utils => k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
25-
sigs.k8s.io/apiserver-network-proxy/konnectivity-client => sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0
26-
sigs.k8s.io/yaml => sigs.k8s.io/yaml v1.4.0
17+
k8s.io/api => k8s.io/api v0.35.0
18+
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.35.0
19+
k8s.io/apimachinery => k8s.io/apimachinery v0.35.0
20+
k8s.io/apiserver => k8s.io/apiserver v0.35.0
21+
k8s.io/client-go => k8s.io/client-go v0.35.0
22+
k8s.io/component-base => k8s.io/component-base v0.35.0
23+
k8s.io/kube-openapi => k8s.io/kube-openapi 4e65d59e963e
24+
k8s.io/utils => k8s.io/utils 914a6e750570
25+
sigs.k8s.io/apiserver-network-proxy/konnectivity-client => sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.34.0
26+
sigs.k8s.io/yaml => sigs.k8s.io/yaml v1.6.0
2727
sigs.k8s.json => sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3
2828
)
2929

@@ -35,20 +35,20 @@ require (
3535
github.com/siderolabs/go-procfs v0.1.2
3636
github.com/siderolabs/go-retry v0.3.3
3737
github.com/siderolabs/net v0.4.0
38-
github.com/siderolabs/sidero v0.0.0-00010101000000-000000000000
39-
github.com/siderolabs/talos v1.12.0-beta.0
40-
github.com/siderolabs/talos/pkg/machinery v1.12.0
41-
github.com/spf13/cobra v1.10.1
38+
github.com/siderolabs/sidero v0.6.12
39+
github.com/siderolabs/talos v1.12.1
40+
github.com/siderolabs/talos/pkg/machinery v1.12.1
41+
github.com/spf13/cobra v1.10.2
4242
github.com/stretchr/testify v1.11.1
43-
go.uber.org/zap v1.27.0
44-
google.golang.org/grpc v1.76.0
43+
go.uber.org/zap v1.27.1
44+
google.golang.org/grpc v1.78.0
4545
gopkg.in/yaml.v3 v3.0.1
46-
k8s.io/api v0.35.0-alpha.3
47-
k8s.io/apiextensions-apiserver v0.35.0-alpha.3
48-
k8s.io/apimachinery v0.35.0-alpha.3
49-
k8s.io/client-go v0.35.0-alpha.3
50-
sigs.k8s.io/cluster-api v1.10.9
51-
sigs.k8s.io/controller-runtime v0.20.4
46+
k8s.io/api v0.35.0
47+
k8s.io/apiextensions-apiserver v0.35.0
48+
k8s.io/apimachinery v0.35.0
49+
k8s.io/client-go v0.35.0
50+
sigs.k8s.io/cluster-api v1.12.2
51+
sigs.k8s.io/controller-runtime v0.23.0
5252
)
5353

5454
require (

website/themes/docsy/assets/vendor/Font-Awesome/js-packages/@fortawesome/fontawesome-svg-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"node": ">=6"
4848
},
4949
"dependencies": {
50-
"@fortawesome/fontawesome-common-types": "^0.2.36"
50+
"@fortawesome/fontawesome-common-types": "^7.0.0"
5151
},
5252
"version": "1.2.36",
5353
"name": "@fortawesome/fontawesome-svg-core",

website/themes/docsy/assets/vendor/Font-Awesome/js-packages/@fortawesome/free-brands-svg-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"node": ">=6"
4848
},
4949
"dependencies": {
50-
"@fortawesome/fontawesome-common-types": "^0.2.36"
50+
"@fortawesome/fontawesome-common-types": "^7.0.0"
5151
},
5252
"version": "5.15.4",
5353
"name": "@fortawesome/free-brands-svg-icons",

0 commit comments

Comments
 (0)