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
{{ message }}
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,14 @@
2
2
3
3
## master / unreleased
4
4
5
-
*[BUGFIX] Add support the `local` ruler client type
6
5
*[CHANGE] The project is now licensed with Apache-2.0 license. #169
7
6
*[CHANGE] Add overrides config to tsdb store-gateway. #167
8
-
*[CHANGE] Ingesters now default to running as `StatefulSet` with WAL enabled. It is controlled by the config `$._config.ingester_deployment_without_wal` which is `false` by default. Setting the config to `true` will yeild the old behaviour (stateless `Deployment` without WAL enabled). #72
7
+
*[CHANGE] Ingesters now default to running as `StatefulSet` with WAL enabled. It is controlled by the config `$._config.ingester_deployment_without_wal` which is `false` by default. Setting the config to `true` will yield the old behaviour (stateless `Deployment` without WAL enabled). #72
9
8
*[CHANGE] We now allow queries that are 32 days long. For example, rate(metric[32d]). Before it was 31d. #173
10
9
*[ENHANCEMENT] Enable support for HA in the Cortex Alertmanager #147
11
10
*[ENHANCEMENT] Support `alertmanager.fallback_config` option in the Alertmanager. #179
11
+
*[BUGFIX] Add support the `local` ruler client type #175
12
+
*[BUGFIX] Fixes `ruler.storage.s3.url` argument for the Ruler. It used an incorrect argument. #177
0 commit comments