Skip to content

Commit

Permalink
ci(proto): use buf 1.31 to push files (#572)
Browse files Browse the repository at this point in the history
The `buf` CLI v1.32 seems to have an undocumented breaking change and
won't accept the `buf.yaml` file structure defined on `v1`.

This is possibly a bug on their side since it's [mentioned in the
changelog](https://github.com/bufbuild/buf/releases/tag/v1.32.0) that
the CLI is backwards compatible with `v1` projects.
  • Loading branch information
aelesbao authored May 23, 2024
1 parent 80ee3f3 commit c5dcaa3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/proto-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
branches: [main]
tags: [v*]
paths:
- "proto/**"
- proto/**

jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-setup-action@v1.31.0
- uses: bufbuild/buf-push-action@v1
with:
input: proto
Expand Down
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,26 @@ Contains all the PRs that improved the code without changing the behaviors.

## [Unreleased]

### Added
### Fixed

- [#571](https://github.com/archway-network/archway/pull/571) - Automatically
publish proto files to buf.build

### Changed
## [v7.0.1](https://github.com/archway-network/archway/releases/tag/v7.0.1)

### Deprecated
### Added

### Removed
- [#571](https://github.com/archway-network/archway/pull/571) - Automatically
publish proto files to buf.build

### Fixed

- [#568](https://github.com/archway-network/archway/pull/568) - Update Swagger doc and config to include CWICA and CWErrors modules
- [#570](https://github.com/archway-network/archway/pull/570) - Fix the Docker.deprecated file to build
- [#569](https://github.com/archway-network/archway/pull/569) - Audit remidiations for x/cwerrors and x/cwica

### Improvements

- [#567](https://github.com/archway-network/archway/pull/567) - Remove redundant params fetching in SaveCallback

## [v7.0.0](https://github.com/archway-network/archway/releases/tag/v7.0.0)
Expand Down

0 comments on commit c5dcaa3

Please sign in to comment.