Skip to content

Commit e7d8887

Browse files
Changelog: cut release 0.38-rc.0 (#8174)
Signed-off-by: Michael Hoffmann <mhoffmann@cloudflare.com>
1 parent da855a1 commit e7d8887

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
1818

1919
### Fixed
2020

21-
## [v0.38.0 - <in progress>](https://github.com/thanos-io/thanos/tree/release-0.38)
21+
## [v0.38.0-rc.0] https://github.com/thanos-io/thanos/tree/release-0.38)
2222

2323
### Fixed
2424
- [#8091](https://github.com/thanos-io/thanos/pull/8091) *: Add POST into allowed CORS methods header
@@ -36,6 +36,8 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
3636
- [#8131](https://github.com/thanos-io/thanos/pull/8131) Store Gateway: Optimize regex matchers for .* and .+. #8131
3737
- [#7808](https://github.com/thanos-io/thanos/pull/7808) Query: Support chain deduplication algorithm.
3838
- [#8158](https://github.com/thanos-io/thanos/pull/8158) Rule: Add support for query offset.
39+
- [#8110](https://github.com/thanos-io/thanos/pull/8110) Compact: implement native histogram downsampling.
40+
- [#7996](https://github.com/thanos-io/thanos/pull/7996) Receive: Add OTLP endpoint.
3941

4042
### Changed
4143

VERSION

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

docs/release-process.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Release shepherd responsibilities:
2323

2424
| Release | Time of first RC | Shepherd (GitHub handle) |
2525
|---------|------------------|-------------------------------|
26+
| v0.38.0 | 2025.03.25 | `@MichaHoffmann` |
27+
| v0.37.0 | 2024.11.19 | `@saswatamcode` |
2628
| v0.36.0 | 2024.06.26 | `@MichaHoffmann` |
2729
| v0.35.0 | 2024.04.09 | `@saswatamcode` |
2830
| v0.34.0 | 2024.01.14 | `@MichaHoffmann` |

website/hugo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ permalinks:
2828
# TODO(bwplotka): Move to mdox + fixes to ensure we don't need to manually do this.
2929
# For now we added few entries for advance.
3030
tip: "/:sections/:filename.md"
31+
v0.38: "/:sections/:filename.md"
3132
v0.37: "/:sections/:filename.md"
3233
v0.36: "/:sections/:filename.md"
3334
v0.35: "/:sections/:filename.md"

0 commit comments

Comments
 (0)