{"id":20900718,"url":"https://github.com/invit/vcreport","last_synced_at":"2025-12-28T22:25:14.612Z","repository":{"id":72856351,"uuid":"371981804","full_name":"invit/vcreport","owner":"invit","description":"Display human readable report of version-checker metrics","archived":false,"fork":false,"pushed_at":"2021-05-29T14:51:20.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-19T13:16:16.988Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/invit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-29T13:36:01.000Z","updated_at":"2021-05-29T14:51:22.000Z","dependencies_parsed_at":"2023-02-26T20:45:24.821Z","dependency_job_id":null,"html_url":"https://github.com/invit/vcreport","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invit%2Fvcreport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invit%2Fvcreport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invit%2Fvcreport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invit%2Fvcreport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/invit","download_url":"https://codeload.github.com/invit/vcreport/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243287251,"owners_count":20267154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T11:21:55.577Z","updated_at":"2025-12-28T22:25:14.568Z","avatar_url":"https://github.com/invit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vcreport\n\n[![build](https://github.com/invit/vcreport/actions/workflows/build.yml/badge.svg)](https://github.com/invit/vcreport/actions/workflows/build.yml)\n\nCLI to display [version-checker](https://github.com/jetstack/version-checker) metrics in a human-readable way. \n\n## Installation\n\nDownloadable binaries are available from the [releases page](https://github.com/invit/vcreport/releases/latest).\n\n## Usage\n\n```\nUsage:\n  vcreport metrics-url [flags]\n\nFlags:\n  -a, --all       Show all images, not just outdated ones\n  -b, --brief     Just show images, but no pods\n  -h, --help      help for vcreport\n  -v, --version   version for vcreport\n```\n\n_metrics-url_ is the full URL to the metrics endpoint of version-checker.\n\n### Examples\n\n* Run locally\n\n```shell\n$ kubectl port-forward service/version-checker 8080:8080 --namespace=version-checker \u0026\n$ vcreport -a -b http://localhost:8080/metrics\n+----------------------------------------------------------+----------------------+\n|                          IMAGE                           |       VERSION        |\n+----------------------------------------------------------+----------------------+\n| some-vendor/image                                        | 2.0.0 \u003e 2.1.0        |\n+----------------------------------------------------------+----------------------+\n| quay.io/jetstack/version-checker                         | v0.2.1 (Up to date)  |\n+----------------------------------------------------------+----------------------+\n| redis                                                    | 6.2.2-alpine \u003e 6.2.3 |\n+----------------------------------------------------------+----------------------+\n| us.gcr.io/k8s-artifacts-prod/autoscaling/vpa-recommender | 0.9.2 (Up to date)   |\n+----------------------------------------------------------+----------------------+\n```\n\n* Run in Kubernetes cluster\n\n```shell\n$ kubectl run --namespace=version-checker -i --tty --rm vcreport --image=ghcr.io/invit/vcreport/vcreport:latest --restart=Never -- http://version-checker:8080/metrics\n+----------------------------------------------------------+----------------------+--------------------------------------+\n|                          IMAGE                           |       VERSION        |                 PODS                 |\n+----------------------------------------------------------+----------------------+--------------------------------------+\n| some-vendor/image                                        | 2.0.0 \u003e 2.1.0        | namespace/pod-1/container            |\n|                                                          |                      | namespace/pod-1/container            |\n+----------------------------------------------------------+----------------------+--------------------------------------+\n| redis                                                    | 6.2.2-alpine \u003e 6.2.3 | some-other-namespace/pod-1/container |\n+----------------------------------------------------------+----------------------+--------------------------------------+\npod \"vcreport\" deleted\n```\n\n## Build\n\nOn Linux:\n\n```\n$ git clone github.com/invit/vcreport \n$ cd vcreport\n$ make \n```\n\n## License\n\nvcreport is licensed under the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvit%2Fvcreport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finvit%2Fvcreport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvit%2Fvcreport/lists"}