-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update grafana/tempo docker tag to v2.5.0 #1257
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
a560396
to
dfc211e
Compare
c664944
to
df208f5
Compare
49fcb2e
to
682fdf4
Compare
3e4faf2
to
f39a45b
Compare
5006338
to
4c4a069
Compare
4c4a069
to
e82d4e0
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
2.4.2
->2.5.0
Release Notes
grafana/tempo (grafana/tempo)
v2.5.0
Compare Source
tempo
user to avoid root #2265 (@zalegrala)BREAKING CHANGE Ownership of /var/tempo is changing. Historically, this
has been owned by root:root. With this change, it will now be owned by
tempo:tempo with the UID/GID of 10001. The
ingester
andmetrics-generator
statefulsets may need to bechown
'd in order to startproperly. A jsonnet example of an init container is included with the PR.
This impacts all users of the
grafana/tempo
Docker image.BREAKING CHANGE In the last release vParquet (the first version) was deprecated and blocked from writes. Now, it's
removed entirely. It will no longer be recognized as a valid encoding and cannot read any remaining vParquet blocks. Installations
running with historical defaults should not require any changes as the default has been migrated for several releases. Installations
with storage settings pinned to vParquet must run a previous release configured for vParquet2 or higher until all existing vParquet (1) blocks
have expired and been deleted from the backend, or else will encounter read errors after upgrading to this release.
lint
make target #3610 (@zalegrala)Breaking Change The update to OTLP 1.3.0 removes the deprecated
InstrumentationLibrary
and
InstrumentationLibrarySpan
from the OTLP receivers:
#3629 (@ie-pham)available scoped intrinsics: trace:duration, trace:rootName, trace:rootService, span:duration, span:kind, span:name, span:status, span:statusMessage
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.