Update quay.io/cortexproject/cortex Docker tag to v1.15.0 #453
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.14.1
->v1.15.0
Release Notes
cortexproject/cortex
v1.15.0
: Cortex 1.15.0Compare Source
This release contains 177 contributions from 24 contributors. We also have 13 new contributors. Thank you all for the contribution!
Some notable changes release are:
Cortex
-tracing.otel.exporter-type
is set toawsxray
. #5141cortex_bucket_store_series_blocks_queried
,cortex_bucket_store_series_data_fetched
,cortex_bucket_store_series_data_size_touched_bytes
,cortex_bucket_store_series_data_size_fetched_bytes
,cortex_bucket_store_series_data_touched
,cortex_bucket_store_series_result_series
#5239-blocks-storage.tsdb.head-chunks-write-queue-size
allowing to configure the size of the in-memory queue used before flushing chunks to the disk . #5000-blocks-storage.tsdb.memory-snapshot-on-shutdown
. #5011cortex_request_queue_requests_total
for total requests going to queue. #5030dynamodb
. #5026-blocks-storage.bucket-store.ignore-blocks-within
allowing to filter out the recently created blocks from being synced by queriers and store-gateways. #5166keep_firing_for
on alerting rulers.snappy-block
as an option for grpc compression #5215ingester.out_of_order_time_window
andblocks-storage.tsdb.out_of_order_cap_max
. #4964start
param is not specified. #4976frontend.max-outstanding-requests-per-tenant
for configuring queue size per tenant. Started deprecating two flags-query-scheduler.max-outstanding-requests-per-tenant
and-querier.max-outstanding-requests-per-tenant
, and change their value default to 0. Now if both the old flag and new flag are specified, the old flag's queue size will be picked. #4991/api/v1/query_exemplars
API endpoint support. #5010query_stats_enabled
is enabled. #5037querier.query-ingesters-within
whenquerier.query-store-for-labels-enabled
is true. #5027-alertmanager.enabled-tenants
and-alertmanager.disabled-tenants
to explicitly enable or disable alertmanager for specific tenants. #5116alpine:3.17
. #5132golang.org/x/net
dependency to fix CVE-2022-27664. #5008sort
,sort_desc
,topk
,bottomk
functions. #5148, #5170/api/v1/series
returning 5XX instead of 4XX when limits are hit. #5169absent
,absent_over_time
andscalar
for vertical sharding. #5221SplitByQuery
middleware. #5260Configuration
📅 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 has been generated by Mend Renovate. View repository job log here.