Skip to content

Instantly share code, notes, and snippets.

@imjasonh
Created January 28, 2022 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imjasonh/adabc06387e90330dba9882760a49987 to your computer and use it in GitHub Desktop.
Save imjasonh/adabc06387e90330dba9882760a49987 to your computer and use it in GitHub Desktop.
Tekton Pipelines release download counts
$ curl -s https://api.github.com/repos/tektoncd/pipeline/releases\?count\=1000 | jq -r '.[].assets[] | "\(.browser_download_url)\t\(.download_count)"' | grep release.yaml | sort
https://github.com/tektoncd/pipeline/releases/download/v0.17.3/release.yaml 79
https://github.com/tektoncd/pipeline/releases/download/v0.18.0/release.yaml 319
https://github.com/tektoncd/pipeline/releases/download/v0.18.1/release.yaml 620
https://github.com/tektoncd/pipeline/releases/download/v0.19.0/release.yaml 4831
https://github.com/tektoncd/pipeline/releases/download/v0.20.0/release.yaml 171
https://github.com/tektoncd/pipeline/releases/download/v0.20.1/release.yaml 1994
https://github.com/tektoncd/pipeline/releases/download/v0.21.0/release.yaml 1093
https://github.com/tektoncd/pipeline/releases/download/v0.22.0/release.yaml 603
https://github.com/tektoncd/pipeline/releases/download/v0.23.0/release.yaml 28028
https://github.com/tektoncd/pipeline/releases/download/v0.24.0/release.yaml 43
https://github.com/tektoncd/pipeline/releases/download/v0.24.1/release.yaml 2209
https://github.com/tektoncd/pipeline/releases/download/v0.24.2/release.yaml 378
https://github.com/tektoncd/pipeline/releases/download/v0.24.3/release.yaml 662
https://github.com/tektoncd/pipeline/releases/download/v0.25.0/release.yaml 5104
https://github.com/tektoncd/pipeline/releases/download/v0.26.0/release.yaml 61943
https://github.com/tektoncd/pipeline/releases/download/v0.27.0/release.yaml 74
https://github.com/tektoncd/pipeline/releases/download/v0.27.1/release.yaml 2406
https://github.com/tektoncd/pipeline/releases/download/v0.27.2/release.yaml 101
https://github.com/tektoncd/pipeline/releases/download/v0.27.3/release.yaml 642
https://github.com/tektoncd/pipeline/releases/download/v0.28.0/release.yaml 67
https://github.com/tektoncd/pipeline/releases/download/v0.28.1/release.yaml 1132
https://github.com/tektoncd/pipeline/releases/download/v0.28.2/release.yaml 54
https://github.com/tektoncd/pipeline/releases/download/v0.29.0/release.yaml 10876
https://github.com/tektoncd/pipeline/releases/download/v0.29.1/release.yaml 1
https://github.com/tektoncd/pipeline/releases/download/v0.30.0/release.yaml 982
https://github.com/tektoncd/pipeline/releases/download/v0.30.1/release.yaml 1
https://github.com/tektoncd/pipeline/releases/download/v0.31.0/release.yaml 4392
https://github.com/tektoncd/pipeline/releases/download/v0.31.1/release.yaml 1
https://github.com/tektoncd/pipeline/releases/download/v0.32.0/release.yaml 161
https://github.com/tektoncd/pipeline/releases/download/v0.32.1/release.yaml 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment