chore(deps): update quay.io/prometheus/prometheus docker tag to v2.55.1 #112

Merged
finn merged 1 commit from renovate/quay.io-prometheus-prometheus-2.x into main 2025-01-28 19:03:44 +00:00
Member

This PR contains the following updates:

Package Update Change
quay.io/prometheus/prometheus minor v2.54.0 -> v2.55.1

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

prometheus/prometheus (quay.io/prometheus/prometheus)

v2.55.1: 2.55.1 / 2024-11-04

Compare Source

  • [BUGFIX] round() function did not remove __name__ label. #​15250

v2.55.0: 2.55.0 / 2024-10-22

Compare Source

What's Changed

  • [FEATURE] PromQL: Add experimental info function. #​14495
  • [FEATURE] Support UTF-8 characters in label names - feature flag utf8-names. #​14482, #​14880, #​14736, #​14727
  • [FEATURE] Scraping: Add the ability to set custom http_headers in config. #​14817
  • [FEATURE] Scraping: Support feature flag created-timestamp-zero-ingestion in OpenMetrics. #​14356, #​14815
  • [FEATURE] Scraping: scrape_failure_log_file option to log failures to a file. #​14734
  • [FEATURE] OTLP receiver: Optional promotion of resource attributes to series labels. #​14200
  • [FEATURE] Remote-Write: Support Google Cloud Monitoring authorization. #​14346
  • [FEATURE] Promtool: tsdb create-blocks new option to add labels. #​14403
  • [FEATURE] Promtool: promtool test adds --junit flag to format results. #​14506
  • [FEATURE] TSDB: Add delayed-compaction feature flag, for people running many Prometheus to randomize timing. #​12532
  • [ENHANCEMENT] OTLP receiver: Warn on exponential histograms with zero count and non-zero sum. #​14706
  • [ENHANCEMENT] OTLP receiver: Interrupt translation on context cancellation/timeout. #​14612
  • [ENHANCEMENT] Remote Read client: Enable streaming remote read if the server supports it. #​11379
  • [ENHANCEMENT] Remote-Write: Don't reshard if we haven't successfully sent a sample since last update. #​14450
  • [ENHANCEMENT] PromQL: Delay deletion of __name__ label to the end of the query evaluation. This is experimental and enabled under the feature-flag promql-delayed-name-removal. #​14477
  • [ENHANCEMENT] PromQL: Experimental sort_by_label and sort_by_label_desc sort by all labels when label is equal. #​14655, #​14985
  • [ENHANCEMENT] PromQL: Clarify error message logged when Go runtime panic occurs during query evaluation. #​14621
  • [ENHANCEMENT] PromQL: Use Kahan summation for better accuracy in avg and avg_over_time. #​14413
  • [ENHANCEMENT] Tracing: Improve PromQL tracing, including showing the operation performed for aggregates, operators, and calls. #​14816
  • [ENHANCEMENT] API: Support multiple listening addresses. #​14665
  • [ENHANCEMENT] TSDB: Backward compatibility with upcoming index v3. #​14934
  • [PERF] TSDB: Query in-order and out-of-order series together. #​14354, #​14693, #​14714, #​14831, #​14874, #​14948, #​15120
  • [PERF] TSDB: Streamline reading of overlapping out-of-order head chunks. #​14729
  • [BUGFIX] PromQL: make sort_by_label stable. #​14985
  • [BUGFIX] SD: Fix dropping targets (with feature flag new-service-discovery-manager). #​13147
  • [BUGFIX] SD: Stop storing stale targets (with feature flag new-service-discovery-manager). #​13622
  • [BUGFIX] Scraping: exemplars could be dropped in protobuf scraping. #​14810
  • [BUGFIX] Remote-Write: fix metadata sending for experimental Remote-Write V2. #​14766
  • [BUGFIX] Remote-Write: Return 4xx not 5xx when timeseries has duplicate label. #​14716
  • [BUGFIX] Experimental Native Histograms: many fixes for incorrect results, panics, warnings. #​14513, #​14575, #​14598, #​14609, #​14611, #​14771, #​14821
  • [BUGFIX] TSDB: Only count unknown record types in record_decode_failures_total metric. #​14042

New Contributors

Full Changelog: https://github.com/prometheus/prometheus/compare/v2.54.1...v2.55.0

v2.54.1: 2.54.1 / 2024-08-27

Compare Source

  • [BUGFIX] Scraping: allow multiple samples on same series, with explicit timestamps. #​14685
  • [BUGFIX] Docker SD: fix crash in match_first_network mode when container is reconnected to a new network. #​14654
  • [BUGFIX] PromQL: fix experimental native histogram counter reset detection on stale samples. #​14514
  • [BUGFIX] PromQL: fix experimental native histograms getting corrupted due to vector selector bug in range queries. #​14538
  • [BUGFIX] PromQL: fix experimental native histogram memory corruption when using histogram_count or histogram_sum. #​14605

Full Changelog: https://github.com/prometheus/prometheus/compare/v2.54.0...v2.54.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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/prometheus/prometheus](https://github.com/prometheus/prometheus) | minor | `v2.54.0` -> `v2.55.1` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>prometheus/prometheus (quay.io/prometheus/prometheus)</summary> ### [`v2.55.1`](https://github.com/prometheus/prometheus/releases/tag/v2.55.1): 2.55.1 / 2024-11-04 [Compare Source](https://github.com/prometheus/prometheus/compare/v2.55.0...v2.55.1) - \[BUGFIX] `round()` function did not remove `__name__` label. [#&#8203;15250](https://github.com/prometheus/prometheus/issues/15250) ### [`v2.55.0`](https://github.com/prometheus/prometheus/releases/tag/v2.55.0): 2.55.0 / 2024-10-22 [Compare Source](https://github.com/prometheus/prometheus/compare/v2.54.1...v2.55.0) #### What's Changed - \[FEATURE] PromQL: Add experimental `info` function. [#&#8203;14495](https://github.com/prometheus/prometheus/issues/14495) - \[FEATURE] Support UTF-8 characters in label names - feature flag `utf8-names`. [#&#8203;14482](https://github.com/prometheus/prometheus/issues/14482), [#&#8203;14880](https://github.com/prometheus/prometheus/issues/14880), [#&#8203;14736](https://github.com/prometheus/prometheus/issues/14736), [#&#8203;14727](https://github.com/prometheus/prometheus/issues/14727) - \[FEATURE] Scraping: Add the ability to set custom `http_headers` in config. [#&#8203;14817](https://github.com/prometheus/prometheus/issues/14817) - \[FEATURE] Scraping: Support feature flag `created-timestamp-zero-ingestion` in OpenMetrics. [#&#8203;14356](https://github.com/prometheus/prometheus/issues/14356), [#&#8203;14815](https://github.com/prometheus/prometheus/issues/14815) - \[FEATURE] Scraping: `scrape_failure_log_file` option to log failures to a file. [#&#8203;14734](https://github.com/prometheus/prometheus/issues/14734) - \[FEATURE] OTLP receiver: Optional promotion of resource attributes to series labels. [#&#8203;14200](https://github.com/prometheus/prometheus/issues/14200) - \[FEATURE] Remote-Write: Support Google Cloud Monitoring authorization. [#&#8203;14346](https://github.com/prometheus/prometheus/issues/14346) - \[FEATURE] Promtool: `tsdb create-blocks` new option to add labels. [#&#8203;14403](https://github.com/prometheus/prometheus/issues/14403) - \[FEATURE] Promtool: `promtool test` adds `--junit` flag to format results. [#&#8203;14506](https://github.com/prometheus/prometheus/issues/14506) - \[FEATURE] TSDB: Add `delayed-compaction` feature flag, for people running many Prometheus to randomize timing. [#&#8203;12532](https://github.com/prometheus/prometheus/issues/12532) - \[ENHANCEMENT] OTLP receiver: Warn on exponential histograms with zero count and non-zero sum. [#&#8203;14706](https://github.com/prometheus/prometheus/issues/14706) - \[ENHANCEMENT] OTLP receiver: Interrupt translation on context cancellation/timeout. [#&#8203;14612](https://github.com/prometheus/prometheus/issues/14612) - \[ENHANCEMENT] Remote Read client: Enable streaming remote read if the server supports it. [#&#8203;11379](https://github.com/prometheus/prometheus/issues/11379) - \[ENHANCEMENT] Remote-Write: Don't reshard if we haven't successfully sent a sample since last update. [#&#8203;14450](https://github.com/prometheus/prometheus/issues/14450) - \[ENHANCEMENT] PromQL: Delay deletion of `__name__` label to the end of the query evaluation. This is **experimental** and enabled under the feature-flag `promql-delayed-name-removal`. [#&#8203;14477](https://github.com/prometheus/prometheus/issues/14477) - \[ENHANCEMENT] PromQL: Experimental `sort_by_label` and `sort_by_label_desc` sort by all labels when label is equal. [#&#8203;14655](https://github.com/prometheus/prometheus/issues/14655), [#&#8203;14985](https://github.com/prometheus/prometheus/issues/14985) - \[ENHANCEMENT] PromQL: Clarify error message logged when Go runtime panic occurs during query evaluation. [#&#8203;14621](https://github.com/prometheus/prometheus/issues/14621) - \[ENHANCEMENT] PromQL: Use Kahan summation for better accuracy in `avg` and `avg_over_time`. [#&#8203;14413](https://github.com/prometheus/prometheus/issues/14413) - \[ENHANCEMENT] Tracing: Improve PromQL tracing, including showing the operation performed for aggregates, operators, and calls. [#&#8203;14816](https://github.com/prometheus/prometheus/issues/14816) - \[ENHANCEMENT] API: Support multiple listening addresses. [#&#8203;14665](https://github.com/prometheus/prometheus/issues/14665) - \[ENHANCEMENT] TSDB: Backward compatibility with upcoming index v3. [#&#8203;14934](https://github.com/prometheus/prometheus/issues/14934) - \[PERF] TSDB: Query in-order and out-of-order series together. [#&#8203;14354](https://github.com/prometheus/prometheus/issues/14354), [#&#8203;14693](https://github.com/prometheus/prometheus/issues/14693), [#&#8203;14714](https://github.com/prometheus/prometheus/issues/14714), [#&#8203;14831](https://github.com/prometheus/prometheus/issues/14831), [#&#8203;14874](https://github.com/prometheus/prometheus/issues/14874), [#&#8203;14948](https://github.com/prometheus/prometheus/issues/14948), [#&#8203;15120](https://github.com/prometheus/prometheus/issues/15120) - \[PERF] TSDB: Streamline reading of overlapping out-of-order head chunks. [#&#8203;14729](https://github.com/prometheus/prometheus/issues/14729) - \[BUGFIX] PromQL: make sort_by_label stable. [#&#8203;14985](https://github.com/prometheus/prometheus/issues/14985) - \[BUGFIX] SD: Fix dropping targets (with feature flag `new-service-discovery-manager`). [#&#8203;13147](https://github.com/prometheus/prometheus/issues/13147) - \[BUGFIX] SD: Stop storing stale targets (with feature flag `new-service-discovery-manager`). [#&#8203;13622](https://github.com/prometheus/prometheus/issues/13622) - \[BUGFIX] Scraping: exemplars could be dropped in protobuf scraping. [#&#8203;14810](https://github.com/prometheus/prometheus/issues/14810) - \[BUGFIX] Remote-Write: fix metadata sending for experimental Remote-Write V2. [#&#8203;14766](https://github.com/prometheus/prometheus/issues/14766) - \[BUGFIX] Remote-Write: Return 4xx not 5xx when timeseries has duplicate label. [#&#8203;14716](https://github.com/prometheus/prometheus/issues/14716) - \[BUGFIX] Experimental Native Histograms: many fixes for incorrect results, panics, warnings. [#&#8203;14513](https://github.com/prometheus/prometheus/issues/14513), [#&#8203;14575](https://github.com/prometheus/prometheus/issues/14575), [#&#8203;14598](https://github.com/prometheus/prometheus/issues/14598), [#&#8203;14609](https://github.com/prometheus/prometheus/issues/14609), [#&#8203;14611](https://github.com/prometheus/prometheus/issues/14611), [#&#8203;14771](https://github.com/prometheus/prometheus/issues/14771), [#&#8203;14821](https://github.com/prometheus/prometheus/issues/14821) - \[BUGFIX] TSDB: Only count unknown record types in `record_decode_failures_total` metric. [#&#8203;14042](https://github.com/prometheus/prometheus/issues/14042) #### New Contributors - [@&#8203;maxamins](https://github.com/maxamins) made their first contribution in https://github.com/prometheus/prometheus/pull/14346 - [@&#8203;cuiweiyuan](https://github.com/cuiweiyuan) made their first contribution in https://github.com/prometheus/prometheus/pull/14626 - [@&#8203;harshitasao](https://github.com/harshitasao) made their first contribution in https://github.com/prometheus/prometheus/pull/14690 - [@&#8203;patilsuraj767](https://github.com/patilsuraj767) made their first contribution in https://github.com/prometheus/prometheus/pull/14403 - [@&#8203;riskrole](https://github.com/riskrole) made their first contribution in https://github.com/prometheus/prometheus/pull/14751 - [@&#8203;jcreixell](https://github.com/jcreixell) made their first contribution in https://github.com/prometheus/prometheus/pull/14477 - [@&#8203;kevinrawal](https://github.com/kevinrawal) made their first contribution in https://github.com/prometheus/prometheus/pull/14765 - [@&#8203;electron0zero](https://github.com/electron0zero) made their first contribution in https://github.com/prometheus/prometheus/pull/14650 - [@&#8203;shandongzhejiang](https://github.com/shandongzhejiang) made their first contribution in https://github.com/prometheus/prometheus/pull/14700 **Full Changelog**: https://github.com/prometheus/prometheus/compare/v2.54.1...v2.55.0 ### [`v2.54.1`](https://github.com/prometheus/prometheus/releases/tag/v2.54.1): 2.54.1 / 2024-08-27 [Compare Source](https://github.com/prometheus/prometheus/compare/v2.54.0...v2.54.1) - \[BUGFIX] Scraping: allow multiple samples on same series, with explicit timestamps. [#&#8203;14685](https://github.com/prometheus/prometheus/issues/14685) - \[BUGFIX] Docker SD: fix crash in `match_first_network` mode when container is reconnected to a new network. [#&#8203;14654](https://github.com/prometheus/prometheus/issues/14654) - \[BUGFIX] PromQL: fix experimental native histogram counter reset detection on stale samples. [#&#8203;14514](https://github.com/prometheus/prometheus/issues/14514) - \[BUGFIX] PromQL: fix experimental native histograms getting corrupted due to vector selector bug in range queries. [#&#8203;14538](https://github.com/prometheus/prometheus/issues/14538) - \[BUGFIX] PromQL: fix experimental native histogram memory corruption when using histogram_count or histogram_sum. [#&#8203;14605](https://github.com/prometheus/prometheus/issues/14605) **Full Changelog**: https://github.com/prometheus/prometheus/compare/v2.54.0...v2.54.1 </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2025-01-28 19:03:19 +00:00
finn merged commit 96c671b509 into main 2025-01-28 19:03:44 +00:00
finn deleted branch renovate/quay.io-prometheus-prometheus-2.x 2025-01-28 19:03:44 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: JankySolutions/infra#112
No description provided.