Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-1.6] 🌱 Refactor how tools are built to align with CAPI and get rid of tools go.mod #2095

Merged

Commits on Jul 26, 2023

  1. Remove go module in hack/tools and align to core CAPI with regards to…

    … tools installation.
    
    * Uses hack/go-install.sh to install:
      * setup-envtest
      * conversion-gen
      * go-apidiff
      * ginkgo
      * kind
    * Uses hack/go-tools-build.sh to install:
      * conversion-verifier
      * release-notes
    * Adjusts help display function to core CAPI
    * Reorders definitions in Makefile to improve comparability to core CAPI Makefile
    * Implements hack/go-tools-build.sh to install binaries from sigs.k8s.io/cluster-api/hack/tools/...
    * Removes Makefile and go module in hack/tools
    chrischdi committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f1585b7 View commit details
    Browse the repository at this point in the history