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

✨ add version check for makefile template tools #3077

Merged
merged 3 commits into from
Nov 16, 2022

Commits on Nov 16, 2022

  1. add version check for makefile template tools

    Prevent running controller-gen and kustomize commands with a version that does
    not match the one specified in the corresponding CONTROLLER_TOOLS_VERSION or 
    KUSTOMIZE_VERSION vars
    
    Addresses kubernetes-sigs#3068
    Eduardo M Coria committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    34265c2 View commit details
    Browse the repository at this point in the history
  2. Update makefile target descriptions

    * Updated descriptions for `kustomize` and `controller-gen` targets.
    * Reformatted `controller-gen` recipe to reduce line length
    
    Signed-off-by: Eduardo Coria <emcoria@us.ibm.com>
    Eduardo M Coria committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    015593b View commit details
    Browse the repository at this point in the history
  3. update makefile samples

    Signed-off-by: Eduardo Coria <emcoria@us.ibm.com>
    Eduardo Coria committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    a7d5a93 View commit details
    Browse the repository at this point in the history