Bump github.com/prometheus/common from 0.37.0 to 0.39.0 #88

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/prometheus/common-0.39.0 into v3 2023-01-31 06:56:14 +03:00
dependabot[bot] commented 2022-12-15 09:06:37 +03:00 (Migrated from github.com)

Bumps github.com/prometheus/common from 0.37.0 to 0.39.0.

Release notes

Sourced from github.com/prometheus/common's releases.

v0.39.0

  • [ENHANCEMENT] Add support for proxy connect headers. #409
  • [ENHANCEMENT] Add platform info to labels. #403

v0.37.1

  • [BUGFIX] Update go.mod for CVE-2022-41717 #420

v0.38.0

  • [FEATURE] Implement Stringer on TLSVersion (#405)
  • [FEATURE] Check if TLS certificate and key file have been modified (#345)
  • [ENHANCEMENT] Add the ability to specify the maximum acceptable TLS version (#414)
  • [ENHANCEMENT] Make LoadHTTPConfigFile set directory and move from tests file (#415)
  • [ENHANCEMENT] Get Revision from debug.BuildInfo if not explicitly set (#374)
Commits
  • 296ec92 Merge pull request #409 from prometheus/mem/proxy_header
  • 18281a2 Merge pull request #424 from prometheus/repo_sync
  • 4a0d730 Add support for proxy connect headers
  • 017dec0 Update common Prometheus files
  • befeabf Merge pull request #422 from prometheus/superq/add_mod_check
  • 1bc7f65 Add platform info to labels (#403)
  • 82accf3 Add go mod version test
  • 00e3fd7 Merge pull request #418 from roidelapluie/go119
  • 045094f Update deps and test with go 1.19
  • ddb642f Merge pull request #421 from prometheus/superq/update_sigv4
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.37.0 to 0.39.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prometheus/common/releases">github.com/prometheus/common's releases</a>.</em></p> <blockquote> <h2>v0.39.0</h2> <ul> <li>[ENHANCEMENT] Add support for proxy connect headers. <a href="https://github-redirect.dependabot.com/prometheus/common/issues/409">#409</a></li> <li>[ENHANCEMENT] Add platform info to labels. <a href="https://github-redirect.dependabot.com/prometheus/common/issues/403">#403</a></li> </ul> <h2>v0.37.1</h2> <ul> <li>[BUGFIX] Update go.mod for CVE-2022-41717 <a href="https://github-redirect.dependabot.com/prometheus/common/issues/420">#420</a></li> </ul> <h2>v0.38.0</h2> <ul> <li>[FEATURE] Implement Stringer on TLSVersion (<a href="https://github-redirect.dependabot.com/prometheus/common/issues/405">#405</a>)</li> <li>[FEATURE] Check if TLS certificate and key file have been modified (<a href="https://github-redirect.dependabot.com/prometheus/common/issues/345">#345</a>)</li> <li>[ENHANCEMENT] Add the ability to specify the maximum acceptable TLS version (<a href="https://github-redirect.dependabot.com/prometheus/common/issues/414">#414</a>)</li> <li>[ENHANCEMENT] Make LoadHTTPConfigFile set directory and move from tests file (<a href="https://github-redirect.dependabot.com/prometheus/common/issues/415">#415</a>)</li> <li>[ENHANCEMENT] Get Revision from debug.BuildInfo if not explicitly set (<a href="https://github-redirect.dependabot.com/prometheus/common/issues/374">#374</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus/common/commit/296ec92f02fd5e3c15443437e98b573d968eaa14"><code>296ec92</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/common/issues/409">#409</a> from prometheus/mem/proxy_header</li> <li><a href="https://github.com/prometheus/common/commit/18281a2fea3405a252e2a0bea2289938e28a3e70"><code>18281a2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/common/issues/424">#424</a> from prometheus/repo_sync</li> <li><a href="https://github.com/prometheus/common/commit/4a0d7300ce591c3cc2b142ed7b51feb904da1dff"><code>4a0d730</code></a> Add support for proxy connect headers</li> <li><a href="https://github.com/prometheus/common/commit/017dec0bb031686b3d1901e70fc9e944e2f91ac2"><code>017dec0</code></a> Update common Prometheus files</li> <li><a href="https://github.com/prometheus/common/commit/befeabfff877aa101f9338238ea1e097e9fb16d3"><code>befeabf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/common/issues/422">#422</a> from prometheus/superq/add_mod_check</li> <li><a href="https://github.com/prometheus/common/commit/1bc7f65a92b30fb812759a13f6dca5e6bb091c49"><code>1bc7f65</code></a> Add platform info to labels (<a href="https://github-redirect.dependabot.com/prometheus/common/issues/403">#403</a>)</li> <li><a href="https://github.com/prometheus/common/commit/82accf3617aa1f59bbbd78a6290cbf578a85cb9e"><code>82accf3</code></a> Add go mod version test</li> <li><a href="https://github.com/prometheus/common/commit/00e3fd73712bb2598543c0e7deba86f5b74ea975"><code>00e3fd7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/common/issues/418">#418</a> from roidelapluie/go119</li> <li><a href="https://github.com/prometheus/common/commit/045094f9f4c6965686ba38aa2817c649e6509d85"><code>045094f</code></a> Update deps and test with go 1.19</li> <li><a href="https://github.com/prometheus/common/commit/ddb642f834716d2a73cb8209606cd66bd99bfd53"><code>ddb642f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus/common/issues/421">#421</a> from prometheus/superq/update_sigv4</li> <li>Additional commits viewable in <a href="https://github.com/prometheus/common/compare/v0.37.0...v0.39.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/prometheus/common&package-manager=go_modules&previous-version=0.37.0&new-version=0.39.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
github-actions[bot] (Migrated from github.com) reviewed 2022-12-15 09:06:52 +03:00
github-actions[bot] (Migrated from github.com) reviewed 2022-12-26 09:10:17 +03:00
github-actions[bot] (Migrated from github.com) reviewed 2022-12-28 09:07:18 +03:00
github-actions[bot] (Migrated from github.com) reviewed 2023-01-09 09:12:22 +03:00
github-actions[bot] (Migrated from github.com) reviewed 2023-01-17 09:08:34 +03:00
github-actions[bot] (Migrated from github.com) reviewed 2023-01-18 09:11:17 +03:00
github-actions[bot] (Migrated from github.com) reviewed 2023-01-19 09:10:48 +03:00
github-actions[bot] (Migrated from github.com) reviewed 2023-01-24 09:57:40 +03:00
github-actions[bot] (Migrated from github.com) reviewed 2023-01-24 10:10:07 +03:00
github-actions[bot] (Migrated from github.com) approved these changes 2023-01-30 09:11:49 +03:00
Sign in to join this conversation.
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: unistack-org/micro-meter-prometheus#88
No description provided.