From 0e21491342db6ea97f6896f52d84bfab05821d65 Mon Sep 17 00:00:00 2001 From: Ben Ye Date: Mon, 30 Jan 2023 02:36:05 -0800 Subject: [PATCH] Cut 0.30.2 (#6081) * tracing: fixed panic because of nil sampler (#6066) * fixed panic because of nil sampler Signed-off-by: Vasiliy Rumyantsev <4119114+xBazilio@users.noreply.github.com> * added CHANGELOG entry Signed-off-by: Vasiliy Rumyantsev <4119114+xBazilio@users.noreply.github.com> Signed-off-by: Vasiliy Rumyantsev <4119114+xBazilio@users.noreply.github.com> * bump version to 0.30.2 Signed-off-by: Ben Ye * Updates busybox SHA (#6046) Signed-off-by: GitHub Signed-off-by: GitHub Co-authored-by: yeya24 * Use `e2edb.NewMinio` to disable SSE-S3 in e2e tests (#6055) * Use e2edb.NewMinio to disable SSE Signed-off-by: Saswata Mukherjee * Use temp fork for TLS Signed-off-by: Saswata Mukherjee * Fix broken rules api fanout test Signed-off-by: Saswata Mukherjee * Fix broken query compatibility test Signed-off-by: Saswata Mukherjee * Remove fork Signed-off-by: Saswata Mukherjee Signed-off-by: Saswata Mukherjee --------- Signed-off-by: Vasiliy Rumyantsev <4119114+xBazilio@users.noreply.github.com> Signed-off-by: Ben Ye Signed-off-by: GitHub Signed-off-by: Saswata Mukherjee Co-authored-by: Vasiliy Rumyantsev <4119114+xBazilio@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: yeya24 Co-authored-by: Saswata Mukherjee --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6fc6ae5ab8..1ee64b02ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,6 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re - [#5995](https://github.com/thanos-io/thanos/pull/5995) Sidecar: Loads the TLS certificate during startup. - [#6044](https://github.com/thanos-io/thanos/pull/6044) Receive: mark ouf of window errors as conflict, if out-of-window samples ingestion is activated - [#6050](https://github.com/thanos-io/thanos/pull/6050) Store: Re-try bucket store initial sync upon failure. -- [#6066](https://github.com/thanos-io/thanos/pull/6066) Tracing: fixed panic because of nil sampler - [#6067](https://github.com/thanos-io/thanos/pull/6067) Receive: fixed panic when querying uninitialized TSDBs. ### Changed @@ -33,6 +32,12 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re - [#6010](https://github.com/thanos-io/thanos/pull/6010) *: Upgrade Prometheus to v0.41.0. - [#5887](https://github.com/thanos-io/thanos/pull/5887) Tracing: Make sure rate limiting sampler is the default, as was the case in version pre-0.29.0. +## [v0.30.2](https://github.com/thanos-io/thanos/tree/release-0.30) - 28.01.2023 + +### Fixed + +- [#6066](https://github.com/thanos-io/thanos/pull/6066) Tracing: fixed panic because of nil sampler + ## [v0.30.1](https://github.com/thanos-io/thanos/tree/release-0.30) - 4.01.2023 ### Fixed