version-checker
version-checker copied to clipboard
Kubernetes utility for exposing image versions in use, compared to latest available upstream, as metrics.
This makes it possible to configure the credentials used by the fallback OCI client.
**Describe the bug** When running version-checker v0.9.0 or v0.9.1 against Docker Hub without authentication, tag enumeration stops as soon as a 429 Too Many Requests is returned. The process enters...
**Describe the bug** Program crashes if there is no tag's in one repository. **To Reproduce** Steps to reproduce the behavior: 1. Deploy container with image '0.9.2 2. See error ```...
**Describe the bug** The version checker does not pick up the latest image tag from ACR. By default, it picks the highest number in ACR as the latest one (first...
This was initially started in bringing OS/Arch Support to version-checker, but as things progressed. I releasied that whilst it would be nice and efficient if we only returned Tags that...
This change introduces a kubernetes version checking ability, it uses the official k8s channels .txt file and defaults to "stable" for its release channel, this can be overriden with a...
In our use case we are mirroring external/public images (e.g. from DockerHub) to our own private container registry, so we don't have to rely on availability and rate limiting. But...
**Is your feature request related to a problem? Please describe.** Whilst we expose metrics for the latest container images, engineers may need or what to know if and when the...
**Is your feature request related to a problem? Please describe.** An engineer may want to know that a new version of kubernetes has been released and if they are on...