github deckhouse/k8s-image-availability-exporter v0.7.0

latest releases: v0.13.0, v0.12.0, k8s-image-availability-exporter-0.17.0...
19 months ago

Breaking changes!

In the release v0.7.0, the semantics of metrics naming were changed.

The motivation for this is to be able to query all image availability metrics with a single query without using cumbersome name regexps.

Previous New
k8s_image_availability_exporter_deployment_available{deployment="nginx"} k8s_image_availability_exporter_available{kind="deployment", name="nginx"}
k8s_image_availability_exporter_statefulset_available{statefulset="mysql"} k8s_image_availability_exporter_available{kind="statefulset", name="mysql"}
k8s_image_availability_exporter_daemonset_available{daemonset="flannel"} k8s_image_availability_exporter_available{kind="daemonset", name="flannel"}
k8s_image_availability_exporter_cronjob_available{crontjob="migration"} k8s_image_availability_exporter_available{kind="cronjob", name="migration"}

What's Changed

Enhancements 🚀

  • Change app version to v0.6.1 in the chart by @nabokihms in #109
  • Add volume mounts to the chart by @nabokihms in #111
  • Add option to force image check for disabled/suspended workloads by @verdel in #75
  • Use labels instead of separate metrics by @tony2001 in #127

Bug Fixes 🐛

  • Fix capath flag. Use SystemCertPool by @asviel in #128

Dependency Updates ⬆️

Other Changes

New Contributors

Full Changelog: v0.6.1...v0.7.0

Don't miss a new k8s-image-availability-exporter release

NewReleases is sending notifications on new releases.