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

feat: exit early on invalid k8s version flag #210

Closed
wants to merge 9 commits into from

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    6ad5337 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Fix anchored link on Readme.md (yannh#205)

    The in page link to the CustomResourceDefinition (CRD) Support section is not working
    blackjid authored and yannh committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    c7cd7c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ec7dd0 View commit details
    Browse the repository at this point in the history
  3. fix: add missing output formats in error message (yannh#213)

    - Add missing 'junit' and 'pretty' output formats.
    - Use quotes vs. backticks around command name
    wyardley authored and yannh committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    ab35455 View commit details
    Browse the repository at this point in the history
  4. Update Readme.md

    yannh committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    fa3878a View commit details
    Browse the repository at this point in the history
  5. Fix yannh#130 in a backward-compatible way (yannh#219)

    This is an alternative way to fix yannh#130.
    Instead of changing the `group` variable content, this commit adds
    a new variable `fullgroup` that does not split the group components.
    
    With this, users can specify the filename format like:
    
        FILENAME_FORMAT='{fullgroup}-{version}-{kind}'
    ymmt2005 authored and yannh committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    81a74e3 View commit details
    Browse the repository at this point in the history
  6. Update Readme.md to add fullgroup explanation (yannh#220)

    This is a follow-up to yannh#219 to add a short description on how to use the `fullgroup` variable.
    ymmt2005 authored and yannh committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    a819ea1 View commit details
    Browse the repository at this point in the history
  7. Use TextVar instead

    yannh committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    0927e3b View commit details
    Browse the repository at this point in the history
  8. Fix acceptance test

    yannh committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    2df298d View commit details
    Browse the repository at this point in the history