Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit e24d7d5

Browse files
committed
update changelog
Signed-off-by: Jacob Lisi <[email protected]>
1 parent 1fd2b1f commit e24d7d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
## master / unreleased
44

5+
* [CHANGE] Alertmanager storage backend no longer defaults to `gcs` with bucket name `'%(cluster)s-cortex-%(namespace)s' % $._config`. #258
56
* [CHANGE] Only single cluster and namespace can now be selected in "resources" dashboards. #251
67
* [CHANGE] Increased `CortexAllocatingTooMuchMemory` warning alert threshold from 50% to 65%. #256
78
* [CHANGE] Cleaned up blocks storage config. Moved CLI flags used only be the read path from `genericBlocksStorageConfig` to `queryBlocksStorageConfig`, and flags used only by the ingester from `genericBlocksStorageConfig` to `ingester_args`. #257
9+
* [ENHANCEMENT] Add dedicated parameters to `_config` to configure Alertmanager backend storage. #258
10+
* `alertmanager_client_type`
11+
* `alertmanager_s3_bucket_name`
12+
* `alertmanager_gcs_bucket_name`
813
* [ENHANCEMENT] Added `unregister_ingesters_on_shutdown` config option to disable unregistering ingesters on shutdown (default is enabled). #213
914
* [ENHANCEMENT] Improved blocks storage observability: #237
1015
- Cortex / Queries: added bucket index load operations and latency (available only when bucket index is enabled)

0 commit comments

Comments
 (0)