fix(deps): update module github.com/prometheus/common to v0.53.0 #5

Open
renovate wants to merge 1 commits from renovate/github.com-prometheus-common-0.x into main
Member

This PR contains the following updates:

Package Type Update Change
github.com/prometheus/common require minor v0.10.0 -> v0.53.0

Release Notes

prometheus/common (github.com/prometheus/common)

v0.53.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/common/compare/v0.52.3...v0.53.0

v0.52.3

Compare Source

What's Changed

Full Changelog: https://github.com/prometheus/common/compare/v0.52.2...v0.52.3

v0.52.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/common/compare/v0.51.1...v0.52.2

v0.51.1

Compare Source

What's Changed

Full Changelog: https://github.com/prometheus/common/compare/v0.51.0...v0.51.1

v0.51.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/common/compare/v0.50.0...v0.51.0

v0.50.0

Compare Source

What's Changed

Full Changelog: https://github.com/prometheus/common/compare/v0.49.0...v0.50.0

v0.49.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/common/compare/v0.48.0...v0.49.0

v0.48.0

Compare Source

This release will require changes of code that relies on direct access to content-type format strings. See the PR linked below for work-arounds. Please file an issue if your use case doesn't work anymore.

What's Changed

Full Changelog: https://github.com/prometheus/common/compare/v0.47.0...v0.48.0

v0.47.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/common/compare/v0.46.0...v0.47.0

v0.46.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/common/compare/v0.45.0...v0.46.0

v0.45.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/common/compare/v0.44.0...v0.45.0

v0.44.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/common/compare/v0.43.0...v0.43.1

v0.43.0: 0.43.0 / 2023-05-04

Compare Source

NOTE: The protobuf library has been changed from the deprecated github.com/golang/protobuf to the new officially supported google.golang.org/protobuf. If you have direct use of the proto, you may need to make changes for deprecated functions.

What's Changed

Full Changelog: https://github.com/prometheus/common/compare/v0.42.0...v0.43.0

v0.42.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/common/compare/v0.41.0...v0.42.0

v0.41.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/common/compare/v0.40.0...v0.41.0

v0.40.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/common/compare/v0.39.0...v0.40.0

v0.39.0

Compare Source

  • ENHANCEMENT] Add support for proxy connect headers. [#​409](https://github.com/prometheus/common/issues/409)
    
  • ENHANCEMENT] Add platform info to labels. [#​403](https://github.com/prometheus/common/issues/403)
    
    

v0.38.0

Compare Source

  • FEATURE] Implement Stringer on TLSVersion ([#​405](https://github.com/prometheus/common/issues/405))
    
  • FEATURE] Check if TLS certificate and key file have been modified ([#​345](https://github.com/prometheus/common/issues/345))
    
  • ENHANCEMENT] Add the ability to specify the maximum acceptable TLS version ([#​414](https://github.com/prometheus/common/issues/414))
    
  • ENHANCEMENT] Make LoadHTTPConfigFile set directory and move from tests file ([#​415](https://github.com/prometheus/common/issues/415))
    
  • ENHANCEMENT] Get Revision from debug.BuildInfo if not explicitly set ([#​374](https://github.com/prometheus/common/issues/374))
    
    

v0.37.1

Compare Source

  • BUGFIX] Update go.mod for CVE-2022-41717 [#​420](https://github.com/prometheus/common/issues/420)
    
    

v0.37.0

Compare Source

  • ENHANCEMENT] Improve OAuth2 user agent handling ([#​391](https://github.com/prometheus/common/issues/391))
    
    

v0.36.0

Compare Source

  • ENHANCEMENT] OAuth2: Respect disable keepalives option; Implement close idle connections ([#​390](https://github.com/prometheus/common/issues/390))
    
  • ENHANCEMENT] Add User-Agent header to oauth2 requests [#​387](https://github.com/prometheus/common/issues/387)
    
    

v0.35.0

Compare Source

  • ENHANCEMENT] Static server: Add more mimetypes ([#​385](https://github.com/prometheus/common/issues/385))
    
    

v0.34.0

Compare Source

  • ENHANCEMENT] Enable selecting minimum TLS version. [#​375](https://github.com/prometheus/common/issues/375)
    
    

v0.33.0

Compare Source

  • ENHANCEMENT] Make HTTP2 User Visible [#​360](https://github.com/prometheus/common/issues/360)
    
  • FEATURE] Add proxy_url support for oauth2 [#​358](https://github.com/prometheus/common/issues/358)
    
    

v0.32.1

Compare Source

v0.32.0

Compare Source

  • FEATURE] Add `tls_config` field to OAuth 2.0 Config [#​331](https://github.com/prometheus/common/issues/331)
    
  • ENHANCEMENT] route: allow HEAD operations [#​332](https://github.com/prometheus/common/issues/332)
    
  • BUGFIX] Fix caller in promlog [#​334](https://github.com/prometheus/common/issues/334)
    
    

v0.31.1

Compare Source

Do not marshal secrets in URL's (#​328)

v0.31.0

Compare Source

  • Re-enable HTTP/2 (#​325)
  • promlog: check the log level before calling runtime.Caller (#​322)

v0.30.1

Compare Source

Do not marshal secrets in URL's (#​328)

v0.30.0

Compare Source

Add the ability to enable HTTP2 again via an env variable

v0.29.0

Compare Source

Add WithIdleConnTimeout HTTP client option

v0.28.0

Compare Source

Client golang dependency update.

v0.27.0: / 2021-06-03

Compare Source

  • Fix marshalling of URL wrapper with nil value. #​303
  • Remove deprecated log package #​306

v0.26.0: / 2021-06-03

Compare Source

  • Add dynamic logging capabilities #​296
  • Replace go-kit/kit/log with go-kit/log #​304

v0.25.0

Compare Source

  • Expose NewTLSRoundTripper
  • Expose new labels to set scrape interval and timeouts via relabeling

v0.24.0

Compare Source

Adds json struct tags

v0.23.0

Compare Source

Add oauth2 support.

v0.22.0

Compare Source

v0.21.0

Compare Source

Add functional option to allow to customize DialContext() in HTTP client

v0.20.0

Compare Source

Validate duration overflows

v0.19.0

Compare Source

Add JSON marshalling to durations.

v0.18.0

Compare Source

Support follow_redirects

v0.17.0

Compare Source

Remove private fields in http client #​274

v0.16.0

Compare Source

  • Make Duration implement encoding.TextUnmarshaler #​270
  • Support authorization credentials (replaces bearer_token) #​272

v0.15.0

Compare Source

v0.15.0

v0.14.0

Compare Source

v0.14.0

v0.13.0

Compare Source

v0.13.0

v0.12.0

Compare Source

v0.11.1

Compare Source

v0.11.0

Compare Source


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 | Type | Update | Change | |---|---|---|---| | [github.com/prometheus/common](https://github.com/prometheus/common) | require | minor | `v0.10.0` -> `v0.53.0` | --- ### Release Notes <details> <summary>prometheus/common (github.com/prometheus/common)</summary> ### [`v0.53.0`](https://github.com/prometheus/common/releases/tag/v0.53.0) [Compare Source](https://github.com/prometheus/common/compare/v0.52.3...v0.53.0) #### What's Changed - Add StatusAt method for Alert struct by [@&#8203;grobinson-grafana](https://github.com/grobinson-grafana) in https://github.com/prometheus/common/pull/618 - config: allow exposing real secret value through marshal by [@&#8203;GiedriusS](https://github.com/GiedriusS) in https://github.com/prometheus/common/pull/487 - Fix up config test by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/prometheus/common/pull/621 - LabelSet.String: restore faster sort call by [@&#8203;bboreham](https://github.com/bboreham) in https://github.com/prometheus/common/pull/619 - LabelSet: add unit test for String method by [@&#8203;bboreham](https://github.com/bboreham) in https://github.com/prometheus/common/pull/620 #### New Contributors - [@&#8203;grobinson-grafana](https://github.com/grobinson-grafana) made their first contribution in https://github.com/prometheus/common/pull/618 - [@&#8203;GiedriusS](https://github.com/GiedriusS) made their first contribution in https://github.com/prometheus/common/pull/487 **Full Changelog**: https://github.com/prometheus/common/compare/v0.52.3...v0.53.0 ### [`v0.52.3`](https://github.com/prometheus/common/releases/tag/v0.52.3) [Compare Source](https://github.com/prometheus/common/compare/v0.52.2...v0.52.3) #### What's Changed - Support go 1.20 by [@&#8203;ArthurSens](https://github.com/ArthurSens) in https://github.com/prometheus/common/pull/617 **Full Changelog**: https://github.com/prometheus/common/compare/v0.52.2...v0.52.3 ### [`v0.52.2`](https://github.com/prometheus/common/releases/tag/v0.52.2) [Compare Source](https://github.com/prometheus/common/compare/v0.51.1...v0.52.2) #### What's Changed - Drop support for Go older than 1.18 by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/prometheus/common/pull/612 - fix(protobuf): Correctly decode multi-messages streams by [@&#8203;srebhan](https://github.com/srebhan) in https://github.com/prometheus/common/pull/616 - Bump github.com/aws/aws-sdk-go from 1.50.31 to 1.51.11 in /sigv4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/615 #### New Contributors - [@&#8203;srebhan](https://github.com/srebhan) made their first contribution in https://github.com/prometheus/common/pull/616 **Full Changelog**: https://github.com/prometheus/common/compare/v0.51.1...v0.52.2 ### [`v0.51.1`](https://github.com/prometheus/common/releases/tag/v0.51.1) [Compare Source](https://github.com/prometheus/common/compare/v0.51.0...v0.51.1) #### What's Changed - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/common/pull/606 - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/common/pull/609 - Retract v0.50.0 by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/prometheus/common/pull/610 **Full Changelog**: https://github.com/prometheus/common/compare/v0.51.0...v0.51.1 ### [`v0.51.0`](https://github.com/prometheus/common/releases/tag/v0.51.0) [Compare Source](https://github.com/prometheus/common/compare/v0.50.0...v0.51.0) #### What's Changed - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/common/pull/604 - expfmt: Add a way to generate different OpenMetrics Formats by [@&#8203;ywwg](https://github.com/ywwg) in https://github.com/prometheus/common/pull/596 - Fix string slice definition for FormatFlagOptions. by [@&#8203;gizmoguy](https://github.com/gizmoguy) in https://github.com/prometheus/common/pull/607 - Correct logic in sample naming for counters, add new test by [@&#8203;vesari](https://github.com/vesari) in https://github.com/prometheus/common/pull/608 #### New Contributors - [@&#8203;gizmoguy](https://github.com/gizmoguy) made their first contribution in https://github.com/prometheus/common/pull/607 **Full Changelog**: https://github.com/prometheus/common/compare/v0.50.0...v0.51.0 ### [`v0.50.0`](https://github.com/prometheus/common/releases/tag/v0.50.0) [Compare Source](https://github.com/prometheus/common/compare/v0.49.0...v0.50.0) #### What's Changed - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/common/pull/594 - Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /sigv4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/593 - Bump github.com/aws/aws-sdk-go from 1.50.27 to 1.50.29 in /sigv4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/592 - Bump github.com/aws/aws-sdk-go from 1.50.29 to 1.50.31 in /sigv4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/595 - Remove unused 'Host' member from HTTPClientConfig by [@&#8203;bboreham](https://github.com/bboreham) in https://github.com/prometheus/common/pull/597 - Add OpenMetrics unit support by [@&#8203;vesari](https://github.com/vesari) in https://github.com/prometheus/common/pull/544 - Remove deprecated version function by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/prometheus/common/pull/591 - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/common/pull/599 - Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/600 - Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/601 **Full Changelog**: https://github.com/prometheus/common/compare/v0.49.0...v0.50.0 ### [`v0.49.0`](https://github.com/prometheus/common/releases/tag/v0.49.0) [Compare Source](https://github.com/prometheus/common/compare/v0.48.0...v0.49.0) #### What's Changed - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/common/pull/574 - Bump github.com/aws/aws-sdk-go from 1.49.13 to 1.50.8 in /sigv4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/571 - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/common/pull/581 - Update Go by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/prometheus/common/pull/588 - Deprecate version.NewCollector by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/prometheus/common/pull/579 - Bump github.com/aws/aws-sdk-go from 1.50.8 to 1.50.27 in /sigv4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/587 - Avoid off-spec openmetrics exposition when exemplars have empty labels by [@&#8203;orls](https://github.com/orls) in https://github.com/prometheus/common/pull/569 - Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/585 - Write created lines when negotiating OpenMetrics by [@&#8203;ArthurSens](https://github.com/ArthurSens) in https://github.com/prometheus/common/pull/504 - Upgrade client_model to v.0.6.0 by [@&#8203;vesari](https://github.com/vesari) in https://github.com/prometheus/common/pull/589 - http_config: Add host by [@&#8203;jkroepke](https://github.com/jkroepke) in https://github.com/prometheus/common/pull/549 - LabelSet: Fix alphabetical sorting for prometheus LabelSet by [@&#8203;wasim-nihal](https://github.com/wasim-nihal) in https://github.com/prometheus/common/pull/575 - labelset: optimise String() function by [@&#8203;bboreham](https://github.com/bboreham) in https://github.com/prometheus/common/pull/590 #### New Contributors - [@&#8203;orls](https://github.com/orls) made their first contribution in https://github.com/prometheus/common/pull/569 - [@&#8203;vesari](https://github.com/vesari) made their first contribution in https://github.com/prometheus/common/pull/589 **Full Changelog**: https://github.com/prometheus/common/compare/v0.48.0...v0.49.0 ### [`v0.48.0`](https://github.com/prometheus/common/releases/tag/v0.48.0) [Compare Source](https://github.com/prometheus/common/compare/v0.47.0...v0.48.0) *This release will require changes of code that relies on direct access to content-type format strings. See the PR linked below for work-arounds. Please file an issue if your use case doesn't work anymore.* #### What's Changed - Unexport Format strings by [@&#8203;ywwg](https://github.com/ywwg) in https://github.com/prometheus/common/pull/576 **Full Changelog**: https://github.com/prometheus/common/compare/v0.47.0...v0.48.0 ### [`v0.47.0`](https://github.com/prometheus/common/releases/tag/v0.47.0) [Compare Source](https://github.com/prometheus/common/compare/v0.46.0...v0.47.0) #### What's Changed - UTF-8 support in validation, and some parsers and formatters by [@&#8203;ywwg](https://github.com/ywwg) in https://github.com/prometheus/common/pull/537 - Support empty OAuth2 inline secrets by [@&#8203;TheSpiritXIII](https://github.com/TheSpiritXIII) in https://github.com/prometheus/common/pull/547 - UTF8: Content negotiation (encoding side) by [@&#8203;ywwg](https://github.com/ywwg) in https://github.com/prometheus/common/pull/570 #### New Contributors - [@&#8203;ywwg](https://github.com/ywwg) made their first contribution in https://github.com/prometheus/common/pull/537 **Full Changelog**: https://github.com/prometheus/common/compare/v0.46.0...v0.47.0 ### [`v0.46.0`](https://github.com/prometheus/common/releases/tag/v0.46.0) [Compare Source](https://github.com/prometheus/common/compare/v0.45.0...v0.46.0) #### What's Changed - Add golangci-lint config by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/prometheus/common/pull/517 - model: add metric type values by [@&#8203;bboreham](https://github.com/bboreham) in https://github.com/prometheus/common/pull/533 - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/common/pull/532 - Bump github.com/aws/aws-sdk-go from 1.45.19 to 1.47.0 in /sigv4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/529 - Update modules by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/prometheus/common/pull/534 - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/common/pull/535 - Allow using empty Authorization credentials by [@&#8203;TheSpiritXIII](https://github.com/TheSpiritXIII) in https://github.com/prometheus/common/pull/546 - enable errorlint linter by [@&#8203;mmorel-35](https://github.com/mmorel-35) in https://github.com/prometheus/common/pull/550 - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/common/pull/548 - Bump github.com/aws/aws-sdk-go from 1.47.0 to 1.48.10 in /sigv4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/539 - Bump github.com/alecthomas/kingpin/v2 from 2.3.2 to 2.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/542 - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/common/pull/552 - Bump golang.org/x/net from 0.18.0 to 0.19.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/541 - Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/540 - Add hints for promlog by [@&#8203;lucacome](https://github.com/lucacome) in https://github.com/prometheus/common/pull/556 - Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/560 - Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 in /sigv4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/558 - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/common/pull/555 - Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/559 - Bump github.com/aws/aws-sdk-go from 1.48.10 to 1.49.13 in /sigv4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/557 - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/common/pull/561 - Make version getRevision public by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/prometheus/common/pull/563 - enable gofumpt, goimports, testifylint linters by [@&#8203;mmorel-35](https://github.com/mmorel-35) in https://github.com/prometheus/common/pull/551 - version: make GetTegs() public by [@&#8203;ArthurSens](https://github.com/ArthurSens) in https://github.com/prometheus/common/pull/565 - switch to protodelim package (which pbutil now calls) by [@&#8203;stapelberg](https://github.com/stapelberg) in https://github.com/prometheus/common/pull/567 - Bump Go modules by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/prometheus/common/pull/568 #### New Contributors - [@&#8203;TheSpiritXIII](https://github.com/TheSpiritXIII) made their first contribution in https://github.com/prometheus/common/pull/546 - [@&#8203;mmorel-35](https://github.com/mmorel-35) made their first contribution in https://github.com/prometheus/common/pull/550 - [@&#8203;ArthurSens](https://github.com/ArthurSens) made their first contribution in https://github.com/prometheus/common/pull/565 - [@&#8203;stapelberg](https://github.com/stapelberg) made their first contribution in https://github.com/prometheus/common/pull/567 **Full Changelog**: https://github.com/prometheus/common/compare/v0.45.0...v0.46.0 ### [`v0.45.0`](https://github.com/prometheus/common/releases/tag/v0.45.0) [Compare Source](https://github.com/prometheus/common/compare/v0.44.0...v0.45.0) #### What's Changed - Adding support for file based configuration of basic auth username in http client config by [@&#8203;wasim-nihal](https://github.com/wasim-nihal) in https://github.com/prometheus/common/pull/511 - Bump golang.org/x/net from 0.10.0 to 0.12.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/507 - Add read-only token permissions by [@&#8203;pnacht](https://github.com/pnacht) in https://github.com/prometheus/common/pull/490 - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/common/pull/495 - Update client_golang by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/prometheus/common/pull/513 - Bump golang.org/x/oauth2 from 0.8.0 to 0.12.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/514 - Bump github.com/aws/aws-sdk-go from 1.44.266 to 1.45.18 in /sigv4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/515 - Bump github.com/prometheus/client_golang from 1.15.1 to 1.17.0 in /sigv4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/516 - Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 in /sigv4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/493 - Update golang_protobuf_extensions to v2 by [@&#8203;Neo2308](https://github.com/Neo2308) in https://github.com/prometheus/common/pull/509 - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/common/pull/518 - Bump github.com/aws/aws-sdk-go from 1.45.18 to 1.45.19 in /sigv4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/519 - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/common/pull/520 - Bump golang.org/x/net from 0.15.0 to 0.17.0 in /sigv4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/525 - Bump golang.org/x/net from 0.15.0 to 0.17.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/524 #### New Contributors - [@&#8203;wasim-nihal](https://github.com/wasim-nihal) made their first contribution in https://github.com/prometheus/common/pull/511 - [@&#8203;pnacht](https://github.com/pnacht) made their first contribution in https://github.com/prometheus/common/pull/490 - [@&#8203;Neo2308](https://github.com/Neo2308) made their first contribution in https://github.com/prometheus/common/pull/509 **Full Changelog**: https://github.com/prometheus/common/compare/v0.44.0...v0.45.0 ### [`v0.44.0`](https://github.com/prometheus/common/releases/tag/v0.44.0) [Compare Source](https://github.com/prometheus/common/compare/v0.43.0...v0.44.0) #### What's Changed - Allow custom log.Logger by [@&#8203;jkroepke](https://github.com/jkroepke) in https://github.com/prometheus/common/pull/474 - Allow TLS settings to be specified inline by [@&#8203;rfratto](https://github.com/rfratto) in https://github.com/prometheus/common/pull/472 - Enable dependabot for sigv4 by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/prometheus/common/pull/480 - Bump github.com/prometheus/common from 0.42.0 to 0.43.0 in /sigv4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/486 - Bump golang.org/x/net from 0.9.0 to 0.10.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/483 - Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 in /sigv4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/485 - Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/482 - Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.266 in /sigv4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/489 #### New Contributors - [@&#8203;jkroepke](https://github.com/jkroepke) made their first contribution in https://github.com/prometheus/common/pull/474 - [@&#8203;rfratto](https://github.com/rfratto) made their first contribution in https://github.com/prometheus/common/pull/472 **Full Changelog**: https://github.com/prometheus/common/compare/v0.43.0...v0.43.1 ### [`v0.43.0`](https://github.com/prometheus/common/releases/tag/v0.43.0): 0.43.0 / 2023-05-04 [Compare Source](https://github.com/prometheus/common/compare/v0.42.0...v0.43.0) NOTE: The protobuf library has been changed from the deprecated `github.com/golang/protobuf` to the new officially supported `google.golang.org/protobuf`. If you have direct use of the proto, you may need to make changes for deprecated functions. #### What's Changed - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/common/pull/463 - Negotiate OM v1.0.0 by [@&#8203;gouthamve](https://github.com/gouthamve) in https://github.com/prometheus/common/pull/475 - Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/478 - Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/481 - Update Go modules by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/prometheus/common/pull/479 - Bump github.com/alecthomas/kingpin/v2 from 2.3.1 to 2.3.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/469 **Full Changelog**: https://github.com/prometheus/common/compare/v0.42.0...v0.43.0 ### [`v0.42.0`](https://github.com/prometheus/common/releases/tag/v0.42.0) [Compare Source](https://github.com/prometheus/common/compare/v0.41.0...v0.42.0) #### What's Changed - Parse Durations much faster by [@&#8203;bboreham](https://github.com/bboreham) in https://github.com/prometheus/common/pull/461 - version: add Go build tags to output by [@&#8203;bboreham](https://github.com/bboreham) in https://github.com/prometheus/common/pull/455 - Add support to use Proxy From Environment by [@&#8203;roidelapluie](https://github.com/roidelapluie) in https://github.com/prometheus/common/pull/462 #### New Contributors - [@&#8203;bboreham](https://github.com/bboreham) made their first contribution in https://github.com/prometheus/common/pull/461 **Full Changelog**: https://github.com/prometheus/common/compare/v0.41.0...v0.42.0 ### [`v0.41.0`](https://github.com/prometheus/common/releases/tag/v0.41.0) [Compare Source](https://github.com/prometheus/common/compare/v0.40.0...v0.41.0) #### What's Changed - Fix marshalling of TLSVersion by [@&#8203;roidelapluie](https://github.com/roidelapluie) in https://github.com/prometheus/common/pull/429 - expfmt: add test case for issue with \*bufio.Reader and FmtText format by [@&#8203;roidelapluie](https://github.com/roidelapluie) in https://github.com/prometheus/common/pull/448 - expfmt: add test cases for TextParser startOfLine error handling by [@&#8203;roidelapluie](https://github.com/roidelapluie) in https://github.com/prometheus/common/pull/449 - Fix and test JSON & YAML marshalling by [@&#8203;roidelapluie](https://github.com/roidelapluie) in https://github.com/prometheus/common/pull/450 - Update Go versions by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/prometheus/common/pull/447 - Bump golang.org/x/net from 0.4.0 to 0.7.0 in /sigv4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/common/pull/454 - Update kingpin module source by [@&#8203;hairyhenderson](https://github.com/hairyhenderson) in https://github.com/prometheus/common/pull/458 - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/common/pull/460 - Update Go modules by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/prometheus/common/pull/459 - Add dependabot by [@&#8203;lucacome](https://github.com/lucacome) in https://github.com/prometheus/common/pull/433 - model: Remove json-iterator usage (again) by [@&#8203;beorn7](https://github.com/beorn7) in https://github.com/prometheus/common/pull/453 #### New Contributors - [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in https://github.com/prometheus/common/pull/454 - [@&#8203;hairyhenderson](https://github.com/hairyhenderson) made their first contribution in https://github.com/prometheus/common/pull/458 **Full Changelog**: https://github.com/prometheus/common/compare/v0.40.0...v0.41.0 ### [`v0.40.0`](https://github.com/prometheus/common/releases/tag/v0.40.0) [Compare Source](https://github.com/prometheus/common/compare/v0.39.0...v0.40.0) #### What's Changed - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/common/pull/428 - Add histogram vectors to model by [@&#8203;zenador](https://github.com/zenador) in https://github.com/prometheus/common/pull/417 - Change HistogramBucket Boundaries type to int32 by [@&#8203;zenador](https://github.com/zenador) in https://github.com/prometheus/common/pull/438 - Make it more efficient and compatible to use SampleHistogram by [@&#8203;krajorama](https://github.com/krajorama) in https://github.com/prometheus/common/pull/439 - Optimise JSON marshalling for sparse histograms by [@&#8203;zenador](https://github.com/zenador) in https://github.com/prometheus/common/pull/440 - expfmt: only call TextParser.TextToMetricFamilies once from textDecoder by [@&#8203;abursavich](https://github.com/abursavich) in https://github.com/prometheus/common/pull/443 - expfmt: only ignore io.EOF errors in TextParse.startOfLine by [@&#8203;abursavich](https://github.com/abursavich) in https://github.com/prometheus/common/pull/444 #### New Contributors - [@&#8203;zenador](https://github.com/zenador) made their first contribution in https://github.com/prometheus/common/pull/417 - [@&#8203;krajorama](https://github.com/krajorama) made their first contribution in https://github.com/prometheus/common/pull/439 **Full Changelog**: https://github.com/prometheus/common/compare/v0.39.0...v0.40.0 ### [`v0.39.0`](https://github.com/prometheus/common/releases/tag/v0.39.0) [Compare Source](https://github.com/prometheus/common/compare/v0.38.0...v0.39.0) - \[ENHANCEMENT] Add support for proxy connect headers. [#&#8203;409](https://github.com/prometheus/common/issues/409) - \[ENHANCEMENT] Add platform info to labels. [#&#8203;403](https://github.com/prometheus/common/issues/403) ### [`v0.38.0`](https://github.com/prometheus/common/releases/tag/v0.38.0) [Compare Source](https://github.com/prometheus/common/compare/v0.37.1...v0.38.0) - \[FEATURE] Implement Stringer on TLSVersion ([#&#8203;405](https://github.com/prometheus/common/issues/405)) - \[FEATURE] Check if TLS certificate and key file have been modified ([#&#8203;345](https://github.com/prometheus/common/issues/345)) - \[ENHANCEMENT] Add the ability to specify the maximum acceptable TLS version ([#&#8203;414](https://github.com/prometheus/common/issues/414)) - \[ENHANCEMENT] Make LoadHTTPConfigFile set directory and move from tests file ([#&#8203;415](https://github.com/prometheus/common/issues/415)) - \[ENHANCEMENT] Get Revision from debug.BuildInfo if not explicitly set ([#&#8203;374](https://github.com/prometheus/common/issues/374)) ### [`v0.37.1`](https://github.com/prometheus/common/releases/tag/v0.37.1) [Compare Source](https://github.com/prometheus/common/compare/v0.37.0...v0.37.1) - \[BUGFIX] Update go.mod for CVE-2022-41717 [#&#8203;420](https://github.com/prometheus/common/issues/420) ### [`v0.37.0`](https://github.com/prometheus/common/releases/tag/v0.37.0) [Compare Source](https://github.com/prometheus/common/compare/v0.36.0...v0.37.0) - \[ENHANCEMENT] Improve OAuth2 user agent handling ([#&#8203;391](https://github.com/prometheus/common/issues/391)) ### [`v0.36.0`](https://github.com/prometheus/common/releases/tag/v0.36.0) [Compare Source](https://github.com/prometheus/common/compare/v0.35.0...v0.36.0) - \[ENHANCEMENT] OAuth2: Respect disable keepalives option; Implement close idle connections ([#&#8203;390](https://github.com/prometheus/common/issues/390)) - \[ENHANCEMENT] Add User-Agent header to oauth2 requests [#&#8203;387](https://github.com/prometheus/common/issues/387) ### [`v0.35.0`](https://github.com/prometheus/common/releases/tag/v0.35.0) [Compare Source](https://github.com/prometheus/common/compare/v0.34.0...v0.35.0) - \[ENHANCEMENT] Static server: Add more mimetypes ([#&#8203;385](https://github.com/prometheus/common/issues/385)) ### [`v0.34.0`](https://github.com/prometheus/common/releases/tag/v0.34.0) [Compare Source](https://github.com/prometheus/common/compare/v0.33.0...v0.34.0) - \[ENHANCEMENT] Enable selecting minimum TLS version. [#&#8203;375](https://github.com/prometheus/common/issues/375) ### [`v0.33.0`](https://github.com/prometheus/common/releases/tag/v0.33.0) [Compare Source](https://github.com/prometheus/common/compare/v0.32.1...v0.33.0) - \[ENHANCEMENT] Make HTTP2 User Visible [#&#8203;360](https://github.com/prometheus/common/issues/360) - \[FEATURE] Add proxy_url support for oauth2 [#&#8203;358](https://github.com/prometheus/common/issues/358) ### [`v0.32.1`](https://github.com/prometheus/common/compare/v0.32.0...v0.32.1) [Compare Source](https://github.com/prometheus/common/compare/v0.32.0...v0.32.1) ### [`v0.32.0`](https://github.com/prometheus/common/releases/tag/v0.32.0) [Compare Source](https://github.com/prometheus/common/compare/v0.31.1...v0.32.0) - \[FEATURE] Add `tls_config` field to OAuth 2.0 Config [#&#8203;331](https://github.com/prometheus/common/issues/331) - \[ENHANCEMENT] route: allow HEAD operations [#&#8203;332](https://github.com/prometheus/common/issues/332) - \[BUGFIX] Fix caller in promlog [#&#8203;334](https://github.com/prometheus/common/issues/334) ### [`v0.31.1`](https://github.com/prometheus/common/releases/tag/v0.31.1) [Compare Source](https://github.com/prometheus/common/compare/v0.31.0...v0.31.1) Do not marshal secrets in URL's ([#&#8203;328](https://github.com/prometheus/common/issues/328)) ### [`v0.31.0`](https://github.com/prometheus/common/releases/tag/v0.31.0) [Compare Source](https://github.com/prometheus/common/compare/v0.30.1...v0.31.0) - Re-enable HTTP/2 ([#&#8203;325](https://github.com/prometheus/common/issues/325)) - promlog: check the log level before calling runtime.Caller ([#&#8203;322](https://github.com/prometheus/common/issues/322)) ### [`v0.30.1`](https://github.com/prometheus/common/releases/tag/v0.30.1) [Compare Source](https://github.com/prometheus/common/compare/v0.30.0...v0.30.1) Do not marshal secrets in URL's ([#&#8203;328](https://github.com/prometheus/common/issues/328)) ### [`v0.30.0`](https://github.com/prometheus/common/releases/tag/v0.30.0) [Compare Source](https://github.com/prometheus/common/compare/v0.29.0...v0.30.0) Add the ability to enable HTTP2 again via an env variable ### [`v0.29.0`](https://github.com/prometheus/common/releases/tag/v0.29.0) [Compare Source](https://github.com/prometheus/common/compare/v0.28.0...v0.29.0) Add WithIdleConnTimeout HTTP client option ### [`v0.28.0`](https://github.com/prometheus/common/releases/tag/v0.28.0) [Compare Source](https://github.com/prometheus/common/compare/v0.27.0...v0.28.0) Client golang dependency update. ### [`v0.27.0`](https://github.com/prometheus/common/releases/tag/v0.27.0): / 2021-06-03 [Compare Source](https://github.com/prometheus/common/compare/v0.26.0...v0.27.0) - Fix marshalling of URL wrapper with nil value. [#&#8203;303](https://github.com/prometheus/common/issues/303) - Remove deprecated `log` package [#&#8203;306](https://github.com/prometheus/common/issues/306) ### [`v0.26.0`](https://github.com/prometheus/common/releases/tag/v0.26.0): / 2021-06-03 [Compare Source](https://github.com/prometheus/common/compare/v0.25.0...v0.26.0) - Add dynamic logging capabilities [#&#8203;296](https://github.com/prometheus/common/issues/296) - Replace go-kit/kit/log with go-kit/log [#&#8203;304](https://github.com/prometheus/common/issues/304) ### [`v0.25.0`](https://github.com/prometheus/common/releases/tag/v0.25.0) [Compare Source](https://github.com/prometheus/common/compare/v0.24.0...v0.25.0) - Expose NewTLSRoundTripper - Expose new labels to set scrape interval and timeouts via relabeling ### [`v0.24.0`](https://github.com/prometheus/common/releases/tag/v0.24.0) [Compare Source](https://github.com/prometheus/common/compare/v0.23.0...v0.24.0) Adds json struct tags ### [`v0.23.0`](https://github.com/prometheus/common/releases/tag/v0.23.0) [Compare Source](https://github.com/prometheus/common/compare/v0.22.0...v0.23.0) Add oauth2 support. ### [`v0.22.0`](https://github.com/prometheus/common/compare/v0.21.0...v0.22.0) [Compare Source](https://github.com/prometheus/common/compare/v0.21.0...v0.22.0) ### [`v0.21.0`](https://github.com/prometheus/common/releases/tag/v0.21.0) [Compare Source](https://github.com/prometheus/common/compare/v0.20.0...v0.21.0) Add functional option to allow to customize DialContext() in HTTP client ### [`v0.20.0`](https://github.com/prometheus/common/releases/tag/v0.20.0) [Compare Source](https://github.com/prometheus/common/compare/v0.19.0...v0.20.0) Validate duration overflows ### [`v0.19.0`](https://github.com/prometheus/common/releases/tag/v0.19.0) [Compare Source](https://github.com/prometheus/common/compare/v0.18.0...v0.19.0) Add JSON marshalling to durations. ### [`v0.18.0`](https://github.com/prometheus/common/releases/tag/v0.18.0) [Compare Source](https://github.com/prometheus/common/compare/v0.17.0...v0.18.0) Support follow_redirects ### [`v0.17.0`](https://github.com/prometheus/common/releases/tag/v0.17.0) [Compare Source](https://github.com/prometheus/common/compare/v0.16.0...v0.17.0) Remove private fields in http client [#&#8203;274](https://github.com/prometheus/common/issues/274) ### [`v0.16.0`](https://github.com/prometheus/common/releases/tag/v0.16.0) [Compare Source](https://github.com/prometheus/common/compare/v0.15.0...v0.16.0) - Make Duration implement encoding.TextUnmarshaler [#&#8203;270](https://github.com/prometheus/common/issues/270) - Support authorization credentials (replaces bearer_token) [#&#8203;272](https://github.com/prometheus/common/issues/272) ### [`v0.15.0`](https://github.com/prometheus/common/releases/tag/v0.15.0) [Compare Source](https://github.com/prometheus/common/compare/v0.14.0...v0.15.0) v0.15.0 ### [`v0.14.0`](https://github.com/prometheus/common/releases/tag/v0.14.0) [Compare Source](https://github.com/prometheus/common/compare/v0.13.0...v0.14.0) v0.14.0 ### [`v0.13.0`](https://github.com/prometheus/common/releases/tag/v0.13.0) [Compare Source](https://github.com/prometheus/common/compare/v0.12.0...v0.13.0) v0.13.0 ### [`v0.12.0`](https://github.com/prometheus/common/compare/v0.11.1...v0.12.0) [Compare Source](https://github.com/prometheus/common/compare/v0.11.1...v0.12.0) ### [`v0.11.1`](https://github.com/prometheus/common/compare/v0.11.0...v0.11.1) [Compare Source](https://github.com/prometheus/common/compare/v0.11.0...v0.11.1) ### [`v0.11.0`](https://github.com/prometheus/common/compare/v0.10.0...v0.11.0) [Compare Source](https://github.com/prometheus/common/compare/v0.10.0...v0.11.0) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi45My41IiwidXBkYXRlZEluVmVyIjoiMzcuMjk1LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
renovate added the
renovate
label 2023-09-28 03:12:05 +00:00
renovate force-pushed renovate/github.com-prometheus-common-0.x from fe572d1bb3 to cfe4be0b3b 2023-09-29 03:07:15 +00:00 Compare
renovate force-pushed renovate/github.com-prometheus-common-0.x from cfe4be0b3b to 71c10b06dc 2023-10-19 03:09:35 +00:00 Compare
renovate changed title from fix(deps): update module github.com/prometheus/common to v0.44.0 to fix(deps): update module github.com/prometheus/common to v0.45.0 2023-10-19 03:09:39 +00:00
renovate force-pushed renovate/github.com-prometheus-common-0.x from 71c10b06dc to 9cd31ed3e0 2024-01-14 03:06:20 +00:00 Compare
renovate changed title from fix(deps): update module github.com/prometheus/common to v0.45.0 to fix(deps): update module github.com/prometheus/common to v0.46.0 2024-01-14 03:06:23 +00:00
renovate force-pushed renovate/github.com-prometheus-common-0.x from 9cd31ed3e0 to e1e81e4e64 2024-02-16 03:13:16 +00:00 Compare
renovate changed title from fix(deps): update module github.com/prometheus/common to v0.46.0 to fix(deps): update module github.com/prometheus/common to v0.47.0 2024-02-16 03:13:43 +00:00
renovate force-pushed renovate/github.com-prometheus-common-0.x from e1e81e4e64 to c17a06f70d 2024-02-23 03:21:30 +00:00 Compare
renovate changed title from fix(deps): update module github.com/prometheus/common to v0.47.0 to fix(deps): update module github.com/prometheus/common to v0.48.0 2024-02-23 03:21:36 +00:00
renovate force-pushed renovate/github.com-prometheus-common-0.x from c17a06f70d to 0d340f0936 2024-03-01 03:23:59 +00:00 Compare
renovate changed title from fix(deps): update module github.com/prometheus/common to v0.48.0 to fix(deps): update module github.com/prometheus/common to v0.49.0 2024-03-01 03:24:16 +00:00
renovate force-pushed renovate/github.com-prometheus-common-0.x from 0d340f0936 to aa43ff622c 2024-03-06 03:25:58 +00:00 Compare
renovate force-pushed renovate/github.com-prometheus-common-0.x from aa43ff622c to 4a11bdbf9e 2024-03-08 03:23:46 +00:00 Compare
renovate changed title from fix(deps): update module github.com/prometheus/common to v0.49.0 to fix(deps): update module github.com/prometheus/common to v0.50.0 2024-03-08 03:23:49 +00:00
renovate changed title from fix(deps): update module github.com/prometheus/common to v0.50.0 to fix(deps): update module github.com/prometheus/common to v0.51.0 2024-03-22 03:08:17 +00:00
renovate force-pushed renovate/github.com-prometheus-common-0.x from 4a11bdbf9e to bb9f69a6ab 2024-03-22 03:08:25 +00:00 Compare
renovate changed title from fix(deps): update module github.com/prometheus/common to v0.51.0 to fix(deps): update module github.com/prometheus/common to v0.51.1 2024-03-24 16:33:45 +00:00
renovate force-pushed renovate/github.com-prometheus-common-0.x from bb9f69a6ab to aede34663b 2024-03-24 16:33:46 +00:00 Compare
renovate force-pushed renovate/github.com-prometheus-common-0.x from aede34663b to 2c355fd165 2024-04-04 03:16:47 +00:00 Compare
renovate changed title from fix(deps): update module github.com/prometheus/common to v0.51.1 to fix(deps): update module github.com/prometheus/common to v0.52.2 2024-04-04 03:16:54 +00:00
renovate force-pushed renovate/github.com-prometheus-common-0.x from 2c355fd165 to 63caea5e64 2024-04-11 03:09:41 +00:00 Compare
renovate changed title from fix(deps): update module github.com/prometheus/common to v0.52.2 to fix(deps): update module github.com/prometheus/common to v0.52.3 2024-04-11 03:09:45 +00:00
renovate force-pushed renovate/github.com-prometheus-common-0.x from 63caea5e64 to 0c968a9605 2024-04-19 03:09:40 +00:00 Compare
renovate changed title from fix(deps): update module github.com/prometheus/common to v0.52.3 to fix(deps): update module github.com/prometheus/common to v0.53.0 2024-04-19 03:09:43 +00:00
Some checks failed
ZeroDownTime/tty-prometheus-exporter-merger/pipeline/pr-main There was a failure building this commit
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b renovate/github.com-prometheus-common-0.x main
git pull origin renovate/github.com-prometheus-common-0.x

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff renovate/github.com-prometheus-common-0.x
git push origin main
Sign in to join this conversation.
No reviewers
No Label
renovate
No Milestone
No project
No Assignees
1 Participants
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: ZeroDownTime/tty-prometheus-exporter-merger#5
No description provided.