chore(deps): update quay.io/cortexproject/cortex docker tag to v1.20.0 #566
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.19.0->v1.20.0Release Notes
cortexproject/cortex (quay.io/cortexproject/cortex)
v1.20.0Compare Source
Cortex 1.20.0 Release Notes
This release contains 371 contributions from 38 contributors. We also have 14 new contributors. Thank you all for the contributions!
Some notable changes in this release are:
X-Scope-OrgIDheader via-tenant-federation.regex-matcher-enabledflagResourceMonitorto collect CPU and Heap usage for Cortex andResourceBasedLimiterin Ingesters and StoreGateways to protect the service from incoming requests when hitting limits-name-validation-schemeflagWhat's Changed
-distributor.otlp.enable-type-and-unit-labelsflag to add__type__and__unit__labels for OTLP metrics. #6969-distributor.otlp.allow-delta-temporalityflag to ingest delta temporality otlp metrics. #6934querier.max-shards-per-queryand/orquerier.max-fetched-data-duration-per-query. The split interval size is dynamically increased to maintain a number of shards and total duration fetched below the configured values. #6458query_partial_dataandrules_partial_datalimits to allow queries/rules to be evaluated with data from a single zone, if other zones are not available. #6526ResourceMonitormodule in Cortex, and addResourceBasedLimiterin Ingesters and StoreGateways. #6674-ingester.out-of-order-time-window > 0and-blocks-storage.tsdb.enable-native-histograms=true. #6626 #6663X-Scope-OrgIDvalue. #6713tenant-federation.regex-matcher-enabledflag. If it enabled, user can input regex toX-Scope-OrgId, the matched tenantIDs are automatically involved. The user discovery is based on scanning block storage, so new users can get queries after uploading a block (generally 2h).tenant-federation.user-sync-intervalflag, it specifies how frequently to scan users. The scanned users are used to calculate matched tenantIDs.-distributor.use-stream-push=true. #6580X-PromQL-EngineType. #6777-name-validation-schemeflag to support UTF-8. #7040 #7056max_local_series_per_metricgot renamed tomax_series_per_metric, andmax_local_series_per_usergot renamed tomax_series_per_user. #6979cortex_ingester_tsdb_wal_replay_unknown_refs_totalandcortex_ingester_tsdb_wbl_replay_unknown_refs_totalmetrics to track unknown series references during wal/wbl replaying. #6945-querier.response-compressionflag. #6848-tenant-federation.regex-matcher-enabledis enabled. #6845cortex_slow_queries_totalmetric to track # of slow queries per user. #6859-ingester.return-all-metadataflag to make the metadata API run when the deployment. Please set this flag tofalseto use the metadata API with the limits later. #6681 #6744cortex_ingester_active_native_histogram_seriesmetric to track # of active NH series. #6695-frontend.max-query-response-sizefor total query response size after decompression in query frontend. #6607startparam is not specified. #6618-alertmanager.max-silences-countand-alertmanager.max-silences-size-bytesfor limiting silences per tenant. #6605compactor.auto-forget-delayfor compactor to auto forget compactors after X minutes without heartbeat. #6533cortex_querier_storegateway_refetches_per_querymetric. #6570too_many_tenantsreason label value tocortex_rejected_queries_totalmetric to track the rejected query count due to the # of tenant limits. #6569-frontend.enabled-ruler-query-statsflag to configure whether to report the query stats log for queries coming from the Ruler. #6504keep_instance_in_the_ring_on_shutdownandtokens_file_pathconfigs for alertmanager ring. #6628querier.ingester-query-max-attemptsto retry on partial data. #6714-compactor.cleaner-caching-bucket-enabledflag. #6778ignore_blocks_before. #6830cortex_ingester_push_errors_totalto track reasons for ingester request failures. #6901detailed_metrics_enabledfor all rings. Default true. #6926format_queryandparse_querylabels value to theoplabel atcortex_query_frontend_queries_totalmetric. #6925 #6990cortex_discarded_seriesandcortex_discarded_series_per_labelsetto track number of series that have a discarded sample. #6995cortex_ingester_tsdb_head_stale_seriesmetric to keep track of number of stale series on head. #7071usermetrics clean up. #6698__markers__tenant ID validation. #6761blocks_metafrom the metadata fetcher metrics. #6832all,distributor,querier, andrulertargets. #6880/distributor/all_user_statsapi to work during rolling updates on ingesters. #7026null. #7062New Contributors
Full Changelog: cortexproject/cortex@v1.19.1...v1.20.0
v1.19.1Compare Source
What's Changed
Full Changelog: cortexproject/cortex@v1.19.0...v1.19.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.