Skip to content

Commit

Permalink
Merge pull request rancher#47549 from kinarashah/v283
Browse files Browse the repository at this point in the history
[v2.8] update rke to v1.5.14-rc.3
  • Loading branch information
kinarashah authored Oct 15, 2024
2 parents 2172146 + 76502a9 commit 5472063
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ require (
github.com/rancher/norman v0.0.0-20240206180703-6eda4bc94b4c
github.com/rancher/rancher/pkg/client v0.0.0
github.com/rancher/remotedialer v0.4.0
github.com/rancher/rke v1.5.14-rc.2
github.com/rancher/rke v1.5.14-rc.3
github.com/rancher/steve v0.0.0-20241004194751-1d54556fdd0b
github.com/rancher/system-upgrade-controller/pkg/apis v0.0.0-20240301001845-4eacc2dabbde
github.com/rancher/wrangler/v2 v2.1.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1545,8 +1545,8 @@ github.com/rancher/qase-go/client v0.0.0-20240308221502-c3b2635212be h1:+m6Jv5sA
github.com/rancher/qase-go/client v0.0.0-20240308221502-c3b2635212be/go.mod h1:NP3xboG+t2p+XMnrcrJ/L384Ki0Cp3Pww/X+vm5Jcy0=
github.com/rancher/remotedialer v0.4.0 h1:T9yC5bFMsZFVQ6rK0dNrRg6rRb6Zr/4vsig8S0IJ7ak=
github.com/rancher/remotedialer v0.4.0/go.mod h1:Ys004RpJuTLSm+k4aYUCoFiOOad37ubYev3TkOFg/5w=
github.com/rancher/rke v1.5.14-rc.2 h1:fPahxavkGSSqPGnf8aViLVlb/IEaZIA2Lz/v8/nZVPw=
github.com/rancher/rke v1.5.14-rc.2/go.mod h1:/z9oyKqYpFwgRBV9rfLxqUdjydz/VMCTcjld4uUt7uM=
github.com/rancher/rke v1.5.14-rc.3 h1:YvXWlMmm2hTWgZpLt9qJJLssJWxakAP8N1w6hgPtoB4=
github.com/rancher/rke v1.5.14-rc.3/go.mod h1:/z9oyKqYpFwgRBV9rfLxqUdjydz/VMCTcjld4uUt7uM=
github.com/rancher/shepherd v0.0.0-20241010215751-3a3ced82b562 h1:8nldDM7rYb7trx/hAVqLmFGDVBaaWLmExGffmihhruo=
github.com/rancher/shepherd v0.0.0-20241010215751-3a3ced82b562/go.mod h1:1TXkmbjCxMEp8Rzzw+ToyrhJYUGDC0lw6uXLe3Ie+M4=
github.com/rancher/steve v0.0.0-20241004194751-1d54556fdd0b h1:KEKYG23BZ3NdtpCB5R2xtm+B9zAn2yd8gQlbqqxy404=
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ require (
github.com/rancher/fleet/pkg/apis v0.9.6
github.com/rancher/gke-operator v1.2.5
github.com/rancher/norman v0.0.0-20240206180703-6eda4bc94b4c
github.com/rancher/rke v1.5.14-rc.2
github.com/rancher/rke v1.5.14-rc.3
github.com/rancher/wrangler/v2 v2.1.4
github.com/sirupsen/logrus v1.9.3
k8s.io/api v0.28.9
Expand Down
4 changes: 2 additions & 2 deletions pkg/apis/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ github.com/rancher/lasso v0.0.0-20240123150939-7055397d6dfa h1:eRhvQJjIpPxJunlS3
github.com/rancher/lasso v0.0.0-20240123150939-7055397d6dfa/go.mod h1:utdskbIL7kdVvPCUFPEJQDWJwPHGFpUCRfVkX2G2Xxg=
github.com/rancher/norman v0.0.0-20240206180703-6eda4bc94b4c h1:ayqZqJ4AYYVaZGlBztLBij81z/QRsSFbQfxs9bzA+Tg=
github.com/rancher/norman v0.0.0-20240206180703-6eda4bc94b4c/go.mod h1:WbNpu/HwChwKk54W0rWBdioxYVVZwVVz//UX84m/NvY=
github.com/rancher/rke v1.5.14-rc.2 h1:fPahxavkGSSqPGnf8aViLVlb/IEaZIA2Lz/v8/nZVPw=
github.com/rancher/rke v1.5.14-rc.2/go.mod h1:/z9oyKqYpFwgRBV9rfLxqUdjydz/VMCTcjld4uUt7uM=
github.com/rancher/rke v1.5.14-rc.3 h1:YvXWlMmm2hTWgZpLt9qJJLssJWxakAP8N1w6hgPtoB4=
github.com/rancher/rke v1.5.14-rc.3/go.mod h1:/z9oyKqYpFwgRBV9rfLxqUdjydz/VMCTcjld4uUt7uM=
github.com/rancher/wrangler/v2 v2.1.4 h1:ohov0i6A9dJHHO6sjfsH4Dqv93ZTdm5lIJVJdPzVdQc=
github.com/rancher/wrangler/v2 v2.1.4/go.mod h1:af5OaGU/COgreQh1mRbKiUI64draT2NN34uk+PALFY8=
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const (
AciNetworkProviderFieldDurationWaitForNetwork = "durationWaitForNetwork"
AciNetworkProviderFieldDynamicExternalSubnet = "externDynamic"
AciNetworkProviderFieldEnableEndpointSlice = "enableEndpointSlice"
AciNetworkProviderFieldEnableHppDirect = "enableHppDirect"
AciNetworkProviderFieldEnableOpflexAgentReconnect = "enableOpflexAgentReconnect"
AciNetworkProviderFieldEncapType = "encapType"
AciNetworkProviderFieldEpRegistry = "epRegistry"
Expand Down Expand Up @@ -70,6 +71,7 @@ const (
AciNetworkProviderFieldOpflexAgentOpflexAsyncjsonEnabled = "opflexAgentOpflexAsyncjsonEnabled"
AciNetworkProviderFieldOpflexAgentOvsAsyncjsonEnabled = "opflexAgentOvsAsyncjsonEnabled"
AciNetworkProviderFieldOpflexAgentPolicyRetryDelayTimer = "opflexAgentPolicyRetryDelayTimer"
AciNetworkProviderFieldOpflexAgentResetWaitDelay = "opflexAgentResetWaitDelay"
AciNetworkProviderFieldOpflexAgentStatistics = "opflexAgentStatistics"
AciNetworkProviderFieldOpflexClientSSL = "opflexClientSsl"
AciNetworkProviderFieldOpflexDeviceDeleteTimeout = "opflexDeviceDeleteTimeout"
Expand Down Expand Up @@ -152,6 +154,7 @@ type AciNetworkProvider struct {
DurationWaitForNetwork string `json:"durationWaitForNetwork,omitempty" yaml:"durationWaitForNetwork,omitempty"`
DynamicExternalSubnet string `json:"externDynamic,omitempty" yaml:"externDynamic,omitempty"`
EnableEndpointSlice string `json:"enableEndpointSlice,omitempty" yaml:"enableEndpointSlice,omitempty"`
EnableHppDirect string `json:"enableHppDirect,omitempty" yaml:"enableHppDirect,omitempty"`
EnableOpflexAgentReconnect string `json:"enableOpflexAgentReconnect,omitempty" yaml:"enableOpflexAgentReconnect,omitempty"`
EncapType string `json:"encapType,omitempty" yaml:"encapType,omitempty"`
EpRegistry string `json:"epRegistry,omitempty" yaml:"epRegistry,omitempty"`
Expand Down Expand Up @@ -189,6 +192,7 @@ type AciNetworkProvider struct {
OpflexAgentOpflexAsyncjsonEnabled string `json:"opflexAgentOpflexAsyncjsonEnabled,omitempty" yaml:"opflexAgentOpflexAsyncjsonEnabled,omitempty"`
OpflexAgentOvsAsyncjsonEnabled string `json:"opflexAgentOvsAsyncjsonEnabled,omitempty" yaml:"opflexAgentOvsAsyncjsonEnabled,omitempty"`
OpflexAgentPolicyRetryDelayTimer string `json:"opflexAgentPolicyRetryDelayTimer,omitempty" yaml:"opflexAgentPolicyRetryDelayTimer,omitempty"`
OpflexAgentResetWaitDelay string `json:"opflexAgentResetWaitDelay,omitempty" yaml:"opflexAgentResetWaitDelay,omitempty"`
OpflexAgentStatistics string `json:"opflexAgentStatistics,omitempty" yaml:"opflexAgentStatistics,omitempty"`
OpflexClientSSL string `json:"opflexClientSsl,omitempty" yaml:"opflexClientSsl,omitempty"`
OpflexDeviceDeleteTimeout string `json:"opflexDeviceDeleteTimeout,omitempty" yaml:"opflexDeviceDeleteTimeout,omitempty"`
Expand Down

0 comments on commit 5472063

Please sign in to comment.