From 0d6ce53cc7e03d82c589c0a7e1b16f82740930cf Mon Sep 17 00:00:00 2001 From: Jorge Turrado Ferrero Date: Tue, 31 Jan 2023 14:46:49 +0100 Subject: [PATCH] chore: prepare v2.9.3 (#4170) Signed-off-by: Jorge Turrado --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c731d184ab..7e52f8cecb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ To learn more about active deprecations, we recommend checking [GitHub Discussio ## History - [Unreleased](#unreleased) +- [v2.9.3](#v293) +- [v2.9.2](#v292) - [v2.9.1](#v291) - [v2.9.0](#v290) - [v2.8.1](#v281) @@ -60,6 +62,41 @@ Here is an overview of all new **experimental** features: ### Fixes +- **General**: TODO ([#TODO](https://github.com/kedacore/keda/issues/TODO)) +### Deprecations + +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). + +New deprecation(s): + +- TODO + +### Other + +- TODO + +## v2.9.3 + +### Breaking Changes + +- TODO + +### New + +Here is an overview of all **stable** additions: + +- **General**: TODO ([#TODO](https://github.com/kedacore/keda/issues/TODO)) + +Here is an overview of all new **experimental** features: + +- **General**: TODO ([#TODO](https://github.com/kedacore/keda/issues/TODO)) + +### Improvements + +- **General**: TODO ([#TODO](https://github.com/kedacore/keda/issues/TODO)) + +### Fixes + - **Azure Service Bus Scaler:** Use correct auth flows with pod identity ([#4026](https://github.com/kedacore/keda/issues/4026)|[#4123](https://github.com/kedacore/keda/issues/4123)) ### Deprecations