mirror of
https://gitee.com/rancher/rancher.git
synced 2025-12-06 07:49:17 +08:00
UnRC remotedialer-proxy (#52874)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
webhookVersion: 108.0.0+up0.9.0-rc.14
|
||||
remoteDialerProxyVersion: 106.0.2+up0.6.0-rc.4
|
||||
remoteDialerProxyVersion: 106.0.2+up0.6.0
|
||||
provisioningCAPIVersion: 108.0.0+up0.9.0
|
||||
turtlesVersion: 108.0.0+up0.25.0-rc.4
|
||||
cspAdapterMinVersion: 108.0.0+up8.0.0
|
||||
|
||||
6
go.mod
6
go.mod
@@ -119,7 +119,7 @@ require (
|
||||
github.com/rancher/ali-operator v1.13.0-rc.2
|
||||
github.com/rancher/apiserver v0.8.0
|
||||
github.com/rancher/channelserver v0.7.0
|
||||
github.com/rancher/dynamiclistener v0.7.3-rc.1
|
||||
github.com/rancher/dynamiclistener v0.7.3
|
||||
github.com/rancher/eks-operator v1.13.0-rc.4
|
||||
github.com/rancher/fleet/pkg/apis v0.14.0-rc.1
|
||||
github.com/rancher/gke-operator v1.13.0-rc.3
|
||||
@@ -130,8 +130,8 @@ require (
|
||||
github.com/rancher/muchang v0.1.0
|
||||
github.com/rancher/norman v0.8.0
|
||||
github.com/rancher/rancher/pkg/client v0.0.0
|
||||
github.com/rancher/remotedialer v0.6.0-rc.1
|
||||
github.com/rancher/remotedialer-proxy v0.6.0-rc.4
|
||||
github.com/rancher/remotedialer v0.6.0
|
||||
github.com/rancher/remotedialer-proxy v0.6.0
|
||||
github.com/rancher/rke v1.8.0
|
||||
github.com/rancher/shepherd v0.0.0-20251111151559-050d62ead063
|
||||
github.com/rancher/steve v0.8.0
|
||||
|
||||
12
go.sum
12
go.sum
@@ -581,8 +581,8 @@ github.com/rancher/apiserver v0.8.0 h1:yCXsCa67X/Y///NKJ/pq6pv6wmt3hq/OIzBaIna2g
|
||||
github.com/rancher/apiserver v0.8.0/go.mod h1:Wb+Z8ktNyIuqt9hw30geFBQFJQucWTqgu6trxxMtcyM=
|
||||
github.com/rancher/channelserver v0.7.0 h1:ZN5o8aD4mD31uhjEEW2e9yQXa3eOb+4Cp6DcWm7W/Lc=
|
||||
github.com/rancher/channelserver v0.7.0/go.mod h1:Mwd7hlMSu9X4FnZKj+0mA5ak8nTyJZtZsVX33G62Gzc=
|
||||
github.com/rancher/dynamiclistener v0.7.3-rc.1 h1:F4Et+TaL8RcXTdTvJKuj6OL5Gg1I1IWJNyBVgKc5E0o=
|
||||
github.com/rancher/dynamiclistener v0.7.3-rc.1/go.mod h1:++39p1G3pz0N7yRzvZsjc+5x4l0cMUi2jo49Fy+IbCE=
|
||||
github.com/rancher/dynamiclistener v0.7.3 h1:IM3hHWu53KsV+mcaSXsHmeoBNsJdg5TujgQwVd0rwZg=
|
||||
github.com/rancher/dynamiclistener v0.7.3/go.mod h1:++39p1G3pz0N7yRzvZsjc+5x4l0cMUi2jo49Fy+IbCE=
|
||||
github.com/rancher/eks-operator v1.13.0-rc.4 h1:XowN8+m3QZTIBOBLzar4frtz0xtREb9kcX6KXhF4eas=
|
||||
github.com/rancher/eks-operator v1.13.0-rc.4/go.mod h1:SbaKX2ttFWCxGOYkrKYeWH/6E4oToq2rRTcrMa2Mmdk=
|
||||
github.com/rancher/fleet/pkg/apis v0.14.0-rc.1 h1:ZsDc25j4/iuKJ8DhxaOSnHdqOskRRe7QxJAdD9HBn28=
|
||||
@@ -605,10 +605,10 @@ github.com/rancher/muchang v0.1.0 h1:Yuu3b7eFRqnnbp6qbLsP/5SY3IKGDj2mUUTzy4AiUVw
|
||||
github.com/rancher/muchang v0.1.0/go.mod h1:sVg6mngaaZIpSegx/I79rymxm7n5gbI8j5PeoVoIONs=
|
||||
github.com/rancher/norman v0.8.0 h1://ZSe+B53cMgPNAbR7QBhzvIfWBxR4KaPWTKqG+g+O4=
|
||||
github.com/rancher/norman v0.8.0/go.mod h1:vZ5qL+eKodJ7zOMQYdl6jwMrSFrqTKpA+KYSFEKew2M=
|
||||
github.com/rancher/remotedialer v0.6.0-rc.1 h1:HMwcJjjT4irqM+d++jPcpjoNfhPCaxoHIyPzdpghZhE=
|
||||
github.com/rancher/remotedialer v0.6.0-rc.1/go.mod h1:CW6Q8F8IESN05/yl48OSwhVi54nDwVQQriV16zAiGkg=
|
||||
github.com/rancher/remotedialer-proxy v0.6.0-rc.4 h1:zJgM+VaqhDrUSHawM0mPA+QDZjz721kVOa6AezQuf08=
|
||||
github.com/rancher/remotedialer-proxy v0.6.0-rc.4/go.mod h1:n/HDpqdCqyE0+3nRMvKddTI9fJi+wvL79gjTnY7hqAY=
|
||||
github.com/rancher/remotedialer v0.6.0 h1:fUDO3SUuIKuwAz3a+ofARNthzX4xOTispknKk2AGSck=
|
||||
github.com/rancher/remotedialer v0.6.0/go.mod h1:CW6Q8F8IESN05/yl48OSwhVi54nDwVQQriV16zAiGkg=
|
||||
github.com/rancher/remotedialer-proxy v0.6.0 h1:hSP0o2J+htXApP4ybr5g0qyA5aK2RtIyY3yNhANx4mY=
|
||||
github.com/rancher/remotedialer-proxy v0.6.0/go.mod h1:ADNosdEvW29EfTN+QNgN4+eYeakhkFLPdba3GQbldkw=
|
||||
github.com/rancher/rke v1.8.0 h1:87jeoOccnnNCq27YgWgMh4o0GVrrVKbw+zfo+cHMZlo=
|
||||
github.com/rancher/rke v1.8.0/go.mod h1:x9N1abruzDFMwTpqq2cnaDYpKCptlNoW8VraNWB6Pc4=
|
||||
github.com/rancher/saml v0.4.14-rancher3 h1:2NN6cPqm9FJeiT25x8+gLHWGdulsEak33cHRkGaJ5v0=
|
||||
|
||||
@@ -9,7 +9,7 @@ const (
|
||||
DefaultShellVersion = "rancher/shell:v0.6.0-rc.1"
|
||||
FleetVersion = "108.0.0+up0.14.0-rc.1"
|
||||
ProvisioningCAPIVersion = "108.0.0+up0.9.0"
|
||||
RemoteDialerProxyVersion = "106.0.2+up0.6.0-rc.4"
|
||||
RemoteDialerProxyVersion = "106.0.2+up0.6.0"
|
||||
TurtlesVersion = "108.0.0+up0.25.0-rc.4"
|
||||
WebhookVersion = "108.0.0+up0.9.0-rc.14"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user