From 04567c188d5ad68f8581762a5a7e9eb8856b4c65 Mon Sep 17 00:00:00 2001 From: Jorge Turrado Ferrero Date: Thu, 29 Feb 2024 17:31:31 +0100 Subject: [PATCH] chore: Update changelog with v2.13.1 (#5546) Signed-off-by: Jorge Turrado --- .github/ISSUE_TEMPLATE/3_bug_report.yml | 8 ++++---- CHANGELOG.md | 15 +++++++++++---- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/3_bug_report.yml b/.github/ISSUE_TEMPLATE/3_bug_report.yml index 62ed83f1e13..b771c510f1f 100644 --- a/.github/ISSUE_TEMPLATE/3_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/3_bug_report.yml @@ -57,6 +57,7 @@ body: label: KEDA Version description: What version of KEDA that are you running? options: + - "2.13.1" - "2.13.0" - "2.12.1" - "2.12.0" @@ -92,12 +93,11 @@ body: label: Kubernetes Version description: What version of Kubernetes that are you running? options: + - "1.29" + - "1.28" - "1.27" - "1.26" - - "1.25" - - "1.24" - - "1.23" - - "< 1.23" + - "< 1.26" - "Other" validations: required: false diff --git a/CHANGELOG.md b/CHANGELOG.md index 8916d77e1c5..01af46e3c0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ To learn more about active deprecations, we recommend checking [GitHub Discussio ## History - [Unreleased](#unreleased) +- [v2.13.1](#v2131) - [v2.13.0](#v2130) - [v2.12.1](#v2121) - [v2.12.0](#v2120) @@ -67,10 +68,7 @@ Here is an overview of all new **experimental** features: ### Fixes -- **General**: Fix release asset should specify the version in `keda-*-core.yaml`([#5484](https://github.com/kedacore/keda/issues/5484)) -- **GCP Scalers**: Properly close the connection during the scaler cleaning process ([#5448](https://github.com/kedacore/keda/issues/5448)) -- **GCP Scalers**: Restore previous time horizon to prevent querying issues ([#5429](https://github.com/kedacore/keda/issues/5429)) -- **Prometheus Scaler**: Fix for missing AWS region from metadata ([#5419](https://github.com/kedacore/keda/issues/5419)) +- TODO ([#XXX](https://github.com/kedacore/keda/issues/XXX)) ### Deprecations @@ -91,6 +89,15 @@ New deprecation(s): - **General**: Migrate away from unmaintained golang/mock and use uber/gomock ([#5440](https://github.com/kedacore/keda/issues/5440)) - **General**: Minor refactor to reduce copy/paste code in ScaledObject webhook ([#5397](https://github.com/kedacore/keda/issues/5397)) +## v2.13.1 + +### Fixes + +- **General**: Fix release asset should specify the version in `keda-*-core.yaml`([#5484](https://github.com/kedacore/keda/issues/5484)) +- **GCP Scalers**: Properly close the connection during the scaler cleaning process ([#5448](https://github.com/kedacore/keda/issues/5448)) +- **GCP Scalers**: Restore previous time horizon to prevent querying issues ([#5429](https://github.com/kedacore/keda/issues/5429)) +- **Prometheus Scaler**: Fix for missing AWS region from metadata ([#5419](https://github.com/kedacore/keda/issues/5419)) + ## v2.13.0 ### New