Releases: zalando-incubator/kube-metrics-adapter
kube-metrics-adapter-0.2.3
kube-metrics-adapter helm chart
v0.2.2
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: v0.2.1...v0.2.2
v0.2.1
What's Changed
- helm: bump app version to v0.2.0 by @antoinedeschenes in #563
- Add hostname RPS metric collector by @lucastt in #552
- Update dependencies by @mikkeloscar in #574
- all: fix typos discovered by codespell by @AlexanderYastrebov in #576
New Contributors
- @antoinedeschenes made their first contribution in #563
- @lucastt made their first contribution in #552
- @AlexanderYastrebov made their first contribution in #576
Full Changelog: v0.2.0...v0.2.1
kube-metrics-adapter-0.2.0
kube-metrics-adapter helm chart
Kubernetes v1.23
This release makes Kubernetes v1.23 the minimum supported Kubernetes version because it now uses autoscaling/v2
API (#551).
Kubernetes 1.21
This release includes just #375 and the update of kubernetes dependencies to the 1.21 version.
Improvements and docs for ramp-up/down in time based scaling
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 #374.
v0.1.11
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
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