Created
January 29, 2023 22:14
-
-
Save RafalSkolasinski/1dba7163e5a6ff602f527d6be9258832 to your computer and use it in GitHub Desktop.
List K3s versions from GH tags
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gh api --paginate -H "Accept: application/vnd.github.v3+json" /repos/k3s-io/k3s/tags --jq .[].name | grep v1.22 | head |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment