Skip to content

v0.9.0

Compare
Choose a tag to compare
@dgrisonnet dgrisonnet released this 17 Aug 15:31
· 130 commits to master since this release
0a9c781

Changes since v0.8.4

All official images for releases after v0.8.4 are available in k8s.gcr.io/prometheus-adapter/prometheus-adapter:$VERSION. The project also maintains a staging registry where images for each commit from the master branch are published. You can use this registry if you need to test a version from a specific commit, or if you need to deploy a patch while waiting for a new release, but do note that the stability of these images is not guaranteed.

Images for versions v0.8.4 and prior are only available in unofficial registries:

Changes

  • Publish official images of prometheus-adapter to k8s.gcr.io and stop publishing to unofficial registries (@dgrisonnet)
  • Move module to sigs.k8s.io/prometheus-adapter (@dgrisonnet)

Improvements

  • Allow external metrics to be defined as namespaced: false (@carsonoid)
  • Support setting headers on requests to Prometheus (@discordianfish)
  • Propagate metric providers context (@dgrisonnet)
  • Update Kubernetes dependencies to v1.22 and golang version to v1.16 (@dgrisonnet)

Bug fixes

  • Prevent panics when prometheus-adapter can't get PodMetrics/NodeMetrics (@dgrisonnet)
  • Filter non-running pods (@dgrisonnet)
  • Prevent prometheus-adapter from returning negative resource metrics (@dgrisonnet)
  • Fix incorrect type used for openapi spec (@arajkumar)
  • Fix openapi spec for custom and external metrics types (@arajkumar)

Documentation

Clean-ups