-
Notifications
You must be signed in to change notification settings - Fork 123
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
Conversation
I like it, small and nice improvement :) I might add a small acceptance test before merging this. |
The in page link to the CustomResourceDefinition (CRD) Support section is not working
* 196: qemu * 196: multi-arch; see also https://blog.devgenius.io/goreleaser-build-multi-arch-docker-images-8dd9a7903675
- Add missing 'junit' and 'pretty' output formats. - Use quotes vs. backticks around command name
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}'
This is a follow-up to yannh#219 to add a short description on how to use the `fullgroup` variable.
I realised it behaves slightly differently than when passing an incorrect -schema-location - in which case it doesn't print the help, and now I am trying to see if I can implement this using the new flags.TextVar which seems like it could provide an elegant solution, but I've not played with this before 🙈 |
Raaaah git be damned I guess I messed up somewhere when rebasing, sorry :( Can you check the last 2 commits and lmk what you think? |
LGTM, Thanks! |
merged #254 👍 |
Exit early if provided kubernetes version is not in expected format.
Resolves #119