From a59daf245232dc96fd9f17cf1ebc1736f69914eb Mon Sep 17 00:00:00 2001 From: Jorge Turrado Ferrero Date: Mon, 22 Jan 2024 11:35:25 +0100 Subject: [PATCH] chore: Prepare release 0.7.0 (#890) * chore: Prepare release 0.7.0 Signed-off-by: Jorge Turrado * undo the format Signed-off-by: Jorge Turrado * undo the format Signed-off-by: Jorge Turrado --------- Signed-off-by: Jorge Turrado --- .github/ISSUE_TEMPLATE/2_bug_report.yml | 5 ++-- CHANGELOG.md | 38 +++++++++++++++++++++++-- 2 files changed, 38 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2_bug_report.yml b/.github/ISSUE_TEMPLATE/2_bug_report.yml index 2554f60ea..8c684db1a 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report.yml @@ -52,6 +52,7 @@ body: label: "HTTP Add-on Version" description: "What version of the KEDA HTTP Add-on are you running?" options: + - "0.7.0" - "0.6.0" - "0.5.0" - "0.4.0" @@ -65,10 +66,10 @@ body: label: Kubernetes Version description: What version of Kubernetes that are you running? options: + - "1.29" - "1.28" - "1.27" - - "1.26" - - "< 1.26" + - "< 1.27" - "Other" validations: required: false diff --git a/CHANGELOG.md b/CHANGELOG.md index b1e4f2535..cfd5560b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,45 @@ This changelog keeps track of work items that have been completed and are ready ## History - [Unreleased](#unreleased) +- [v0.7.0](#v070) - [v0.6.0](#v060) - [v0.5.0](#v050) ## Unreleased +### Breaking Changes +- **General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO)) + +### New + +- **General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO)) + +### Improvements + +- **General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO)) + +### Fixes + +- **General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO)) + +### Deprecations + +You can find all deprecations in [this overview](https://github.com/kedacore/http-add-on/labels/breaking-change) and [join the discussion here](https://github.com/kedacore/http-add-on/discussions/categories/deprecations). + +New deprecation(s): + +- **General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO)) + +Previously announced deprecation(s): + +- **General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO)) + +### Other + +- **General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO)) + +## v0.7.0 + ### Breaking Changes - **General**: `host` field has been removed in favor of `hosts` in `HTTPScaledObject` ([#552](https://github.com/kedacore/http-add-on/issues/552)|[#888](https://github.com/kedacore/http-add-on/pull/888)) @@ -25,7 +59,7 @@ This changelog keeps track of work items that have been completed and are ready ### Improvements -- **General**: Improve Scaler reliability adding probes and 2 replicas ([#870](https://github.com/kedacore/http-add-on/issues/870)) +- **General**: Improve Scaler reliability adding probes and 3 replicas ([#870](https://github.com/kedacore/http-add-on/issues/870)) ### Fixes @@ -42,8 +76,6 @@ New deprecation(s): - **General**: Deprecated `KEDA_HTTP_DEPLOYMENT_CACHE_POLLING_INTERVAL_MS` in favor of `KEDA_HTTP_ENDPOINTS_CACHE_POLLING_INTERVAL_MS` ([#438](https://github.com/kedacore/http-add-on/issues/438)) -Previously announced deprecation(s): - ### Other - **General**: Bump golang version ([#853](https://github.com/kedacore/http-add-on/pull/853))