Skip to content
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(infra-apps): update mimir chart from 5.4.0 to 5.5.1 #1344

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

cfi2017
Copy link
Contributor

@cfi2017 cfi2017 commented Dec 4, 2024

Description

Update mimir chart from 5.4.0 to 5.5.1 and mimir from 2.13.0 to 2.14.0

Possibly relevant changes for Mimir 2.14.0

  • Compactor adds a new cortex_compactor_disk_out_of_space_errors_total counter metric that tracks how many times a compaction fails due to the compactor being out of disk.
  • The streaming of chunks from store-gateways to queriers is now enabled by default.
  • The distributor now replies with the Retry-After header on retriable errors by default.
  • Incoming OTLP requests were previously size-limited with the distributor's -distributor.max-recv-msg-size configuration.
    The distributor has a new -distributor.max-otlp-request-size configuration for limiting OTLP requests. The default value is 100 MiB.
  • Ingesters can be marked as read-only as part of their downscaling procedure.
  • When running a remote read request, the querier honors the time range specified in the read hints.
  • The default inactivity timeout of active series in ingesters is increased from 10m to 20m.
  • Some timeout and concurrency settings changed for store-gateway
  • (experimental) Redis caching is now deprecated. Users are encouraged to switch to Memcached.
  • About a dozen previously deprecated features have been removed.
  • The full changelog is available here: https://github.com/grafana/mimir/releases/tag/mimir-2.14.0

Issues

Checklist

  • This PR contains a description of the changes I'm making
  • I updated the version in Chart.yaml
  • I updated the changelog with an artifacthub.io/changes annotation in Chart.yaml, check the example in the documentation.
  • I updated applicable README.md files using pre-commit run
  • I documented any high-level concepts I'm introducing in docs/
  • CI is currently green and this is ready for review
  • I am ready to test changes after they are applied and released

@cfi2017 cfi2017 self-assigned this Dec 4, 2024
@github-actions github-actions bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Dec 4, 2024
@cfi2017 cfi2017 marked this pull request as ready for review December 4, 2024 11:07
@cfi2017 cfi2017 requested a review from a team as a code owner December 4, 2024 11:07
@cfi2017 cfi2017 requested review from eyenx and tongpu December 4, 2024 11:07
@tongpu
Copy link
Member

tongpu commented Dec 4, 2024

Anything in the release notes for Mimir 2.14 we should consider with regards to the update? If so, please add it to the description in the PR.

@cfi2017
Copy link
Contributor Author

cfi2017 commented Dec 4, 2024

Anything in the release notes for Mimir 2.14 we should consider with regards to the update? If so, please add it to the description in the PR.

I've added a brief overview. I don't see any major breaking changes, but there are a lot of small things that could break specific setups. The full changelog is here: https://github.com/grafana/mimir/releases/tag/mimir-2.14.0

Copy link
Member

@eyenx eyenx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Dec 5, 2024
@cfi2017 cfi2017 force-pushed the chore/update-infra-apps-mimir branch from fe7b331 to 3ff113b Compare December 5, 2024 08:01
@github-actions github-actions bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Dec 5, 2024
@cfi2017 cfi2017 merged commit 4df50f7 into main Dec 5, 2024
3 checks passed
@cfi2017 cfi2017 deleted the chore/update-infra-apps-mimir branch December 5, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants