-
Notifications
You must be signed in to change notification settings - Fork 1.8k
OSDOCS CMA 2.17.2-2 Release Notes #101309
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
Merged
mburke5678
merged 1 commit into
openshift:main
from
mburke5678:autoscale-cma-2.17.2-2-rn
Oct 29, 2025
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| // 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_{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 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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]) | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.