File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
18
18
19
19
### Fixed
20
20
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)
22
22
23
23
### Fixed
24
24
- [ #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
36
36
- [ #8131 ] ( https://github.com/thanos-io/thanos/pull/8131 ) Store Gateway: Optimize regex matchers for .* and .+. #8131
37
37
- [ #7808 ] ( https://github.com/thanos-io/thanos/pull/7808 ) Query: Support chain deduplication algorithm.
38
38
- [ #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.
39
41
40
42
### Changed
41
43
Original file line number Diff line number Diff line change 1
- 0.39 .0-dev
1
+ 0.38 .0-rc.0
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ Release shepherd responsibilities:
23
23
24
24
| Release | Time of first RC | Shepherd (GitHub handle) |
25
25
| ---------| ------------------| -------------------------------|
26
+ | v0.38.0 | 2025.03.25 | ` @MichaHoffmann ` |
27
+ | v0.37.0 | 2024.11.19 | ` @saswatamcode ` |
26
28
| v0.36.0 | 2024.06.26 | ` @MichaHoffmann ` |
27
29
| v0.35.0 | 2024.04.09 | ` @saswatamcode ` |
28
30
| v0.34.0 | 2024.01.14 | ` @MichaHoffmann ` |
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ permalinks:
28
28
# TODO(bwplotka): Move to mdox + fixes to ensure we don't need to manually do this.
29
29
# For now we added few entries for advance.
30
30
tip : " /:sections/:filename.md"
31
+ v0.38 : " /:sections/:filename.md"
31
32
v0.37 : " /:sections/:filename.md"
32
33
v0.36 : " /:sections/:filename.md"
33
34
v0.35 : " /:sections/:filename.md"
You can’t perform that action at this time.
0 commit comments