You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
Copy file name to clipboardExpand all lines: CHANGELOG.md
+40-11
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ To learn more about active deprecations, we recommend checking [GitHub Discussio
16
16
## History
17
17
18
18
-[Unreleased](#unreleased)
19
+
-[v2.17.0](#v2161)
19
20
-[v2.16.1](#v2161)
20
21
-[v2.16.0](#v2160)
21
22
-[v2.15.1](#v2151)
@@ -57,29 +58,54 @@ To learn more about active deprecations, we recommend checking [GitHub Discussio
57
58
58
59
## Unreleased
59
60
60
-
-**General**: Fix the check whether Fallback is enabled when using ScalingModifiers ([#6521](https://github.com/kedacore/keda/pull/6521))
61
-
-**General**: Fix waiting to reach `failureThreshold` before fallback ([#6520](https://github.com/kedacore/keda/pull/6520))
62
-
-**General**: Introduce new Temporal scaler ([#4724](https://github.com/kedacore/keda/issues/4724))
63
-
64
61
### New
65
62
66
-
-**General**: Add Fallback option `behavior` for dynamic fallback calculation ([#6450](https://github.com/kedacore/keda/issues/6450))
67
-
-**General**: Add support for time-bound Kubernetes ServiceAccount tokens as a source for TriggerAuthentication ([#6136](https://github.com/kedacore/keda/issues/6136))
68
-
-**General**: Enable OpenSSF Scorecard to enhance security practices across the project ([#5913](https://github.com/kedacore/keda/issues/5913))
69
-
-**General**: Introduce new NSQ scaler ([#3281](https://github.com/kedacore/keda/issues/3281))
70
-
-**General**: Operator flag to control patching of webhook resources certificates ([#6184](https://github.com/kedacore/keda/issues/6184))
71
-
-**Azure Pipelines Scaler**: Introduce requireAllDemandsAndIgnoreOthers to match job demands while ignoring extras ([#5579](https://github.com/kedacore/keda/issues/5579))
63
+
- TODO ([#XXX](https://github.com/kedacore/keda/issues/XXX))
72
64
73
65
#### Experimental
74
66
75
-
Here is an overview of all new **experimental** features:
67
+
- TODO ([#XXX](https://github.com/kedacore/keda/issues/XXX))
68
+
69
+
### Improvements
70
+
71
+
- TODO ([#XXX](https://github.com/kedacore/keda/issues/XXX))
72
+
73
+
### Fixes
74
+
75
+
- TODO ([#XXX](https://github.com/kedacore/keda/issues/XXX))
76
+
77
+
### Deprecations
78
+
79
+
You can find all deprecations in [this overview](https://github.com/kedacore/keda/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Abreaking-change) and [join the discussion here](https://github.com/kedacore/keda/discussions/categories/deprecations).
80
+
81
+
New deprecation(s):
82
+
83
+
- TODO ([#XXX](https://github.com/kedacore/keda/issues/XXX))
84
+
85
+
### Breaking Changes
86
+
87
+
- TODO ([#XXX](https://github.com/kedacore/keda/issues/XXX))
88
+
89
+
### Other
76
90
77
91
- TODO ([#XXX](https://github.com/kedacore/keda/issues/XXX))
78
92
93
+
## v2.17.0
94
+
95
+
### New
96
+
97
+
-**General**: Add support for time-bound Kubernetes ServiceAccount tokens as a source for TriggerAuthentication ([#6136](https://github.com/kedacore/keda/issues/6136))
98
+
-**General**: Introduce new NSQ scaler ([#3281](https://github.com/kedacore/keda/issues/3281))
99
+
-**General**: Introduce new Temporal scaler ([#4724](https://github.com/kedacore/keda/issues/4724))
100
+
79
101
### Improvements
80
102
103
+
-**General**: Add Fallback option `behavior` for dynamic fallback calculation ([#6450](https://github.com/kedacore/keda/issues/6450))
81
104
-**General**: Add SecretKey to AWS SecretsManager TriggerAuthentication to allow parsing JSON / Key/Value Pairs in secrets ([#5940](https://github.com/kedacore/keda/issues/5940))
105
+
-**General**: Enable OpenSSF Scorecard to enhance security practices across the project ([#5913](https://github.com/kedacore/keda/issues/5913))
106
+
-**General**: Operator flag to control patching of webhook resources certificates ([#6184](https://github.com/kedacore/keda/issues/6184))
-**Azure Pipelines Scaler**: Introduce requireAllDemandsAndIgnoreOthers to match job demands while ignoring extras ([#5579](https://github.com/kedacore/keda/issues/5579))
83
109
-**Elasticsearch Scaler**: Support IgnoreNullValues at Elasticsearch scaler ([#6599](https://github.com/kedacore/keda/pull/6599))
84
110
-**GitHub Scaler**: Add support to use ETag for conditional requests against the Github API ([#6503](https://github.com/kedacore/keda/issues/6503))
85
111
-**GitHub Scaler**: Filter workflows via query parameter for improved queue count accuracy ([#6519](https://github.com/kedacore/keda/pull/6519))
@@ -89,6 +115,7 @@ Here is an overview of all new **experimental** features:
89
115
-**RabbitMQ Scaler**: Support use of the ‘vhostName’ parameter in the ‘TriggerAuthentication’ resource ([#6369](https://github.com/kedacore/keda/issues/6369))
-**General**: Fix the check whether Fallback is enabled when using ScalingModifiers ([#6521](https://github.com/kedacore/keda/pull/6521))
129
+
-**General**: Fix waiting to reach `failureThreshold` before fallback ([#6520](https://github.com/kedacore/keda/pull/6520))
101
130
-**General**: Make sure the exposed metrics (from KEDA operator) are updated when there is a change to triggers ([#6618](https://github.com/kedacore/keda/pull/6618))
102
131
-**General**: Paused ScaledObject count is reported correctly after operator restart ([#6321](https://github.com/kedacore/keda/issues/6321))
103
132
-**General**: Reiterate fix (after [#6407](https://github.com/kedacore/keda/pull/6407)) for fallback validation in admission webhook. ([#6538](https://github.com/kedacore/keda/pull/6538))
0 commit comments