Kube Metrics Adapter Versions Save

General purpose metrics adapter for Kubernetes HPA metrics

v0.2.2

5 months ago

What's Changed

  • Add support for scaling based on Nakadi (#636)
  • Enable pushing to ghcr.io on merge to master (#625)
  • Use latest base image (#617)
  • Update to Kubernetes v1.24.17 (#607)
  • Update dependencies

Container image

docker run ghcr.io/zalando-incubator/kube-metrics-adapter:v0.2.2 --help

Full Changelog: https://github.com/zalando-incubator/kube-metrics-adapter/compare/v0.2.1...v0.2.2

v0.2.1

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/zalando-incubator/kube-metrics-adapter/compare/v0.2.0...v0.2.1

kube-metrics-adapter-0.2.0

1 year ago

kube-metrics-adapter helm chart

v0.2.0

1 year ago

This release makes Kubernetes v1.23 the minimum supported Kubernetes version because it now uses autoscaling/v2 API (#551).

v0.1.17

2 years ago

This release includes just #375 and the update of kubernetes dependencies to the 1.21 version.

v0.1.16

2 years ago

This releases includes improvements in the ramp-up and ramp-down feature of scaling schedules, allowing to define the number of steps. More details in https://github.com/zalando-incubator/kube-metrics-adapter/pull/374.

v0.1.11

2 years ago

Time-based scaling!

This release contains multiples dependencies updates, new features, bug fixes, this project's first CRD and a brand new collector: [Cluster]ScalingSchedule.

All changes

  • New time-based scaling solution (#284, #315, #325, #328, #334)
  • Remove HTTP collector check on identifier label (#332)
  • Ignore ContainerResource metrics (#326)
  • Bump to v0.1.10 for helm (#311)
  • Updated apiservice to v1 (#310)
  • Stop processing non runing pods (#312)
  • Improved pod collector, introduced pod-min-age configuration option (#308)
  • Add commandline flags to set GC interval and metrics TTL (#309)
  • Fix disregard incompatible hpas error handling (#295)
  • Clearly document interval config (#298)
  • Update dependencies (#283, #297, #307, #314, #313, #324, #329, #338)
  • Fixes for ZMON client new time series database (#348)

Docker image

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/kube-metrics-adapter:v0.1.11 --help

Thanks to everyone contributing to this release: @pitr, @mikkeloscar, @szuecs, @Miniland1333, @adutchak-x, @iamgrewal7, @jonathanbeber

v0.1.10

3 years ago

Changes to HPA definition!

This release addresses several issues related to overlapping metrics

  • External metrics are correctly namespaced
  • Metric types are no longer identified by metric name allowing multiple metrics of the same type in a single Horizontal Pod Autoscaler.

These changes results in small changes to how the metrics are defined on the HPAs. The new format is documented in the README.md.

You can see how to update your manifests by comparing to the previous version.

The old format is still supported but considered deprecated and will be dropped in a future release.

All changes

  • Use upstream version of custom-metrics-apiserver (#211)
  • [prom collector ] Documenting scrape interval (#215)
  • Fix openapi serving (#217)
  • Use labels for mapping metric types to metrics (#219)
  • Fix mapping of Prometheus query for new metric configuration (#228)
  • UPDATED to use NewSessionWithConfig instead of NewSession (#230)
  • Add helm chart manifests (#238, #253)
  • Switch to compliant base image (zalando) (#250)
  • Use non-deprecated Dockerfile syntax (#256)
  • Don't check for metric name on AWS init (#251)
  • Update dependencies (#224, #236, #249, #269)
  • Use Github actions instead of travis (#270)
  • Namespace external metrics (#259)

Docker image

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/kube-metrics-adapter:v0.1.10 --help

Thanks to everyone contributing to this release: @muaazsaleem, @EwanValentine, @tanersener, @jonathanbeber, @mikkeloscar

v0.1.9

3 years ago

Changes

  • Fix serving OpenAPI spec #164

Docker image

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/kube-metrics-adapter:v0.1.9 --help

v0.1.8

3 years ago

Changes

  • Fix handling of invalid/empty json response #209
  • Update dependencies #200

Docker image

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/kube-metrics-adapter:v0.1.8 --help