From c5dcaa312f28ee5c71385c02ca81bb6ec6b3de7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Augusto=20Elesb=C3=A3o?= Date: Thu, 23 May 2024 16:21:10 +0200 Subject: [PATCH] ci(proto): use buf 1.31 to push files (#572) 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. --- .github/workflows/proto-registry.yaml | 4 ++-- CHANGELOG.md | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/proto-registry.yaml b/.github/workflows/proto-registry.yaml index 41f64842..3fda43f8 100644 --- a/.github/workflows/proto-registry.yaml +++ b/.github/workflows/proto-registry.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 005cbbf4..34cbd1a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)