Skip to content

Commit 854616c

Browse files
committed
changelog
1 parent ebe7925 commit 854616c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
`metrics-generator` statefulsets may need to be `chown`'d in order to start
2121
properly. A jsonnet example of an init container is included with the PR.
2222
This impacts impacts all users of the `grafana/tempo` Docker image.
23+
* [CHANGE] Remove vParquet encoding [#3663](https://github.com/grafana/tempo/pull/3663) (@mdisibio)
24+
**BREAKING CHANGE** In the last release vParquet (the first version) was deprecated and blocked from writes. Now it is
25+
removed entirely. It will no longer be recognized as a valid encoding and cannot read any remaining vParquet blocks. Installations
26+
running with historical defaults should not require any changes as the default has been migrated for several releases. Installations
27+
with storage settings pinned to vParquet must run a previous release configured for vParquet2 or higher until all existing vParquet (1) blocks
28+
have expired and been deleted from the backend, or else will encounter read errors after upgrading to this release.
2329
* [CHANGE] Return a less confusing error message to the client when refusing spans due to ingestion rates. [#3485](https://github.com/grafana/tempo/pull/3485) (@ie-pham)
2430
* [CHANGE] Clean Metrics Generator's Prometheus wal before creating instance [#3548](https://github.com/grafana/tempo/pull/3548) (@ie-pham)
2531
* [CHANGE] Update docker examples for permissions, deprecations, and clean-up [#3603](https://github.com/grafana/tempo/pull/3603) (@zalegrala)

0 commit comments

Comments
 (0)