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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+37-3
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,16 +58,47 @@ 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))
61
+
### New
62
+
63
+
- TODO ([#XXX](https://github.com/kedacore/keda/issues/XXX))
64
+
65
+
#### Experimental
66
+
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
90
+
91
+
- TODO ([#XXX](https://github.com/kedacore/keda/issues/XXX))
92
+
93
+
## v2.17.0
63
94
64
95
### New
65
96
66
97
-**General**: Add Fallback option `behavior` for dynamic fallback calculation ([#6450](https://github.com/kedacore/keda/issues/6450))
67
98
-**General**: Add support for time-bound Kubernetes ServiceAccount tokens as a source for TriggerAuthentication ([#6136](https://github.com/kedacore/keda/issues/6136))
68
99
-**General**: Enable OpenSSF Scorecard to enhance security practices across the project ([#5913](https://github.com/kedacore/keda/issues/5913))
69
100
-**General**: Introduce new NSQ scaler ([#3281](https://github.com/kedacore/keda/issues/3281))
101
+
-**General**: Introduce new Temporal scaler ([#4724](https://github.com/kedacore/keda/issues/4724))
70
102
-**General**: Operator flag to control patching of webhook resources certificates ([#6184](https://github.com/kedacore/keda/issues/6184))
71
103
-**Azure Pipelines Scaler**: Introduce requireAllDemandsAndIgnoreOthers to match job demands while ignoring extras ([#5579](https://github.com/kedacore/keda/issues/5579))
72
104
@@ -99,6 +131,8 @@ Here is an overview of all new **experimental** features:
-**General**: Fix the check whether Fallback is enabled when using ScalingModifiers ([#6521](https://github.com/kedacore/keda/pull/6521))
135
+
-**General**: Fix waiting to reach `failureThreshold` before fallback ([#6520](https://github.com/kedacore/keda/pull/6520))
102
136
-**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))
103
137
-**General**: Paused ScaledObject count is reported correctly after operator restart ([#6321](https://github.com/kedacore/keda/issues/6321))
104
138
-**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