Skip to content

Commit 4c1eec7

Browse files
authored
Merge pull request #8526 from thanos-io/release-0.40_r
*: release 0.40.0-rc.0
2 parents 9978537 + 7497c01 commit 4c1eec7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,33 @@ NOTE: As semantic versioning states all 0.y.z releases can contain breaking chan
88

99
We use *breaking :warning:* to mark changes that are not backward compatible (relates only to v0.y.z releases.)
1010

11-
## Unreleased
11+
## [v0.40.0-rc.0](https://github.com/thanos-io/thanos/tree/release-0.40) - 2025 10 20
1212

1313
### Fixed
1414

1515
- [#8334](https://github.com/thanos-io/thanos/pull/8334) Query: wait for initial endpoint discovery before becoming ready
1616
- [#8486](https://github.com/thanos-io/thanos/pull/8486) Receive: fix exemplar label corruption from Cap'n Proto memory references
1717
- [#8499](https://github.com/thanos-io/thanos/pull/8499) Query: support UTF-8 label names for the `/api/v1/label/:name/values` API.
18+
- [#8374](https://github.com/thanos-io/thanos/pull/8374) query: fix panic when accessing annotations concurrently
19+
- [#8336](https://github.com/thanos-io/thanos/pull/8336) store: fix race between lazy index header creation
1820

1921
### Added
2022

2123
- [#8366](https://github.com/thanos-io/thanos/pull/8366) Store: optionally ignore Parquet migrated blocks
2224
- [#8359](https://github.com/thanos-io/thanos/pull/8359) Tools: add `--shipper.upload-compacted` flag for uploading compacted blocks to bucket upload-blocks
2325
- [#8484](https://github.com/thanos-io/thanos/pull/8484) Query: add `/api/v1/status/tsdb` API endpoint.
26+
- [#8454](https://github.com/thanos-io/thanos/pull/8454) Compact: ensure we don't mark blocks for deletion again after just deleting them
27+
- [#8410](https://github.com/thanos-io/thanos/pull/8410) Compact: ignore blocks with deletion mark in partial deletes
2428

2529
### Changed
2630

2731
- [#8370](https://github.com/thanos-io/thanos/pull/8370) Query: announced labelset now reflects relabel-config
32+
- [#8464](https://github.com/thanos-io/thanos/pull/8464) Query: assume that we do not unmark a block for deletion. This solves a race between Thanos Store and Compactor.
33+
- [#8402](https://github.com/thanos-io/thanos/pull/8402) Query/Receive: trim labelsets in String()
34+
- [#8334](https://github.com/thanos-io/thanos/pull/8334) Query: wait for initial endpoint discovery before becoming ready
35+
- [#8401](https://github.com/thanos-io/thanos/pull/8401) block/compact: rework consistency check, make writers only write
36+
- [#8389](https://github.com/thanos-io/thanos/pull/8389) block: bust cache if modified timestamp differs
37+
- [#8366](https://github.com/thanos-io/thanos/pull/8366) store: ignore parquet migrated blocks
2838

2939
### Removed
3040

VERSION

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

0 commit comments

Comments
 (0)