Skip to content

Commit

Permalink
Bump build.buf:buf from 1.36.0 to 1.38.0 (#169)
Browse files Browse the repository at this point in the history
Bumps [build.buf:buf](https://github.com/bufbuild/buf) from 1.36.0 to
1.38.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.38.0</h2>
<ul>
<li>Add <code>--http3</code> flag to <code>buf curl</code> which forces
<code>buf curl</code> to use HTTP/3 as the transport.</li>
<li>Fix issue with directory inputs for v2 workspaces where the
specified directory was not itself
a path to a module, but contained directories with modules, and the
modules would not build.</li>
<li>Stop creating empty <code>buf.lock</code> files when <code>buf dep
update</code> does not find new dependencies
to update and there is no existing <code>buf.lock</code>.</li>
<li>Update <code>buf push</code> to push the license file or doc file
(e.g. <code>README.md</code>, <code>LICENSE</code>) in the
same directory as <code>buf.yaml</code> if a module does not have a
license file or doc file in the
module's directory.</li>
<li>Fix constraints of <code>--path</code> flag for lint and breaking
rules to avoid resolving all files
within a module. This change can result in a performance improvement for
large workspaces.</li>
</ul>
<h2>v1.37.0</h2>
<ul>
<li>Add <code>STABLE_PACKAGE_NO_IMPORT_UNSTABLE</code> lint rule which
disallows files from stable packages
to import files from unstable packages.</li>
<li>Fix plugin push failures when pushing an image built with containerd
image store.</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.38.0] - 2024-08-22</h2>
<ul>
<li>Add <code>--http3</code> flag to <code>buf curl</code> which forces
<code>buf curl</code> to use HTTP/3 as the transport.</li>
<li>Fix issue with directory inputs for v2 workspaces where the
specified directory was not itself
a path to a module, but contained directories with modules, and the
modules would not build.</li>
<li>Stop creating empty <code>buf.lock</code> files when <code>buf dep
update</code> does not find new dependencies
to update and there is no existing <code>buf.lock</code>.</li>
<li>Update <code>buf push</code> to push the license file or doc file
(e.g. <code>README.md</code>, <code>LICENSE</code>) in the
same directory as <code>buf.yaml</code> if a module does not have a
license file or doc file in the
module's directory.</li>
<li>Fix constraints of <code>--path</code> flag for lint and breaking
rules to avoid resolving all files
within a module. This change can result in a performance improvement for
large workspaces.</li>
</ul>
<h2>[v1.37.0] - 2024-08-16</h2>
<ul>
<li>Add <code>STABLE_PACKAGE_NO_IMPORT_UNSTABLE</code> lint rule which
disallows files from stable packages
to import files from unstable packages.</li>
<li>Fix plugin push failures when pushing an image built with containerd
image store.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bufbuild/buf/commit/ec7b8875bcf887b614f3101fcce6e934fff3596f"><code>ec7b887</code></a>
Release v1.38.0 (<a
href="https://redirect.github.com/bufbuild/buf/issues/3261">#3261</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/241370aa62c63d426afa53671a37278460c3d3b2"><code>241370a</code></a>
Fix constraints of paths on target images (<a
href="https://redirect.github.com/bufbuild/buf/issues/3235">#3235</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/cb33efbd0ca02f406cc6433601810dfa8e69dc63"><code>cb33efb</code></a>
Fix file locking for the ModuleDataStore (<a
href="https://redirect.github.com/bufbuild/buf/issues/3139">#3139</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/5bdce5d7f804ae43d2ab69b7d8beff9fa8966910"><code>5bdce5d</code></a>
Update buf push to include top level license and doc file (<a
href="https://redirect.github.com/bufbuild/buf/issues/3206">#3206</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/bc5ed9048ed3dae91634f7c31a09260302b3eed6"><code>bc5ed90</code></a>
Separate matchers as a bucket filter (<a
href="https://redirect.github.com/bufbuild/buf/issues/3229">#3229</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/5b37673be453e9a053de6f995fc8e71282d6359c"><code>5b37673</code></a>
Fix problem with input dir not detecting controlling workspace in
certain cas...</li>
<li><a
href="https://github.com/bufbuild/buf/commit/915ae1326f09350c71e826c93c27bacc9b0ca424"><code>915ae13</code></a>
Improve support for docker plugins built with containerd image store (<a
href="https://redirect.github.com/bufbuild/buf/issues/3247">#3247</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/ad531eddbafc931c03b7d82ad2180fc00fd22146"><code>ad531ed</code></a>
Ensure that buf dep update does not create an empty buf.lock when there
are n...</li>
<li><a
href="https://github.com/bufbuild/buf/commit/5af3f5526aa3a404511a2fe0c171dc89461d6416"><code>5af3f55</code></a>
Update changelog (<a
href="https://redirect.github.com/bufbuild/buf/issues/3259">#3259</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/3deb7e8380ee5d66ee14c0e75a3708f73649ef3c"><code>3deb7e8</code></a>
Add --http3 flag to buf curl (<a
href="https://redirect.github.com/bufbuild/buf/issues/3127">#3127</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/bufbuild/buf/compare/v1.36.0...v1.38.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.36.0&new-version=1.38.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
dependabot[bot] authored Aug 26, 2024
1 parent 5c593e0 commit 3364e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
assertj = "3.26.3"
buf = "1.36.0"
buf = "1.38.0"
cel = "0.5.0"
ipaddress = "5.5.1"
junit = "5.11.0"
Expand Down

0 comments on commit 3364e2c

Please sign in to comment.