-
Notifications
You must be signed in to change notification settings - Fork 1.2k
build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 in /exp #1781
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
github-actions
merged 1 commit into
main
from
dependabot/go_modules/exp/github.com/prometheus/common-0.63.0
Apr 1, 2025
Merged
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.62.0 to 0.63.0. - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md) - [Commits](prometheus/common@v0.62.0...v0.63.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-version: 0.63.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
8047810
to
5c02216
Compare
1 task
1 task
1 task
1 task
1 task
1 task
1 task
1 task
1 task
1 task
1 task
1 task
1 task
1 task
This was referenced Aug 3, 2025
This was referenced Aug 3, 2025
1 task
1 task
1 task
Icarus9913
pushed a commit
to kumahq/kuma
that referenced
this pull request
Aug 4, 2025
… v1.23.0 (#14119) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/prometheus/client_golang](https://redirect.github.com/prometheus/client_golang) | `v1.22.0` -> `v1.23.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>prometheus/client_golang (github.com/prometheus/client_golang)</summary> ### [`v1.23.0`](https://redirect.github.com/prometheus/client_golang/releases/tag/v1.23.0): - 2025-07-30 [Compare Source](https://redirect.github.com/prometheus/client_golang/compare/v1.22.0...v1.23.0) - \[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. [#​1812](https://redirect.github.com/prometheus/client_golang/issues/1812) - \[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix [#​1766](https://redirect.github.com/prometheus/client_golang/issues/1766) - \[FEATURE] Add exemplars for native histograms [#​1686](https://redirect.github.com/prometheus/client_golang/issues/1686) - \[ENHANCEMENT] exp/api: Bubble up status code from writeResponse [#​1823](https://redirect.github.com/prometheus/client_golang/issues/1823) - \[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 [#​1833](https://redirect.github.com/prometheus/client_golang/issues/1833) - \[BUGFIX] exp/api: client prompt return on context cancellation [#​1729](https://redirect.github.com/prometheus/client_golang/issues/1729) <details> <summary>All Changes</summary> * Update example test by @​SuperQ in prometheus/client_golang#1770 * build(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 in /tutorials/whatsup by @​dependabot[bot] in prometheus/client_golang#1776 * Synchronize common files from prometheus/prometheus by @​prombot in prometheus/client_golang#1771 * Synchronize common files from prometheus/prometheus by @​prombot in prometheus/client_golang#1778 * Synchronize common files from prometheus/prometheus by @​prombot in prometheus/client_golang#1779 * build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 in /exp by @​dependabot[bot] in prometheus/client_golang#1782 * build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 in /exp by @​dependabot[bot] in prometheus/client_golang#1781 * build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 by @​dependabot[bot] in prometheus/client_golang#1783 * build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by @​dependabot[bot] in prometheus/client_golang#1784 * build(deps): bump github.com/prometheus/procfs from 0.15.1 to 0.16.0 by @​dependabot[bot] in prometheus/client_golang#1786 * chore: Upgrade golangci-lint to v2 by @​kakkoyun in prometheus/client_golang#1789 * build(deps): bump the github-actions group across 1 directory with 3 updates by @​dependabot[bot] in prometheus/client_golang#1790 * Synchronize common files from prometheus/prometheus by @​prombot in prometheus/client_golang#1791 * Add `WrapCollectorWith` and `WrapCollectorWithPrefix` by @​colega in prometheus/client_golang#1766 * feat(github-actions): add Go file change detection to golangci-lint workflow by @​kakkoyun in prometheus/client_golang#1794 * chore(ci): Fix flaky tests by @​kakkoyun in prometheus/client_golang#1795 * build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /tutorials/whatsup by @​dependabot[bot] in prometheus/client_golang#1799 * test(registry): Add goleak-based goroutine leak detection by @​surinkim in prometheus/client_golang#1797 * build(deps): bump go.uber.org/goleak from 1.2.0 to 1.3.0 by @​dependabot[bot] in prometheus/client_golang#1806 * build(deps): bump the github-actions group with 2 updates by @​dependabot[bot] in prometheus/client_golang#1804 * Synchronize common files from prometheus/prometheus by @​prombot in prometheus/client_golang#1809 * Add exemplars for native histograms by @​shivanthzen in prometheus/client_golang#1686 * build(deps): bump golang.org/x/sys from 0.30.0 to 0.32.0 by @​dependabot[bot] in prometheus/client_golang#1807 * build(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 by @​dependabot[bot] in prometheus/client_golang#1805 * build(deps): bump github.com/prometheus/procfs from 0.16.0 to 0.16.1 by @​dependabot[bot] in prometheus/client_golang#1808 * build(deps): bump golang.org/x/net from 0.35.0 to 0.38.0 by @​dependabot[bot] in prometheus/client_golang#1800 * Update supported Go versions by @​SuperQ in prometheus/client_golang#1812 * Cleaup Go modules by @​SuperQ in prometheus/client_golang#1813 * fix: client prompt return on context cancellation by @​umegbewe in prometheus/client_golang#1729 * Simplify buf binary install by @​SuperQ in prometheus/client_golang#1814 * Synchronize common files from prometheus/prometheus by @​prombot in prometheus/client_golang#1815 * build(deps): bump the github-actions group with 5 updates by @​dependabot[bot] in prometheus/client_golang#1817 * Synchronize common files from prometheus/prometheus by @​prombot in prometheus/client_golang#1821 * exp/api: Bubble up status code from writeResponse by @​saswatamcode in prometheus/client_golang#1823 * build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 by @​dependabot[bot] in prometheus/client_golang#1827 * build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 in /exp by @​dependabot[bot] in prometheus/client_golang#1828 * Synchronize common files from prometheus/prometheus by @​prombot in prometheus/client_golang#1831 * Update runtime metrics for Go v1.23 and v1.24 by @​aknuds1 in prometheus/client_golang#1833 * Fix `errNotImplemented` reference by @​aknuds1 in prometheus/client_golang#1835 * build(deps): bump the github-actions group with 3 updates by @​dependabot[bot] in prometheus/client_golang#1826 * Synchronize common files from prometheus/prometheus by @​prombot in prometheus/client_golang#1832 * Cut v1.23.0-rc.0 by @​vesari in prometheus/client_golang#1837 * cut v1.23.0-rc.1 by @​vesari in prometheus/client_golang#1842 </details> #### New Contributors * @​surinkim made their first contributi[https://github.com/prometheus/client_golang/pull/1797](https://redirect.github.com/prometheus/client_golang/pull/1797)l/1797 * @​umegbewe made their first contributi[https://github.com/prometheus/client_golang/pull/1729](https://redirect.github.com/prometheus/client_golang/pull/1729)l/1729 * @​aknuds1 made their first contributi[https://github.com/prometheus/client_golang/pull/1833](https://redirect.github.com/prometheus/client_golang/pull/1833)l/1833 **Full Changelog**: https://github.com/prometheus/client\_golang/compare/v1.22.0...v1.23.0 </details> --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This was referenced Aug 4, 2025
1 task
charithe
added a commit
to cerbos/cerbos
that referenced
this pull request
Aug 4, 2025
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go | `v1.36.6-20250625184727-c923a0c2a132.1` -> `v1.36.6-20250717185734-6c6e0d3c608e.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [buf.build/go/protovalidate](https://redirect.github.com/bufbuild/protovalidate-go) | `v0.13.1` -> `v0.14.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/alecthomas/chroma/v2](https://redirect.github.com/alecthomas/chroma) | `v2.19.0` -> `v2.20.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.37.0` -> `v1.37.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/config](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.30.0` -> `v1.30.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/service/marketplacemetering](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.30.0` -> `v1.30.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/service/s3](https://redirect.github.com/aws/aws-sdk-go-v2) | `v1.85.0` -> `v1.85.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/bufbuild/buf](https://redirect.github.com/bufbuild/buf) | `v1.55.1` -> `v1.56.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/cerbos/cerbos/api/genpb](https://redirect.github.com/cerbos/cerbos) | `v0.45.2-0.20250801055419-031a3c556ca6` -> `v0.46.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/cerbos/protoc-gen-jsonschema](https://redirect.github.com/cerbos/protoc-gen-jsonschema) | `v0.1.6` -> `v0.1.7` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/golangci/golangci-lint/v2](https://redirect.github.com/golangci/golangci-lint) | `v2.3.0` -> `v2.3.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/goreleaser/goreleaser/v2](https://redirect.github.com/goreleaser/goreleaser) | `v2.11.0` -> `v2.11.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/lestrrat-go/jwx/v3](https://redirect.github.com/lestrrat-go/jwx) | `v3.0.8` -> `v3.0.9` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [github.com/prometheus/client_golang](https://redirect.github.com/prometheus/client_golang) | `v1.22.0` -> `v1.23.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `v1.38.1` -> `v1.38.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>bufbuild/protovalidate-go (buf.build/go/protovalidate)</summary> ### [`v0.14.0`](https://redirect.github.com/bufbuild/protovalidate-go/releases/tag/v0.14.0) [Compare Source](https://redirect.github.com/bufbuild/protovalidate-go/compare/v0.13.1...v0.14.0) This release is compatible with the [v0.14.0](https://redirect.github.com/bufbuild/protovalidate/releases/tag/v0.14.0) release of Protovalidate. #### Breaking changes We want validation rules to be easy to understand for authors and consumers. To simplify Protovalidate, we are renaming an option and remove two others. This is a breaking change, and you will have to update your Protobuf files if they use the relevant options : - `IGNORE_IF_UNPOPULATED` is renamed to `IGNORE_IF_ZERO_VALUE`. Se[https://github.com/bufbuild/protovalidate/pull/397](https://redirect.github.com/bufbuild/protovalidate/pull/397)97 for details. - `(buf.validate.message).disabled` is removed. You can replace it by adding `IGNORE_ALWAYS` to every field of the message. See [https://github.com/bufbuild/protovalidate/pull/394](https://redirect.github.com/bufbuild/protovalidate/pull/394) for details. - `IGNORE_IF_DEFAULT_VALUE` is removed. In most cases, you can replace it with `IGNORE_IF_ZERO_VALUE`. See [https://github.com/bufbuild/protovalidate/pull/396](https://redirect.github.com/bufbuild/protovalidate/pull/396) for details. **Full Changelog**: bufbuild/protovalidate-go@v0.13.1...v0.14.0 </details> <details> <summary>alecthomas/chroma (github.com/alecthomas/chroma/v2)</summary> ### [`v2.20.0`](https://redirect.github.com/alecthomas/chroma/releases/tag/v2.20.0) [Compare Source](https://redirect.github.com/alecthomas/chroma/compare/v2.19.0...v2.20.0) #### Changelog - [`303b65d`](https://redirect.github.com/alecthomas/chroma/commit/303b65d) feat: improve tracing - [`1f48e65`](https://redirect.github.com/alecthomas/chroma/commit/1f48e65) fix(markdown): don't delegate to HTML lexer - [`ea89498`](https://redirect.github.com/alecthomas/chroma/commit/ea89498) chore(deps): update ubuntu docker tag to v24 ([#​1104](https://redirect.github.com/alecthomas/chroma/issues/1104)) - [`14227ee`](https://redirect.github.com/alecthomas/chroma/commit/14227ee) chore(deps): update dependency biome to v2 ([#​1109](https://redirect.github.com/alecthomas/chroma/issues/1109)) - [`4a1dcb2`](https://redirect.github.com/alecthomas/chroma/commit/4a1dcb2) chore(deps): update dependency uv to v0.8.4 ([#​1115](https://redirect.github.com/alecthomas/chroma/issues/1115)) - [`dca61f8`](https://redirect.github.com/alecthomas/chroma/commit/dca61f8) chore(deps): pin dependencies ([#​1098](https://redirect.github.com/alecthomas/chroma/issues/1098)) - [`a21d7b8`](https://redirect.github.com/alecthomas/chroma/commit/a21d7b8) chore: go mod tidy + update README list of languages - [`1ca24c9`](https://redirect.github.com/alecthomas/chroma/commit/1ca24c9) correct lexing AS keyword for docker ([#​1114](https://redirect.github.com/alecthomas/chroma/issues/1114)) - [`1dfa2b6`](https://redirect.github.com/alecthomas/chroma/commit/1dfa2b6) update css.xml with current properties ([#​1113](https://redirect.github.com/alecthomas/chroma/issues/1113)) - [`5b2a4c5`](https://redirect.github.com/alecthomas/chroma/commit/5b2a4c5) feat(formatter): add writeCSSComments option ([#​1112](https://redirect.github.com/alecthomas/chroma/issues/1112)) - [`02ff9d4`](https://redirect.github.com/alecthomas/chroma/commit/02ff9d4) Sync Catppuccin styles ([#​1111](https://redirect.github.com/alecthomas/chroma/issues/1111)) - [`a53c924`](https://redirect.github.com/alecthomas/chroma/commit/a53c924) Create Lexer for Nu ([#​1110](https://redirect.github.com/alecthomas/chroma/issues/1110)) - [`0e031c7`](https://redirect.github.com/alecthomas/chroma/commit/0e031c7) chore(deps): update all non-major dependencies ([#​1108](https://redirect.github.com/alecthomas/chroma/issues/1108)) - [`673bbb4`](https://redirect.github.com/alecthomas/chroma/commit/673bbb4) chore(deps): update all non-major dependencies ([#​1103](https://redirect.github.com/alecthomas/chroma/issues/1103)) - [`5d56970`](https://redirect.github.com/alecthomas/chroma/commit/5d56970) Add `uv.lock` to TOML lexer ([#​1105](https://redirect.github.com/alecthomas/chroma/issues/1105)) - [`eb9a552`](https://redirect.github.com/alecthomas/chroma/commit/eb9a552) fix: Dockerfile $PORT should be just a port - [`acaae4e`](https://redirect.github.com/alecthomas/chroma/commit/acaae4e) feat: add Dockerfile for chromad - [`f3be4c6`](https://redirect.github.com/alecthomas/chroma/commit/f3be4c6) Create lexer for Gemtext ([#​1102](https://redirect.github.com/alecthomas/chroma/issues/1102)) - [`a0c6dff`](https://redirect.github.com/alecthomas/chroma/commit/a0c6dff) chore(deps): update all non-major dependencies ([#​1099](https://redirect.github.com/alecthomas/chroma/issues/1099)) - [`abe0195`](https://redirect.github.com/alecthomas/chroma/commit/abe0195) Create lexer for lox ([#​1100](https://redirect.github.com/alecthomas/chroma/issues/1100)) - [`dfb2819`](https://redirect.github.com/alecthomas/chroma/commit/dfb2819) Fixed ObjectPascal comment issue ([#​1097](https://redirect.github.com/alecthomas/chroma/issues/1097)) - [`908d2a3`](https://redirect.github.com/alecthomas/chroma/commit/908d2a3) sync catppuccin-mocha.xml with upstream ([#​1094](https://redirect.github.com/alecthomas/chroma/issues/1094)) - [`acd21c6`](https://redirect.github.com/alecthomas/chroma/commit/acd21c6) add aspect-ratio property to css.xml ([#​1095](https://redirect.github.com/alecthomas/chroma/issues/1095)) - [`55d924d`](https://redirect.github.com/alecthomas/chroma/commit/55d924d) chore(deps): update all non-major dependencies ([#​1092](https://redirect.github.com/alecthomas/chroma/issues/1092)) - [`d0ad679`](https://redirect.github.com/alecthomas/chroma/commit/d0ad679) feat: improve Go lexer - [`d2f8caa`](https://redirect.github.com/alecthomas/chroma/commit/d2f8caa) refactor: simplify WASM init - [`fb36d31`](https://redirect.github.com/alecthomas/chroma/commit/fb36d31) chore: apply biome linter fixes - [`b69cd3d`](https://redirect.github.com/alecthomas/chroma/commit/b69cd3d) chore: add JS formatting with biome </details> <details> <summary>aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)</summary> ### [`v1.37.1`](https://redirect.github.com/aws/aws-sdk-go-v2/blob/HEAD/CHANGELOG.md#Release-2024-01-30) [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.37.0...v1.37.1) #### Module Highlights - `github.com/aws/aws-sdk-go-v2/service/datazone`: [v1.4.0](service/datazone/CHANGELOG.md#v140-2024-01-30) - **Feature**: Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects - `github.com/aws/aws-sdk-go-v2/service/route53`: [v1.37.1](service/route53/CHANGELOG.md#v1371-2024-01-30) - **Documentation**: Update the SDKs for text changes in the APIs. </details> <details> <summary>bufbuild/buf (github.com/bufbuild/buf)</summary> ### [`v1.56.0`](https://redirect.github.com/bufbuild/buf/blob/HEAD/CHANGELOG.md#v1560---2025-07-31) [Compare Source](https://redirect.github.com/bufbuild/buf/compare/v1.55.1...v1.56.0) - Add `buf export --all` flag to include non-proto source files. - Add s390x binaries for Linux to releases. - Fix ppc64le binaries for Linux released as x86\_64 binaries. - `buf lint` will no longer warn about uses of `(buf.validate.message).disabled`, as it was removed in protovalidate v0.14.0. Please update to protovalidate v0.14.0 or higher, using the steps outlined in the [protovalidate release notes](https://redirect.github.com/bufbuild/protovalidate/releases/tag/v0.14.0). - Fix `buf breaking --against-registry` to work with new modules that have no commits on the default branch. </details> <details> <summary>cerbos/cerbos (github.com/cerbos/cerbos/api/genpb)</summary> ### [`v0.46.0`](https://redirect.github.com/cerbos/cerbos/releases/tag/v0.46.0) [Compare Source](https://redirect.github.com/cerbos/cerbos/compare/v0.45.1...v0.46.0) ## Cerbos 0.46.0 View the full release notes at https://docs.cerbos.dev/cerbos/latest/releases/v0.46.0.html #### Changelog ##### Features - [`6cff78d`](https://redirect.github.com/cerbos/cerbos/commit/6cff78d4ed671fc690b6eba0d75c4995d8a3197b) feat: Include policy source in audit logs ([#​2624](https://redirect.github.com/cerbos/cerbos/issues/2624)) ##### Enhancements - [`e73ec4c`](https://redirect.github.com/cerbos/cerbos/commit/e73ec4c2059ad964681f09930ae6bc165901ef63) enhancement: Add embedded PDP metadata to audit logs ([#​2625](https://redirect.github.com/cerbos/cerbos/issues/2625)) - [`8b4cbe3`](https://redirect.github.com/cerbos/cerbos/commit/8b4cbe3ca556fbfa7b8ecd5b1aa48e8d96ca1e43) enhancement: Stickier PDP IDs ([#​2641](https://redirect.github.com/cerbos/cerbos/issues/2641)) ##### Bug fixes - [`8184fdf`](https://redirect.github.com/cerbos/cerbos/commit/8184fdf382f14705f51857c2e82d76cb70382e0a) fix: Handle const false DENY nodes in role-level query planning ([#​2644](https://redirect.github.com/cerbos/cerbos/issues/2644)) - [`3b2f73c`](https://redirect.github.com/cerbos/cerbos/commit/3b2f73c7b67df20b6083012cb04530f0fbc9b1d4) fix: Handle rule-less policies for multi-tenant fallthrough ([#​2649](https://redirect.github.com/cerbos/cerbos/issues/2649)) ##### Documentation - [`ede245a`](https://redirect.github.com/cerbos/cerbos/commit/ede245ae0aa1a00585aa1681e8f0a39160ac14b0) docs: Fix css for logo on hover ([#​2628](https://redirect.github.com/cerbos/cerbos/issues/2628)) ##### Chores - [`3531121`](https://redirect.github.com/cerbos/cerbos/commit/3531121e1a3086cfe1e9330fa3eee838d74a5e0d) chore(ci): Set MySQL tag ([#​2647](https://redirect.github.com/cerbos/cerbos/issues/2647)) - [`084ad71`](https://redirect.github.com/cerbos/cerbos/commit/084ad71e6f4b8dbedf1e39e969dea2994da0a09c) chore(ci): Temporarily disable MySQL E2E tests ([#​2650](https://redirect.github.com/cerbos/cerbos/issues/2650)) - [`445ca4e`](https://redirect.github.com/cerbos/cerbos/commit/445ca4e798dc92250cceb7885b0e99d44fd08bc5) chore(ci): Use official MySQL image in E2E tests ([#​2646](https://redirect.github.com/cerbos/cerbos/issues/2646)) - [`616d48d`](https://redirect.github.com/cerbos/cerbos/commit/616d48de1a7a43146308b26ef24904ab1a4fccce) chore(deps): Bump form-data from 4.0.2 to 4.0.4 in /npm/test/registry ([#​2654](https://redirect.github.com/cerbos/cerbos/issues/2654)) - [`e12847a`](https://redirect.github.com/cerbos/cerbos/commit/e12847a970ae0d4def87082b82f23decb5019497) chore(deps): Bump github.com/docker/docker from 28.2.2+incompatible to 28.3.3+incompatible in /tools ([#​2655](https://redirect.github.com/cerbos/cerbos/issues/2655)) - [`15b5edf`](https://redirect.github.com/cerbos/cerbos/commit/15b5edfdf4d5e6919c25bb393f1f10539bf03e23) chore(deps): Bump helm.sh/helm/v3 from 3.17.3 to 3.18.4 in /tools ([#​2632](https://redirect.github.com/cerbos/cerbos/issues/2632)) - [`664315c`](https://redirect.github.com/cerbos/cerbos/commit/664315cd4eac6ec22349bc0b2cb9b875ab3884dc) chore(deps): Update github actions deps ([#​2642](https://redirect.github.com/cerbos/cerbos/issues/2642)) - [`149a57d`](https://redirect.github.com/cerbos/cerbos/commit/149a57dac002606bed4140e35379977cb7bbfa11) chore(deps): Update go deps ([#​2626](https://redirect.github.com/cerbos/cerbos/issues/2626)) - [`4abe304`](https://redirect.github.com/cerbos/cerbos/commit/4abe304dae2ecea178a65360a49b43c6d7990deb) chore(deps): Update go deps ([#​2635](https://redirect.github.com/cerbos/cerbos/issues/2635)) - [`4803489`](https://redirect.github.com/cerbos/cerbos/commit/4803489786ab41dc0515b416f9895fe6fcb41f10) chore(deps): Update go deps ([#​2643](https://redirect.github.com/cerbos/cerbos/issues/2643)) - [`ded17ae`](https://redirect.github.com/cerbos/cerbos/commit/ded17ae679bd1fe87b06f959b21e4089a8c9e46f) chore(deps): Update go deps ([#​2651](https://redirect.github.com/cerbos/cerbos/issues/2651)) - [`8629867`](https://redirect.github.com/cerbos/cerbos/commit/86298678275de1c2e8f8f69d04ef9486320c98cf) chore(deps): Update node.js deps ([#​2652](https://redirect.github.com/cerbos/cerbos/issues/2652)) - [`3b6b8d3`](https://redirect.github.com/cerbos/cerbos/commit/3b6b8d32c35747673762c7585884643c44baaec4) chore(deps): Update pnpm to v10.13.1 ([#​2636](https://redirect.github.com/cerbos/cerbos/issues/2636)) - [`1b3690b`](https://redirect.github.com/cerbos/cerbos/commit/1b3690b2c770963236ca05d5e9ef1f4b40ff39fa) chore(deps): Update sigstore/cosign-installer action to v3.9.1 ([#​2627](https://redirect.github.com/cerbos/cerbos/issues/2627)) - [`1a130aa`](https://redirect.github.com/cerbos/cerbos/commit/1a130aa54baa7fc43133548743712380df159c13) chore(deps): update module helm.sh/helm/v3 to v3.18.4 \[security] ([#​2633](https://redirect.github.com/cerbos/cerbos/issues/2633)) - [`031a3c5`](https://redirect.github.com/cerbos/cerbos/commit/031a3c556ca6a8bc818ad8b85b540c2a55e36450) chore(release): Add 0.46.0 release notes ([#​2657](https://redirect.github.com/cerbos/cerbos/issues/2657)) - [`2e55b6b`](https://redirect.github.com/cerbos/cerbos/commit/2e55b6b7edce383e84f044d9d014b9735e934b23) chore(release): Prepare release 0.46.0 - [`17d8000`](https://redirect.github.com/cerbos/cerbos/commit/17d8000a97bc5a4b8413daa81740dfa5f4bcd3e1) chore(version): Bump version to 0.46.0 - [`17e74dc`](https://redirect.github.com/cerbos/cerbos/commit/17e74dc5fc3b17594c7cac4a096f8600bbf0b81c) chore: Enable gzip and increase response size limit for cerbosctl ([#​2631](https://redirect.github.com/cerbos/cerbos/issues/2631)) - [`4b09afc`](https://redirect.github.com/cerbos/cerbos/commit/4b09afcea5852ce4b900b0d5b819670dcd8e40f7) chore: Rename cerbosctl hub `like` filter to `contains` ([#​2623](https://redirect.github.com/cerbos/cerbos/issues/2623)) - [`e8e7a86`](https://redirect.github.com/cerbos/cerbos/commit/e8e7a8673894433e05bfefc2e7604c747bb76326) chore: Use new Bitnami repository ([#​2640](https://redirect.github.com/cerbos/cerbos/issues/2640)) </details> <details> <summary>cerbos/protoc-gen-jsonschema (github.com/cerbos/protoc-gen-jsonschema)</summary> ### [`v0.1.7`](https://redirect.github.com/cerbos/protoc-gen-jsonschema/compare/v0.1.6...v0.1.7) [Compare Source](https://redirect.github.com/cerbos/protoc-gen-jsonschema/compare/v0.1.6...v0.1.7) </details> <details> <summary>golangci/golangci-lint (github.com/golangci/golangci-lint/v2)</summary> ### [`v2.3.1`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v231) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.3.0...v2.3.1) 1. Linters bug fixes - `gci`: from 0.13.6 to 0.13.7 - `gosec`: from 2.22.6 to 2.22.7 - `noctx`: from 0.3.5 to 0.4.0 - `wsl`: from 5.1.0 to 5.1.1 - tagliatelle: force upper case for custom initialisms </details> <details> <summary>goreleaser/goreleaser (github.com/goreleaser/goreleaser/v2)</summary> ### [`v2.11.2`](https://redirect.github.com/goreleaser/goreleaser/releases/tag/v2.11.2) [Compare Source](https://redirect.github.com/goreleaser/goreleaser/compare/v2.11.1...v2.11.2) #### Announcement Read the official announcement: [Announcing GoReleaser v2.11](https://goreleaser.com/blog/goreleaser-v2.11/). #### Changelog ##### Bug fixes - [`3d51f80`](https://redirect.github.com/goreleaser/goreleaser/commit/3d51f80d6af46f5f7ab1eda03c2e6fdbd0b17d28): fix(shell): prevent panic on empty commands ([#​5929](https://redirect.github.com/goreleaser/goreleaser/issues/5929)) ([@​caarlos0](https://redirect.github.com/caarlos0)) ##### Other work - [`881cb1e`](https://redirect.github.com/goreleaser/goreleaser/commit/881cb1ebd4db0dd758315a0380abe25fc5b827be): chore(site): rm google analytics ([@​caarlos0](https://redirect.github.com/caarlos0)) **Full Changelog**: goreleaser/goreleaser@v2.11.1...v2.11.2 #### Helping out This release is only possible thanks to **all** the support of some **awesome people**! Want to be one of them? You can [sponsor](https://goreleaser.com/sponsors/), get a [Pro License](https://goreleaser.com/pro) or [contribute with code](https://goreleaser.com/contributing). #### Where to go next? - Find examples and commented usage of all options in our [website](https://goreleaser.com/intro/). - Reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and [Twitter](https://twitter.com/goreleaser)! <a href="https://goreleaser.com"><img src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png" with="100%" alt="GoReleaser logo"></a> ### [`v2.11.1`](https://redirect.github.com/goreleaser/goreleaser/releases/tag/v2.11.1) [Compare Source](https://redirect.github.com/goreleaser/goreleaser/compare/v2.11.0...v2.11.1) #### Announcement Read the official announcement: [Announcing GoReleaser v2.11](https://goreleaser.com/blog/goreleaser-v2.11/). #### Changelog ##### Bug fixes - [`7903227`](https://redirect.github.com/goreleaser/goreleaser/commit/79032277d8ea11f64a54239bd0efefb478e740df): fix(artifactory,http): exts filter not working properly ([#​5892](https://redirect.github.com/goreleaser/goreleaser/issues/5892)) ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`63a4e0a`](https://redirect.github.com/goreleaser/goreleaser/commit/63a4e0abc1f42c3e5d5f6fef65286053fa7c87bc): fix(aur): quotting when binary ([#​5914](https://redirect.github.com/goreleaser/goreleaser/issues/5914)) ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`9e1f87f`](https://redirect.github.com/goreleaser/goreleaser/commit/9e1f87ff991c5ff1c000b7951ecda14ab1358237): fix(nix): snapshot builds can now hash files as well ([#​5894](https://redirect.github.com/goreleaser/goreleaser/issues/5894)) ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`37ecf0b`](https://redirect.github.com/goreleaser/goreleaser/commit/37ecf0bbf26b571e4deba6dbf397289ab63f6ec7): fix(s3): acls not working on aws sdk v2 ([#​5904](https://redirect.github.com/goreleaser/goreleaser/issues/5904)) ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`58cccd0`](https://redirect.github.com/goreleaser/goreleaser/commit/58cccd08357080536fa1ec95cf49d3411be7b683): fix: exec.CommandContext ([#​5913](https://redirect.github.com/goreleaser/goreleaser/issues/5913)) ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`58ac17a`](https://redirect.github.com/goreleaser/goreleaser/commit/58ac17ae87e2dc8ef4081a86f792c4a508409b75): fix: make brews deprecation "soft" ([#​5924](https://redirect.github.com/goreleaser/goreleaser/issues/5924)) ([@​caarlos0](https://redirect.github.com/caarlos0)) ##### Documentation updates - [`32b43f7`](https://redirect.github.com/goreleaser/goreleaser/commit/32b43f7dfc854c0bf2f2a0dea26b61e030bc6f9b): docs: announce v2.11 ([#​5886](https://redirect.github.com/goreleaser/goreleaser/issues/5886)) ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`e9308f6`](https://redirect.github.com/goreleaser/goreleaser/commit/e9308f679f2e45c69449f016987fc676bcf8a024): docs: fix pro inline shortcode ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`8a9115e`](https://redirect.github.com/goreleaser/goreleaser/commit/8a9115ecfb266d94203874024b32966284ac646d): docs: update USERS.md ([#​5895](https://redirect.github.com/goreleaser/goreleaser/issues/5895)) ([@​2xburnt](https://redirect.github.com/2xburnt)) - [`3f2ba29`](https://redirect.github.com/goreleaser/goreleaser/commit/3f2ba2946b788ff2e8119ae8d525f478b8f05f79): docs: update post ([@​caarlos0](https://redirect.github.com/caarlos0)) - [`4901e72`](https://redirect.github.com/goreleaser/goreleaser/commit/4901e7275af1e4816d3b3b2651829e0b87a7e5f8): docs: update required workflow permissions in attestations.md ([#​5900](https://redirect.github.com/goreleaser/goreleaser/issues/5900)) ([@​mroth](https://redirect.github.com/mroth)) - [`c0dc03d`](https://redirect.github.com/goreleaser/goreleaser/commit/c0dc03d8cecde92e59bbc50b3a54b879173202d6): docs: update users.md ([@​caarlos0](https://redirect.github.com/caarlos0)) **Full Changelog**: goreleaser/goreleaser@v2.11.0...v2.11.1 #### Helping out This release is only possible thanks to **all** the support of some **awesome people**! Want to be one of them? You can [sponsor](https://goreleaser.com/sponsors/), get a [Pro License](https://goreleaser.com/pro) or [contribute with code](https://goreleaser.com/contributing). #### Where to go next? - Find examples and commented usage of all options in our [website](https://goreleaser.com/intro/). - Reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and [Twitter](https://twitter.com/goreleaser)! <a href="https://goreleaser.com"><img src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png" with="100%" alt="GoReleaser logo"></a> </details> <details> <summary>lestrrat-go/jwx (github.com/lestrrat-go/jwx/v3)</summary> ### [`v3.0.9`](https://redirect.github.com/lestrrat-go/jwx/releases/tag/v3.0.9) [Compare Source](https://redirect.github.com/lestrrat-go/jwx/compare/v3.0.8...v3.0.9) #### What's Changed - \[jwk] Implement X509 related code in jwkbb by [@​lestrrat](https://redirect.github.com/lestrrat) in [https://github.com/lestrrat-go/jwx/pull/1423](https://redirect.github.com/lestrrat-go/jwx/pull/1423) - Tweak error message by [@​lestrrat](https://redirect.github.com/lestrrat) in [https://github.com/lestrrat-go/jwx/pull/1424](https://redirect.github.com/lestrrat-go/jwx/pull/1424) - \[jwt] implement distinguishable jwt.Get errors by [@​lestrrat](https://redirect.github.com/lestrrat) in [https://github.com/lestrrat-go/jwx/pull/1426](https://redirect.github.com/lestrrat-go/jwx/pull/1426) - Update bazel to v8 by [@​lestrrat](https://redirect.github.com/lestrrat) in [https://github.com/lestrrat-go/jwx/pull/1429](https://redirect.github.com/lestrrat-go/jwx/pull/1429) - Bump golang.org/x/crypto from 0.39.0 to 0.40.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/lestrrat-go/jwx/pull/1428](https://redirect.github.com/lestrrat-go/jwx/pull/1428)8 - Allow HeaderGetXXX() functions to differentiate not found / invalid headers by [@​lestrrat](https://redirect.github.com/lestrrat) in [https://github.com/lestrrat-go/jwx/pull/1432](https://redirect.github.com/lestrrat-go/jwx/pull/1432) **Full Changelog**: lestrrat-go/jwx@v3.0.8...v3.0.9 </details> <details> <summary>prometheus/client_golang (github.com/prometheus/client_golang)</summary> ### [`v1.23.0`](https://redirect.github.com/prometheus/client_golang/releases/tag/v1.23.0): - 2025-07-30 [Compare Source](https://redirect.github.com/prometheus/client_golang/compare/v1.22.0...v1.23.0) - \[CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. [#​1812](https://redirect.github.com/prometheus/client_golang/issues/1812) - \[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix [#​1766](https://redirect.github.com/prometheus/client_golang/issues/1766) - \[FEATURE] Add exemplars for native histograms [#​1686](https://redirect.github.com/prometheus/client_golang/issues/1686) - \[ENHANCEMENT] exp/api: Bubble up status code from writeResponse [#​1823](https://redirect.github.com/prometheus/client_golang/issues/1823) - \[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 [#​1833](https://redirect.github.com/prometheus/client_golang/issues/1833) - \[BUGFIX] exp/api: client prompt return on context cancellation [#​1729](https://redirect.github.com/prometheus/client_golang/issues/1729) <details> <summary>All Changes</summary> * Update example test by @​SuperQ in prometheus/client_golang#1770 * build(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 in /tutorials/whatsup by @​dependabot[bot] in prometheus/client_golang#1776 * Synchronize common files from prometheus/prometheus by @​prombot in prometheus/client_golang#1771 * Synchronize common files from prometheus/prometheus by @​prombot in prometheus/client_golang#1778 * Synchronize common files from prometheus/prometheus by @​prombot in prometheus/client_golang#1779 * build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 in /exp by @​dependabot[bot] in prometheus/client_golang#1782 * build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 in /exp by @​dependabot[bot] in prometheus/client_golang#1781 * build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 by @​dependabot[bot] in prometheus/client_golang#1783 * build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by @​dependabot[bot] in prometheus/client_golang#1784 * build(deps): bump github.com/prometheus/procfs from 0.15.1 to 0.16.0 by @​dependabot[bot] in prometheus/client_golang#1786 * chore: Upgrade golangci-lint to v2 by @​kakkoyun in prometheus/client_golang#1789 * build(deps): bump the github-actions group across 1 directory with 3 updates by @​dependabot[bot] in prometheus/client_golang#1790 * Synchronize common files from prometheus/prometheus by @​prombot in prometheus/client_golang#1791 * Add `WrapCollectorWith` and `WrapCollectorWithPrefix` by @​colega in prometheus/client_golang#1766 * feat(github-actions): add Go file change detection to golangci-lint workflow by @​kakkoyun in prometheus/client_golang#1794 * chore(ci): Fix flaky tests by @​kakkoyun in prometheus/client_golang#1795 * build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /tutorials/whatsup by @​dependabot[bot] in prometheus/client_golang#1799 * test(registry): Add goleak-based goroutine leak detection by @​surinkim in prometheus/client_golang#1797 * build(deps): bump go.uber.org/goleak from 1.2.0 to 1.3.0 by @​dependabot[bot] in prometheus/client_golang#1806 * build(deps): bump the github-actions group with 2 updates by @​dependabot[bot] in prometheus/client_golang#1804 * Synchronize common files from prometheus/prometheus by @​prombot in prometheus/client_golang#1809 * Add exemplars for native histograms by @​shivanthzen in prometheus/client_golang#1686 * build(deps): bump golang.org/x/sys from 0.30.0 to 0.32.0 by @​dependabot[bot] in prometheus/client_golang#1807 * build(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 by @​dependabot[bot] in prometheus/client_golang#1805 * build(deps): bump github.com/prometheus/procfs from 0.16.0 to 0.16.1 by @​dependabot[bot] in prometheus/client_golang#1808 * build(deps): bump golang.org/x/net from 0.35.0 to 0.38.0 by @​dependabot[bot] in prometheus/client_golang#1800 * Update supported Go versions by @​SuperQ in prometheus/client_golang#1812 * Cleaup Go modules by @​SuperQ in prometheus/client_golang#1813 * fix: client prompt return on context cancellation by @​umegbewe in prometheus/client_golang#1729 * Simplify buf binary install by @​SuperQ in prometheus/client_golang#1814 * Synchronize common files from prometheus/prometheus by @​prombot in prometheus/client_golang#1815 * build(deps): bump the github-actions group with 5 updates by @​dependabot[bot] in prometheus/client_golang#1817 * Synchronize common files from prometheus/prometheus by @​prombot in prometheus/client_golang#1821 * exp/api: Bubble up status code from writeResponse by @​saswatamcode in prometheus/client_golang#1823 * build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 by @​dependabot[bot] in prometheus/client_golang#1827 * build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 in /exp by @​dependabot[bot] in prometheus/client_golang#1828 * Synchronize common files from prometheus/prometheus by @​prombot in prometheus/client_golang#1831 * Update runtime metrics for Go v1.23 and v1.24 by @​aknuds1 in prometheus/client_golang#1833 * Fix `errNotImplemented` reference by @​aknuds1 in prometheus/client_golang#1835 * build(deps): bump the github-actions group with 3 updates by @​dependabot[bot] in prometheus/client_golang#1826 * Synchronize common files from prometheus/prometheus by @​prombot in prometheus/client_golang#1832 * Cut v1.23.0-rc.0 by @​vesari in prometheus/client_golang#1837 * cut v1.23.0-rc.1 by @​vesari in prometheus/client_golang#1842 </details> #### New Contributors * @​surinkim made their first contributi[https://github.com/prometheus/client_golang/pull/1797](https://redirect.github.com/prometheus/client_golang/pull/1797)l/1797 * @​umegbewe made their first contributi[https://github.com/prometheus/client_golang/pull/1729](https://redirect.github.com/prometheus/client_golang/pull/1729)l/1729 * @​aknuds1 made their first contributi[https://github.com/prometheus/client_golang/pull/1833](https://redirect.github.com/prometheus/client_golang/pull/1833)l/1833 **Full Changelog**: https://github.com/prometheus/client\_golang/compare/v1.22.0...v1.23.0 </details> <details> <summary>cznic/sqlite (modernc.org/sqlite)</summary> ### [`v1.38.2`](https://gitlab.com/cznic/sqlite/compare/v1.38.1...v1.38.2) [Compare Source](https://gitlab.com/cznic/sqlite/compare/v1.38.1...v1.38.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cerbos/cerbos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXJlYS9kZXBlbmRlbmNpZXMiLCJib3RzIiwia2luZC9jaG9yZSJdfQ==--> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Charith Ellawala <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Charith Ellawala <[email protected]>
This was referenced Aug 4, 2025
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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.
Bumps github.com/prometheus/common from 0.62.0 to 0.63.0.
Release notes
Sourced from github.com/prometheus/common's releases.
Commits
cf3c56f
Merge pull request #768 from prometheus/otlp-translatorb35ad99
Add test case for BuildCompliantMetricName with a metric that starts with a d...227989c
otlptranslator: Add dependency free package that translator OTLP data into Pr...a9cc7f7
Update common Prometheus files (#767)0decf1f
Fix spelling mistake in godoc (#766)6b9636c
model: Clarify the purpose of model.NameValidationScheme (#765)56f6f38
build(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 (#762)b516f6d
build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#763)0db99da
build(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 (#761)ca40aa0
build(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 (#756)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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)