version-checker icon indicating copy to clipboard operation
version-checker copied to clipboard

Kubernetes utility for exposing image versions in use, compared to latest available upstream, as metrics.

Results 105 version-checker issues
Sort by recently updated
recently updated
newest added

In our use case we have many images and we'd like to be able to prioritize better. In order to sort by arbitrary priority, this PR adds a `priority` label...

In our use case we have many images and we'd like to be able to prioritize better. In order to sort by oldest image, this PR adds a `last_updated` label...

Bumps the github-actions group with 3 updates in the / directory: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action), [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `golangci/golangci-lint-action` from 6.1.0 to 6.1.1 Release notes Sourced from golangci/golangci-lint-action's releases. v6.1.1 What's Changed...

dependencies
github_actions

Bumps the go-dependencies group with 4 updates in the / directory: [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2), [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang), [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) and [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2). Updates `github.com/aws/aws-sdk-go-v2` from 1.31.0 to 1.32.2 Commits 0cbb5aa Release 2024-10-08 54c1dd6 Regenerated Clients 2cde144...

dependencies
go

This is an initial pass at adding e2e tests, and needs to be refactored to fit more with the structure of the repo. Most of the machinery is taken from...

**Describe the bug** Incorrect version is picked as latest. **To Reproduce** Steps to reproduce the behavior: 1. Deploy container with image `docker.io/bitnami/redis` with annotation `match-regex.version-checker.io/redis: ^7\.\d+\.\d+-debian-\d+-r\d+$` 3. The actual metric...

bug

**Describe the bug** If a pod has more than 1 container than there is only 1 metric reported **To Reproduce** Steps to reproduce the behavior: 1. Deploy a pod with...

bug

**Is your feature request related to a problem? Please describe.** In my-use case I find that version-checker reports most images as behind out of date (expected for now..), which means...

enhancement