Version Checker Versions Save

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

v0.3.2

7 months ago

What's Changed

Full Changelog: https://github.com/jetstack/version-checker/compare/v0.3.1...v0.3.2

v0.3.1

7 months ago

What's Changed

Full Changelog: https://github.com/jetstack/version-checker/compare/v0.3.0...v0.3.1

v0.3.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/jetstack/version-checker/compare/v0.2.6...v0.3.0

v0.2.6

10 months ago

v0.2.5

10 months ago

What's Changed

Full Changelog: https://github.com/jetstack/version-checker/compare/v0.2.2...v0.2.5

v0.2.4

11 months ago

What's Changed

Full Changelog: https://github.com/jetstack/version-checker/compare/v0.2.2...v0.2.4

v0.2.2

11 months ago

Manually generated Release

v0.2.1

3 years ago

This release contains a bug fix and some minor documentation/deployment changes:

  • Fix fallback (docker API) client image URL parsing, so now works out the box #54
  • Add kustomization to deployment method #51
  • Link to Preflight in README.md #50

Contributors :tada:

  • @rochacon
  • @charlieegan3

v0.2.0

3 years ago

This release adds a number of new features, and improves the image checking logic. The main points are:

  • Improves the cache handling of image checks to ensure we don't needlessly call a registry multiple times. #32
  • Log whether we are testing all containers by default or not. #34
  • Add support for Amazon's ECR. #38
  • Add named flags to command help output. #39
  • Add option for overriding the lookup URL of an image. #40
  • Adds support for selfhosted registries such as artifactory. Multiple registries can be configured. #41
  • Adds support for Azure's ACR #42

Contributors :tada:

  • @wiardvanrij
  • @zmarouf

v0.1.1

3 years ago

This release adds a number of bug fixes and improvements:

  • Properly handle image tags that contain versions and SHAs. Also properly handle pods updating in place, and re-scheduling #20
  • Make determining the client, and looking up the correct host less fragile #16
  • Enable the pkg/version package to be more importable by moving the garbage collector out of func New #18
  • Do not Warn when "Silently" falling back to SHA comparison. #12
  • Allow extra ServiceMonitor labels in the Helm chart #2
  • Various spelling mistakes in the README.md

Contributors :tada:

  • @rmetzler
  • @johanfleury
  • @Synehan