Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump build.buf:buf from 1.35.1 to 1.36.0 (#162)
Bumps [build.buf:buf](https://github.com/bufbuild/buf) from 1.35.1 to 1.36.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.36.0</h2> <ul> <li>Add <code>--list-services</code> and <code>--list-methods</code> flags to <code>buf curl</code>, which trigger the command to list known services or methods in the RPC schema, instead of invoking an RPC method.</li> <li>Add <code>clean</code> as a top-level option in <code>buf.gen.yaml</code>, matching the <code>buf generate --clean</code> flag. If set to true, this will delete the directories, jar files, or zip files set to <code>out</code> for each plugin.</li> <li>Fix git input handling of annotated tags.</li> <li>Update <code>buf registry login</code> to complete the login flow in the browser by default. This allows users to login with their browser and have the token automatically provided to the CLI.</li> <li>Add <code>buf registry organization {create, delete, info, update}</code> commands to manage BSR organizations. Remove <code>buf beta registry organization</code> commands.</li> <li>Add <code>buf registry module {create, delete, deprecate, info, undeprecate, update}</code> commands to manage BSR modules. Remove <code>buf beta registry repository</code> commands.</li> <li>Add <code>buf registry label {archive, info, list, unarchive}</code> commands to manage BSR module labels. Remove <code>buf beta registry label</code> commands and <code>buf beta registry {archive, unarchive}</code>.</li> <li>Add <code>buf registry commit {add-label, info, list, resolve}</code> to manage BSR module commits. Remove <code>buf beta registry commit</code> commands.</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.36.0] - 2024-08-06</h2> <ul> <li>Add <code>--list-services</code> and <code>--list-methods</code> flags to <code>buf curl</code>, which trigger the command to list known services or methods in the RPC schema, instead of invoking an RPC method.</li> <li>Add <code>clean</code> as a top-level option in <code>buf.gen.yaml</code>, matching the <code>buf generate --clean</code> flag. If set to true, this will delete the directories, jar files, or zip files set to <code>out</code> for each plugin.</li> <li>Fix git input handling of annotated tags.</li> <li>Update <code>buf registry login</code> to complete the login flow in the browser by default. This allows users to login with their browser and have the token automatically provided to the CLI.</li> <li>Add <code>buf registry organization {create, delete, info, update}</code> commands to manage BSR organizations. Remove <code>buf beta registry organization</code> commands.</li> <li>Add <code>buf registry module {create, delete, deprecate, info, undeprecate, update}</code> commands to manage BSR modules. Remove <code>buf beta registry repository</code> commands.</li> <li>Add <code>buf registry label {archive, info, list, unarchive}</code> commands to manage BSR module labels. Remove <code>buf beta registry label</code> commands and <code>buf beta registry {archive, unarchive}</code>.</li> <li>Add <code>buf registry commit {add-label, info, list, resolve}</code> to manage BSR module commits. Remove <code>buf beta registry commit</code> commands.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bufbuild/buf/commit/3eeb006fffd3916bcd881927f51e3be4dde43b70"><code>3eeb006</code></a> Release v1.36.0 (<a href="https://redirect.github.com/bufbuild/buf/issues/3216">#3216</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/2ff1b3339ac6c6896fe95b9fb76c9f58ac60812a"><code>2ff1b33</code></a> Promote beta registry organization, module, label and commit commands (<a href="https://redirect.github.com/bufbuild/buf/issues/3170">#3170</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/72d6cc3b2e7cbf922adbd29a3274e59dd7a00c96"><code>72d6cc3</code></a> Add <code>clean</code> to <code>buf.gen.yaml</code> (<a href="https://redirect.github.com/bufbuild/buf/issues/3130">#3130</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/06c261963a53ddd0b149acd76a274a76cda92a12"><code>06c2619</code></a> Update buf registry login to use browser by default (<a href="https://redirect.github.com/bufbuild/buf/issues/3167">#3167</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/e1ee7dac2f0fb73eaf677595e0a6f991f8246694"><code>e1ee7da</code></a> Bump buf-action CI from v0.2 to v1 (<a href="https://redirect.github.com/bufbuild/buf/issues/3202">#3202</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/f67299f6d628acf56d448ae2622694ca29ff215f"><code>f67299f</code></a> Update Buf logo (<a href="https://redirect.github.com/bufbuild/buf/issues/3204">#3204</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/429c3acea420a3e3577494860a3fb0f47806d899"><code>429c3ac</code></a> Fix git checkout for annotated tags (<a href="https://redirect.github.com/bufbuild/buf/issues/3198">#3198</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/9d5840767d4eeedade06c077e4a9cd9238a64b42"><code>9d58407</code></a> Fix deprecated flag casing for flags (<a href="https://redirect.github.com/bufbuild/buf/issues/3201">#3201</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/bcc862d77b2d9129a11b287871285014289515ed"><code>bcc862d</code></a> Fix deprecated flag casing (<a href="https://redirect.github.com/bufbuild/buf/issues/3200">#3200</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/c9b96aed7193feeaca5ccdd688f4b43628db2143"><code>c9b96ae</code></a> Fix storage OS bucket not returning ErrNotExist correctly (<a href="https://redirect.github.com/bufbuild/buf/issues/3188">#3188</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bufbuild/buf/compare/v1.35.1...v1.36.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=build.buf:buf&package-manager=gradle&previous-version=1.35.1&new-version=1.36.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 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>
- Loading branch information