Releases: bufbuild/buf-setup-action
Releases · bufbuild/buf-setup-action
v1.0.0
- Release of
v1.0.0
of thebuf
CLI
v0.7.0
- Change the API call to get the
buf
binary directly by tag when a version is provided.
v0.6.0
- Add support for configuring a
github_token
to authenticate GitHub requests, which enables a larger rate limit.
v0.5.0
- Set the default
buf
version to1.0.0-rc1
.- This action will now explicitly pin its
default
setting to match the latestbuf
release.
- This action will now explicitly pin its
v0.4.0
- Add support for additional architectures (
arm64
) and additional platforms (Darwin
andWindows
)- This action only supported
Linux
andx86_64
in the past
- This action only supported
v0.3.1
Remove the required: true
flag from the version input in actions.yml
. We continue to set the default value to latest
.
v0.3.0
Defaults to latest
if no value is set for buf
version.
v0.2.0
No changes. This is required to become a verified GitHub actions publisher.
v0.1.0
Initial release