Skip to content

Commit

Permalink
prepare release 2.3.0 (#1828)
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik <[email protected]>
  • Loading branch information
zroubalik authored May 27, 2021
1 parent 2ec2352 commit b7318e8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/3_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ body:
label: KEDA Version
description: What version of KEDA that are you running?
options:
- "2.3.0"
- "2.2.0"
- "2.1.0"
- "2.0.0"
Expand All @@ -59,6 +60,7 @@ body:
label: Kubernetes Version
description: What version of Kubernetes that are you running?
options:
- "1.21"
- "1.20"
- "1.19"
- "1.18"
Expand Down
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## History

- [Unreleased](#unreleased)
- [v2.3.0](#v230)
- [v2.2.0](#v220)
- [v2.1.0](#v210)
- [v2.0.0](#v200)
Expand All @@ -20,6 +21,24 @@

### New

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

### Improvements

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

### Breaking Changes

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

### Other

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

## v2.3.0

### New

- Add Azure Pipelines Scaler ([#1706](https://github.com/kedacore/keda/pull/1706))
- Add OpenStack Metrics Scaler ([#1382](https://github.com/kedacore/keda/issues/1382))
- Added basic, tls and bearer authentication support to the Prometheus scaler [#1559](https://github.com/kedacore/keda/issues/1559)
Expand All @@ -38,7 +57,7 @@

### Breaking Changes

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

### Other

Expand Down

0 comments on commit b7318e8

Please sign in to comment.