From 12783c1340a13ba6776d1d6a64127d88e7828aab Mon Sep 17 00:00:00 2001 From: Jorge Turrado Ferrero Date: Thu, 1 Sep 2022 13:28:05 +0200 Subject: [PATCH] chore: prepare release v2.8.1 (#3625) --- .github/ISSUE_TEMPLATE/3_bug_report.yml | 1 + .github/ISSUE_TEMPLATE/4_release_tracker.md | 2 +- CHANGELOG.md | 29 ++++++++++++++++----- 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/3_bug_report.yml b/.github/ISSUE_TEMPLATE/3_bug_report.yml index 70f3fb49ceb..1bc83be0c6e 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.8.1" - "2.8.0" - "2.7.1" - "2.7.0" diff --git a/.github/ISSUE_TEMPLATE/4_release_tracker.md b/.github/ISSUE_TEMPLATE/4_release_tracker.md index aca3282c969..1e5f18978ce 100644 --- a/.github/ISSUE_TEMPLATE/4_release_tracker.md +++ b/.github/ISSUE_TEMPLATE/4_release_tracker.md @@ -8,7 +8,7 @@ assignees: tomkerkhove,zroubalik,jorturfer This issue template is used to track the rollout of a new KEDA version. -For the full release process, we recommend reading [this document](https://github.com/kedacore/keda/blob/main/RELEASE-PROCESS.MD). +For the full release process, we recommend reading [this document](https://github.com/kedacore/keda/blob/main/RELEASE-PROCESS.md). ## Progress diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c20e42ebc..f9c90c122c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ To learn more about our roadmap, we recommend reading [this document](ROADMAP.md ## History - [Unreleased](#unreleased) +- [v2.8.1](#v281) - [v2.8.0](#v280) - [v2.7.1](#v271) - [v2.7.0](#v270) @@ -33,15 +34,31 @@ To learn more about our roadmap, we recommend reading [this document](ROADMAP.md - [v1.1.0](#v110) - [v1.0.0](#v100) -## Unreleased +### Improvements -### New +- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX)) + +### Fixes + +- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX)) -- TODO ([#XXX](https://github.com/kedacore/keda/issues/XXX)) +### Deprecations + +- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX)) + +### Breaking Changes + +- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX)) + +### Other + +- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX)) + +## v2.8.1 ### Improvements -- TODO ([#XXX](https://github.com/kedacore/keda/issues/XXX)) +None. ### Fixes @@ -51,11 +68,11 @@ To learn more about our roadmap, we recommend reading [this document](ROADMAP.md ### Deprecations -- TODO ([#XXX](https://github.com/kedacore/keda/issues/XXX)) +None. ### Breaking Changes -- TODO ([#XXX](https://github.com/kedacore/keda/issues/XXX)) +None. ### Other