Skip to content

Commit 4ec58a2

Browse files
JorTurFerJorge Turrado
authored andcommitted
prepare release 2.17 (kedacore#6691)
Signed-off-by: Jorge Turrado <[email protected]> Co-authored-by: Jorge Turrado <[email protected]>
1 parent 7e0bea6 commit 4ec58a2

File tree

2 files changed

+39
-10
lines changed

2 files changed

+39
-10
lines changed

Diff for: .github/ISSUE_TEMPLATE/3_bug_report.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,12 @@ body:
5757
label: KEDA Version
5858
description: What version of KEDA that are you running?
5959
options:
60+
- "2.17.0"
6061
- "2.16.1"
6162
- "2.16.0"
6263
- "2.15.1"
6364
- "2.15.0"
64-
- "2.14.1"
65-
- "2.14.0"
66-
- "2.13.1"
67-
- "2.13.0"
68-
- "2.12.1"
69-
- "2.12.0"
70-
- "< 2.12.0"
65+
- "< 2.15.0"
7166
- "Other"
7267
validations:
7368
required: false

Diff for: CHANGELOG.md

+37-3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ To learn more about active deprecations, we recommend checking [GitHub Discussio
1616
## History
1717

1818
- [Unreleased](#unreleased)
19+
- [v2.17.0](#v2161)
1920
- [v2.16.1](#v2161)
2021
- [v2.16.0](#v2160)
2122
- [v2.15.1](#v2151)
@@ -57,16 +58,47 @@ To learn more about active deprecations, we recommend checking [GitHub Discussio
5758

5859
## Unreleased
5960

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
6394

6495
### New
6596

6697
- **General**: Add Fallback option `behavior` for dynamic fallback calculation ([#6450](https://github.com/kedacore/keda/issues/6450))
6798
- **General**: Add support for time-bound Kubernetes ServiceAccount tokens as a source for TriggerAuthentication ([#6136](https://github.com/kedacore/keda/issues/6136))
6899
- **General**: Enable OpenSSF Scorecard to enhance security practices across the project ([#5913](https://github.com/kedacore/keda/issues/5913))
69100
- **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))
70102
- **General**: Operator flag to control patching of webhook resources certificates ([#6184](https://github.com/kedacore/keda/issues/6184))
71103
- **Azure Pipelines Scaler**: Introduce requireAllDemandsAndIgnoreOthers to match job demands while ignoring extras ([#5579](https://github.com/kedacore/keda/issues/5579))
72104

@@ -99,6 +131,8 @@ Here is an overview of all new **experimental** features:
99131
- **General**: Fix CVE-2025-30204 ([#6641](https://github.com/kedacore/keda/pull/6641))
100132
- **General**: Fix event text when deactivation fails ([#6469](https://github.com/kedacore/keda/issues/6469))
101133
- **General**: Fix fallback validation check bug ([#6407](https://github.com/kedacore/keda/pull/6407))
134+
- **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))
102136
- **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))
103137
- **General**: Paused ScaledObject count is reported correctly after operator restart ([#6321](https://github.com/kedacore/keda/issues/6321))
104138
- **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

Comments
 (0)