Skip to content

Commit fc862f9

Browse files
authored
Prep release 1.12.0 (#4649)
* Prepare release 1.12.0 Signed-off-by: Alvin Lin <[email protected]> * Prepare release 1.12.0 Signed-off-by: Alvin Lin <[email protected]> * Revert unintended change Signed-off-by: Alvin Lin <[email protected]> * Fix typo Signed-off-by: Alvin Lin <[email protected]>
1 parent 0b51080 commit fc862f9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

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

33
## master / unreleased
44

5+
## 1.12.0 in pgoress
6+
57
* [CHANGE] Changed default for `-ingester.min-ready-duration` from 1 minute to 15 seconds. #4539
6-
* [CHANGE] query-frontend: Do not print anything in the logs of `query-frontend` if a in-progress query has been canceled (context canceled). #4562
8+
* [CHANGE] query-frontend: Do not print anything in the logs of `query-frontend` if a in-progress query has been canceled (context canceled) to avoid spam. #4562
79
* [CHANGE] Compactor block deletion mark migration, needed when upgrading from v1.7, is now disabled by default. #4597
810
* [CHANGE] The `status_code` label on gRPC client metrics has changed from '200' and '500' to '2xx', '5xx', '4xx', 'cancel' or 'error'. 4601
911
* [CHANGE] Memberlist: changed probe interval from `1s` to `5s` and probe timeout from `500ms` to `2s`. #4601
1012
* [FEATURE] Add shuffle sharding grouper and planner within compactor to allow further work towards parallelizing compaction #4624
1113
* [ENHANCEMENT] Update Go version to 1.17.5. #4602 #4604
12-
* [ENHANCEMENT] Keep track of discarded samples due to relabel configuration in `cortex_discarded_samples_total`. #4503
14+
* [ENHANCEMENT] Keep track of discarded samples due to bad relabel configuration in `cortex_discarded_samples_total`. #4503
1315
* [ENHANCEMENT] Ruler: Add `-ruler.disable-rule-group-label` to disable the `rule_group` label on exported metrics. #4571
1416
* [ENHANCEMENT] Query federation: improve performance in MergeQueryable by memoizing labels. #4502
1517
* [ENHANCEMENT] Added new ring related config `-ingester.readiness-check-ring-health` when enabled the readiness probe will succeed only after all instances are ACTIVE and healthy in the ring, this is enabled by default. #4539
@@ -21,7 +23,7 @@
2123
* [ENHANCEMENT] Optimise memberlist receive path when used as a backing store for rings with a large number of members. #4601
2224
* [ENHANCEMENT] Add length and limit to labelNameTooLongError and labelValueTooLongError #4595
2325
* [BUGFIX] AlertManager: remove stale template files. #4495
24-
* [BUGFIX] Distributor: fix bug in query-exemplar where some results would get dropped. #4582
26+
* [BUGFIX] Distributor: fix bug in query-exemplar where some results would get dropped. #4583
2527
* [BUGFIX] Update Thanos dependency: compactor tracing support, azure blocks storage memory fix. #4585
2628
* [BUGFIX] Set appropriate `Content-Type` header for /services endpoint, which previously hard-coded `text/plain`. #4596
2729
* [BUGFIX] Querier: Disable query scheduler SRV DNS lookup, which removes noisy log messages about "failed DNS SRV record lookup". #4601

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Our goal is to provide a new minor release every 6 weeks. This is a new process
2727
| v1.9.0 | 2021-04-29 | Goutham Veeramachaneni (@gouthamve) |
2828
| v1.10.0 | 2021-06-25 | Bryan Boreham (@bboreham) |
2929
| v1.11.0 | 2021-08-06 | Marco Pracucci (@pracucci) |
30-
| v1.12.0 | 2021-09-17 | |
30+
| v1.12.0 | 2022-02-17 | Alvin Lin (@alvinlin123) |
3131

3232
## Release shepherd responsibilities
3333

0 commit comments

Comments
 (0)