From e0e6e6c926712e72b816d80b5c2dca6b408744c2 Mon Sep 17 00:00:00 2001 From: Javier Molina Reyes Date: Wed, 18 Dec 2024 13:30:55 +0100 Subject: [PATCH] update azurite (#4464) * update azurite * changelog --- CHANGELOG.md | 1 + integration/e2e/backend/backend.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57039257bd1..7bbb74f93d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,6 +89,7 @@ querier: * [ENHANCEMENT] Reuse generator code to better refuse "too large" traces. [#4365](https://github.com/grafana/tempo/pull/4365) (@joe-elliott) This will cause the ingester to more aggressively and correctly refuse traces. Also added two metrics to better track bytes consumed per tenant in the ingester. `tempo_metrics_generator_live_trace_bytes` and `tempo_ingester_live_trace_bytes`. +* [ENHANCEMENT] Update Azurite image. [#4298](https://github.com/grafana/tempo/pull/4464) (@javiermolinar) * [BUGFIX] Handle invalid TraceQL query filter in tag values v2 disk cache [#4392](https://github.com/grafana/tempo/pull/4392) (@electron0zero) * [BUGFIX] Replace hedged requests roundtrips total with a counter. [#4063](https://github.com/grafana/tempo/pull/4063) [#4078](https://github.com/grafana/tempo/pull/4078) (@galalen) * [BUGFIX] Metrics generators: Correctly drop from the ring before stopping ingestion to reduce drops during a rollout. [#4101](https://github.com/grafana/tempo/pull/4101) (@joe-elliott) diff --git a/integration/e2e/backend/backend.go b/integration/e2e/backend/backend.go index 30b233b8311..b5ffee55d0a 100644 --- a/integration/e2e/backend/backend.go +++ b/integration/e2e/backend/backend.go @@ -16,7 +16,7 @@ import ( ) const ( - azuriteImage = "mcr.microsoft.com/azure-storage/azurite:3.31.0" + azuriteImage = "mcr.microsoft.com/azure-storage/azurite:3.33.0" gcsImage = "fsouza/fake-gcs-server:1.47.6" )