Skip to content

Releases: deckhouse/k8s-image-availability-exporter

v0.8.0

05 Mar 20:09
976706b
Compare
Choose a tag to compare

What's Changed

Enhancements 🚀

  • Circumvent insecure secrets listing by @mowoe in #138
  • Add image-mirrors flag to provide image mirrors by @mirisu2 in #147

Dependency Updates ⬆️

Other Changes

New Contributors

Full Changelog: v0.7.0...v0.8.0

k8s-image-availability-exporter-0.13.0

05 Mar 20:18
4e1da71
Compare
Choose a tag to compare

Application for monitoring the cluster workloads image presence in a container registry.

k8s-image-availability-exporter-0.12.0

29 Feb 20:37
c91c704
Compare
Choose a tag to compare

Application for monitoring the cluster workloads image presence in a container registry.

v0.7.0

05 Feb 08:45
e6c1cd6
Compare
Choose a tag to compare

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

k8s-image-availability-exporter-0.11.0

05 Feb 09:49
53f7e65
Compare
Choose a tag to compare

Application for monitoring the cluster workloads image presence in a container registry.

v0.6.1

06 Jan 15:32
409dec7
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐛

Full Changelog: v0.6.0...v0.6.1

v0.6.0

06 Jan 10:53
bd1836c
Compare
Choose a tag to compare

What's Changed

Enhancements 🚀

Bug Fixes 🐛

Dependency Updates ⬆️

  • Bump golangci/golangci-lint-action from 3.4.0 to 3.7.0 by @dependabot in #79
  • Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 by @dependabot in #83
  • Bump docker/login-action from 2.1.0 to 3.0.0 by @dependabot in #78
  • Bump docker/build-push-action from 4.0.0 to 5.1.0 by @dependabot in #80
  • Bump actions/checkout from 3.5.2 to 4.1.1 by @dependabot in #81
  • Bump actions/setup-go from 4 to 5 by @dependabot in #77
  • Bump golang from 1.19-buster to 1.20-buster by @dependabot in #82
  • Bump sigs.k8s.io/controller-runtime from 0.14.4 to 0.16.3 by @dependabot in #84
  • Bump github.com/docker/docker from 20.10.20+incompatible to 20.10.27+incompatible by @dependabot in #88
  • Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible by @dependabot in #89
  • Bump github.com/prometheus/client_golang from 1.16.0 to 1.18.0 by @dependabot in #90
  • Bump docker/metadata-action from 4.4.0 to 5.4.0 by @dependabot in #92
  • Bump go-containerregistry 0.17 by @nabokihms in #98
  • Bump github.com/docker/docker from 24.0.0+incompatible to 24.0.7+incompatible by @dependabot in #99
  • Bump k8s.io/apimachinery from 0.26.1 to 0.29.0 by @dependabot in #86
  • Bump deque v0.2.1 by @nabokihms in #105
  • Bump all kube-dependencies to 0.29 by @nabokihms in #107

Other Changes

New Contributors

Full Changelog: v0.5.1...v0.6.0

k8s-image-availability-exporter-0.10.1

06 Jan 15:59
83f5bc4
Compare
Choose a tag to compare

Application for monitoring the cluster workloads image presence in a container registry.

k8s-image-availability-exporter-0.10.0

06 Jan 15:43
73598e3
Compare
Choose a tag to compare

Application for monitoring the cluster workloads image presence in a container registry.

k8s-image-availability-exporter-0.9.2

04 Jan 20:28
6530065
Compare
Choose a tag to compare

Application for monitoring the cluster workloads image presence in a container registry.