Skip to content

Commit 5f8af5c

Browse files
authored
chore: Prepare for v2.7 release (#3001)
* chore: Introduce v2.7 in changelog Signed-off-by: Tom Kerkhove <[email protected]> * Add v2.7 to bug template Signed-off-by: Tom Kerkhove <[email protected]>
1 parent 1d6aedb commit 5f8af5c

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

.github/ISSUE_TEMPLATE/3_bug_report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ body:
5757
label: KEDA Version
5858
description: What version of KEDA that are you running?
5959
options:
60+
- "2.7.0"
6061
- "2.6.1"
6162
- "2.6.0"
6263
- "2.5.0"

CHANGELOG.md

+22-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ To learn more about our roadmap, we recommend reading [this document](ROADMAP.md
1414
## History
1515

1616
- [Unreleased](#unreleased)
17+
- [v2.7.0](#v270)
1718
- [v2.6.1](#v261)
1819
- [v2.6.0](#v260)
1920
- [v2.5.0](#v250)
@@ -34,6 +35,24 @@ To learn more about our roadmap, we recommend reading [this document](ROADMAP.md
3435

3536
### New
3637

38+
- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX))
39+
40+
### Improvements
41+
42+
- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX))
43+
44+
### Deprecations
45+
46+
- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX))
47+
48+
### Breaking Changes
49+
50+
- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX))
51+
52+
## v2.7.0
53+
54+
### New
55+
3756
- **General:** Introduce annotation `"autoscaling.keda.sh/paused-replicas"` for ScaledObjects to pause scaling at a fixed replica count. ([#944](https://github.com/kedacore/keda/issues/944))
3857
- **General:** Introduce ARM-based container image for KEDA ([#2263](https://github.com/kedacore/keda/issues/2263)|[#2262](https://github.com/kedacore/keda/issues/2262))
3958
- **General:** Introduce new AWS DynamoDB Scaler ([#2486](https://github.com/kedacore/keda/issues/2482))
@@ -73,13 +92,13 @@ To learn more about our roadmap, we recommend reading [this document](ROADMAP.md
7392
- **RabbitMQ Scaler:** Include `vhost` for RabbitMQ when retrieving queue info with `useRegex` ([#2498](https://github.com/kedacore/keda/issues/2498))
7493
- **Selenium Grid Scaler:** Consider `maxSession` grid info when scaling. ([#2618](https://github.com/kedacore/keda/issues/2618))
7594

76-
## Deprecations
95+
### Deprecations
7796

7897
- **CPU, Memory, Datadog Scalers**: `metadata.type` is deprecated in favor of the global `metricType` ([#2030](https://github.com/kedacore/keda/issues/2030))
7998

8099
### Breaking Changes
81100

82-
- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX))
101+
None.
83102

84103
### Other
85104

@@ -104,7 +123,7 @@ To learn more about our roadmap, we recommend reading [this document](ROADMAP.md
104123
- **Memory Scaler:** Adding e2e test ([#2220](https://github.com/kedacore/keda/issues/2220))
105124
- **Selenium Grid Scaler:** Adding e2e test ([#2791](https://github.com/kedacore/keda/issues/2791))
106125

107-
## v.2.6.1
126+
## v2.6.1
108127

109128
### Improvements
110129

0 commit comments

Comments
 (0)