Update dependency prometheus/prometheus to v2.53.1#480
Merged
Conversation
renovate Bot
added a commit
that referenced
this pull request
Mar 12, 2026
##### [\`v4.0.0\`](https://github.com/docker/setup-buildx-action/releases/tag/v4.0.0) - Node 24 as default runtime (requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later) by [@crazy-max](https://github.com/crazy-max) in [#483](docker/setup-buildx-action#483) - Remove deprecated inputs/outputs by [@crazy-max](https://github.com/crazy-max) in [#464](docker/setup-buildx-action#464) - Switch to ESM and update config/test wiring by [@crazy-max](https://github.com/crazy-max) in [#481](docker/setup-buildx-action#481) - Bump [@actions/core](https://github.com/actions/core) from 1.11.1 to 3.0.0 in [#475](docker/setup-buildx-action#475) - Bump [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.63.0 to 0.79.0 in [#482](docker/setup-buildx-action#482) [#485](docker/setup-buildx-action#485) - Bump js-yaml from 4.1.0 to 4.1.1 in [#452](docker/setup-buildx-action#452) - Bump lodash from 4.17.21 to 4.17.23 in [#472](docker/setup-buildx-action#472) - Bump minimatch from 3.1.2 to 3.1.5 in [#480](docker/setup-buildx-action#480) **Full Changelog**: <docker/setup-buildx-action@v3.12.0...v4.0.0>
sdwilsh
pushed a commit
that referenced
this pull request
Mar 12, 2026
##### [\`v4.0.0\`](https://github.com/docker/setup-buildx-action/releases/tag/v4.0.0) - Node 24 as default runtime (requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later) by [@crazy-max](https://github.com/crazy-max) in [#483](docker/setup-buildx-action#483) - Remove deprecated inputs/outputs by [@crazy-max](https://github.com/crazy-max) in [#464](docker/setup-buildx-action#464) - Switch to ESM and update config/test wiring by [@crazy-max](https://github.com/crazy-max) in [#481](docker/setup-buildx-action#481) - Bump [@actions/core](https://github.com/actions/core) from 1.11.1 to 3.0.0 in [#475](docker/setup-buildx-action#475) - Bump [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.63.0 to 0.79.0 in [#482](docker/setup-buildx-action#482) [#485](docker/setup-buildx-action#485) - Bump js-yaml from 4.1.0 to 4.1.1 in [#452](docker/setup-buildx-action#452) - Bump lodash from 4.17.21 to 4.17.23 in [#472](docker/setup-buildx-action#472) - Bump minimatch from 3.1.2 to 3.1.5 in [#480](docker/setup-buildx-action#480) **Full Changelog**: <docker/setup-buildx-action@v3.12.0...v4.0.0>
renovate Bot
added a commit
that referenced
this pull request
Apr 28, 2026
##### [\`v0.14.0\`](https://github.com/openpubkey/opkssh/releases/tag/v0.14.0) Adds support for sshing into windows servers. Openssh 10.13 makes a breaking, non-backwards compatible change to how ssh certificates work, this breaks opkssh older than this release. This release creates a fix for this breaking change. ##### Changes - feat: update to openpubkey 0.23.0 [@ianroberts](https://github.com/ianroberts) ([#510](openpubkey/opkssh#510)) - fix(ci): use `go run .` instead of `go run main.go` in gha workflow [@fdcastel](https://github.com/fdcastel) ([#506](openpubkey/opkssh#506)) - \[3/3] Add Windows SSH server support [@fdcastel](https://github.com/fdcastel) ([#480](openpubkey/opkssh#480)) - refactor: unify MockUserLookup into shared test helper package. Closes [#439](openpubkey/opkssh#439). [@fdcastel](https://github.com/fdcastel) ([#495](openpubkey/opkssh#495)) - Update CLI documentation @[github-actions\[bot\]](https://github.com/apps/github-actions) ([#500](openpubkey/opkssh#500)) - feat: add --inspect-cert and --verbose flags to login command. Closes [#353](openpubkey/opkssh#353). [@fdcastel](https://github.com/fdcastel) ([#497](openpubkey/opkssh#497)) - docs: Add GitHub Actions integration guide. Closes [#481](openpubkey/opkssh#481) [@fdcastel](https://github.com/fdcastel) ([#492](openpubkey/opkssh#492)) - test: cover full printed output of opkssh inspect. Closes [#356](openpubkey/opkssh#356) [@fdcastel](https://github.com/fdcastel) ([#493](openpubkey/opkssh#493)) - Update CLI documentation @[github-actions\[bot\]](https://github.com/apps/github-actions) ([#498](openpubkey/opkssh#498)) - Add `logout` command to remove opkssh-generated SSH keys. Closes [#317](openpubkey/opkssh#317). [@fdcastel](https://github.com/fdcastel) ([#496](openpubkey/opkssh#496)) - Update CLI documentation @[github-actions\[bot\]](https://github.com/apps/github-actions) ([#490](openpubkey/opkssh#490)) - \[2/3] Add permissions command [@fdcastel](https://github.com/fdcastel) ([#479](openpubkey/opkssh#479)) - bug: ensure provider arg doesn't skip remote-redirect-uri [@EthanHeilman](https://github.com/EthanHeilman) ([#471](openpubkey/opkssh#471)) - \[1/3] Update GitHub Actions workflows and .gitignore [@fdcastel](https://github.com/fdcastel) ([#478](openpubkey/opkssh#478)) - docs: Add AWS EC2 setup guide for opkssh [@Rishang](https://github.com/Rishang) ([#467](openpubkey/opkssh#467)) ##### 🐛 Bug Fixes - fix(deps): Update docker/build-push-action action to v7 @[renovate\[bot\]](https://github.com/apps/renovate) ([#512](openpubkey/opkssh#512)) - Fix for openssh 10.13 breaking principals wildcard in SSH certificates [@EthanHeilman](https://github.com/EthanHeilman) ([#513](openpubkey/opkssh#513)) - fix(deps): Update zizmorcore/zizmor-action action to v0.5.2 @[renovate\[bot\]](https://github.com/apps/renovate) ([#488](openpubkey/opkssh#488)) - fix(deps): Update dependency golangci/golangci-lint to v2.11.2 @[renovate\[bot\]](https://github.com/apps/renovate) ([#486](openpubkey/opkssh#486)) - fix(deps): Update goreleaser/goreleaser-action action to v7 @[renovate\[bot\]](https://github.com/apps/renovate) ([#484](openpubkey/opkssh#484)) - fix(deps): Update goreleaser/goreleaser-action action to v7 @[renovate\[bot\]](https://github.com/apps/renovate) ([#477](openpubkey/opkssh#477)) - fix(deps): Update actions/setup-go action to v6.3.0 @[renovate\[bot\]](https://github.com/apps/renovate) ([#482](openpubkey/opkssh#482)) - fix(deps): Update zizmorcore/zizmor-action action to v0.5.0 @[renovate\[bot\]](https://github.com/apps/renovate) ([#451](openpubkey/opkssh#451)) - fix(deps): Update Docker @[renovate\[bot\]](https://github.com/apps/renovate) ([#464](openpubkey/opkssh#464)) ##### 🧰 Maintenance - Improve install script to make linter happy, fix typo [@EthanHeilman](https://github.com/EthanHeilman) ([#514](openpubkey/opkssh#514))
sdwilsh
pushed a commit
that referenced
this pull request
Apr 30, 2026
##### [\`v0.14.0\`](https://github.com/openpubkey/opkssh/releases/tag/v0.14.0) Adds support for sshing into windows servers. Openssh 10.13 makes a breaking, non-backwards compatible change to how ssh certificates work, this breaks opkssh older than this release. This release creates a fix for this breaking change. ##### Changes - feat: update to openpubkey 0.23.0 [@ianroberts](https://github.com/ianroberts) ([#510](openpubkey/opkssh#510)) - fix(ci): use `go run .` instead of `go run main.go` in gha workflow [@fdcastel](https://github.com/fdcastel) ([#506](openpubkey/opkssh#506)) - \[3/3] Add Windows SSH server support [@fdcastel](https://github.com/fdcastel) ([#480](openpubkey/opkssh#480)) - refactor: unify MockUserLookup into shared test helper package. Closes [#439](openpubkey/opkssh#439). [@fdcastel](https://github.com/fdcastel) ([#495](openpubkey/opkssh#495)) - Update CLI documentation @[github-actions\[bot\]](https://github.com/apps/github-actions) ([#500](openpubkey/opkssh#500)) - feat: add --inspect-cert and --verbose flags to login command. Closes [#353](openpubkey/opkssh#353). [@fdcastel](https://github.com/fdcastel) ([#497](openpubkey/opkssh#497)) - docs: Add GitHub Actions integration guide. Closes [#481](openpubkey/opkssh#481) [@fdcastel](https://github.com/fdcastel) ([#492](openpubkey/opkssh#492)) - test: cover full printed output of opkssh inspect. Closes [#356](openpubkey/opkssh#356) [@fdcastel](https://github.com/fdcastel) ([#493](openpubkey/opkssh#493)) - Update CLI documentation @[github-actions\[bot\]](https://github.com/apps/github-actions) ([#498](openpubkey/opkssh#498)) - Add `logout` command to remove opkssh-generated SSH keys. Closes [#317](openpubkey/opkssh#317). [@fdcastel](https://github.com/fdcastel) ([#496](openpubkey/opkssh#496)) - Update CLI documentation @[github-actions\[bot\]](https://github.com/apps/github-actions) ([#490](openpubkey/opkssh#490)) - \[2/3] Add permissions command [@fdcastel](https://github.com/fdcastel) ([#479](openpubkey/opkssh#479)) - bug: ensure provider arg doesn't skip remote-redirect-uri [@EthanHeilman](https://github.com/EthanHeilman) ([#471](openpubkey/opkssh#471)) - \[1/3] Update GitHub Actions workflows and .gitignore [@fdcastel](https://github.com/fdcastel) ([#478](openpubkey/opkssh#478)) - docs: Add AWS EC2 setup guide for opkssh [@Rishang](https://github.com/Rishang) ([#467](openpubkey/opkssh#467)) ##### 🐛 Bug Fixes - fix(deps): Update docker/build-push-action action to v7 @[renovate\[bot\]](https://github.com/apps/renovate) ([#512](openpubkey/opkssh#512)) - Fix for openssh 10.13 breaking principals wildcard in SSH certificates [@EthanHeilman](https://github.com/EthanHeilman) ([#513](openpubkey/opkssh#513)) - fix(deps): Update zizmorcore/zizmor-action action to v0.5.2 @[renovate\[bot\]](https://github.com/apps/renovate) ([#488](openpubkey/opkssh#488)) - fix(deps): Update dependency golangci/golangci-lint to v2.11.2 @[renovate\[bot\]](https://github.com/apps/renovate) ([#486](openpubkey/opkssh#486)) - fix(deps): Update goreleaser/goreleaser-action action to v7 @[renovate\[bot\]](https://github.com/apps/renovate) ([#484](openpubkey/opkssh#484)) - fix(deps): Update goreleaser/goreleaser-action action to v7 @[renovate\[bot\]](https://github.com/apps/renovate) ([#477](openpubkey/opkssh#477)) - fix(deps): Update actions/setup-go action to v6.3.0 @[renovate\[bot\]](https://github.com/apps/renovate) ([#482](openpubkey/opkssh#482)) - fix(deps): Update zizmorcore/zizmor-action action to v0.5.0 @[renovate\[bot\]](https://github.com/apps/renovate) ([#451](openpubkey/opkssh#451)) - fix(deps): Update Docker @[renovate\[bot\]](https://github.com/apps/renovate) ([#464](openpubkey/opkssh#464)) ##### 🧰 Maintenance - Improve install script to make linter happy, fix typo [@EthanHeilman](https://github.com/EthanHeilman) ([#514](openpubkey/opkssh#514))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v2.44.0->v2.53.1Release Notes
prometheus/prometheus (prometheus/prometheus)
v2.53.1: 2.53.1 / 2024-07-10Compare Source
This is a bug-fix release, reverting a change introduced in v2.51.0.
The bug was that remote-write would drop samples if the sending flow stalled for longer than it takes to write one "WAL segment". How long this takes depends on the data rate of your Prometheus; as a rough guide with 10 million series scraping once per minute it could be about 5 minutes. The issue is #14087.
As usual, container images are available at https://quay.io/repository/prometheus/prometheus?tab=tags and https://hub.docker.com/r/prom/prometheus/tags
v2.53.0: 2.53.0 / 2024-06-16Compare Source
This release changes the default for GOGC, the Go runtime control for the trade-off between excess memory use and CPU usage. We have found that Prometheus operates with minimal additional CPU usage, but greatly reduced memory by adjusting the upstream Go default from 100 to 75.
query_offsetfor each rule group via rule group configuration file andrule_query_offsetas part of the global configuration to have more resilience for remote write delays. #14061 #14216 #14273rule_group_last_restore_duration_secondsmetric to measure the time it takes to restore a rule group. #13974__address__meta label. #13941v2.52.0: 2.52.0 / 2024-05-07Compare Source
prometheus_sd_kubernetes_failures_totalto track failed requests to Kubernetes API. #13554prometheus_target_scrapes_sample_duplicate_timestamp_totalmetric on duplicated series during one scrape. #12933histogram_stddevandhistogram_stdvarfor cases where the histogram has negative buckets. #13852/api/v1/series/when the API request was cancelled. #13766promtool tsdb analyze --extendedwhen no native histograms are present. #13976v2.51.2: 2.51.2 / 2024-04-09Compare Source
Bugfix release.
[BUGFIX] Notifier: could hang when using relabeling on alerts #13861
v2.51.1: 2.51.1 / 2024-03-27Compare Source
Bugfix release.
v2.51.0: 2.51.0 / 2024-03-18Compare Source
This version is built with Go 1.22.1.
There is a new optional build tag "dedupelabels", which should reduce memory consumption (#12304).
It is off by default; there will be an optional alternative image to try it out.
v2.51.0+dedupelabels: 2.51.0+dedupelabels / 2024-03-19Compare Source
Special release build that incorporates performance improvements using
the
dedupelabelsGo tag. The new labels data structure deduplicates label namesand values via symbol or intern tables, reducing memory usage.
v2.50.1: 2.50.1 / 2024-02-26Compare Source
This is a bug-fix release for an issue that broke the
/metadataAPI.Thanks to @itsmylife for the fix.
v2.50.0: 2.50.0 / 2024-02-22Compare Source
storage.ErrTooOldSampleis now generating HTTP error 400 instead of HTTP error 500. #13335sample_age_limit. #13002created-timestamp-zero-ingestion). #12733 #13279analyzehistograms command. #12331auto-gomemlimit#13395promtool tsdb dump. #13296NewPossibleNonCounterInfoannotation. #13022sort_by_labelandsort_by_label_desc. This is experimental. #13411native_histogram_min_bucket_factorin scrape_config. #13222promtool test ruleswith JSON colored formatting. #13342time()that was crashing. #13371Commits
chunks.Reader: Fix typo inChunkOrIterabledoc string by @aknuds1 in https://github.com/prometheus/prometheus/pull/13205ratefor new users by @tredondo in https://github.com/prometheus/prometheus/pull/10535native_histogram_min_bucket_factorin scrape_config by @fatsheep9146 in https://github.com/prometheus/prometheus/pull/13222promtool test ruleswith JSON colored formatting by @rewanthtammana in https://github.com/prometheus/prometheus/pull/13342mad_over_timeas experimental by @beorn7 in https://github.com/prometheus/prometheus/pull/13440342fc4ctoa654ff1by @dependabot in https://github.com/prometheus/prometheus/pull/13357New Contributors
Full Changelog: prometheus/prometheus@v2.49.1...v2.50.0
v2.49.1: 2.49.1 / 2024-01-15Compare Source
q=value in scrape accept header #13313v2.49.0: 2.49.0 / 2024-01-15Compare Source
--runflag promtool test rules command. #12206NSrecords to DNS SD. #13219scrape_config.enable_compression(default true) to disable gzip compression when scraping the target. #13166promql-experimental-functionsfeature flag containing some new experimental PromQL functions. #13103 NOTE: More experimental functions might be added behind the same feature flag in the future. Added functions:mad_over_time(median absolute deviation around the median) function. #13059sort_by_labelandsort_by_label_descfunctions allowing sorting returned series by labels. #11299__meta_linode_gpuslabel to Linode SD. #13097exclude_alertsquery parameter to/api/v1/rulesto only return recording rules. #12999prometheus_tsdb_retention_limit_secondsmetric. #12986global.scrape_protocolsandscrape_config.scrape_protocols. #12738scrape_config.native_histogram_bucket_limitsetting. #13129/api/v1/labelsand/api/v1/label/<label_name>/valueswhen 1 set of matchers are used. #12888histogram_quantilewith classic histograms. #13153urlfilter on remote write dashboards. #10721Commits
rules/manager.gointo separate concerns by @dannykopping in https://github.com/prometheus/prometheus/pull/13014chainSampleIteratorcan obscure errors by @charleskorn in https://github.com/prometheus/prometheus/pull/13006Configuration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.