-
Notifications
You must be signed in to change notification settings - Fork 15
Commit ab14865
authored
Bump build.buf:buf from 1.45.0 to 1.46.0 (#207)
Bumps [build.buf:buf](https://github.com/bufbuild/buf) from 1.45.0 to
1.46.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/bufbuild/buf/releases">build.buf:buf's
releases</a>.</em></p>
<blockquote>
<h2>v1.46.0</h2>
<ul>
<li>Add <code>buf registry whoami</code> command, which checks if you
are logged in to the Buf Schema Registry at a given domain.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/bufbuild/buf/blob/main/CHANGELOG.md">build.buf:buf's
changelog</a>.</em></p>
<blockquote>
<h2>[v1.46.0] - 2024-10-29</h2>
<ul>
<li>Add <code>buf registry whoami</code> command, which checks if you
are logged in to the Buf Schema
Registry at a given domain.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bufbuild/buf/commit/72a73eaea88b4dfef9a00532cf741143dc9e93db"><code>72a73ea</code></a>
Release v1.46.0 (<a
href="https://redirect.github.com/bufbuild/buf/issues/3432">#3432</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/f9856b2e60beca0f34a9b41f17c34962f397baf6"><code>f9856b2</code></a>
Add audit logging resource and events for check plugin (<a
href="https://redirect.github.com/bufbuild/buf/issues/3430">#3430</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/ed28039c28f9835bf30cf94be4a0dc94214e065d"><code>ed28039</code></a>
Add <code>buf registry whoami</code> command (<a
href="https://redirect.github.com/bufbuild/buf/issues/3416">#3416</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/b5f41e388b22f006bcc51e5afd0488fb23e7e0d7"><code>b5f41e3</code></a>
Fix LSP leading comment formatting (<a
href="https://redirect.github.com/bufbuild/buf/issues/3424">#3424</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/225aeaf9024440284e48106f20f3531cea08935d"><code>225aeaf</code></a>
Split bufapi module to separate packages (<a
href="https://redirect.github.com/bufbuild/buf/issues/3428">#3428</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/91bf561b08cfe77dcd1013f6610b07ebf319b88a"><code>91bf561</code></a>
Bump github.com/quic-go/quic-go from 0.48.0 to 0.48.1 (<a
href="https://redirect.github.com/bufbuild/buf/issues/3422">#3422</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/40e649dac4687cda6c141b1e8b96ef584a03c75a"><code>40e649d</code></a>
Update issue templates (<a
href="https://redirect.github.com/bufbuild/buf/issues/3427">#3427</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/9ec774500bdc9f6e90f5836f15a147168b30a45a"><code>9ec7745</code></a>
Add deprecated field to curated plugins config and upload (<a
href="https://redirect.github.com/bufbuild/buf/issues/3421">#3421</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/866295e8310ab553527801d5d543de8fb3e56262"><code>866295e</code></a>
Update go registry protos (<a
href="https://redirect.github.com/bufbuild/buf/issues/3420">#3420</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/d5bf43c07a98f595e674d6af016642c299727b66"><code>d5bf43c</code></a>
Update bufplugin dependency (<a
href="https://redirect.github.com/bufbuild/buf/issues/3419">#3419</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/bufbuild/buf/compare/v1.45.0...v1.46.0">compare
view</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'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 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)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent d18b2cf commit ab14865Copy full SHA for ab14865
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
0 commit comments