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
chore: cherry pick commits for release v2.11.2 (#4826)
Co-authored-by: Jorge Turrado Ferrero <[email protected]>
Co-authored-by: Dao Thanh Tung <[email protected]>
Co-authored-by: Eldarrin <[email protected]>
fix `msgBacklogThreshold` field being named wrongly as `msgBacklog` (#4736)
fix: AWS Pod Identity uses default service account if not provided (#4768)
fix: Restore prometheus metrics in Metrics Server (#4766)
fix repo bug (#4792)
Copy file name to clipboardexpand all lines: CHANGELOG.md
+29-3
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ To learn more about active deprecations, we recommend checking [GitHub Discussio
16
16
## History
17
17
18
18
-[Unreleased](#unreleased)
19
+
-[v2.11.2](#v2110)
20
+
-[v2.11.1](#v2110)
19
21
-[v2.11.0](#v2110)
20
22
-[v2.10.1](#v2101)
21
23
-[v2.10.0](#v2100)
@@ -55,9 +57,7 @@ To learn more about active deprecations, we recommend checking [GitHub Discussio
55
57
56
58
### Fixes
57
59
58
-
-**General**: Paused ScaledObject continues working after removing the annotation ([#4733](https://github.com/kedacore/keda/issues/4733))
59
-
-**General**: Skip resolving secrets if namespace is restricted ([#4519](https://github.com/kedacore/keda/issues/4519))
60
-
-**Prometheus**: Authenticated connections to Prometheus work in non-PodIdenty case ([#4695](https://github.com/kedacore/keda/issues/4695))
60
+
- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX))
61
61
62
62
### Deprecations
63
63
@@ -75,6 +75,32 @@ New deprecation(s):
75
75
76
76
- TODO ([#XXX](https://github.com/kedacore/keda/issue/XXX))
77
77
78
+
## v2.11.2
79
+
80
+
### Fixes
81
+
82
+
-**General**: Metrics server exposes Prometheus metrics ([#4776](https://github.com/kedacore/keda/issues/4776))
83
+
-**AWS Pod Identity Authentication**: Use `default` service account if the workload doesn't set it ([#4767](https://github.com/kedacore/keda/issues/4767))
84
+
-**GitHub Runner Scaler**: Fix rate checking on GHEC when HTTP 200 ([#4786](https://github.com/kedacore/keda/issues/4786))
85
+
-**GitHub Runner Scaler**: Fix explicit repo check 404 to skip not crash ([#4790](https://github.com/kedacore/keda/issues/4790))
86
+
-**Pulsar Scaler**: Fix `msgBacklogThreshold` field being named wrongly as `msgBacklog` ([#4681](https://github.com/kedacore/keda/issues/4681))
87
+
88
+
### Deprecations
89
+
90
+
You can find all deprecations in [this overview](https://github.com/kedacore/keda/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Abreaking-change) and [join the discussion here](https://github.com/kedacore/keda/discussions/categories/deprecations).
91
+
92
+
New deprecation(s):
93
+
94
+
-**Pulsar Scaler**: Fix `msgBacklogThreshold` field being named wrongly as `msgBacklog` ([#4681](https://github.com/kedacore/keda/issues/4681))
95
+
96
+
## v2.11.1
97
+
98
+
### Fixes
99
+
100
+
-**General**: Paused ScaledObject continues working after removing the annotation ([#4733](https://github.com/kedacore/keda/issues/4733))
101
+
-**General**: Skip resolving secrets if namespace is restricted ([#4519](https://github.com/kedacore/keda/issues/4519))
102
+
-**Prometheus**: Authenticated connections to Prometheus work in non-PodIdenty case ([#4695](https://github.com/kedacore/keda/issues/4695))
0 commit comments