Skip to content

CMA 2.17.2 Release Notes #96302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions nodes/cma/nodes-cma-rn/nodes-cma-autoscaling-custom-rn-past.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ The following release notes are for previous versions of the Custom Metrics Auto

For the current version, see xref:../../../nodes/cma/nodes-cma-rn/nodes-cma-autoscaling-custom-rn.adoc#nodes-cma-autoscaling-custom-rn[Custom Metrics Autoscaler Operator release notes].

[id="nodes-pods-autoscaling-custom-rn-2151-6_{context}"]
== Custom Metrics Autoscaler Operator 2.15.1-6 release notes

Issued: 17 April 2025

This release of the Custom Metrics Autoscaler Operator 2.15.1-6 addresses Common Vulnerabilities and Exposures (CVEs). The following advisory is available for the Custom Metrics Autoscaler Operator:

* link:https://access.redhat.com/errata/RHSA-2025:3993[RHSA-2025:3993]

[IMPORTANT]
====
Before installing this version of the Custom Metrics Autoscaler Operator, remove any previously installed Technology Preview versions or the community-supported version of Kubernetes-based Event Driven Autoscaler (KEDA).
====

[id="nodes-pods-autoscaling-custom-rn-2151-4_{context}"]
== Custom Metrics Autoscaler Operator 2.15.1-4 release notes

Expand Down
42 changes: 30 additions & 12 deletions nodes/cma/nodes-cma-rn/nodes-cma-autoscaling-custom-rn.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,46 +26,64 @@ The following table defines the Custom Metrics Autoscaler Operator versions for
|{product-title} version
|General availability

|2.15.1
|2.17.2
|4.18
|General availability


|2.15.1
|2.17.2
|4.17
|General availability

|2.15.1
|2.17.2
|4.16
|General availability

|2.15.1
|2.17.2
|4.15
|General availability

|2.15.1
|2.17.2
|4.14
|General availability

|2.15.1
|2.17.2
|4.13
|General availability

|2.15.1
|2.17.2
|4.12
|General availability
|===

[id="nodes-pods-autoscaling-custom-rn-2151-6_{context}"]
== Custom Metrics Autoscaler Operator 2.15.1-6 release notes
[id="nodes-pods-autoscaling-custom-rn-2172_{context}"]
== Custom Metrics Autoscaler Operator 2.17.2 release notes

Issued: 17 April 2025

This release of the Custom Metrics Autoscaler Operator 2.15.1-6 addresses Common Vulnerabilities and Exposures (CVEs). The following advisory is available for the Custom Metrics Autoscaler Operator:
This release of the Custom Metrics Autoscaler Operator 2.17.2 addresses Common Vulnerabilities and Exposures (CVEs), a new feature, and bug fixes. The following advisory is available for the Custom Metrics Autoscaler Operator:

* link:https://access.redhat.com/errata/RHSA-2025:3993[RHSA-2025:3993]
* link:https://access.redhat.com/errata/RHSA-2025:TBD[RHSA-2025:TBD]

[IMPORTANT]
====
Before installing this version of the Custom Metrics Autoscaler Operator, remove any previously installed Technology Preview versions or the community-supported version of Kubernetes-based Event Driven Autoscaler (KEDA).
====

[id="nodes-pods-autoscaling-custom-rn-2172-new-features_{context}"]
=== New features and enhancements

[id="nodes-pods-autoscaling-custom-rn-2172-new-features-controller_{context}"]
==== The Keda Controller is now created upon installation of the Custom Metrics Autoscaler Operator

With this update, when you install the Custom Metrics Autoscaler Operator, the installation program automatically creates the `KedaController` custom resource (CR), which creates several required custom resource definitions. Previously, you needed to manually create the `KedaController` CR. After installation, you can modify the KedaController` CR as needed, to change logging settings, the namespaces where the Custom Metrics Autoscaler operates, and other configurations. For more information, see

[id="nodes-pods-autoscaling-custom-rn-2172-new-features-token_{context}"]
==== Bound service account token support

With this update, you can now use bound service account tokens with trigger authentications and cluster trigger authentications. Bound service account tokens are audience- and time-bound, making them more secure than legacy service account tokens.

[id="nodes-pods-autoscaling-custom-rn-2172-bugs_{context}"]
=== Bug fixes

* Before this update, you were unable mount a volume to a Custom Metrics Autoscaler pod, because the Keda Controller did not support the `volumeMount` and `volume` parameters. With this update, the Keda Controller now supports these fields and you can inject volumes into Custom Metrics Autoscaler pods, if needed. (link:https://issues.redhat.com/browse/OCPBUGS-42559[*OCPBUGS-42559*])