Skip to content

Releases: bufbuild/buf-breaking-action

v1.1.4

25 Mar 13:42
c57b3d8

Choose a tag to compare

  • Upgrade dependencies.
  • No other major changes.

v1.1.3

24 Aug 18:24
a074e98

Choose a tag to compare

  • Upgrade dependencies.
  • No other major changes.

v1.1.2

20 Oct 21:54
f47418c

Choose a tag to compare

  • Upgrade dependencies.
  • No other major changes.

v1.1.1

01 Sep 17:35
1cd949a

Choose a tag to compare

  • Upgrade dependencies.
  • No other major changes.

v1.1.0

27 Jun 17:44
66baa05

Choose a tag to compare

  • Expose the generated breaking changes as step outputs.
  • No other major changes.

v1.0.1

24 Jun 15:42
93e7cb7

Choose a tag to compare

  • Upgrade dependencies.
  • No other major changes.

v1.0.0

15 Sep 20:28
133a3d5

Choose a tag to compare

  • Remove required: true from default variables in action.yml
  • No other major changes.

v0.4.0

22 Jul 21:39
3d38fcb

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

Removes the need to set environment variables for BUF_INPUT_HTTPS_USERNAME and BUF_INPUT_HTTPS_PASSWORD.
Instead there are optional input parameters that default to ${{ github.actor }} and ${{ github.token }}.

v0.3.0

22 Jul 14:11
b405ddb

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

Use annotations in pull request for lint failures instead of Github API for comments.

v0.2.0

06 Apr 21:54
231a240

Choose a tag to compare

v0.2.0 Pre-release
Pre-release
  • Fixes a bug that resulted in false negative buf breaking errors.
  • Adds support for depending on private repositories via the buf_token parameter.