Skip to content

Commit

Permalink
Bump Steve
Browse files Browse the repository at this point in the history
This includes commits from the following PRs to address
issues in UI Server-Side Pagination:

rancher/steve#315 (add indexed fields)
rancher/steve#312 (add missing object information)

Signed-off-by: Silvio Moioli <[email protected]>
  • Loading branch information
moio committed Nov 4, 2024
1 parent 1d1065c commit 3f69c2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ require (
github.com/rancher/rancher/pkg/client v0.0.0
github.com/rancher/remotedialer v0.4.0
github.com/rancher/rke v1.6.4-rc.2
github.com/rancher/steve v0.0.0-20241029132717-6e30359c6523
github.com/rancher/steve v0.0.0-20241031174805-c4ebbe629ff1
github.com/rancher/system-upgrade-controller/pkg/apis v0.0.0-20240301001845-4eacc2dabbde
github.com/rancher/wrangler v1.1.2
github.com/rancher/wrangler/v3 v3.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1531,8 +1531,8 @@ github.com/rancher/rke v1.6.4-rc.2 h1:dukaj7FQi/n7BvajDdBFn81O9e22tOuz2513mUkh7C
github.com/rancher/rke v1.6.4-rc.2/go.mod h1:ZDmcz3aeBsuORheojvGRxUJQS6NKRcpLTPXoY5N2y4c=
github.com/rancher/shepherd v0.0.0-20241025145849-cd31916f9eda h1:rPb8bc4If6MGcNaoZRvP+cZrdTrvHT0e3JwzGeWC22s=
github.com/rancher/shepherd v0.0.0-20241025145849-cd31916f9eda/go.mod h1:zekxs8n6YwnsX1i58abObrkWDfdA9O3hV8wQATuS+8o=
github.com/rancher/steve v0.0.0-20241029132717-6e30359c6523 h1:IXIm7GJgaK1hLVhzynIRvN3HDuZnwgqWYrIpkW/2OQ0=
github.com/rancher/steve v0.0.0-20241029132717-6e30359c6523/go.mod h1:yCZnAK9NFEjhufrUfWsOSPGjXj5E3S8H5aUxSVzTRJY=
github.com/rancher/steve v0.0.0-20241031174805-c4ebbe629ff1 h1:yGFb/SEfXbZfVB9xRRGIpmJTYYuW3ytgYiFwvRS21Jo=
github.com/rancher/steve v0.0.0-20241031174805-c4ebbe629ff1/go.mod h1:yCZnAK9NFEjhufrUfWsOSPGjXj5E3S8H5aUxSVzTRJY=
github.com/rancher/system-upgrade-controller/pkg/apis v0.0.0-20240301001845-4eacc2dabbde h1:x5VZI/0TUx1MeZirh6e0OMAInhCmq6yRvD6897458Ng=
github.com/rancher/system-upgrade-controller/pkg/apis v0.0.0-20240301001845-4eacc2dabbde/go.mod h1:04o7UUy7ZFiMDEtHEjO1yS7IkO8TcsgjBl93Fcjq7Gg=
github.com/rancher/wrangler v1.1.2 h1:oXbXo9k7y/H4drUpb4RM1c++vT9O3rpoNEfyusGykiU=
Expand Down

0 comments on commit 3f69c2f

Please sign in to comment.