Skip to content

Commit

Permalink
chore: Prepare for v2.7 release (#3001)
Browse files Browse the repository at this point in the history
* chore: Introduce v2.7 in changelog

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Add v2.7 to bug template

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
  • Loading branch information
tomkerkhove authored May 5, 2022
1 parent 1d6aedb commit 5f8af5c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/3_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ body:
label: KEDA Version
description: What version of KEDA that are you running?
options:
- "2.7.0"
- "2.6.1"
- "2.6.0"
- "2.5.0"
Expand Down
25 changes: 22 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ To learn more about our roadmap, we recommend reading [this document](ROADMAP.md
## History

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

### New

- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX))

### Improvements

- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX))

### Deprecations

- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX))

### Breaking Changes

- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX))

## v2.7.0

### New

- **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))
- **General:** Introduce ARM-based container image for KEDA ([#2263](https://github.com/kedacore/keda/issues/2263)|[#2262](https://github.com/kedacore/keda/issues/2262))
- **General:** Introduce new AWS DynamoDB Scaler ([#2486](https://github.com/kedacore/keda/issues/2482))
Expand Down Expand Up @@ -73,13 +92,13 @@ To learn more about our roadmap, we recommend reading [this document](ROADMAP.md
- **RabbitMQ Scaler:** Include `vhost` for RabbitMQ when retrieving queue info with `useRegex` ([#2498](https://github.com/kedacore/keda/issues/2498))
- **Selenium Grid Scaler:** Consider `maxSession` grid info when scaling. ([#2618](https://github.com/kedacore/keda/issues/2618))

## Deprecations
### Deprecations

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

### Breaking Changes

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

### Other

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

## v.2.6.1
## v2.6.1

### Improvements

Expand Down

0 comments on commit 5f8af5c

Please sign in to comment.