shoebill-test/charts/metrics-server-metrics-server/CHANGELOG.md
Nikolai Rodionov 012aaadacc chore(release): Add a new release: metrics-server
A new release is added to the cluster:
		  Name: metrics-server 
		  Namespace: kube-system
		  Version: 3.11.0
		  Chart: metrics-server/metrics-server
2024-09-09 09:41:17 +02:00

5.3 KiB

Metrics Server Helm Chart Changelog

Note

All notable changes to this project will be documented in this file; the format is based on Keep a Changelog and this project adheres to Semantic Versioning.

UNRELEASED

3.12.1 - TBC

Changed

  • Updated the Metrics Server OCI image to v0.7.1. (#1461) @stevehipwell

3.12.0 - 2024-02-07

Changed

3.11.0 - 2023-08-03

Added

  • Added default Metrics Server resource requests.

Changed

  • Updated the Metrics Server OCI image to v0.6.4.
  • Updated the addon-resizer OCI image to v1.8.19.

3.10.0 - 2023-04-12

Added

  • Added support for running under PodSecurity restricted.

Fixed

  • Fixed auth-reader role binding namespace to always use kube-system.
  • Fixed addon-resizer configuration.
  • Fixed container port default not having been updated to 10250.

3.9.0 - 2023-03-28

Added

  • Added autoscaling support via the addon-resizer.

Changed

  • Updated the Metrics Server OCI image to v0.6.3.

Fixed

  • Fixed service labels/annotations.

3.8.4 - 2023-03-06

Changed

  • Changed the image registry location to registry.k8s.io.

3.8.3 - 2022-12-08

Added

  • Added support for topologySpreadConstraints.
  • Always set resource namespaces explicitly.
  • Allow configuring TLS on the APIService.
  • Enabled service monitor relabelling.
  • Added ability to set the scheduler name.
  • Added support for common labels.

Changed

  • Updated the Metrics Server OCI image to v0.6.2.

3.8.2 - 2022-02-23

Changed

  • Changed chart to allow probes to be turned off completely (this is not advised unless you know what you're doing).

3.8.1 - 2022-02-09

Changed

  • Updated the Metrics Server OCI image to v0.6.1.

3.8.0 - 2022-02-08

Added

  • Added support for unauthenticated access to the /metrics endpoint.
  • Added optional Prometheus Operator ServiceMonitor.

Changed

  • Updated the Metrics Server OCI image to v0.6.0.

3.7.0 - 2021-11-18

Changed

  • Updated the Metrics Server OCI image to v0.5.2.

3.6.0 - 2021-10-18

Added

  • Added new `defaultArgs`` value to enable overriding the default arguments.

Changed

  • Updated the Metrics Server OCI image to v0.5.1.

3.5.0 - 2021-10-07

Added

  • Added initial Helm chart release from official repo.