Skip to content

Commit efca71d

Browse files
authored
Prepare release v2.6.1 (#2623)
Signed-off-by: Zbynek Roubalik <[email protected]>
1 parent 10db6e1 commit efca71d

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/ISSUE_TEMPLATE/3_bug_report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ body:
4646
label: KEDA Version
4747
description: What version of KEDA that are you running?
4848
options:
49+
- "2.6.1"
4950
- "2.6.0"
5051
- "2.5.0"
5152
- "2.4.0"

CHANGELOG.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
## History
1111

1212
- [Unreleased](#unreleased)
13+
- [v2.6.1](#v261)
1314
- [v2.6.0](#v260)
1415
- [v2.5.0](#v250)
1516
- [v2.4.0](#v240)
@@ -33,12 +34,22 @@
3334

3435
### Improvements
3536

36-
- **General**: Fix generation of metric names if any of ScaledObject's triggers is unavailable ([#2592](https://github.com/kedacore/keda/issues/2592))
37-
- **General**: Fix logging in KEDA operator and properly set `ScaledObject.Status` in case there is a problem in a ScaledObject's trigger ([#2603](https://github.com/kedacore/keda/issues/2603))
37+
- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX))
3838

3939
### Breaking Changes
4040

41-
- TODO ([#XXX](https://github.com/kedacore/keda/pull/XXX))
41+
- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX))
42+
43+
### Other
44+
45+
- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX))
46+
47+
## v.2.6.1
48+
49+
### Improvements
50+
51+
- **General**: Fix generation of metric names if any of ScaledObject's triggers is unavailable ([#2592](https://github.com/kedacore/keda/issues/2592))
52+
- **General**: Fix logging in KEDA operator and properly set `ScaledObject.Status` in case there is a problem in a ScaledObject's trigger ([#2603](https://github.com/kedacore/keda/issues/2603))
4253

4354
### Other
4455

0 commit comments

Comments
 (0)