Skip to content

Commit 108b4b7

Browse files
authored
Prepare for 1.13 rc1 (#4774)
* Prepare for 1.13-rc1 Signed-off-by: Alvin Lin <[email protected]> * address PR comments Signed-off-by: Alvin Lin <[email protected]>
1 parent 1169c87 commit 108b4b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Changelog
22

33
## master / unreleased
4-
[BUGFIX] Compactor: Fixes #4770 - an edge case in compactor where compaction stops when a tenant stops ingesting samples. #4771
54

65
## 1.13.0 in progress
76
* [CHANGE] Changed default for `-ingester.min-ready-duration` from 1 minute to 15 seconds. #4539
@@ -47,6 +46,7 @@
4746
* [BUGFIX] Distributor: Fix a memory leak in distributor due to the cluster label. #4739
4847
* [BUGFIX] Memberlist: Avoid clock skew by limiting the timestamp accepted on gossip. #4750
4948
* [BUGFIX] Compactor: skip compaction if there is only 1 block available for shuffle-sharding compactor. #4756
49+
* [BUGFIX] Compactor: Fixes #4770 - an edge case in compactor with shulffle sharding where compaction stops when a tenant stops ingesting samples. #4771
5050

5151
## 1.11.0 2021-11-25
5252

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.0-rc.0
1+
1.13.0-rc.1

0 commit comments

Comments
 (0)