frameworkcontroller icon indicating copy to clipboard operation
frameworkcontroller copied to clipboard

Upgrade dep moduels to 0.24.0

Open zmvictor opened this issue 3 years ago • 0 comments

Changes

  • upgrade core modules to 0.24.0
  • fix bug in codegen script: run codegen right after deleting the stale generated files, otherwise dep update will fail due to required pkg is deleted
  • update clientset in frameworkcontroller repo to use new interfaces
  • update docker file

Tests

$ ./hack/update-all.sh
$ ./build/frameworkcontroller/go-build.sh
$ ./build/frameworkcontroller/docker-build.sh
$ ./build/frameworkbarrier/go-build.sh
$ ./build/frameworkbarrier/docker-build.sh

zmvictor avatar May 18 '22 19:05 zmvictor