Skip to content

Commit eb466c8

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

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
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: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@ go 1.25.0
44

55
// forked go-yaml that introduces RawYAML interface, which can be used to populate YAML fields using bytes
66
// which are then encoded as a valid YAML blocks with proper indentation
7-
replace gopkg.in/yaml.v3 => github.com/unix4ever/yaml v0.0.0-20220527175918-f17b0f05cf2c
7+
replace gopkg.in/yaml.v3 => github.com/unix4ever/yaml/v2 v2.4.0
88

99
replace (
10-
k8s.io/api => k8s.io/api v0.34.0
11-
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.34.0
12-
k8s.io/apimachinery => k8s.io/apimachinery v0.34.0
13-
k8s.io/client-go => k8s.io/client-go v0.34.0
14-
k8s.io/cloud-provider => k8s.io/cloud-provider v0.34.0
15-
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.34.0
16-
k8s.io/component-helpers => k8s.io/component-helpers v0.34.0
17-
k8s.io/controller-manager => k8s.io/controller-manager v0.34.0
18-
k8s.io/cri-api => k8s.io/cri-api v0.34.0
19-
k8s.io/cri-client => k8s.io/cri-client v0.34.0
20-
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.34.0
21-
k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.34.0
22-
k8s.io/endpointslice => k8s.io/endpointslice v0.34.0
23-
k8s.io/externaljwt => k8s.io/externaljwt v0.34.0
24-
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.34.0
25-
k8s.io/kubelet => k8s.io/kubelet v0.34.0
26-
k8s.io/mount-utils => k8s.io/mount-utils v0.34.0
27-
k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.34.0
10+
k8s.io/api => k8s.io/api v0.34.1
11+
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.34.1
12+
k8s.io/apimachinery => k8s.io/apimachinery v0.34.1
13+
k8s.io/client-go => k8s.io/client-go v0.34.1
14+
k8s.io/cloud-provider => k8s.io/cloud-provider v0.34.1
15+
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.34.1
16+
k8s.io/component-helpers => k8s.io/component-helpers v0.34.1
17+
k8s.io/controller-manager => k8s.io/controller-manager v0.34.1
18+
k8s.io/cri-api => k8s.io/cri-api v0.34.1
19+
k8s.io/cri-client => k8s.io/cri-client v0.34.1
20+
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.34.1
21+
k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.34.1
22+
k8s.io/endpointslice => k8s.io/endpointslice v0.34.1
23+
k8s.io/externaljwt => k8s.io/externaljwt v0.34.1
24+
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.34.1
25+
k8s.io/kubelet => k8s.io/kubelet v0.34.1
26+
k8s.io/mount-utils => k8s.io/mount-utils v0.34.1
27+
k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.34.1
2828
)
2929

3030
require (
@@ -33,50 +33,50 @@ require (
3333
github.com/cosi-project/runtime v1.11.0
3434
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2
3535
github.com/hashicorp/go-multierror v1.1.1
36-
github.com/jsimonetti/rtnetlink v1.4.2
36+
github.com/jsimonetti/rtnetlink/v2 v2.0.5
3737
github.com/jxskiss/base62 v1.1.0
3838
github.com/martinlindhe/base36 v1.1.1
3939
github.com/mdlayher/arp v0.0.0-20220512170110-6706a2966875
40-
github.com/mdlayher/ethtool v0.4.0
40+
github.com/mdlayher/ethtool v0.5.0
4141
github.com/mdlayher/genetlink v1.3.2
42-
github.com/mdlayher/netlink v1.7.3-0.20250113171957-fbb4dce95f42
43-
github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2
42+
github.com/mdlayher/netlink v1.8.0
43+
github.com/planetscale/vtprotobuf ba97887b0a25
4444
github.com/rs/xid v1.6.0
45-
github.com/safchain/ethtool v0.6.1
46-
github.com/siderolabs/crypto v0.6.3
45+
github.com/safchain/ethtool v0.6.2
46+
github.com/siderolabs/crypto v0.6.4
4747
github.com/siderolabs/discovery-api v0.1.6
48-
github.com/siderolabs/discovery-client v0.1.12
48+
github.com/siderolabs/discovery-client v0.1.13
4949
github.com/siderolabs/gen v0.8.5
50-
github.com/siderolabs/go-api-signature v0.3.7
50+
github.com/siderolabs/go-api-signature v0.3.8
5151
github.com/siderolabs/go-circular v0.2.3
5252
github.com/siderolabs/go-pointer v1.0.1
5353
github.com/siderolabs/go-procfs v0.1.2
5454
github.com/siderolabs/go-retry v0.3.3
5555
github.com/siderolabs/grpc-proxy v0.5.1
56-
github.com/siderolabs/image-factory v0.8.3
56+
github.com/siderolabs/image-factory v0.8.4
5757
github.com/siderolabs/net v0.4.0
58-
github.com/siderolabs/omni/client v0.51.0-beta.1.0.20250903122553-faf5432552c3
58+
github.com/siderolabs/omni/client v1.2.1
5959
github.com/siderolabs/siderolink v0.3.15
60-
github.com/siderolabs/talos/pkg/machinery v1.11.0
61-
github.com/spf13/cobra v1.9.1
60+
github.com/siderolabs/talos/pkg/machinery v1.11.2
61+
github.com/spf13/cobra v1.10.1
6262
github.com/stretchr/testify v1.11.1
6363
go.etcd.io/bbolt v1.4.3
64-
go.etcd.io/etcd/client/v3 v3.6.4
65-
go.etcd.io/etcd/server/v3 v3.6.4
64+
go.etcd.io/etcd/client/v3 v3.6.5
65+
go.etcd.io/etcd/server/v3 v3.6.5
6666
go.uber.org/multierr v1.11.0
6767
go.uber.org/zap v1.27.0
6868
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
69-
golang.org/x/sync v0.16.0
70-
golang.org/x/sys v0.35.0
71-
golang.org/x/time v0.12.0
69+
golang.org/x/sync v0.17.0
70+
golang.org/x/sys v0.36.0
71+
golang.org/x/time v0.13.0
7272
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10
73-
google.golang.org/grpc v1.75.0
74-
google.golang.org/protobuf v1.36.8
73+
google.golang.org/grpc v1.75.1
74+
google.golang.org/protobuf v1.36.10
7575
k8s.io/api v0.35.0-alpha.0
7676
k8s.io/apimachinery v0.35.0-alpha.0
77-
k8s.io/apiserver v0.34.0
78-
k8s.io/client-go v0.35.0-alpha.0
79-
k8s.io/kubernetes v1.34.0
77+
k8s.io/apiserver v0.34.1
78+
k8s.io/client-go v11.0.0+incompatible
79+
k8s.io/kubernetes v1.34.1
8080
)
8181

8282
require (

0 commit comments

Comments
 (0)