You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+22-3
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ To learn more about our roadmap, we recommend reading [this document](ROADMAP.md
14
14
## History
15
15
16
16
-[Unreleased](#unreleased)
17
+
-[v2.7.0](#v270)
17
18
-[v2.6.1](#v261)
18
19
-[v2.6.0](#v260)
19
20
-[v2.5.0](#v250)
@@ -34,6 +35,24 @@ To learn more about our roadmap, we recommend reading [this document](ROADMAP.md
34
35
35
36
### New
36
37
38
+
- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX))
39
+
40
+
### Improvements
41
+
42
+
- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX))
43
+
44
+
### Deprecations
45
+
46
+
- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX))
47
+
48
+
### Breaking Changes
49
+
50
+
- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX))
51
+
52
+
## v2.7.0
53
+
54
+
### New
55
+
37
56
-**General:** Introduce annotation `"autoscaling.keda.sh/paused-replicas"` for ScaledObjects to pause scaling at a fixed replica count. ([#944](https://github.com/kedacore/keda/issues/944))
38
57
-**General:** Introduce ARM-based container image for KEDA ([#2263](https://github.com/kedacore/keda/issues/2263)|[#2262](https://github.com/kedacore/keda/issues/2262))
39
58
-**General:** Introduce new AWS DynamoDB Scaler ([#2486](https://github.com/kedacore/keda/issues/2482))
@@ -73,13 +92,13 @@ To learn more about our roadmap, we recommend reading [this document](ROADMAP.md
73
92
-**RabbitMQ Scaler:** Include `vhost` for RabbitMQ when retrieving queue info with `useRegex` ([#2498](https://github.com/kedacore/keda/issues/2498))
74
93
-**Selenium Grid Scaler:** Consider `maxSession` grid info when scaling. ([#2618](https://github.com/kedacore/keda/issues/2618))
75
94
76
-
## Deprecations
95
+
###Deprecations
77
96
78
97
-**CPU, Memory, Datadog Scalers**: `metadata.type` is deprecated in favor of the global `metricType` ([#2030](https://github.com/kedacore/keda/issues/2030))
79
98
80
99
### Breaking Changes
81
100
82
-
- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX))
101
+
None.
83
102
84
103
### Other
85
104
@@ -104,7 +123,7 @@ To learn more about our roadmap, we recommend reading [this document](ROADMAP.md
104
123
-**Memory Scaler:** Adding e2e test ([#2220](https://github.com/kedacore/keda/issues/2220))
105
124
-**Selenium Grid Scaler:** Adding e2e test ([#2791](https://github.com/kedacore/keda/issues/2791))
0 commit comments