Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bufbuild/buf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.27.0
Choose a base ref
...
head repository: bufbuild/buf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.27.1
Choose a head ref
  • 15 commits
  • 27 files changed
  • 10 contributors

Commits on Oct 4, 2023

  1. Return to development (#2478)

    Release complete for v1.27.0
    
    ---------
    
    Co-authored-by: buf-release-bot[bot] <buf-release-bot[bot]@users.noreply.github.com>
    Co-authored-by: Doria Keung <doria.keung@gmail.com>
    3 people authored Oct 4, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3276f55 View commit details

Commits on Oct 10, 2023

  1. Update repository to repositories in release action (#2479)

    There was a [breaking
    change](https://github.com/tibdex/github-app-token/releases/tag/v2.0.0)
    in the `v2.0.0` release of `tibdex/github-app-token` that removes the
    `repository` key. Instead, an array of `repositories` are accepted. This
    change updates our release action configurations.
    doriable authored Oct 10, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    afe25c1 View commit details
  2. Fix release workflow yaml (#2486)

    This fixes the formatting on the release workflow.
    doriable authored Oct 10, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cd711d8 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    25d01ef View commit details

Commits on Oct 13, 2023

  1. Bump docker/setup-buildx-action from 2 to 3 (#2452)

    Bumps
    [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action)
    from 2 to 3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/docker/setup-buildx-action/releases">docker/setup-buildx-action's
    releases</a>.</em></p>
    <blockquote>
    <h2>v3.0.0</h2>
    <ul>
    <li>Node 20 as default runtime (requires <a
    href="https://github.com/actions/runner/releases/tag/v2.308.0">Actions
    Runner v2.308.0</a> or later) by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
    href="https://redirect.github.com/docker/setup-buildx-action/pull/264">docker/setup-buildx-action#264</a></li>
    <li>Bump <code>@​actions/core</code> from 1.10.0 to 1.10.1 in <a
    href="https://redirect.github.com/docker/setup-buildx-action/pull/267">docker/setup-buildx-action#267</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/setup-buildx-action/compare/v2.10.0...v3.0.0">https://github.com/docker/setup-buildx-action/compare/v2.10.0...v3.0.0</a></p>
    <h2>v2.10.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Bump <code>@​docker/actions-toolkit</code> from 0.7.1 to 0.10.0 by
    <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in
    <a
    href="https://redirect.github.com/docker/setup-buildx-action/pull/258">docker/setup-buildx-action#258</a></li>
    <li>Bump word-wrap from 1.2.3 to 1.2.5 in <a
    href="https://redirect.github.com/docker/setup-buildx-action/pull/253">docker/setup-buildx-action#253</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/setup-buildx-action/compare/v2.9.1...v2.10.0">https://github.com/docker/setup-buildx-action/compare/v2.9.1...v2.10.0</a></p>
    <h2>v2.9.1</h2>
    <ul>
    <li>Bump <code>@​docker/actions-toolkit</code> from 0.7.0 to 0.7.1 in <a
    href="https://redirect.github.com/docker/setup-buildx-action/pull/248">docker/setup-buildx-action#248</a>
    <ul>
    <li>Fixes an issue where building Buildx does not match the local
    platform (<a
    href="https://redirect.github.com/docker/actions-toolkit/pull/135">docker/actions-toolkit#135</a>)</li>
    </ul>
    </li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/setup-buildx-action/compare/v2.9.0...v2.9.1">https://github.com/docker/setup-buildx-action/compare/v2.9.0...v2.9.1</a></p>
    <h2>v2.9.0</h2>
    <ul>
    <li>Bump <code>@​docker/actions-toolkit</code> from 0.6.0 to 0.7.0 in <a
    href="https://redirect.github.com/docker/setup-buildx-action/pull/246">docker/setup-buildx-action#246</a>
    <ul>
    <li>Adds support to cache Buildx binary to hosted tool cache and GHA
    cache backend</li>
    </ul>
    </li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/setup-buildx-action/compare/v2.8.0...v2.9.0">https://github.com/docker/setup-buildx-action/compare/v2.8.0...v2.9.0</a></p>
    <h2>v2.8.0</h2>
    <ul>
    <li>Only set specific flags for drivers supporting them by <a
    href="https://github.com/nicks"><code>@​nicks</code></a> in <a
    href="https://redirect.github.com/docker/setup-buildx-action/pull/241">docker/setup-buildx-action#241</a></li>
    <li>Bump <code>@​docker/actions-toolkit</code> from 0.5.0 to 0.6.0 in <a
    href="https://redirect.github.com/docker/setup-buildx-action/pull/242">docker/setup-buildx-action#242</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/setup-buildx-action/compare/v2.7.0...v2.8.0">https://github.com/docker/setup-buildx-action/compare/v2.7.0...v2.8.0</a></p>
    <h2>v2.7.0</h2>
    <ul>
    <li>Bump <code>@​docker/actions-toolkit</code> from 0.3.0 to 0.5.0 in <a
    href="https://redirect.github.com/docker/setup-buildx-action/pull/237">docker/setup-buildx-action#237</a>
    <a
    href="https://redirect.github.com/docker/setup-buildx-action/pull/238">docker/setup-buildx-action#238</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/setup-buildx-action/compare/v2.6.0...v2.7.0">https://github.com/docker/setup-buildx-action/compare/v2.6.0...v2.7.0</a></p>
    <h2>v2.6.0</h2>
    <ul>
    <li>Set node name for k8s driver when appending nodes by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
    href="https://redirect.github.com/docker/setup-buildx-action/pull/219">docker/setup-buildx-action#219</a></li>
    <li>Bump <code>@​docker/actions-toolkit</code> from 0.1.0-beta.18 to
    0.3.0 in <a
    href="https://redirect.github.com/docker/setup-buildx-action/pull/220">docker/setup-buildx-action#220</a>
    <a
    href="https://redirect.github.com/docker/setup-buildx-action/pull/229">docker/setup-buildx-action#229</a>
    <a
    href="https://redirect.github.com/docker/setup-buildx-action/pull/231">docker/setup-buildx-action#231</a>
    <a
    href="https://redirect.github.com/docker/setup-buildx-action/pull/236">docker/setup-buildx-action#236</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/setup-buildx-action/compare/v2.5.0...v2.6.0">https://github.com/docker/setup-buildx-action/compare/v2.5.0...v2.6.0</a></p>
    <h2>v2.5.0</h2>
    <ul>
    <li><code>cleanup</code> input to remove builder and temp files by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
    href="https://redirect.github.com/docker/setup-buildx-action/pull/213">docker/setup-buildx-action#213</a></li>
    <li>do not remove builder using the <code>docker</code> driver by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
    href="https://redirect.github.com/docker/setup-buildx-action/pull/218">docker/setup-buildx-action#218</a></li>
    <li>fix current context as builder name for <code>docker</code> driver
    by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a>
    in <a
    href="https://redirect.github.com/docker/setup-buildx-action/pull/209">docker/setup-buildx-action#209</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/setup-buildx-action/compare/v2.4.1...v2.5.0">https://github.com/docker/setup-buildx-action/compare/v2.4.1...v2.5.0</a></p>
    <h2>v2.4.1</h2>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/docker/setup-buildx-action/commit/f95db51fddba0c2d1ec667646a06c2ce06100226"><code>f95db51</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/setup-buildx-action/issues/267">#267</a>
    from docker/dependabot/npm_and_yarn/actions/core-1.10.1</li>
    <li><a
    href="https://github.com/docker/setup-buildx-action/commit/998a87c2c1933fe580ddf99d6f6f94a19c0f91b4"><code>998a87c</code></a>
    chore: update generated content</li>
    <li><a
    href="https://github.com/docker/setup-buildx-action/commit/28bae5933655f85dce39ef1a90237c1942b8e2c6"><code>28bae59</code></a>
    build(deps): bump <code>@​actions/core</code> from 1.10.0 to 1.10.1</li>
    <li><a
    href="https://github.com/docker/setup-buildx-action/commit/c2153417150d92671c82aea83a1583b776b52910"><code>c215341</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/setup-buildx-action/issues/264">#264</a>
    from crazy-max/update-node20</li>
    <li><a
    href="https://github.com/docker/setup-buildx-action/commit/02e9319239595dc97a5705a2df905d0b2ea023bf"><code>02e9319</code></a>
    chore: node 20 as default runtime</li>
    <li><a
    href="https://github.com/docker/setup-buildx-action/commit/5c9160effc4a5e931046bcd3a44677eb8eaa7b00"><code>5c9160e</code></a>
    chore: update generated content</li>
    <li><a
    href="https://github.com/docker/setup-buildx-action/commit/1283140f57ede4d0e30355ef4cb25390eaee8204"><code>1283140</code></a>
    chore: fix author in package.json</li>
    <li><a
    href="https://github.com/docker/setup-buildx-action/commit/c6afe06e4a92d0bf5b6f524c3564e64647d0b97d"><code>c6afe06</code></a>
    vendor: bump <code>@​docker/actions-toolkit</code> from 0.10.0 to
    0.12.0</li>
    <li><a
    href="https://github.com/docker/setup-buildx-action/commit/f35e0d5a040dd319f1a502de9e27a7f748c79fc5"><code>f35e0d5</code></a>
    chore: update dev dependencies</li>
    <li><a
    href="https://github.com/docker/setup-buildx-action/commit/baeb468fb29686888d706e7200d0e311a4fee4b2"><code>baeb468</code></a>
    dev: remove unneeded binaries</li>
    <li>Additional commits viewable in <a
    href="https://github.com/docker/setup-buildx-action/compare/v2...v3">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/setup-buildx-action&package-manager=github_actions&previous-version=2&new-version=3)](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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 13, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    365479a View commit details
  2. Bump tibdex/github-app-token from 2.0.0 to 2.1.0 (#2461)

    Bumps
    [tibdex/github-app-token](https://github.com/tibdex/github-app-token)
    from 2.0.0 to 2.1.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/tibdex/github-app-token/releases">tibdex/github-app-token's
    releases</a>.</em></p>
    <blockquote>
    <h2>v2.1.0</h2>
    <p>Projects willing to keep the token alive after the end of the job can
    pass <code>revoke: false</code> as an input.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/tibdex/github-app-token/commit/3beb63f4bd073e61482598c45c71c1019b59b73a"><code>3beb63f</code></a>
    release v2.1.0</li>
    <li><a
    href="https://github.com/tibdex/github-app-token/commit/3eb77c7243b85c65e84acfa93fdbac02fb6bd532"><code>3eb77c7</code></a>
    Add option to not revoke token (<a
    href="https://redirect.github.com/tibdex/github-app-token/issues/95">#95</a>)</li>
    <li>See full diff in <a
    href="https://github.com/tibdex/github-app-token/compare/0914d50df753bbc42180d982a6550f195390069f...3beb63f4bd073e61482598c45c71c1019b59b73a">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tibdex/github-app-token&package-manager=github_actions&previous-version=2.0.0&new-version=2.1.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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 13, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    21db11c View commit details
  3. Bump docker/setup-qemu-action from 2 to 3 (#2455)

    Bumps
    [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action)
    from 2 to 3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/docker/setup-qemu-action/releases">docker/setup-qemu-action's
    releases</a>.</em></p>
    <blockquote>
    <h2>v3.0.0</h2>
    <ul>
    <li>Node 20 as default runtime (requires <a
    href="https://github.com/actions/runner/releases/tag/v2.308.0">Actions
    Runner v2.308.0</a> or later) by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
    href="https://redirect.github.com/docker/setup-qemu-action/pull/102">docker/setup-qemu-action#102</a></li>
    <li>Bump <code>@​actions/core</code> from 1.10.0 to 1.10.1 in <a
    href="https://redirect.github.com/docker/setup-qemu-action/pull/103">docker/setup-qemu-action#103</a></li>
    <li>Bump semver from 6.3.0 to 6.3.1 in <a
    href="https://redirect.github.com/docker/setup-qemu-action/pull/89">docker/setup-qemu-action#89</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/setup-qemu-action/compare/v2.2.0...v3.0.0">https://github.com/docker/setup-qemu-action/compare/v2.2.0...v3.0.0</a></p>
    <h2>v2.2.0</h2>
    <ul>
    <li>Trim off spaces in <code>platforms</code> input by <a
    href="https://github.com/Chocobo1"><code>@​Chocobo1</code></a> in <a
    href="https://redirect.github.com/docker/setup-qemu-action/pull/64">docker/setup-qemu-action#64</a></li>
    <li>Switch to actions-toolkit implementation by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
    href="https://redirect.github.com/docker/setup-qemu-action/pull/70">docker/setup-qemu-action#70</a>
    <a
    href="https://redirect.github.com/docker/setup-qemu-action/pull/80">docker/setup-qemu-action#80</a>
    <a
    href="https://redirect.github.com/docker/setup-qemu-action/pull/83">docker/setup-qemu-action#83</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/setup-qemu-action/compare/v2.1.0...v2.2.0">https://github.com/docker/setup-qemu-action/compare/v2.1.0...v2.2.0</a></p>
    <h2>v2.1.0</h2>
    <ul>
    <li>Use context for inputs by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a
    href="https://redirect.github.com/docker/setup-qemu-action/issues/62">#62</a>)</li>
    <li>Use built-in <code>getExecOutput</code> by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a
    href="https://redirect.github.com/docker/setup-qemu-action/issues/61">#61</a>)</li>
    <li>Remove workaround for <code>setOutput</code> by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a
    href="https://redirect.github.com/docker/setup-qemu-action/issues/63">#63</a>)</li>
    <li>Bump <code>@​actions/core</code> from 1.6.0 to 1.10.0 (<a
    href="https://redirect.github.com/docker/setup-qemu-action/issues/54">#54</a>
    <a
    href="https://redirect.github.com/docker/setup-qemu-action/issues/58">#58</a>
    <a
    href="https://redirect.github.com/docker/setup-qemu-action/issues/59">#59</a>)</li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/setup-qemu-action/compare/v2.0.0...v2.1.0">https://github.com/docker/setup-qemu-action/compare/v2.0.0...v2.1.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/docker/setup-qemu-action/commit/68827325e0b33c7199eb31dd4e31fbe9023e06e3"><code>6882732</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/setup-qemu-action/issues/103">#103</a>
    from docker/dependabot/npm_and_yarn/actions/core-1.10.1</li>
    <li><a
    href="https://github.com/docker/setup-qemu-action/commit/183f4af5043c24c5dcd58e6e9868b7df0a201a17"><code>183f4af</code></a>
    chore: update generated content</li>
    <li><a
    href="https://github.com/docker/setup-qemu-action/commit/f17493529ee8f8b9fd58ed31aa1e9816c8345eb8"><code>f174935</code></a>
    build(deps): bump <code>@​actions/core</code> from 1.10.0 to 1.10.1</li>
    <li><a
    href="https://github.com/docker/setup-qemu-action/commit/2e423eb50075d10a6af463e39e267d4057cc07bb"><code>2e423eb</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/setup-qemu-action/issues/89">#89</a>
    from docker/dependabot/npm_and_yarn/semver-6.3.1</li>
    <li><a
    href="https://github.com/docker/setup-qemu-action/commit/ecc406afa7d79acce0ed8a04bb5eb086136fd000"><code>ecc406a</code></a>
    Bump semver from 6.3.0 to 6.3.1</li>
    <li><a
    href="https://github.com/docker/setup-qemu-action/commit/12dec5e201ab2f6dbea47c28f4a138590189069a"><code>12dec5e</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/setup-qemu-action/issues/102">#102</a>
    from crazy-max/update-node20</li>
    <li><a
    href="https://github.com/docker/setup-qemu-action/commit/c29b31213096fed2f8b8b36e66385d52653bf332"><code>c29b312</code></a>
    chore: node 20 as default runtime</li>
    <li><a
    href="https://github.com/docker/setup-qemu-action/commit/34ae628c8f4fb0d5c8921b9a0ffa9dcf66120c07"><code>34ae628</code></a>
    chore: update generated content</li>
    <li><a
    href="https://github.com/docker/setup-qemu-action/commit/1f3d2e1ac09548bbfb7d44b1809ac66e3d551ea4"><code>1f3d2e1</code></a>
    chore: fix author in package.json</li>
    <li><a
    href="https://github.com/docker/setup-qemu-action/commit/277dbe8c9c1990b42dc38cb1f35a593889a31a62"><code>277dbe8</code></a>
    vendor: bump <code>@​docker/actions-toolkit</code> from 0.3.0 to
    0.12.0</li>
    <li>Additional commits viewable in <a
    href="https://github.com/docker/setup-qemu-action/compare/v2...v3">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/setup-qemu-action&package-manager=github_actions&previous-version=2&new-version=3)](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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 13, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ef489be View commit details
  4. Make upgrade (#2494)

    bufdev authored Oct 13, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    efc156a View commit details

Commits on Oct 16, 2023

  1. Bump github.com/klauspost/compress from 1.17.0 to 1.17.1 (#2496)

    Bumps
    [github.com/klauspost/compress](https://github.com/klauspost/compress)
    from 1.17.0 to 1.17.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/klauspost/compress/releases">github.com/klauspost/compress's
    releases</a>.</em></p>
    <blockquote>
    <h2>v1.17.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>s2: Fix S2 &quot;best&quot; dictionary wrong encoding by <a
    href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
    href="https://redirect.github.com/klauspost/compress/pull/871">klauspost/compress#871</a></li>
    <li>flate: Reduce allocations in decompressor and minor code
    improvements by <a
    href="https://github.com/fakefloordiv"><code>@​fakefloordiv</code></a>
    in <a
    href="https://redirect.github.com/klauspost/compress/pull/869">klauspost/compress#869</a></li>
    <li>s2: Fix EstimateBlockSize on 6&amp;7 length input by <a
    href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
    href="https://redirect.github.com/klauspost/compress/pull/867">klauspost/compress#867</a></li>
    <li>tests: Fuzzing Coverage Expansion by <a
    href="https://github.com/viktoriia-lsg"><code>@​viktoriia-lsg</code></a>
    in <a
    href="https://redirect.github.com/klauspost/compress/pull/866">klauspost/compress#866</a></li>
    <li>tests: Set FSE decompress fuzzer max limit by <a
    href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a
    href="https://redirect.github.com/klauspost/compress/pull/868">klauspost/compress#868</a></li>
    <li>tests: Fuzzing Coverage Expansion (<a
    href="https://redirect.github.com/klauspost/compress/issues/2">#2</a>)
    by <a
    href="https://github.com/viktoriia-lsg"><code>@​viktoriia-lsg</code></a>
    in <a
    href="https://redirect.github.com/klauspost/compress/pull/870">klauspost/compress#870</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/viktoriia-lsg"><code>@​viktoriia-lsg</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/klauspost/compress/pull/866">klauspost/compress#866</a></li>
    <li><a
    href="https://github.com/fakefloordiv"><code>@​fakefloordiv</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/klauspost/compress/pull/869">klauspost/compress#869</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/klauspost/compress/compare/v1.17.0...v1.17.1">https://github.com/klauspost/compress/compare/v1.17.0...v1.17.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/klauspost/compress/commit/68eabfa5d1fbaf7454e1697f0d3f6a82c710482c"><code>68eabfa</code></a>
    s2: Fix S2 best dictionary wrong encoding (<a
    href="https://redirect.github.com/klauspost/compress/issues/871">#871</a>)</li>
    <li><a
    href="https://github.com/klauspost/compress/commit/85bbf19f2b162693f3136fa35fa8e7ba41d1be4d"><code>85bbf19</code></a>
    Update README.md</li>
    <li><a
    href="https://github.com/klauspost/compress/commit/4af434438f587ac766445426de78c2c945f86189"><code>4af4344</code></a>
    Fuzzing Coverage Expansion (<a
    href="https://redirect.github.com/klauspost/compress/issues/2">#2</a>)
    (<a
    href="https://redirect.github.com/klauspost/compress/issues/870">#870</a>)</li>
    <li><a
    href="https://github.com/klauspost/compress/commit/c051ef1430b7a1e4b26479691b3483c6bca28dc8"><code>c051ef1</code></a>
    Reduce allocations in flate decompressor and minor code improvements (<a
    href="https://redirect.github.com/klauspost/compress/issues/869">#869</a>)</li>
    <li><a
    href="https://github.com/klauspost/compress/commit/2d59657996393856424896903ca85e6b81d9e43d"><code>2d59657</code></a>
    test: Set FSE decompress fuzzer max limit (<a
    href="https://redirect.github.com/klauspost/compress/issues/868">#868</a>)</li>
    <li><a
    href="https://github.com/klauspost/compress/commit/0e1030c1000c40c124db5ffff7c9cf0476758ef0"><code>0e1030c</code></a>
    Fuzzing Coverage Expansion (<a
    href="https://redirect.github.com/klauspost/compress/issues/866">#866</a>)</li>
    <li><a
    href="https://github.com/klauspost/compress/commit/e670df9041014067c6fcc5cd9bdcbf9daefd5173"><code>e670df9</code></a>
    s2: Fix EstimateBlockSize on 6&amp;7 length input (<a
    href="https://redirect.github.com/klauspost/compress/issues/867">#867</a>)</li>
    <li><a
    href="https://github.com/klauspost/compress/commit/c634b4967199f23214182f539a27bbbbcbaf7289"><code>c634b49</code></a>
    Revert &quot;zstd: Reject empty compressed blocks (<a
    href="https://redirect.github.com/klauspost/compress/issues/862">#862</a>)&quot;
    (<a
    href="https://redirect.github.com/klauspost/compress/issues/865">#865</a>)</li>
    <li><a
    href="https://github.com/klauspost/compress/commit/6125c11bae776e25eea8fb66779406254d415452"><code>6125c11</code></a>
    zstd: Reject empty compressed blocks (<a
    href="https://redirect.github.com/klauspost/compress/issues/862">#862</a>)</li>
    <li><a
    href="https://github.com/klauspost/compress/commit/7b222980d29ef9e1e5b96f208b603d8d883ce1d0"><code>7b22298</code></a>
    Update README.md</li>
    <li>Additional commits viewable in <a
    href="https://github.com/klauspost/compress/compare/v1.17.0...v1.17.1">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/klauspost/compress&package-manager=go_modules&previous-version=1.17.0&new-version=1.17.1)](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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 16, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2149135 View commit details
  2. Bump bufbuild/buf-lint-action from 1.0.3 to 1.1.0 (#2497)

    Bumps
    [bufbuild/buf-lint-action](https://github.com/bufbuild/buf-lint-action)
    from 1.0.3 to 1.1.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/bufbuild/buf-lint-action/releases">bufbuild/buf-lint-action's
    releases</a>.</em></p>
    <blockquote>
    <h2>v1.1.0</h2>
    <ul>
    <li>Use BUF_TOKEN instead of .netrc</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/bufbuild/buf-lint-action/commit/044d13acb1f155179c606aaa2e53aea304d22058"><code>044d13a</code></a>
    Use BUF_TOKEN instead of .netrc (<a
    href="https://redirect.github.com/bufbuild/buf-lint-action/issues/99">#99</a>)</li>
    <li><a
    href="https://github.com/bufbuild/buf-lint-action/commit/eb3d81d31cf26ca507ffc24e1132cff1f3c29e95"><code>eb3d81d</code></a>
    Add PR Title Linter (<a
    href="https://redirect.github.com/bufbuild/buf-lint-action/issues/60">#60</a>)</li>
    <li><a
    href="https://github.com/bufbuild/buf-lint-action/commit/5ce20f38062621ae15c9f90ab047b5198ecb2ff1"><code>5ce20f3</code></a>
    Update dependencies and rebuild (<a
    href="https://redirect.github.com/bufbuild/buf-lint-action/issues/59">#59</a>)</li>
    <li><a
    href="https://github.com/bufbuild/buf-lint-action/commit/e847e92216a1cd8970ce724d3b9d210279519779"><code>e847e92</code></a>
    Update all dependencies (<a
    href="https://redirect.github.com/bufbuild/buf-lint-action/issues/57">#57</a>)</li>
    <li><a
    href="https://github.com/bufbuild/buf-lint-action/commit/680795b983b4a51ccf2ed4a4433916957a47ff03"><code>680795b</code></a>
    Update bypass approval github workflow (<a
    href="https://redirect.github.com/bufbuild/buf-lint-action/issues/51">#51</a>)</li>
    <li>See full diff in <a
    href="https://github.com/bufbuild/buf-lint-action/compare/v1.0.3...v1.1.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bufbuild/buf-lint-action&package-manager=github_actions&previous-version=1.0.3&new-version=1.1.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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 16, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d5d1fe6 View commit details
  3. Bump docker/build-push-action from 4 to 5 (#2453)

    Bumps
    [docker/build-push-action](https://github.com/docker/build-push-action)
    from 4 to 5.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/docker/build-push-action/releases">docker/build-push-action's
    releases</a>.</em></p>
    <blockquote>
    <h2>v5.0.0</h2>
    <ul>
    <li>Node 20 as default runtime (requires <a
    href="https://github.com/actions/runner/releases/tag/v2.308.0">Actions
    Runner v2.308.0</a> or later) by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
    href="https://redirect.github.com/docker/build-push-action/pull/954">docker/build-push-action#954</a></li>
    <li>Bump <code>@​actions/core</code> from 1.10.0 to 1.10.1 in <a
    href="https://redirect.github.com/docker/build-push-action/pull/959">docker/build-push-action#959</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/build-push-action/compare/v4.2.1...v5.0.0">https://github.com/docker/build-push-action/compare/v4.2.1...v5.0.0</a></p>
    <h2>v4.2.1</h2>
    <blockquote>
    <p><strong>Note</strong></p>
    <p>Buildx v0.10 enables support for a minimal <a
    href="https://slsa.dev/provenance/">SLSA Provenance</a> attestation,
    which requires support for <a
    href="https://github.com/opencontainers/image-spec">OCI-compliant</a>
    multi-platform images. This may introduce issues with registry and
    runtime support (e.g. <a
    href="https://redirect.github.com/docker/buildx/issues/1533">Google
    Cloud Run and AWS Lambda</a>). You can optionally disable the default
    provenance attestation functionality using <code>provenance:
    false</code>.</p>
    </blockquote>
    <ul>
    <li>warn if docker config can't be parsed by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
    href="https://redirect.github.com/docker/build-push-action/pull/957">docker/build-push-action#957</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/build-push-action/compare/v4.2.0...v4.2.1">https://github.com/docker/build-push-action/compare/v4.2.0...v4.2.1</a></p>
    <h2>v4.2.0</h2>
    <blockquote>
    <p><strong>Note</strong></p>
    <p>Buildx v0.10 enables support for a minimal <a
    href="https://slsa.dev/provenance/">SLSA Provenance</a> attestation,
    which requires support for <a
    href="https://github.com/opencontainers/image-spec">OCI-compliant</a>
    multi-platform images. This may introduce issues with registry and
    runtime support (e.g. <a
    href="https://redirect.github.com/docker/buildx/issues/1533">Google
    Cloud Run and AWS Lambda</a>). You can optionally disable the default
    provenance attestation functionality using <code>provenance:
    false</code>.</p>
    </blockquote>
    <ul>
    <li>display proxy configuration by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
    href="https://redirect.github.com/docker/build-push-action/pull/872">docker/build-push-action#872</a></li>
    <li>chore(deps): Bump <code>@​docker/actions-toolkit</code> from 0.6.0
    to 0.8.0 in <a
    href="https://redirect.github.com/docker/build-push-action/pull/930">docker/build-push-action#930</a></li>
    <li>chore(deps): Bump word-wrap from 1.2.3 to 1.2.5 in <a
    href="https://redirect.github.com/docker/build-push-action/pull/925">docker/build-push-action#925</a></li>
    <li>chore(deps): Bump semver from 6.3.0 to 6.3.1 in <a
    href="https://redirect.github.com/docker/build-push-action/pull/902">docker/build-push-action#902</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/build-push-action/compare/v4.1.1...v4.2.0">https://github.com/docker/build-push-action/compare/v4.1.1...v4.2.0</a></p>
    <h2>v4.1.1</h2>
    <blockquote>
    <p><strong>Note</strong></p>
    <p>Buildx v0.10 enables support for a minimal <a
    href="https://slsa.dev/provenance/">SLSA Provenance</a> attestation,
    which requires support for <a
    href="https://github.com/opencontainers/image-spec">OCI-compliant</a>
    multi-platform images. This may introduce issues with registry and
    runtime support (e.g. <a
    href="https://redirect.github.com/docker/buildx/issues/1533">Google
    Cloud Run and AWS Lambda</a>). You can optionally disable the default
    provenance attestation functionality using <code>provenance:
    false</code>.</p>
    </blockquote>
    <ul>
    <li>Bump <code>@​docker/actions-toolkit</code> from 0.3.0 to 0.5.0 by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
    href="https://redirect.github.com/docker/build-push-action/pull/880">docker/build-push-action#880</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/build-push-action/compare/v4.1.0...v4.1.1">https://github.com/docker/build-push-action/compare/v4.1.0...v4.1.1</a></p>
    <h2>v4.1.0</h2>
    <blockquote>
    <p><strong>Note</strong></p>
    <p>Buildx v0.10 enables support for a minimal <a
    href="https://slsa.dev/provenance/">SLSA Provenance</a> attestation,
    which requires support for <a
    href="https://github.com/opencontainers/image-spec">OCI-compliant</a>
    multi-platform images. This may introduce issues with registry and
    runtime support (e.g. <a
    href="https://redirect.github.com/docker/buildx/issues/1533">Google
    Cloud Run and AWS Lambda</a>). You can optionally disable the default
    provenance attestation functionality using <code>provenance:
    false</code>.</p>
    </blockquote>
    <ul>
    <li>Switch to actions-toolkit implementation by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
    href="https://redirect.github.com/docker/build-push-action/pull/811">docker/build-push-action#811</a>
    <a
    href="https://redirect.github.com/docker/build-push-action/pull/838">docker/build-push-action#838</a>
    <a
    href="https://redirect.github.com/docker/build-push-action/pull/855">docker/build-push-action#855</a>
    <a
    href="https://redirect.github.com/docker/build-push-action/pull/860">docker/build-push-action#860</a>
    <a
    href="https://redirect.github.com/docker/build-push-action/pull/875">docker/build-push-action#875</a></li>
    <li>e2e: quay.io by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
    href="https://redirect.github.com/docker/build-push-action/pull/799">docker/build-push-action#799</a>
    <a
    href="https://redirect.github.com/docker/build-push-action/pull/805">docker/build-push-action#805</a></li>
    <li>e2e: local harbor and nexus by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
    href="https://redirect.github.com/docker/build-push-action/pull/800">docker/build-push-action#800</a></li>
    <li>e2e: add artifactory container registry to test against by <a
    href="https://github.com/jedevc"><code>@​jedevc</code></a> in <a
    href="https://redirect.github.com/docker/build-push-action/pull/804">docker/build-push-action#804</a></li>
    <li>e2e: add distribution tests by <a
    href="https://github.com/jedevc"><code>@​jedevc</code></a> in <a
    href="https://redirect.github.com/docker/build-push-action/pull/814">docker/build-push-action#814</a>
    <a
    href="https://redirect.github.com/docker/build-push-action/pull/815">docker/build-push-action#815</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/build-push-action/compare/v4.0.0...v4.1.0">https://github.com/docker/build-push-action/compare/v4.0.0...v4.1.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/docker/build-push-action/commit/0565240e2d4ab88bba5387d719585280857ece09"><code>0565240</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/build-push-action/issues/959">#959</a>
    from docker/dependabot/npm_and_yarn/actions/core-1.10.1</li>
    <li><a
    href="https://github.com/docker/build-push-action/commit/3ab07f880128dd3b47d7764b661d608b1e37712a"><code>3ab07f8</code></a>
    chore: update generated content</li>
    <li><a
    href="https://github.com/docker/build-push-action/commit/b9e7e4daec1dd1fed28b226354d2eef8aa92ca38"><code>b9e7e4d</code></a>
    chore(deps): Bump <code>@​actions/core</code> from 1.10.0 to 1.10.1</li>
    <li><a
    href="https://github.com/docker/build-push-action/commit/04d1a3b0491bb1fbd0843d1fea3390e385bf2252"><code>04d1a3b</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/build-push-action/issues/954">#954</a>
    from crazy-max/update-node20</li>
    <li><a
    href="https://github.com/docker/build-push-action/commit/1a4d1a13fb219ebf616f93930a8c4c6a9ff24155"><code>1a4d1a1</code></a>
    chore: node 20 as default runtime</li>
    <li><a
    href="https://github.com/docker/build-push-action/commit/675965c0e16f1a0f94ecafff969d8c966f92c17b"><code>675965c</code></a>
    chore: update generated content</li>
    <li><a
    href="https://github.com/docker/build-push-action/commit/58ee34cb6bad9fc3b471453afb4ed741cb0e6ff3"><code>58ee34c</code></a>
    chore: fix author in package.json</li>
    <li><a
    href="https://github.com/docker/build-push-action/commit/c97c4060bdc51e97b1b2a972eab2f77d6ae8e57a"><code>c97c406</code></a>
    fix ProxyConfig type when checking length</li>
    <li><a
    href="https://github.com/docker/build-push-action/commit/47d5369e0b15ff3b951d5787a265fbecf0fc2bac"><code>47d5369</code></a>
    vendor: bump <code>@​docker/actions-toolkit</code> from 0.8.0 to
    0.12.0</li>
    <li><a
    href="https://github.com/docker/build-push-action/commit/8895c7468fbe88881dcc4c5b416553e604722cf2"><code>8895c74</code></a>
    chore: update dev dependencies</li>
    <li>Additional commits viewable in <a
    href="https://github.com/docker/build-push-action/compare/v4...v5">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/build-push-action&package-manager=github_actions&previous-version=4&new-version=5)](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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: bufdev <4228796+bufdev@users.noreply.github.com>
    dependabot[bot] and bufdev authored Oct 16, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5dcdcb1 View commit details
  4. Bump docker/login-action from 2 to 3 (#2454)

    Bumps [docker/login-action](https://github.com/docker/login-action) from
    2 to 3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/docker/login-action/releases">docker/login-action's
    releases</a>.</em></p>
    <blockquote>
    <h2>v3.0.0</h2>
    <ul>
    <li>Node 20 as default runtime (requires <a
    href="https://github.com/actions/runner/releases/tag/v2.308.0">Actions
    Runner v2.308.0</a> or later) by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
    href="https://redirect.github.com/docker/login-action/pull/593">docker/login-action#593</a></li>
    <li>Bump <code>@​actions/core</code> from 1.10.0 to 1.10.1 in <a
    href="https://redirect.github.com/docker/login-action/pull/598">docker/login-action#598</a></li>
    <li>Bump <code>@​aws-sdk/client-ecr</code> and
    <code>@​aws-sdk/client-ecr-public</code> to 3.410.0 in <a
    href="https://redirect.github.com/docker/login-action/pull/555">docker/login-action#555</a>
    <a
    href="https://redirect.github.com/docker/login-action/pull/560">docker/login-action#560</a>
    <a
    href="https://redirect.github.com/docker/login-action/pull/582">docker/login-action#582</a>
    <a
    href="https://redirect.github.com/docker/login-action/pull/599">docker/login-action#599</a></li>
    <li>Bump semver from 6.3.0 to 6.3.1 in <a
    href="https://redirect.github.com/docker/login-action/pull/556">docker/login-action#556</a></li>
    <li>Bump https-proxy-agent to 7.0.2 <a
    href="https://redirect.github.com/docker/login-action/pull/561">docker/login-action#561</a>
    <a
    href="https://redirect.github.com/docker/login-action/pull/588">docker/login-action#588</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/login-action/compare/v2.2.0...v3.0.0">https://github.com/docker/login-action/compare/v2.2.0...v3.0.0</a></p>
    <h2>v2.2.0</h2>
    <ul>
    <li>Switch to actions-toolkit implementation by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
    href="https://redirect.github.com/docker/login-action/pull/409">docker/login-action#409</a>
    <a
    href="https://redirect.github.com/docker/login-action/pull/470">docker/login-action#470</a>
    <a
    href="https://redirect.github.com/docker/login-action/pull/476">docker/login-action#476</a></li>
    <li>Bump <code>@​aws-sdk/client-ecr</code> and
    <code>@​aws-sdk/client-ecr-public</code> to 3.347.1 in <a
    href="https://redirect.github.com/docker/login-action/pull/524">docker/login-action#524</a>
    <a
    href="https://redirect.github.com/docker/login-action/pull/364">docker/login-action#364</a>
    <a
    href="https://redirect.github.com/docker/login-action/pull/363">docker/login-action#363</a></li>
    <li>Bump minimatch from 3.0.4 to 3.1.2 in <a
    href="https://redirect.github.com/docker/login-action/pull/354">docker/login-action#354</a></li>
    <li>Bump json5 from 2.2.0 to 2.2.3 in <a
    href="https://redirect.github.com/docker/login-action/pull/378">docker/login-action#378</a></li>
    <li>Bump http-proxy-agent from 5.0.0 to 7.0.0 in <a
    href="https://redirect.github.com/docker/login-action/pull/509">docker/login-action#509</a></li>
    <li>Bump https-proxy-agent from 5.0.1 to 7.0.0 in <a
    href="https://redirect.github.com/docker/login-action/pull/508">docker/login-action#508</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/login-action/compare/v2.1.0...v2.2.0">https://github.com/docker/login-action/compare/v2.1.0...v2.2.0</a></p>
    <h2>v2.1.0</h2>
    <ul>
    <li>Ensure AWS temp credentials are redacted in workflow logs by <a
    href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a
    href="https://redirect.github.com/docker/login-action/issues/275">#275</a>)</li>
    <li>Bump <code>@​actions/core</code> from 1.6.0 to 1.10.0 (<a
    href="https://redirect.github.com/docker/login-action/issues/252">#252</a>
    <a
    href="https://redirect.github.com/docker/login-action/issues/292">#292</a>)</li>
    <li>Bump <code>@​aws-sdk/client-ecr</code> from 3.53.0 to 3.186.0 (<a
    href="https://redirect.github.com/docker/login-action/issues/298">#298</a>)</li>
    <li>Bump <code>@​aws-sdk/client-ecr-public</code> from 3.53.0 to 3.186.0
    (<a
    href="https://redirect.github.com/docker/login-action/issues/299">#299</a>)</li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/docker/login-action/compare/v2.0.0...v2.1.0">https://github.com/docker/login-action/compare/v2.0.0...v2.1.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/docker/login-action/commit/343f7c4344506bcbf9b4de18042ae17996df046d"><code>343f7c4</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/login-action/issues/599">#599</a>
    from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...</li>
    <li><a
    href="https://github.com/docker/login-action/commit/aad0f974f21dc644b324e9fa84c4e364f62acbe6"><code>aad0f97</code></a>
    chore: update generated content</li>
    <li><a
    href="https://github.com/docker/login-action/commit/2e0cd391447ec1a654ce199502a5d596fad131a2"><code>2e0cd39</code></a>
    build(deps): bump the aws-sdk-dependencies group with 2 updates</li>
    <li><a
    href="https://github.com/docker/login-action/commit/203bc9c4eff55a7fac1552bc4811dc0ea4814f2e"><code>203bc9c</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/login-action/issues/588">#588</a>
    from docker/dependabot/npm_and_yarn/proxy-agent-depen...</li>
    <li><a
    href="https://github.com/docker/login-action/commit/2199648fc889a2592472959743a8e7d4423bcb29"><code>2199648</code></a>
    chore: update generated content</li>
    <li><a
    href="https://github.com/docker/login-action/commit/b489376173c4ff2c6e783dcb597ba8eff69245fe"><code>b489376</code></a>
    build(deps): bump the proxy-agent-dependencies group with 1 update</li>
    <li><a
    href="https://github.com/docker/login-action/commit/7c309e74e68d0a0055fd02607b10b3d96510544c"><code>7c309e7</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/login-action/issues/598">#598</a>
    from docker/dependabot/npm_and_yarn/actions/core-1.10.1</li>
    <li><a
    href="https://github.com/docker/login-action/commit/0ccf222961de35820c1704a0293ca7483b07d065"><code>0ccf222</code></a>
    chore: update generated content</li>
    <li><a
    href="https://github.com/docker/login-action/commit/56d703e106032867ad04c1e54d781c209f451e26"><code>56d703e</code></a>
    Merge pull request <a
    href="https://redirect.github.com/docker/login-action/issues/597">#597</a>
    from docker/dependabot/github_actions/aws-actions/con...</li>
    <li><a
    href="https://github.com/docker/login-action/commit/24d3b3519e6e369d4d0a307a02881c2f81318560"><code>24d3b35</code></a>
    build(deps): bump <code>@​actions/core</code> from 1.10.0 to 1.10.1</li>
    <li>Additional commits viewable in <a
    href="https://github.com/docker/login-action/compare/v2...v3">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/login-action&package-manager=github_actions&previous-version=2&new-version=3)](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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: bufdev <4228796+bufdev@users.noreply.github.com>
    dependabot[bot] and bufdev authored Oct 16, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4f7c33b View commit details
  5. Workspace directory (#2495)

    Fixes #2480
    This fixes the problem where in some occasions dependencies from
    workspace are not loaded correctly when `--path` is passed. For example,
    `buf build workspacedir/a --path workspacedir/a/foo.proto` when
    `workspacedir/b` and `workspacedir/c` also exist. In
    `module_file_set_builder.go` module b and module c would be hashed based
    on their `TargetFileInfos`, which are both empty slices due to the
    `--path` filter. Same hash means only one of them gets added to the list
    of potential dependencies.
    
    In this PR, workspace modules are distinguished by their directories
    relative to the workspace directory. This is accomplished by adding
    `WorkspaceDirectory` to interface `bufmodule.Module`.
    
    ---------
    
    Co-authored-by: bufdev <bufdev-github@buf.build>
    oliversun9 and bufdev authored Oct 16, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9db765f View commit details
  6. Release v1.27.1 (#2501)

    Release prepared for 1.27.1
    
    Reminder: Update the changelog
    
    ---------
    
    Co-authored-by: saquibmian <saquibmian@users.noreply.github.com>
    Co-authored-by: Saquib Mian <smian@buf.build>
    3 people authored Oct 16, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3307f41 View commit details
  7. Fix usage of tibdex/github-app-token in Release workflow (#2502)

    The argument needs to be JSON, so the string element in the array needs
    to be wrapped in `"`. See the [Github
    docs](https://docs.github.com/en/actions/learn-github-actions/variables),
    but doing `"${{ github.repository }}"` is valid.
    saquibmian authored Oct 16, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c1b5844 View commit details
Showing with 212 additions and 192 deletions.
  1. +1 −1 .github/workflows/buf.yaml
  2. +4 −4 .github/workflows/ci.yaml
  3. +28 −19 .github/workflows/release.yaml
  4. +5 −0 CHANGELOG.md
  5. +12 −12 go.mod
  6. +25 −24 go.sum
  7. +1 −1 private/buf/bufcli/bufcli.go
  8. +1 −0 private/buf/bufwire/module_config_reader.go
  9. +1 −0 private/buf/bufwork/workspace_builder.go
  10. +5 −0 private/buf/cmd/buf/testdata/workspace/success/breaking/a/proto/a/v1/a.proto
  11. +1 −0 private/buf/cmd/buf/testdata/workspace/success/breaking/a/proto/buf.yaml
  12. +1 −0 private/buf/cmd/buf/testdata/workspace/success/breaking/buf.work.yaml
  13. +5 −0 private/buf/cmd/buf/testdata/workspace/success/dir/a/proto/a/v1/a.proto
  14. +1 −0 private/buf/cmd/buf/testdata/workspace/success/dir/a/proto/buf.yaml
  15. +1 −0 private/buf/cmd/buf/testdata/workspace/success/dir/buf.work.yaml
  16. +5 −0 private/buf/cmd/buf/testdata/workspace/success/dir_buf_work/a/proto/a/v1/a.proto
  17. +1 −0 private/buf/cmd/buf/testdata/workspace/success/dir_buf_work/a/proto/buf.yaml
  18. +1 −0 private/buf/cmd/buf/testdata/workspace/success/dir_buf_work/buf.work
  19. +5 −45 private/buf/cmd/buf/workspace_test.go
  20. +55 −0 private/buf/cmd/buf/workspace_unix_test.go
  21. +3 −0 private/bufpkg/bufgraph/bufgraph_test.go
  22. +20 −2 private/bufpkg/bufmodule/bufmodule.go
  23. +9 −5 private/bufpkg/bufmodule/bufmodulebuild/bufmodulebuild.go
  24. +3 −0 private/bufpkg/bufmodule/bufmodulebuild/module_bucket_builder.go
  25. +11 −78 private/bufpkg/bufmodule/bufmodulebuild/module_file_set_builder.go
  26. +2 −1 private/bufpkg/bufmodule/bufmodulebuild/util.go
  27. +5 −0 private/bufpkg/bufmodule/module.go
2 changes: 1 addition & 1 deletion .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
- uses: bufbuild/buf-setup-action@v1.26.1
with:
github_token: ${{ github.token }}
- uses: bufbuild/buf-lint-action@v1.0.3
- uses: bufbuild/buf-lint-action@v1.1.0
with:
buf_token: ${{ secrets.BUF_TOKEN }}
breaking:
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -82,15 +82,15 @@ jobs:
# not have any CGO and care should be taken in the Dockerfile to ensure
# that go cross compilation happens on the build platform.
- name: setup-qemu
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
id: qemu
with:
# alpine image doesn't support linux/riscv64
platforms: linux/386,linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le,linux/s390x
- name: setup-docker-buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: login-docker
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
@@ -106,7 +106,7 @@ jobs:
echo "tag=${GITHUB_REF}" | sed "s|refs/tags/v||" >> $GITHUB_OUTPUT
fi
- name: docker-build-push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
file: Dockerfile.buf
platforms: ${{ steps.qemu.outputs.platforms }}
47 changes: 28 additions & 19 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
with:
app_id: ${{env.APP_ID}}
private_key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }}
@@ -87,11 +87,12 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
with:
app_id: ${{env.APP_ID}}
private_key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }}
repository: ${{ github.repository }}
repositories: >-
[ "${{ github.repository }}" ]
permissions: >-
{"contents": "write"}
- name: Set VERSION variable from tag
@@ -116,11 +117,12 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
with:
app_id: ${{env.APP_ID}}
private_key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }}
repository: ${{ github.repository }}
repositories: >-
[ "${{ github.repository }}" ]
permissions: >-
{"contents": "write", "pull_requests": "write"}
- name: Checkout repository code
@@ -165,11 +167,12 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
with:
app_id: ${{env.APP_ID}}
private_key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }}
repository: ${{ github.repository }}
repositories: >-
[ "${{ github.repository }}" ]
permissions: >-
{"contents": "write", "pull_requests": "write"}
- name: Checkout repository code
@@ -208,11 +211,12 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
with:
app_id: ${{secrets.BUF_MAVEN_PUBLISH_APP_ID}}
private_key: ${{ secrets.BUF_MAVEN_PUBLISH_APP_PRIVATE_KEY }}
repository: "bufbuild/buf-maven-publish"
repositories: >-
[ "bufbuild/buf-maven-publish" ]
permissions: >-
{"actions": "write"}
- name: trigger maven update
@@ -235,11 +239,12 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
with:
app_id: ${{secrets.BUF_NPM_PUBLISH_RELEASE_APP_ID}}
private_key: ${{ secrets.BUF_NPM_PUBLISH_RELEASE_APP_PRIVATE_KEY }}
repository: "bufbuild/buf-npm-publish"
repositories: >-
[ "bufbuild/buf-npm-publish" ]
permissions: >-
{"actions": "write"}
- name: trigger npm publish
@@ -262,11 +267,12 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
with:
app_id: ${{secrets.HOMEBREW_RELEASE_APP_ID}}
private_key: ${{ secrets.HOMEBREW_RELEASE_APP_PRIVATE_KEY }}
repository: "bufbuild/homebrew-buf"
repositories: >-
[ "bufbuild/homebrew-buf" ]
permissions: >-
{"actions": "write"}
- name: trigger homebrew-buf release
@@ -289,11 +295,12 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
with:
app_id: ${{secrets.VIM_BUF_RELEASE_APP_ID}}
private_key: ${{ secrets.VIM_BUF_RELEASE_APP_PRIVATE_KEY }}
repository: "bufbuild/vim-buf"
repositories: >-
[ "bufbuild/vim-buf" ]
permissions: >-
{"actions": "write"}
- name: trigger vim-buf release
@@ -316,11 +323,12 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
with:
app_id: ${{secrets.BUF_BUILD_RELEASE_APP_ID}}
private_key: ${{ secrets.BUF_BUILD_RELEASE_APP_PRIVATE_KEY }}
repository: "bufbuild/buf.build"
repositories: >-
[ "bufbuild/buf.build" ]
permissions: >-
{"actions": "write"}
- name: trigger buf.build release
@@ -343,11 +351,12 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
with:
app_id: ${{secrets.BUF_SETUP_ACTION_RELEASE_APP_ID}}
private_key: ${{ secrets.BUF_SETUP_ACTION_RELEASE_APP_PRIVATE_KEY }}
repository: "bufbuild/buf-setup-action"
repositories: >-
[ "bufbuild/buf-setup-action" ]
permissions: >-
{"actions": "write"}
- name: trigger buf-setup-action release
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v1.27.1] - 2023-10-16

- Fix issue in v1.27.0 where `--path` did not work with workspaces under certain scenarios.

## [v1.27.0] - 2023-10-04

- Fix issue where `buf generate --exclude-path` was not properly excluding paths
@@ -956,6 +960,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto

Initial beta release.

[v1.27.1]: https://github.com/bufbuild/buf/compare/v1.27.0...v1.27.1
[v1.27.0]: https://github.com/bufbuild/buf/compare/v1.26.1...v1.27.0
[v1.26.1]: https://github.com/bufbuild/buf/compare/v1.26.0...v1.26.1
[v1.26.0]: https://github.com/bufbuild/buf/compare/v1.25.1...v1.26.0
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
@@ -4,17 +4,17 @@ go 1.19

require (
connectrpc.com/connect v1.11.1
connectrpc.com/otelconnect v0.5.0
connectrpc.com/otelconnect v0.6.0
github.com/bufbuild/protocompile v0.6.0
github.com/docker/docker v24.0.6+incompatible
github.com/go-chi/chi/v5 v5.0.10
github.com/gofrs/flock v0.8.1
github.com/gofrs/uuid/v5 v5.0.0
github.com/google/go-cmp v0.5.9
github.com/google/go-cmp v0.6.0
github.com/google/go-containerregistry v0.16.1
github.com/jdx/go-netrc v1.0.0
github.com/jhump/protoreflect v1.15.3
github.com/klauspost/compress v1.17.0
github.com/klauspost/compress v1.17.1
github.com/klauspost/pgzip v1.2.6
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
github.com/pkg/profile v1.7.0
@@ -29,13 +29,13 @@ require (
go.uber.org/atomic v1.11.0
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.26.0
golang.org/x/crypto v0.13.0
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
golang.org/x/mod v0.12.0
golang.org/x/net v0.15.0
golang.org/x/sync v0.3.0
golang.org/x/term v0.12.0
golang.org/x/tools v0.13.0
golang.org/x/crypto v0.14.0
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
golang.org/x/mod v0.13.0
golang.org/x/net v0.17.0
golang.org/x/sync v0.4.0
golang.org/x/term v0.13.0
golang.org/x/tools v0.14.0
google.golang.org/protobuf v1.31.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -44,7 +44,7 @@ require (
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/docker/cli v24.0.6+incompatible // indirect
@@ -70,6 +70,6 @@ require (
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/vbatts/tar-split v0.11.5 // indirect
go.opentelemetry.io/otel/metric v1.19.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
)
Loading