Skip to content

Commit

Permalink
Release v1.28.0 (#2560)
Browse files Browse the repository at this point in the history
Release prepared for 1.28.0
Reminder: Verify the changelog

---------

Co-authored-by: oliversun9 <oliversun9@users.noreply.github.com>
Co-authored-by: Oliver Sun <osun@buf.build>
  • Loading branch information
3 people authored Nov 10, 2023
1 parent d6484f2 commit fe79a68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Changelog

## [Unreleased]
## [v1.28.0] - 2023-11-10

- Add lint rules for [protovalidate](https://github.com/bufbuild/protovalidate). `buf lint`
will now verify that your protovalidate rules are valid. A single rule `PROTOVALIDATE` has been
added to the `DEFAULT` group - given that protovalidate is net new, this does not represent
a breaking change.
- Update `buf beta price` with the latest pricing information.
- Display a warning when reading a `buf.lock` with dependencies with b1 or b3 digests. b1 and b3
digests will be deprecated in a future version. Run `buf mod update` to update dependency digests.

## [v1.27.2] - 2023-10-27

Expand Down Expand Up @@ -973,7 +975,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto

Initial beta release.

[Unreleased]: https://github.com/bufbuild/buf/compare/v1.27.2...HEAD
[v1.28.0]: https://github.com/bufbuild/buf/compare/v1.27.2...v1.28.0
[v1.27.2]: https://github.com/bufbuild/buf/compare/v1.27.1...v1.27.2
[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
Expand Down
2 changes: 1 addition & 1 deletion private/buf/bufcli/bufcli.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import (

const (
// Version is the CLI version of buf.
Version = "1.27.3-dev"
Version = "1.28.0"

inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME"
inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"
Expand Down

0 comments on commit fe79a68

Please sign in to comment.