Skip to content

Releases: kubernetes-sigs/prometheus-adapter

v0.8.2

11 Nov 14:25
e0ddb88
Compare
Choose a tag to compare

[DOCS] Update helm charts repository in README #334
[BUGFIX] fix OpenAPI issues #335
[ENHANCEMENT] Populate both CPU and Memory resource container metrics if one is specified #330

v0.8.1

29 Oct 06:29
82450eb
Compare
Choose a tag to compare

[ENHANCEMENT] bump to klog/v2 #328

v0.8.0

26 Oct 12:25
b9e5a71
Compare
Choose a tag to compare

[CHANGE] Serve openapi spec #317
[CHANGE] Set --metrics-max-age default value equal to relist interval #230
[BUGFIX] fix forbidden issue #274 by adding appropriate verbs in cluster role #290
[BUGFIX] Fix NaN not to be cast to int64 #308
[BUGFIX] Use build args to fix building on macos #286
[DOCS] Demonstrate how to use external metrics #302
[DOCS] *: add Kubernetes templates #314

v0.7.0

17 Apr 07:43
6e05ab9
Compare
Choose a tag to compare
  • [CHANGE] *: Update to sigs.k8s.io/metrics-server latest #284

v0.6.0

13 Feb 14:19
be9797d
Compare
Choose a tag to compare
  • [CHANGE] add filtering of custom metrics according to labels provided #247
  • [CHANGE] bump to k8s 1.14, remove glog in favor of klog #190
  • [CHANGE] move to go modules #212 #213
  • [CHANGE] move to Go 1.13 #269
  • [BUGFIX] fixed LabelValuesByName rendering #192
  • [BUGFIX] set metric name for scalar values of external metrics #196
  • [BUGFIX] respect namespace for external metrics #197
  • [ENHANCEMENT] documentation enhancements #204 #193 #161 #207 #214 #258
  • [ENHANCEMENT] remove hardcoded amd64 arch #220

v0.5.0

03 Apr 14:20
680e404
Compare
Choose a tag to compare
  • Add external metrics support. #146
  • Fix namespaced resources for nodes and persistent volumes. #179
  • Makefile to add cross build support for s390x. #158

v0.4.1

14 Dec 00:08
v0.4.1
dce283d
Compare
Choose a tag to compare
  • Fix falsely returned error on empty list of pods or nodes in the resource metrics API provider. #148

v0.4.0

03 Dec 20:01
v0.4.0
d3bbe82
Compare
Choose a tag to compare
  • Support custom CA certificate when communicating with Prometheus

v0.3.0

09 Nov 13:42
v0.3.0
5a461c3
Compare
Choose a tag to compare
  • [FEATURE] Add support for resource metrics API metrics.k8s.io/v1beta1 (#106)
  • [BUGFIX] Update deps to Kube 1.11.3 to fix request header auth with normal client auth (#110)

v0.2.2

24 Sep 19:52
7f1b407
Compare
Choose a tag to compare

This release reduces the amount of logspam by moving commonly ignorable "error" messages about label association from the ERROR verbosity level to a high-level INFO log.