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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,20 +12,37 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
12
12
13
13
### Fixed
14
14
15
-
-[#7323](https://github.com/thanos-io/thanos/pull/7323) Sidecar: wait for prometheus on startup
16
15
-[#7326](https://github.com/thanos-io/thanos/pull/7326) Query: fixing exemplars proxy when querying stores with multiple tenants.
17
16
-[#7335](https://github.com/thanos-io/thanos/pull/7335) Dependency: Update minio-go to v7.0.70 which includes support for EKS Pod Identity.
18
-
-[#6948](https://github.com/thanos-io/thanos/pull/6948) Receive: fix goroutines leak during series requests to thanos store api.
19
17
20
18
### Added
21
19
22
20
-[#7317](https://github.com/thanos-io/thanos/pull/7317) Tracing: allow specifying resource attributes for the OTLP configuration.
23
21
-[#7367](https://github.com/thanos-io/thanos/pull/7367) Store Gateway: log request ID in request logs.
22
+
-[#7361](https://github.com/thanos-io/thanos/pull/7361) Query: *breaking :warning:* pass query stats from remote execution from server to client. We changed the protobuf of the QueryAPI, if you use `query.mode=distributed` you need to update your client (upper level Queriers) first, before updating leaf Queriers (servers).
24
23
-[#7363](https://github.com/thanos-io/thanos/pull/7363) Query-frontend: set value of remote_user field in Slow Query Logs from HTTP header
25
24
26
25
### Changed
27
26
28
27
-[#7334](https://github.com/thanos-io/thanos/pull/7334) Compactor: do not vertically compact downsampled blocks. Such cases are now marked with `no-compact-mark.json`. Fixes panic `panic: unexpected seriesToChunkEncoder lack of iterations`.
28
+
-[#7393](https://github.com/thanos-io/thanos/pull/7393)*: *breaking :warning:* Using native histograms for grpc middleware metrics. Metrics `grpc_client_handling_seconds` and `grpc_server_handling_seconds` will now be native histograms, if you have enabled native histogram scraping you will need to update your PromQL expressions to use the new metric names.
-[#7323](https://github.com/thanos-io/thanos/pull/7323) Sidecar: wait for prometheus on startup
37
+
-[#6948](https://github.com/thanos-io/thanos/pull/6948) Receive: fix goroutines leak during series requests to thanos store api.
38
+
-[#7382](https://github.com/thanos-io/thanos/pull/7382)*: Ensure objstore flag values are masked & disable debug/pprof/cmdline
39
+
-[#7392](https://github.com/thanos-io/thanos/pull/7392) Query: fix broken min, max for pre 0.34.1 sidecars
40
+
-[#7373](https://github.com/thanos-io/thanos/pull/7373) Receive: Fix stats for remote write
41
+
-[#7318](https://github.com/thanos-io/thanos/pull/7318) Compactor: Recover from panic to log block ID
42
+
43
+
### Added
44
+
45
+
### Changed
29
46
30
47
### Removed
31
48
@@ -152,6 +169,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
152
169
-[#6753](https://github.com/thanos-io/thanos/pull/6753) mixin(Rule): *breaking :warning:* Fixed the mixin rules with duplicate names and updated the promtool version from v0.37.0 to v0.47.0
153
170
-[#6772](https://github.com/thanos-io/thanos/pull/6772)*: Bump prometheus to v0.47.2-0.20231006112807-a5a4eab679cc
154
171
-[#6794](https://github.com/thanos-io/thanos/pull/6794) Receive: the exported HTTP metrics now uses the specified default tenant for requests where no tenants are found.
172
+
-[#6651](https://github.com/thanos-io/thanos/pull/6651)*: Update go_grpc_middleware to v2.0.0. Remove Tags Interceptor from Thanos. Tags interceptor is removed from v2.0.0 go-grpc-middleware and is not needed anymore.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
[](https://github.com/thanos-io/thanos/actions?query=workflow%3ACI)[](https://circleci.com/gh/thanos-io/thanos)[](https://github.com/thanos-io/thanos/actions?query=workflow%3Ago)[](https://github.com/thanos-io/thanos/actions?query=workflow%3Areact)[](https://github.com/thanos-io/thanos/actions?query=workflow%3Adocs)[](https://gitpod.io/#https://github.com/thanos-io/thanos)[](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=109162639)
6
6
7
-
> 📢 [ThanosCon](https://thanos.io/blog/2023-20-11-thanoscon/)is happening on 19th March as a co-located half-day on KubeCon EU in Paris. Join us there! 🤗 CFP is open until 3rd December!
7
+
> 📢 [ThanosCon](https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/co-located-events/thanoscon/)happened on 19th March 2024 as a co-located half-day on KubeCon EU in Paris.
returnerrors.New("no external labels configured for receive, uniquely identifying external labels must be configured (ideally with `receive_` prefix); see https://thanos.io/tip/thanos/storage.md#external-labels for details.")
0 commit comments