Skip to content

Commit 36d3177

Browse files
MichaHoffmanntrouaux
authored andcommitted
merge release 0.38.0 to main (thanos-io#8186)
* Changelog: cut release 0.38-rc.0 (thanos-io#8174) Signed-off-by: Michael Hoffmann <[email protected]> * Changelog: cut release 0.38.0-rc.1 (thanos-io#8180) * Query: fix endpointset setup This commit fixes an issue where we add non-strict, non-group endpoints to the endpointset twice, once with resolved addresses from the dns provider and once with its dns prefix. Signed-off-by: Michael Hoffmann <[email protected]> * deps: bump promql-engine (thanos-io#8181) Signed-off-by: Michael Hoffmann <[email protected]> * Changelog: cut release 0.38-rc.1 Signed-off-by: Michael Hoffmann <[email protected]> --------- Signed-off-by: Michael Hoffmann <[email protected]> * Changelog: cut release 0.38 (thanos-io#8185) Signed-off-by: Michael Hoffmann <[email protected]> --------- Signed-off-by: Michael Hoffmann <[email protected]> Signed-off-by: trouaux <[email protected]>
1 parent 754cccd commit 36d3177

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,14 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
1919
- [#8238](https://github.com/thanos-io/thanos/pull/8238) Receive: add shuffle sharding support
2020

2121
### Changed
22-
- [#8181](https://github.com/thanos-io/thanos/pull/8181) Deps: bump promql engine
2322

2423
- [#8192](https://github.com/thanos-io/thanos/pull/8192) Sidecar: fix default get config timeout
2524

2625
### Removed
2726

2827
### Fixed
2928

30-
- [#8211](https://github.com/thanos-io/thanos/pull/8211) Query: fix panic on nested partial response in distributed instant query
31-
- [#8216](https://github.com/thanos-io/thanos/pull/8216) Query/Receive: fix iter race between `next()` and `stop()` introduced in https://github.com/thanos-io/thanos/pull/7821.
32-
- [#8212](https://github.com/thanos-io/thanos/pull/8212) Receive: Ensure forward/replication metrics are incremented in err cases
33-
34-
## [v0.38.0](https://github.com/thanos-io/thanos/tree/release-0.38) - 03.04.2025
29+
## [v0.38.0] https://github.com/thanos-io/thanos/tree/release-0.38) - 03.04.2025
3530

3631
### Fixed
3732
- [#8091](https://github.com/thanos-io/thanos/pull/8091) *: Add POST into allowed CORS methods header
@@ -51,6 +46,8 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
5146
- [#8158](https://github.com/thanos-io/thanos/pull/8158) Rule: Add support for query offset.
5247
- [#8110](https://github.com/thanos-io/thanos/pull/8110) Compact: implement native histogram downsampling.
5348
- [#7996](https://github.com/thanos-io/thanos/pull/7996) Receive: Add OTLP endpoint.
49+
- [#8110](https://github.com/thanos-io/thanos/pull/8110) Compact: implement native histogram downsampling.
50+
- [#7996](https://github.com/thanos-io/thanos/pull/7996) Receive: Add OTLP endpoint.
5451

5552
### Changed
5653

@@ -59,6 +56,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
5956
- [#8118](https://github.com/thanos-io/thanos/pull/8118) Query: Bumped promql-engine
6057
- [#8135](https://github.com/thanos-io/thanos/pull/8135) Query: respect partial response in distributed engine
6158
- [#8181](https://github.com/thanos-io/thanos/pull/8181) Deps: bump promql engine
59+
- [#8181](https://github.com/thanos-io/thanos/pull/8181) Deps: bump promql engine
6260

6361
### Removed
6462

@@ -69,6 +67,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
6967
- [#7970](https://github.com/thanos-io/thanos/pull/7970) Sidecar: Respect min-time setting.
7068
- [#7962](https://github.com/thanos-io/thanos/pull/7962) Store: Fix potential deadlock in hedging request.
7169
- [#8175](https://github.com/thanos-io/thanos/pull/8175) Query: fix endpointset setup
70+
- [#8175](https://github.com/thanos-io/thanos/pull/8175) Query: fix endpointset setup
7271

7372
### Added
7473

docs/release-process.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Release shepherd responsibilities:
2323

2424
| Release | Time of first RC | Shepherd (GitHub handle) |
2525
|---------|------------------|-------------------------------|
26-
| v0.39.0 | 2025.05.29 | `@GiedriusS` |
2726
| v0.38.0 | 2025.03.25 | `@MichaHoffmann` |
2827
| v0.37.0 | 2024.11.19 | `@saswatamcode` |
2928
| v0.36.0 | 2024.06.26 | `@MichaHoffmann` |

0 commit comments

Comments
 (0)