You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In short: there are a bunch of fixes and small improvements. The shining items in this release are memory usage improvements in Thanos Query and shuffle sharding support in Thanos Receiver. Information about shuffle sharding support is available in the documentation. Thank you to all contributors!
17
14
18
15
### Added
19
16
17
+
-[#8308](https://github.com/thanos-io/thanos/pull/8308) Receive: Prometheus counters for pending write requests and series requests
18
+
-[#8225](https://github.com/thanos-io/thanos/pull/8225) tools: Extend bucket ls options.
20
19
-[#8238](https://github.com/thanos-io/thanos/pull/8238) Receive: add shuffle sharding support
21
20
-[#8284](https://github.com/thanos-io/thanos/pull/8284) Store: Add `--disable-admin-operations` Flag to Store Gateway
22
-
-[#8266](https://github.com/thanos-io/thanos/pull/8266) Website: maintain expanded state based on current page
23
21
-[#8245](https://github.com/thanos-io/thanos/pull/8245) Querier/Query-Frontend/Ruler: Add `--enable-feature=promql-experimental-functions` flag option to enable using promQL experimental functions in respective Thanos components
24
22
-[#8259](https://github.com/thanos-io/thanos/pull/8259) Shipper: Add `--shipper.skip-corrupted-blocks` flag to allow `Sync()` to continue upload when finding a corrupted block
25
23
26
24
### Changed
27
25
26
+
-[#8282](https://github.com/thanos-io/thanos/pull/8282) Force sync writes to meta.json in case of host crash
28
27
-[#8192](https://github.com/thanos-io/thanos/pull/8192) Sidecar: fix default get config timeout
28
+
-[#8202](https://github.com/thanos-io/thanos/pull/8202) Receive: Unhide `--tsdb.enable-native-histograms` flag
29
+
-[#8315](https://github.com/thanos-io/thanos/pull/8315) Query-Frontend: only ready if downstream is ready
29
30
30
31
### Removed
31
32
-[#8289](https://github.com/thanos-io/thanos/pull/8289) Receive: *breaking :warning:* Removed migration of legacy-TSDB to multi-TSDB. Ensure you are running version >0.13
0 commit comments