Skip to content

Commit

Permalink
chore: prepare release (#4145)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>

Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer authored Jan 19, 2023
1 parent e0ba57d commit 4027aa9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/3_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ body:
label: KEDA Version
description: What version of KEDA that are you running?
options:
- "2.8.2"
- "2.8.1"
- "2.8.0"
- "2.7.1"
Expand Down
33 changes: 31 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ To learn more about our roadmap, we recommend reading [this document](ROADMAP.md
## History

- [Unreleased](#unreleased)
- [v2.8.2](#v282)
- [v2.8.1](#v281)
- [v2.8.0](#v280)
- [v2.7.1](#v271)
Expand All @@ -34,12 +35,40 @@ To learn more about our roadmap, we recommend reading [this document](ROADMAP.md
- [v1.1.0](#v110)
- [v1.0.0](#v100)

## Unreleased

### New

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

### Improvements

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

### Fixes

- TODO ([#XXX](https://github.com/kedacore/keda/issue/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.2

### Improvements

None.

### Fixes

- **General:** Provide patch for CVE-2022-3172 vulnerability ([#3690](https://github.com/kedacore/keda/issues/3690))
- **General:** Respect optional parameter inside envs for ScaledJobs ([#3568](https://github.com/kedacore/keda/issues/3568))
- **General:** Close is called twice on PushScaler's deletion ([#3881](https://github.com/kedacore/keda/issues/3881))
Expand All @@ -53,11 +82,11 @@ To learn more about our roadmap, we recommend reading [this document](ROADMAP.md

### Deprecations

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

### Breaking Changes

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

### Other

Expand Down

0 comments on commit 4027aa9

Please sign in to comment.