Skip to content
Merged
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
2 changes: 1 addition & 1 deletion modules/nodes-pods-autoscaling-custom-rn-2151-4.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// * nodes/pods/nodes-pods-user-namespaces.adoc

:_mod-docs-content-type: PROCEDURE
:_mod-docs-content-type: REFERENCE
[id="nodes-pods-autoscaling-custom-rn-2151-4_{context}"]
= Custom Metrics Autoscaler Operator 2.15.1-4 release notes

Expand Down
13 changes: 13 additions & 0 deletions modules/nodes-pods-autoscaling-custom-rn-2172-2.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// Module included in the following assemblies:
//
// * nodes/pods/nodes-pods-user-namespaces.adoc

:_mod-docs-content-type: REFERENCE
[id="nodes-pods-autoscaling-custom-rn-2172-2_{context}"]
= Custom Metrics Autoscaler Operator 2.17.2-2 release notes

Issued: 21 October 2025

This release of the Custom Metrics Autoscaler Operator 2.17.2-2 is a rebuild of the 2.17.2 version of the Custom Metrics Autoscaler Operator using a newer base image and Go compiler. There are no code changes to the Custom Metrics Autoscaler Operator. The following advisory is available for the Custom Metrics Autoscaler Operator:

* link:https://access.redhat.com/errata/RHBA-2025:18914[RHBA-2025:18914]
42 changes: 42 additions & 0 deletions modules/nodes-pods-autoscaling-custom-rn-2172.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
// Module included in the following assemblies:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PEER REVIEW: No change to text. Copied from the release note assembly to a new module and bumped up the heading levels. No change to the text.

//
// * nodes/pods/nodes-pods-user-namespaces.adoc

:_mod-docs-content-type: REFERENCE
[id="nodes-pods-autoscaling-custom-rn-2172_{context}"]
= Custom Metrics Autoscaler Operator 2.17.2 release notes

Issued: 25 September 2025

This release of the Custom Metrics Autoscaler Operator 2.17.2 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:16124[RHSA-2025:16124]

[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_{context}"]
== New features and enhancements

[id="nodes-pods-autoscaling-custom-rn-2172-new-controller_{context}"]
=== The KEDA controller is automatically created during installation

The KEDA controller is now automatically created when you install the Custom Metrics Autoscaler Operator. Previously, you needed to manually create the KEDA controller. You can edit the automatically-created KEDA controller, as needed.

[id="nodes-pods-autoscaling-custom-rn-2172-workload_{context}"]
=== Support for the Kubernetes workload trigger

The Cluster Metrics Autoscaler Operator now supports using the Kubernetes workload trigger to scale pods based on the number of pods matching a specific label selector.

[id="nodes-pods-autoscaling-custom-rn-2172-new-tokens_{context}"]
=== Support for bound service account tokens

The Cluster Metrics Autoscaler Operator now supports bound service account tokens. Previously, the Operator supported only legacy service account tokens, which are being phased out in favor of bound service account tokens for security reasons.

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We stopped adding bold to the bug links in the core RNs (because of docs.redhat.com styling), idk if you want to do the same here or not


* Previously, the KEDA controller did not support volume mounts. As a result, you could not use Kerberos with the Kafka scaler. With this fix, the KEDA controller now supports volume mounts. (link:https://issues.redhat.com/browse/OCPBUGS-42559[OCPBUGS-42559])
* Previously, the KEDA version in the `keda-operator` deployment object log reported that the Custom Metrics Autoscaler Operator was based on an incorrect KEDA version. With this fix, the correct KEDA version is reported in the log. (link:https://issues.redhat.com/browse/OCPBUGS-58129[OCPBUGS-58129])
Loading