- Notifications
You must be signed in to change notification settings - Fork1.1k
chore: bump github.com/prometheus/common from 0.65.0 to 0.67.4#20890
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
github-actions merged 1 commit intomainfromdependabot/go_modules/github.com/prometheus/common-0.67.4Nov 24, 2025
Merged
chore: bump github.com/prometheus/common from 0.65.0 to 0.67.4#20890
github-actions merged 1 commit intomainfromdependabot/go_modules/github.com/prometheus/common-0.67.4Nov 24, 2025
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.65.0 to 0.67.4.- [Release notes](https://github.com/prometheus/common/releases)- [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md)- [Commits](prometheus/common@v0.65.0...v0.67.4)---updated-dependencies:- dependency-name: github.com/prometheus/common dependency-version: 0.67.4 dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
32bf66f toa481c29Compareba242b5 intomain 30 checks passed
Uh oh!
There was an error while loading.Please reload this page.
david-fraley pushed a commit that referenced this pull requestNov 25, 2025
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes sometime.Note: if you make any changes to this PR yourself, they will takeprecedence over the rebase.---[//]: # (dependabot-end)Bumps[github.com/prometheus/common](https://github.com/prometheus/common)from 0.65.0 to 0.67.4.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/prometheus/common/releases">github.com/prometheus/common'sreleases</a>.</em></p><blockquote><h2>v0.67.4 / 2025-11-18</h2><h2>What's Changed</h2><ul><li>chore: clean up golangci-lint configuration by <ahref="https://github.com/mmorel-35"><code>@mmorel-35</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/782">prometheus/common#782</a></li><li>chore: 'omitempty' to Oauth2 fields with type Secret to avoidrequiring them by <ahref="https://github.com/JorTurFer"><code>@JorTurFer</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/864">prometheus/common#864</a></li><li>chore: Add omitempty tag to all config fields by <ahref="https://github.com/JorTurFer"><code>@JorTurFer</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/865">prometheus/common#865</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/prometheus/common/compare/v0.67.3...v0.67.4">https://github.com/prometheus/common/compare/v0.67.3...v0.67.4</a></p><h2>v0.67.3 / 2025-11-18</h2><h2>What's Changed</h2><ul><li>Support JWT Profile for Authorization Grant (RFC 7523 3.1) by <ahref="https://github.com/JorTurFer"><code>@JorTurFer</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/862">prometheus/common#862</a></li><li>Config: remove outdated comment about HTTP/2 issues by <ahref="https://github.com/bboreham"><code>@bboreham</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/863">prometheus/common#863</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/JorTurFer"><code>@JorTurFer</code></a>made their first contribution in <ahref="https://redirect.github.com/prometheus/common/pull/862">prometheus/common#862</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/prometheus/common/compare/v0.67.2...v0.67.3">https://github.com/prometheus/common/compare/v0.67.2...v0.67.3</a></p><h2>v0.67.2 / 2025-10-28</h2><h2>What's Changed</h2><ul><li>config: Fix panic in <code>tlsRoundTripper</code> when CA file isabsent by <a href="https://github.com/ndk"><code>@ndk</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/792">prometheus/common#792</a></li><li>Cleanup linting issues by <ahref="https://github.com/SuperQ"><code>@SuperQ</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/860">prometheus/common#860</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/ndk"><code>@ndk</code></a> made theirfirst contribution in <ahref="https://redirect.github.com/prometheus/common/pull/792">prometheus/common#792</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/prometheus/common/compare/v0.67.1...v0.67.2">https://github.com/prometheus/common/compare/v0.67.1...v0.67.2</a></p><h2>v0.67.1</h2><h2>What's Changed</h2><ul><li>Fix Go case-insensitive file name collision by <ahref="https://github.com/SuperQ"><code>@SuperQ</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/853">prometheus/common#853</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/prometheus/common/compare/v0.67.0...v0.67.1">https://github.com/prometheus/common/compare/v0.67.0...v0.67.1</a></p><h2>v0.67.0 / 2025-10-07</h2><h2>What's Changed</h2><ul><li>Create CHANGELOG.md for easier communication of library changes,especially possible breaking changes. by <ahref="https://github.com/ywwg"><code>@ywwg</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/833">prometheus/common#833</a></li><li>model: New test for validation with dots by <ahref="https://github.com/m1k1o"><code>@m1k1o</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/759">prometheus/common#759</a></li><li>expfmt: document NewTextParser as required by <ahref="https://github.com/burgerdev"><code>@burgerdev</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/842">prometheus/common#842</a></li><li>expfmt: Add support for float histograms and gauge histograms by <ahref="https://github.com/beorn7"><code>@beorn7</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/843">prometheus/common#843</a></li><li>Updated minimum Go version to 1.24.0, updated Go dependecies by <ahref="https://github.com/SuperQ"><code>@SuperQ</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/849">prometheus/common#849</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/m1k1o"><code>@m1k1o</code></a> madetheir first contribution in <ahref="https://redirect.github.com/prometheus/common/pull/759">prometheus/common#759</a></li><li><a href="https://github.com/burgerdev"><code>@burgerdev</code></a>made their first contribution in <ahref="https://redirect.github.com/prometheus/common/pull/842">prometheus/common#842</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/prometheus/common/compare/v0.66.1...v0.67.0">https://github.com/prometheus/common/compare/v0.66.1...v0.67.0</a></p><h2>v0.66.1</h2><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/prometheus/common/blob/main/CHANGELOG.md">github.com/prometheus/common'schangelog</a>.</em></p><blockquote><h1>Changelog</h1><h2>main / unreleased</h2><h3>What's Changed</h3><h2>v0.67.2 / 2025-10-28</h2><h2>What's Changed</h2><ul><li>config: Fix panic in <code>tlsRoundTripper</code> when CA file isabsent by <a href="https://github.com/ndk"><code>@ndk</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/792">prometheus/common#792</a></li><li>Cleanup linting issues by <ahref="https://github.com/SuperQ"><code>@SuperQ</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/860">prometheus/common#860</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/ndk"><code>@ndk</code></a> made theirfirst contribution in <ahref="https://redirect.github.com/prometheus/common/pull/792">prometheus/common#792</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/prometheus/common/compare/v0.67.1...v0.67.2">https://github.com/prometheus/common/compare/v0.67.1...v0.67.2</a></p><h2>v0.67.1 / 2025-10-07</h2><h2>What's Changed</h2><ul><li>Remove VERSION file to avoid Go conflict error in <ahref="https://redirect.github.com/prometheus/common/pull/853">prometheus/common#853</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/prometheus/common/compare/v0.67.0...v0.67.1">https://github.com/prometheus/common/compare/v0.67.0...v0.67.1</a></p><h2>v0.67.0 / 2025-10-07</h2><h2>What's Changed</h2><ul><li>Create CHANGELOG.md for easier communication of library changes,especially possible breaking changes. by <ahref="https://github.com/ywwg"><code>@ywwg</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/833">prometheus/common#833</a></li><li>model: New test for validation with dots by <ahref="https://github.com/m1k1o"><code>@m1k1o</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/759">prometheus/common#759</a></li><li>expfmt: document NewTextParser as required by <ahref="https://github.com/burgerdev"><code>@burgerdev</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/842">prometheus/common#842</a></li><li>expfmt: Add support for float histograms and gauge histograms by <ahref="https://github.com/beorn7"><code>@beorn7</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/843">prometheus/common#843</a></li><li>Updated minimum Go version to 1.24.0, updated Go dependecies by <ahref="https://github.com/SuperQ"><code>@SuperQ</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/849">prometheus/common#849</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/m1k1o"><code>@m1k1o</code></a> madetheir first contribution in <ahref="https://redirect.github.com/prometheus/common/pull/759">prometheus/common#759</a></li><li><a href="https://github.com/burgerdev"><code>@burgerdev</code></a>made their first contribution in <ahref="https://redirect.github.com/prometheus/common/pull/842">prometheus/common#842</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/prometheus/common/compare/v0.66.1...v0.67.0">https://github.com/prometheus/common/compare/v0.66.1...v0.67.0</a></p><h2>v0.66.1 / 2025-09-05</h2><p>This release has no functional changes, it just drops thedependencies <code>github.com/grafana/regexp</code> and<code>go.uber.org/atomic</code> and replaces<code>gopkg.in/yaml.v2</code> with <code>go.yaml.in/yaml/v2</code> (adrop-in replacement).</p><h3>What's Changed</h3><ul><li>Revert "Use github.com/grafana/regexp instead of regexp"by <a href="https://github.com/aknuds1"><code>@aknuds1</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/835">prometheus/common#835</a></li><li>Move to supported version of yaml parser by <ahref="https://github.com/dims"><code>@dims</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/834">prometheus/common#834</a></li><li>Revert "Use go.uber.org/atomic instead of sync/atomic (<ahref="https://redirect.github.com/prometheus/common/issues/825">#825</a>)"by <a href="https://github.com/aknuds1"><code>@aknuds1</code></a> in <ahref="https://redirect.github.com/prometheus/common/pull/838">prometheus/common#838</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/prometheus/common/compare/v1.20.99...v0.66.1">https://github.com/prometheus/common/compare/v1.20.99...v0.66.1</a></p><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/prometheus/common/commit/d80d8544703e59a080a204b6f7429ac6561fb24f"><code>d80d854</code></a>chore: Add omitempty tag to all config fields (<ahref="https://redirect.github.com/prometheus/common/issues/865">#865</a>)</li><li><ahref="https://github.com/prometheus/common/commit/04686b2cfc6804598d99b86070135f9266998c59"><code>04686b2</code></a>chore: 'omitempty' to Oauth2 fields with type Secret to avoid requiringthem ...</li><li><ahref="https://github.com/prometheus/common/commit/0b2fbf31f0e2c21d9e1a4e51e698188fae258cb2"><code>0b2fbf3</code></a>chore: clean up golangci-lint configuration (<ahref="https://redirect.github.com/prometheus/common/issues/782">#782</a>)</li><li><ahref="https://github.com/prometheus/common/commit/b2cdb0785c1498399587cb0bf42aa960d810633a"><code>b2cdb07</code></a>Merge pull request <ahref="https://redirect.github.com/prometheus/common/issues/863">#863</a>from prometheus/remove-http2-comment</li><li><ahref="https://github.com/prometheus/common/commit/cd1ab56cc1e1d41dbc286d2e501e26515400b9be"><code>cd1ab56</code></a>Config: remove outdated comment about HTTP/2 issues</li><li><ahref="https://github.com/prometheus/common/commit/f4c0aea59fa97a7627730e65cb2e625ec9fc45cf"><code>f4c0aea</code></a>Support JWT Profile for Authorization Grant (RFC 7523 3.1) (<ahref="https://redirect.github.com/prometheus/common/issues/862">#862</a>)</li><li><ahref="https://github.com/prometheus/common/commit/594f4d4a984eb5f1ca8f0983f8b1790e77a5a725"><code>594f4d4</code></a>Merge pull request <ahref="https://redirect.github.com/prometheus/common/issues/861">#861</a>from prometheus/beorn7/version</li><li><ahref="https://github.com/prometheus/common/commit/440c1a30a0315f2ca0dba99fd7fffb288a3e898b"><code>440c1a3</code></a>Cut v0.67.2</li><li><ahref="https://github.com/prometheus/common/commit/acb18736bed74c218ee4023ed1e0e36cf2dd1612"><code>acb1873</code></a>Merge pull request <ahref="https://redirect.github.com/prometheus/common/issues/860">#860</a>from prometheus/superq/linting</li><li><ahref="https://github.com/prometheus/common/commit/1e323394d0ceaccda49f263dc81456e33af4263b"><code>1e32339</code></a>Cleanup linting issues</li><li>Additional commits viewable in <ahref="https://github.com/prometheus/common/compare/v0.65.0...v0.67.4">compareview</a></li></ul></details><br />[](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
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.
Uh oh!
There was an error while loading.Please reload this page.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumpsgithub.com/prometheus/common from 0.65.0 to 0.67.4.
Release notes
Sourced fromgithub.com/prometheus/common's releases.
... (truncated)
Changelog
Sourced fromgithub.com/prometheus/common's changelog.
... (truncated)
Commits
d80d854chore: Add omitempty tag to all config fields (#865)04686b2chore: 'omitempty' to Oauth2 fields with type Secret to avoid requiring them ...0b2fbf3chore: clean up golangci-lint configuration (#782)b2cdb07Merge pull request#863 from prometheus/remove-http2-commentcd1ab56Config: remove outdated comment about HTTP/2 issuesf4c0aeaSupport JWT Profile for Authorization Grant (RFC 7523 3.1) (#862)594f4d4Merge pull request#861 from prometheus/beorn7/version440c1a3Cut v0.67.2acb1873Merge pull request#860 from prometheus/superq/linting1e32339Cleanup linting issuesDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)