Skip to content

Instantly share code, notes, and snippets.

@RafalSkolasinski
Created January 29, 2023 22:14
Show Gist options
  • Save RafalSkolasinski/1dba7163e5a6ff602f527d6be9258832 to your computer and use it in GitHub Desktop.
Save RafalSkolasinski/1dba7163e5a6ff602f527d6be9258832 to your computer and use it in GitHub Desktop.
List K3s versions from GH tags
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