Skip to content

Commit 5ab169b

Browse files
chore: update dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d7036d commit 5ab169b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.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@v9.1.0
18+
uses: actions/stale@v10.0.0
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"

go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ module github.com/siderolabs/capi-utils
33
go 1.24.0
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 (
9-
github.com/siderolabs/go-debug v0.5.0
9+
github.com/siderolabs/go-debug v0.6.0
1010
github.com/siderolabs/go-retry v0.3.3
11-
github.com/siderolabs/talos/pkg/machinery v1.11.0-beta.2
12-
github.com/spf13/cobra v1.9.1
13-
github.com/spf13/viper v1.20.1
14-
google.golang.org/grpc v1.74.2
15-
k8s.io/api v0.32.3
16-
k8s.io/apimachinery v0.32.3
17-
k8s.io/client-go v0.32.3
18-
sigs.k8s.io/cluster-api v1.10.4
19-
sigs.k8s.io/controller-runtime v0.20.4
11+
github.com/siderolabs/talos/pkg/machinery v1.11.1
12+
github.com/spf13/cobra v1.10.1
13+
github.com/spf13/viper v1.21.0
14+
google.golang.org/grpc v1.75.1
15+
k8s.io/api v0.34.1
16+
k8s.io/apimachinery v0.34.1
17+
k8s.io/client-go v0.34.1
18+
sigs.k8s.io/cluster-api v1.11.1
19+
sigs.k8s.io/controller-runtime v0.22.1
2020
)
2121

2222
require (

0 commit comments

Comments
 (0)