Skip to content

Releases: kubernetes-sigs/custom-metrics-apiserver

v1.30

03 May 12:31
9e4da61
Compare
Choose a tag to compare

Changes since v1.29.0

Improvements

  • Bump Kubernetes dependencies to v0.30.0 and Go to v1.22.1 (#172, @dgrisonnet)

v1.29.0

30 Apr 17:38
1a855fe
Compare
Choose a tag to compare

Changes since v1.28.0

Improvements

Documentation

  • Document metrics exposed by the library (#169, @hjet)

v1.28.0

05 Sep 14:11
1e7ed5d
Compare
Choose a tag to compare

Changes since v1.27.0

Improvements

Bug fixes

v1.27.0

03 May 10:18
c68a98e
Compare
Choose a tag to compare

Changes since v1.25.1

Breaking changes

  • Change CustomMetricsAdapterServerOptions to improve options handling (#123, @olivierlemasle):
    • removed CustomMetricsAdapterServerOptions.Complete
    • changed CustomMetricsAdapterServerOptions.Validate from func([]string) error to func() error

Improvements

Documentation

v1.25.1

28 Nov 18:02
b7c51c4
Compare
Choose a tag to compare

Changes since v1.25.0

Bug fixes

v1.25.0

28 Nov 15:34
da45944
Compare
Choose a tag to compare

Changes since v1.24.0

Improvements

Documentation

v1.24.0

05 Aug 15:39
cce9837
Compare
Choose a tag to compare

Changes since v1.23.0

Improvements

  • Bump Kubernetes dependencies to v0.24.3 and Golang to 1.18 (@JorTurFer)

v1.23.0

26 Jan 15:50
f3406a1
Compare
Choose a tag to compare

Changes since v1.22.0

Bug fixes

Improvements

v1.22.0

11 Aug 08:41
7b6ac0d
Compare
Choose a tag to compare

Changes since v1.21.0

Changes

  • Make metrics provider context-aware (@answer1991)
  • Move module to sigs.k8s.io/custom-metrics-apiserver (@arajkumar)

Improvements

v1.21.0

05 Aug 07:50
37362ca
Compare
Choose a tag to compare

Changes since v1.20.0

A release process following Kubernetes releases was added to the project.
The major and minor versions of custom-metrics-apiserver are in sync with
upstream Kubernetes and the patch version is reserved for changes in
custom-metrics-apiserver that we want to release without having to wait for the
next version of Kubernetes.

Since the project is in sync with upstream Kubernetes releases, it is following
the same support policies, so alongside this release will be cut two other
releases (v1.19, v1.20) to have the three most recent releases of Kubernetes.

Improvements

  • Bump Kubernetes dependencies to v0.21.2 and Golang to v1.16 (@dgrisonnet)

Tooling