Skip to content

Commit 829e3ee

Browse files
chore: update dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 97b33e7 commit 829e3ee

File tree

6 files changed

+32
-32
lines changed

6 files changed

+32
-32
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
@@ -104,7 +104,7 @@ jobs:
104104
steps:
105105
- name: gather-system-info
106106
id: system-info
107-
uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
107+
uses: kenchan0130/actions-system-info@bc4d96a0885af9f87e23f018f87c86d800e334d9 # 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
131+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # 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@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
137+
uses: docker/setup-buildx-action@c7c4c00f3eef127be487a50899a220e44c6bcc87 # 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@5e57cd118135c172c3672efd75eb46360885c0ef # version: v3.6.0
143+
uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f # 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/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
168+
uses: kenchan0130/actions-system-info@bc4d96a0885af9f87e23f018f87c86d800e334d9 # 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
192+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # 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@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
198+
uses: docker/setup-buildx-action@c7c4c00f3eef127be487a50899a220e44c6bcc87 # 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@5e57cd118135c172c3672efd75eb46360885c0ef # version: v3.6.0
213+
uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f # 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@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # version: v2.5.0
230+
uses: softprops/action-gh-release@78237c54eb15310cb292a15480c4be010be47aeb # version: v2.5.0
231231
with:
232232
body_path: _out/RELEASE_NOTES.md
233233
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@68e45239df848a78735310b597eb3b7a93b23426 # 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@68e45239df848a78735310b597eb3b7a93b23426 # 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@d6f8a33132340b15a7006f552936e4b9b39c00ec # 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax = docker/dockerfile-upstream:1.14.1-labs
1+
# syntax = docker/dockerfile-upstream:1.21.0-labs
22

33
# Meta args applied to stage base names.
44

@@ -56,7 +56,7 @@ RUN --mount=type=cache,target=/root/.cache --mount=type=cache,target=/tmp go tes
5656
FROM scratch AS unit-tests
5757
COPY --from=unit-tests-run /src/coverage.txt /coverage.txt
5858

59-
FROM --platform=${BUILDPLATFORM} alpine:3.21 AS release-build
59+
FROM --platform=${BUILDPLATFORM} alpine:3.23 AS release-build
6060
ADD https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv4.1.0/kustomize_v4.1.0_linux_amd64.tar.gz .
6161
RUN tar -xf kustomize_v4.1.0_linux_amd64.tar.gz -C /usr/local/bin && rm kustomize_v4.1.0_linux_amd64.tar.gz
6262
COPY ./config ./config

go.mod

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@ module github.com/siderolabs/cluster-api-control-plane-provider-talos
33
go 1.25.3
44

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

88
require (
99
github.com/coreos/go-semver v0.3.1
1010
github.com/go-logr/logr v1.4.3
1111
github.com/gobuffalo/flect v1.0.3
1212
github.com/google/uuid v1.6.0
13-
github.com/onsi/gomega v1.38.2
13+
github.com/onsi/gomega v1.39.0
1414
github.com/pkg/errors v0.9.1
1515
github.com/siderolabs/capi-utils v0.0.0-20251124160722-4ee8a1b7d4d0
1616
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
20+
github.com/siderolabs/talos/pkg/machinery v1.12.2
2121
github.com/spf13/pflag v1.0.10
2222
github.com/stretchr/testify v1.11.1
23-
golang.org/x/sync v0.18.0
24-
google.golang.org/grpc v1.76.0
25-
google.golang.org/protobuf v1.36.10
23+
golang.org/x/sync v0.19.0
24+
google.golang.org/grpc v1.78.0
25+
google.golang.org/protobuf v1.36.11
2626
gopkg.in/yaml.v3 v3.0.1
27-
k8s.io/api v0.32.3
28-
k8s.io/apiextensions-apiserver v0.32.3
29-
k8s.io/apimachinery v0.32.3
30-
k8s.io/apiserver v0.32.3
31-
k8s.io/client-go v0.32.3
32-
k8s.io/component-base v0.32.3
27+
k8s.io/api v0.35.0
28+
k8s.io/apiextensions-apiserver v0.35.0
29+
k8s.io/apimachinery v0.35.0
30+
k8s.io/apiserver v0.35.0
31+
k8s.io/client-go v0.35.0
32+
k8s.io/component-base v0.35.0
3333
k8s.io/klog/v2 v2.130.1
34-
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
35-
sigs.k8s.io/cluster-api v1.10.9
36-
sigs.k8s.io/controller-runtime v0.20.4
34+
k8s.io/utils 914a6e750570
35+
sigs.k8s.io/cluster-api v1.12.2
36+
sigs.k8s.io/controller-runtime v0.23.0
3737
)
3838

3939
require (

0 commit comments

Comments
 (0)