Skip to content

Commit 360ef57

Browse files
author
Michael Burke
committed
CMA 2.14.1 release notes
1 parent 3870f5e commit 360ef57

File tree

2 files changed

+46
-16
lines changed

2 files changed

+46
-16
lines changed

nodes/cma/nodes-cma-rn/nodes-cma-autoscaling-custom-rn-past.adoc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,32 @@ The following release notes are for previous versions of the Custom Metrics Auto
1010

1111
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].
1212

13+
[id="nodes-pods-autoscaling-custom-rn-2131_{context}"]
14+
== Custom Metrics Autoscaler Operator 2.13.1 release notes
15+
16+
This release of the Custom Metrics Autoscaler Operator 2.13.1-421 provides a new feature and a bug fix for running the Operator in an {product-title} cluster. The following advisory is available for the link:https://access.redhat.com/errata/RHBA-2024:4837[RHBA-2024:4837].
17+
18+
[IMPORTANT]
19+
====
20+
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).
21+
====
22+
23+
[id="nodes-pods-autoscaling-custom-rn-2131-new_{context}"]
24+
=== New features and enhancements
25+
26+
[id="nodes-pods-autoscaling-custom-rn-2131-new-ca_{context}"]
27+
==== Support for custom certificates with the Custom Metrics Autoscaler Operator
28+
29+
The Custom Metrics Autoscaler Operator can now use custom service CA certificates to connect securely to TLS-enabled metrics sources, such as an external Kafka cluster or an external Prometheus service. By default, the Operator uses automatically-generated service certificates to connect to on-cluster services only. There is a new field in the `KedaController` object that allows you to load custom server CA certificates for connecting to external services by using config maps.
30+
31+
For more information, see xref:../../../nodes/cma/nodes-cma-autoscaling-custom.adoc#nodes-cma-autoscaling-custom-ca_nodes-cma-autoscaling-custom[Custom CA certificates for the Custom Metrics Autoscaler].
32+
33+
[id="nodes-pods-autoscaling-custom-rn-2.13.1-bugs_{context}"]
34+
=== Bug fixes
35+
36+
* Previously, the `custom-metrics-autoscaler` and `custom-metrics-autoscaler-adapter` images were missing time zone information. As a consequence, scaled objects with `cron` triggers failed to work because the controllers were unable to find time zone information. With this fix, the image builds are updated to include time zone information. As a result, scaled objects containing `cron` triggers now function properly. Scaled objects containing `cron` triggers are currently not supported for the custom metrics autoscaler. (link:https://issues.redhat.com/browse/OCPBUGS-34018[*OCPBUGS-34018*])
37+
38+
1339
[id="nodes-pods-autoscaling-custom-rn-2121-394_{context}"]
1440
== Custom Metrics Autoscaler Operator 2.12.1-394 release notes
1541

nodes/cma/nodes-cma-rn/nodes-cma-autoscaling-custom-rn.adoc

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,49 +26,53 @@ The following table defines the Custom Metrics Autoscaler Operator versions for
2626
|{product-title} version
2727
|General availability
2828

29-
|2.13.1
29+
|2.14.1
3030
|4.16
3131
|General availability
3232

33-
|2.13.1
33+
|2.14.1
3434
|4.15
3535
|General availability
3636

37-
|2.13.1
37+
|2.14.1
3838
|4.14
3939
|General availability
4040

41-
|2.13.1
41+
|2.14.1
4242
|4.13
4343
|General availability
4444

45-
|2.13.1
45+
|2.14.1
4646
|4.12
4747
|General availability
4848
|===
4949

50-
[id="nodes-pods-autoscaling-custom-rn-2131_{context}"]
51-
== Custom Metrics Autoscaler Operator 2.13.1 release notes
50+
[id="nodes-pods-autoscaling-custom-rn-2141_{context}"]
51+
== Custom Metrics Autoscaler Operator 2.14.1 release notes
5252

53-
This release of the Custom Metrics Autoscaler Operator 2.13.1-421 provides a new feature and a bug fix for running the Operator in an {product-title} cluster. The following advisory is available for the link:https://access.redhat.com/errata/RHBA-2024:4837[RHBA-2024:4837].
53+
This release of the Custom Metrics Autoscaler Operator 2.14.1-454 provides a CVE, a new feature, and bug fixes for running the Operator in an {product-title} cluster. The following advisory is available for the link:https://access.redhat.com/errata/RHBA-2024:5865[RHBA-2024:5865].
5454

5555
[IMPORTANT]
5656
====
5757
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).
5858
====
5959

60-
[id="nodes-pods-autoscaling-custom-rn-2131-new_{context}"]
60+
[id="nodes-pods-autoscaling-custom-rn-2141-new_{context}"]
6161
=== New features and enhancements
6262

63-
[id="nodes-pods-autoscaling-custom-rn-2131-new-ca_{context}"]
64-
==== Support for custom certificates with the Custom Metrics Autoscaler Operator
63+
[id="nodes-pods-autoscaling-custom-rn-2141-new-ca_{context}"]
64+
==== Support for the cron trigger with the Custom Metrics Autoscaler Operator
6565

66-
The Custom Metrics Autoscaler Operator can now use custom service CA certificates to connect securely to TLS-enabled metrics sources, such as an external Kafka cluster or an external Prometheus service. By default, the Operator uses automatically-generated service certificates to connect to on-cluster services only. There is a new field in the `KedaController` object that allows you to load custom server CA certificates for connecting to external services by using config maps.
66+
The Custom Metrics Autoscaler Operator can now use the Cron trigger to scale pods based on an hourly schedule. When your specified time frame starts, the Custom Metrics Autoscaler Operator scales pods to your desired amount. When the time frame ends, the Operator scales back down to the previous level.
6767

68-
For more information, see xref:../../../nodes/cma/nodes-cma-autoscaling-custom.adoc#nodes-cma-autoscaling-custom-ca_nodes-cma-autoscaling-custom[Custom CA certificates for the Custom Metrics Autoscaler].
68+
For more information, see link:https://keda.sh/docs/2.14/scalers/cron/[Cron] in the Keda documentation.
6969

70-
[id="nodes-pods-autoscaling-custom-rn-2.13.1-bugs_{context}"]
71-
=== Bug fixes
70+
////
71+
If I can get this module reviewed on time for CMA 2.14.1 GA, add this link in place of the Keda docs link.
72+
For more information, see xref: nodes/cma/nodes-cma-autoscaling-custom-trigger.html#nodes-cma-autoscaling-custom-trigger-cron_nodes-cma-autoscaling-custom-trigger[Understanding the cron trigger].
73+
////
7274

73-
* Previously, the `custom-metrics-autoscaler` and `custom-metrics-autoscaler-adapter` images were missing time zone information. As a consequence, scaled objects with `cron` triggers failed to work because the controllers were unable to find time zone information. With this fix, the image builds are updated to include time zone information. As a result, scaled objects containing `cron` triggers now function properly. Scaled objects containing `cron` triggers are currently not supported for the custom metrics autoscaler. (link:https://issues.redhat.com/browse/OCPBUGS-34018[*OCPBUGS-34018*])
75+
[id="nodes-pods-autoscaling-custom-rn-2141-bugs_{context}"]
76+
=== Bug fixes
7477

78+
* Previously, if you made changes to audit configuration parameters in the `KedaController` custom resource, the `keda-metrics-server-audit-policy` config map would not get updated. As a consequence, you could not change the audit configuration parameters after the initial deployment of the Custom Metrics Autoscaler. With this fix, changes to the audit configuration now render properly in the config map, allowing you to change the audit configuration any time after installation. (link:https://issues.redhat.com/browse/OCPBUGS-32521[*OCPBUGS-32521*])

0 commit comments

Comments
 (0)