Skip to content

Commit

Permalink
Upgrade wrangler to fix race condition and use resource version
Browse files Browse the repository at this point in the history
  • Loading branch information
aruiz14 committed Nov 10, 2023
1 parent 523e955 commit fba1260
Show file tree
Hide file tree
Showing 10 changed files with 75 additions and 83 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/rancher/fleet
go 1.19

// Use changes from https://github.com/aruiz14/wrangler/commits/v1.1.1-debug-1842
replace github.com/rancher/wrangler => github.com/aruiz14/wrangler v1.1.2-0.20231108100522-b20191ad7a9c
replace github.com/rancher/wrangler => github.com/aruiz14/wrangler v1.1.2-0.20231110113925-46de5facad2e

replace (
github.com/rancher/fleet/pkg/apis => ./pkg/apis
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmV
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
github.com/aruiz14/wrangler v1.1.2-0.20231108100522-b20191ad7a9c h1:QhX+jGL6PUClbp3a6ehVzSoN9RmWTt3O2nypN5AJEy8=
github.com/aruiz14/wrangler v1.1.2-0.20231108100522-b20191ad7a9c/go.mod h1:ioVbKupzcBOdzsl55MvEDN0R1wdGggj8iNCYGFI5JvM=
github.com/aruiz14/wrangler v1.1.2-0.20231110113925-46de5facad2e h1:ynnMBenEwXiti5AbVkqjwaGLtvaZ6fB8vf0zQqo0SA4=
github.com/aruiz14/wrangler v1.1.2-0.20231110113925-46de5facad2e/go.mod h1:ioVbKupzcBOdzsl55MvEDN0R1wdGggj8iNCYGFI5JvM=
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d h1:Byv0BzEl3/e6D5CLfI0j/7hiIEtvGVFPCZ7Ei2oq8iQ=
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw=
Expand Down
19 changes: 9 additions & 10 deletions pkg/generated/controllers/fleet.cattle.io/v1alpha1/bundle.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.

19 changes: 9 additions & 10 deletions pkg/generated/controllers/fleet.cattle.io/v1alpha1/cluster.go

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

19 changes: 9 additions & 10 deletions pkg/generated/controllers/fleet.cattle.io/v1alpha1/clustergroup.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.

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

Loading

0 comments on commit fba1260

Please sign in to comment.