Skip to content

Commit 97f0ec2

Browse files
[release/v0.7] Sync webhook dependencies (#1043)
* Sync dependencies * Update go to 1.24 in Dockerfile.dapper --------- Co-authored-by: rancher-pr-and-push-webhook[bot] <181785884+rancher-pr-and-push-webhook[bot]@users.noreply.github.com> Co-authored-by: Tom Lebreux <[email protected]>
1 parent 5aba5c9 commit 97f0ec2

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

Dockerfile.dapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.suse.com/bci/golang:1.23
1+
FROM registry.suse.com/bci/golang:1.24
22

33
ARG DAPPER_HOST_ARCH
44
ENV ARCH $DAPPER_HOST_ARCH

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/rancher/webhook
22

3-
go 1.23.4
3+
go 1.24.0
44

5-
toolchain go1.23.6
5+
toolchain go1.24.6
66

77
replace (
88
github.com/rancher/rke => github.com/rancher/rke v1.8.4
@@ -44,8 +44,8 @@ require (
4444
github.com/gorilla/mux v1.8.1
4545
github.com/rancher/dynamiclistener v0.6.2
4646
github.com/rancher/lasso v0.2.2
47-
github.com/rancher/rancher/pkg/apis v0.0.0-20250723154624-7a1c8fb1a3da
48-
github.com/rancher/rke v1.8.5-rc.2
47+
github.com/rancher/rancher/pkg/apis v0.0.0-20250821052120-92c1d050c17c
48+
github.com/rancher/rke v1.8.5
4949
github.com/rancher/wrangler/v3 v3.2.1
5050
github.com/robfig/cron v1.2.0
5151
github.com/sirupsen/logrus v1.9.3
@@ -61,7 +61,7 @@ require (
6161
k8s.io/pod-security-admission v0.32.1
6262
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979
6363
sigs.k8s.io/controller-runtime v0.19.7
64-
sigs.k8s.io/yaml v1.5.0
64+
sigs.k8s.io/yaml v1.6.0
6565
)
6666

6767
require (
@@ -115,10 +115,10 @@ require (
115115
github.com/prometheus/client_model v0.6.1 // indirect
116116
github.com/prometheus/common v0.55.0 // indirect
117117
github.com/prometheus/procfs v0.15.1 // indirect
118-
github.com/rancher/aks-operator v1.11.4 // indirect
119-
github.com/rancher/eks-operator v1.11.4 // indirect
118+
github.com/rancher/aks-operator v1.11.5 // indirect
119+
github.com/rancher/eks-operator v1.11.5 // indirect
120120
github.com/rancher/fleet/pkg/apis v0.12.3 // indirect
121-
github.com/rancher/gke-operator v1.11.4 // indirect
121+
github.com/rancher/gke-operator v1.11.5 // indirect
122122
github.com/rancher/norman v0.5.2 // indirect
123123
github.com/spf13/cobra v1.8.1 // indirect
124124
github.com/spf13/pflag v1.0.5 // indirect
@@ -153,7 +153,7 @@ require (
153153
google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a // indirect
154154
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
155155
google.golang.org/grpc v1.70.0 // indirect
156-
google.golang.org/protobuf v1.36.5 // indirect
156+
google.golang.org/protobuf v1.36.6 // indirect
157157
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
158158
gopkg.in/inf.v0 v0.9.1 // indirect
159159
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect

go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
152152
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
153153
github.com/onsi/ginkgo/v2 v2.23.4 h1:ktYTpKJAVZnDT4VjxSbiBenUjmlL/5QkBEocaWXiQus=
154154
github.com/onsi/ginkgo/v2 v2.23.4/go.mod h1:Bt66ApGPBFzHyR+JO10Zbt0Gsp4uWxu5mIOTusL46e8=
155-
github.com/onsi/gomega v1.37.0 h1:CdEG8g0S133B4OswTDC/5XPSzE1OeP29QOioj2PID2Y=
156-
github.com/onsi/gomega v1.37.0/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
155+
github.com/onsi/gomega v1.38.0 h1:c/WX+w8SLAinvuKKQFh77WEucCnPk4j2OTUr7lt7BeY=
156+
github.com/onsi/gomega v1.38.0/go.mod h1:OcXcwId0b9QsE7Y49u+BTrL4IdKOBOKnD6VQNTJEB6o=
157157
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
158158
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
159159
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
@@ -169,22 +169,22 @@ github.com/prometheus/common v0.55.0 h1:KEi6DK7lXW/m7Ig5i47x0vRzuBsHuvJdi5ee6Y3G
169169
github.com/prometheus/common v0.55.0/go.mod h1:2SECS4xJG1kd8XF9IcM1gMX6510RAEL65zxzNImwdc8=
170170
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=
171171
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
172-
github.com/rancher/aks-operator v1.11.4 h1:He5vpBLqQa88vxtMC+WZzxU6Or7d+qBzq5J12HxwNC0=
173-
github.com/rancher/aks-operator v1.11.4/go.mod h1:bff7qqT9PhYhR6fvDhLWzWsr5W9+ITwFdNBDiFUB4sY=
172+
github.com/rancher/aks-operator v1.11.5 h1:gh7Pqj5XRWgaMgG8leIOdH27Te0tZfeTqvN3T5yrmgA=
173+
github.com/rancher/aks-operator v1.11.5/go.mod h1:e7oHz3LJzRIkZkWrETHL7njW2Gi/t0TVL/4bVdSUgdw=
174174
github.com/rancher/dynamiclistener v0.6.2 h1:F0SEJhvO2aFe0eTvKGlQoy5x7HtwK8oJbyITVfBSb90=
175175
github.com/rancher/dynamiclistener v0.6.2/go.mod h1:ncmVR7qR8kR1o6xNkTcVS2mZ9WtlljimBilIlNjdyzc=
176-
github.com/rancher/eks-operator v1.11.4 h1:iFHTEz+DicP7lEK8+2eoMkHvrGvtxPVeSPanOK7+Si4=
177-
github.com/rancher/eks-operator v1.11.4/go.mod h1:3Euuu2XqQ+Dsq4j1AwCIyUqfvoLAyeC0kb/lBzxfIqU=
176+
github.com/rancher/eks-operator v1.11.5 h1:zGJ+KThdCeJC53qammy5fybIRD/AyQpVfapNkmaitTk=
177+
github.com/rancher/eks-operator v1.11.5/go.mod h1:PZmlPg9zjrRq4NUrZ0fdoTqKES+BUuDvPxRil5QF100=
178178
github.com/rancher/fleet/pkg/apis v0.12.3 h1:GMO3V0AK+V5BmuTMH7EPrL3QcrgFWUItEQCqPj1zNZQ=
179179
github.com/rancher/fleet/pkg/apis v0.12.3/go.mod h1:KAjRE0EDXanNiohC/OQyeQvxBmGqIX+yh/Y1kSF4OyE=
180-
github.com/rancher/gke-operator v1.11.4 h1:lVybuOJvfjcMIlbh264qry6DY0HM3ApawxeSG/wCJCY=
181-
github.com/rancher/gke-operator v1.11.4/go.mod h1:99iAcilk/BeG+RTz+WwoDv8H9IwunNOU+t82zNvKA5k=
180+
github.com/rancher/gke-operator v1.11.5 h1:jr5qmuXaB8R7O9qQUbc2KooPFJxa+B42bzH3qlmaAkI=
181+
github.com/rancher/gke-operator v1.11.5/go.mod h1:5WV0QK5S9dQnnzc0VclwJ7n6xFTcBL/anZoahx4YzrQ=
182182
github.com/rancher/lasso v0.2.2 h1:oKP5d4+eSupwHftLMTWo6QS1tYYZ5XK+ZjP+VNhwmk8=
183183
github.com/rancher/lasso v0.2.2/go.mod h1:KSV3jBXfdXqdCuMm2uC8kKB9q/wuDYb3h0eHZoRjShM=
184184
github.com/rancher/norman v0.5.2 h1:rwUKZ0QeVKJEtznhRdNQUMJtKjSoLYbFuPQGXm6xTxw=
185185
github.com/rancher/norman v0.5.2/go.mod h1:lDO9ylAYBwch9FiYyuuWlYd7+IxgRgh0ioDJBweC7t4=
186-
github.com/rancher/rancher/pkg/apis v0.0.0-20250723154624-7a1c8fb1a3da h1:nh8SY3DaTmUTOOMyXYFi8UVjUpafDPlwMm/mw3qsgZI=
187-
github.com/rancher/rancher/pkg/apis v0.0.0-20250723154624-7a1c8fb1a3da/go.mod h1:RZNrvLoMY81McXv9LD5aP5utOBHTxrV/1xNinhzGqIE=
186+
github.com/rancher/rancher/pkg/apis v0.0.0-20250821052120-92c1d050c17c h1:AQC09AnFszHF1wN+sjqTxO3LW+kA/R7UWgax8ID+jnk=
187+
github.com/rancher/rancher/pkg/apis v0.0.0-20250821052120-92c1d050c17c/go.mod h1:vpYFO2/R6ec2c5+BHzXWmfYxQmg9hRv6JCCZ7tvKKjk=
188188
github.com/rancher/rke v1.8.4 h1:BXcHJ6nkxpoIaaagFXvSbwW3S2AW4Jx4ruYZ53bl9tE=
189189
github.com/rancher/rke v1.8.4/go.mod h1:EaAkq796bgmmx/s15Xz0TvCkBOfepMOqO8tFockOmis=
190190
github.com/rancher/wrangler/v3 v3.2.1 h1:V51PnoGb8bZ5jJdxFlqKQApzWdSp4sEy5OPGuEGqVbI=
@@ -392,8 +392,8 @@ google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 h1:
392392
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6/go.mod h1:8BS3B93F/U1juMFq9+EDk+qOT5CO1R9IzXxG3PTqiRk=
393393
google.golang.org/grpc v1.70.0 h1:pWFv03aZoHzlRKHWicjsZytKAiYCtNS0dHbXnIdq7jQ=
394394
google.golang.org/grpc v1.70.0/go.mod h1:ofIJqVKDXx/JiXrwr2IG4/zwdH9txy3IlF40RmcJSQw=
395-
google.golang.org/protobuf v1.36.5 h1:tPhr+woSbjfYvY6/GPufUoYizxw1cF/yFoxJ2fmpwlM=
396-
google.golang.org/protobuf v1.36.5/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
395+
google.golang.org/protobuf v1.36.6 h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=
396+
google.golang.org/protobuf v1.36.6/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY=
397397
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
398398
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
399399
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
@@ -464,5 +464,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.4.3 h1:sCP7Vv3xx/CWIuTPVN38lUPx0uw0lcLfz
464464
sigs.k8s.io/structured-merge-diff/v4 v4.4.3/go.mod h1:N8f93tFZh9U6vpxwRArLiikrE5/2tiu1w1AGfACIGE4=
465465
sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
466466
sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY=
467-
sigs.k8s.io/yaml v1.5.0 h1:M10b2U7aEUY6hRtU870n2VTPgR5RZiL/I6Lcc2F4NUQ=
468-
sigs.k8s.io/yaml v1.5.0/go.mod h1:wZs27Rbxoai4C0f8/9urLZtZtF3avA3gKvGyPdDqTO4=
467+
sigs.k8s.io/yaml v1.6.0 h1:G8fkbMSAFqgEFgh4b1wmtzDnioxFCUgTZhlbj5P9QYs=
468+
sigs.k8s.io/yaml v1.6.0/go.mod h1:796bPqUfzR/0jLAl6XjHl3Ck7MiyVv8dbTdyT3/pMf4=

0 commit comments

Comments
 (0)