Skip to content

Commit

Permalink
[release-v2.4] [DOC] Add 2.4.2 release notes (#3680)
Browse files Browse the repository at this point in the history
(cherry picked from commit c8840f8)

Co-authored-by: Kim Nylander <[email protected]>
  • Loading branch information
github-actions[bot] and knylander-grafana committed May 15, 2024
1 parent c653f65 commit 240fa92
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/sources/tempo/release-notes/v2-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ vParquet3 format is now the default block format. It is production ready and we

Upgrading to Tempo 2.4 modifies the Parquet block format. Although you can use Tempo 2.3 with vParquet2 or vParquet3, you can only use Tempo 2.4 with vParquet3.

With this release, the first version of our Parquet backend, vParquet, is being deprecated. Tempo 2.4 will still read vParquet1 blocks. However, Tempo will exit with error if they are manually configured. [[PR 3377](https://github.com/grafana/tempo/pull/3377/files#top)]
With this release, the first version of our Parquet backend, vParquet, is being deprecated. Tempo 2.4 still reads vParquet1 blocks. However, Tempo will exit with error if they are manually configured. [[PR 3377](https://github.com/grafana/tempo/pull/3377/files#top)]

For information on upgrading, refer to [Upgrade to Tempo 2.4]({{< relref "../setup/upgrade" >}}) and [Choose a different block format]({{< relref "../configuration/parquet#choose-a-different-block-format" >}}) .

Expand Down Expand Up @@ -188,7 +188,7 @@ storage:
redis:
```

With the new configuration, you create your list of caches,- with either `redis` or `memcached` cluster with your config, then define the types of data and roles.
With the new configuration, you create your list of caches,- with either `redis` or `memcached` cluster with your configuration, then define the types of data and roles.

```yaml
cache:
Expand All @@ -209,12 +209,17 @@ cache:
The following vulnerabilities have been addressed:

* Addressed [CVE-2023-5363](https://github.com/advisories/GHSA-xw78-pcr6-wrg8).
* Updated the `memcached` default image in jsonnet for multiple CVEs [PR 3310](https://github.com/grafana/tempo/pull/3310)
* Updated the `memcached` default image in Jsonnet for multiple CVEs. [PR 3310](https://github.com/grafana/tempo/pull/3310)
* Update golang.org/x/net package to 0.24.0 to fix [CVE-2023-45288](https://github.com/advisories/GHSA-4v7x-pqxf-cx7m) [PR 3613](https://github.com/grafana/tempo/pull/3613)

## Bugfixes

For a complete list, refer to the [Tempo changelog](https://github.com/grafana/tempo/releases).

### 2.4.2

* Update golang.org/x/net package to 0.24.0 to fix [CVE-2023-45288](https://github.com/advisories/GHSA-4v7x-pqxf-cx7m). [PR 3613](https://github.com/grafana/tempo/pull/3613)

### 2.4.1

* Fixed compaction/retention in AWS S3 and GCS when a prefix is configured. [PR 3465](https://github.com/grafana/tempo/issues/3465)
Expand Down

0 comments on commit 240fa92

Please sign in to comment.