Skip to content

Commit

Permalink
Upgrade hive apis in Train 22 (#815)
Browse files Browse the repository at this point in the history
Signed-off-by: xuezhaojun <[email protected]>
  • Loading branch information
xuezhaojun authored Dec 16, 2024
1 parent ee03c7c commit cbd279c
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 29 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/openshift/api v0.0.0-20240919193929-2669d1ebc910
github.com/openshift/build-machinery-go v0.0.0-20240419090851-af9c868bcf52
github.com/openshift/client-go v0.0.0-20240528061634-b054aa794d87
github.com/openshift/hive/apis v0.0.0-20241106173527-00f84cc1aaf6
github.com/openshift/hive/apis v0.0.0-20241211214914-af54e2fbd990
github.com/openshift/library-go v0.0.0-20240509114237-dc3020f4b513
github.com/prometheus/client_golang v1.19.1
github.com/prometheus/common v0.55.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ github.com/openshift/client-go v0.0.0-20240528061634-b054aa794d87 h1:JtLhaGpSEco
github.com/openshift/client-go v0.0.0-20240528061634-b054aa794d87/go.mod h1:3IPD4U0qyovZS4EFady2kqY32m8lGcbs/Wx+yprg9z8=
github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87 h1:cHyxR+Y8rAMT6m1jQCaYGRwikqahI0OjjUDhFNf3ySQ=
github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87/go.mod h1:DB/Mf2oTeiAmVVX1gN+NEqweonAPY0TKUwADizj8+ZA=
github.com/openshift/hive/apis v0.0.0-20241106173527-00f84cc1aaf6 h1:9KU60WXpu2XW65RXo4HdrYfeexGMlG04TUL0h1UjnWE=
github.com/openshift/hive/apis v0.0.0-20241106173527-00f84cc1aaf6/go.mod h1:sC+SHtUc3K2VPamSYSnSoHlLog/XM8TKc9vcN6roXHk=
github.com/openshift/hive/apis v0.0.0-20241211214914-af54e2fbd990 h1:jv9l6Szmles77hWSlDO4PiwejHF/Z21PS2otxcL2rKM=
github.com/openshift/hive/apis v0.0.0-20241211214914-af54e2fbd990/go.mod h1:sC+SHtUc3K2VPamSYSnSoHlLog/XM8TKc9vcN6roXHk=
github.com/openshift/library-go v0.0.0-20240509114237-dc3020f4b513 h1:kQZF/BIWYNfodsJXMezBknOTTqkhwaEURkr7D4tIYGs=
github.com/openshift/library-go v0.0.0-20240509114237-dc3020f4b513/go.mod h1:lFwyRj0XjUf25Da3Q00y+KuaxCWTJ6YzYPDX1+96nco=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions vendor/github.com/openshift/hive/apis/hive/v1/syncset_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ github.com/openshift/client-go/route/clientset/versioned/typed/route/v1/fake
# github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87
## explicit; go 1.12
github.com/openshift/custom-resource-status/conditions/v1
# github.com/openshift/hive/apis v0.0.0-20241106173527-00f84cc1aaf6
# github.com/openshift/hive/apis v0.0.0-20241211214914-af54e2fbd990
## explicit; go 1.22.0
github.com/openshift/hive/apis/hive/v1
github.com/openshift/hive/apis/hive/v1/agent
Expand Down

0 comments on commit cbd279c

Please sign in to comment.