From f400fbcdd4d84359991af2d31c856b92d563672d Mon Sep 17 00:00:00 2001 From: Salvatore Mazzarino Date: Wed, 15 Nov 2023 09:35:07 +0100 Subject: [PATCH 1/2] fix(github): change github action (#3754) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(github): change github action * Apply suggestions from code review --------- Co-authored-by: İlker G. Öztürk --- .github/workflows/docs-deploy.yml | 2 +- .github/workflows/release-docker.yml | 2 +- .github/workflows/release-nightly.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 6faf9661e2..6aecf4d484 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -9,7 +9,7 @@ jobs: consecutiveness: runs-on: ubuntu-latest steps: - - uses: mktcode/consecutive-workflow-action@v1 + - uses: ignite/consecutive-workflow-action@main with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 286974bde1..efc9215d3d 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -15,7 +15,7 @@ jobs: consecutiveness: runs-on: ubuntu-latest steps: - - uses: mktcode/consecutive-workflow-action@v1 + - uses: ignite/consecutive-workflow-action@main with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-nightly.yml b/.github/workflows/release-nightly.yml index ef1469fc18..3d7f1c4bd2 100644 --- a/.github/workflows/release-nightly.yml +++ b/.github/workflows/release-nightly.yml @@ -16,7 +16,7 @@ jobs: consecutiveness: runs-on: ubuntu-latest steps: - - uses: mktcode/consecutive-workflow-action@v1 + - uses: ignite/consecutive-workflow-action@main with: token: ${{ secrets.GITHUB_TOKEN }} From a9e63836ce95ca412074af612dc8f877589f857e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B3nimo=20Albi?= Date: Wed, 15 Nov 2023 16:30:40 +0100 Subject: [PATCH 2/2] fix: correct changelog entries (#3755) --- changelog.md | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/changelog.md b/changelog.md index 20c7a3979d..7913c735f4 100644 --- a/changelog.md +++ b/changelog.md @@ -6,19 +6,7 @@ - [#3544](https://github.com/ignite/cli/pull/3544) Add bidirectional communication to plugin system - [#3561](https://github.com/ignite/cli/pull/3561) Add GetChainInfo method to plugin system API - -### Changes - -- [#3529](https://github.com/ignite/cli/pull/3529) Refactor plugin system to use gRPC -- [#3750](https://github.com/ignite/cli/pull/3750) Update default Ignite network app to `v0.2.0` -- [#3751](https://github.com/ignite/cli/pull/3751) Rename label to skip changelog check -- [#3745](https://github.com/ignite/cli/pull/3745) Set tx fee amount as option -- [#3748](https://github.com/ignite/cli/pull/3748) Change default rpc endpoint to a working one - -## [`v0.27.1`](https://github.com/ignite/cli/releases/tag/v0.27.1) - -### Features - +- [#3626](https://github.com/ignite/cli/pull/3626) Add logging levels to relayer - [#3476](https://github.com/ignite/cli/pull/3476) Use `buf.build` binary to code generate from proto files - [#3614](https://github.com/ignite/cli/pull/3614) feat: use DefaultBaseappOptions for app.New method - [#3536](https://github.com/ignite/cli/pull/3536) Change app.go to v2 and add AppWiring feature @@ -28,7 +16,11 @@ ### Changes -- [#3701](https://github.com/ignite/cli/pull/3701) Bump `go` version to 1.21 +- [#3529](https://github.com/ignite/cli/pull/3529) Refactor plugin system to use gRPC +- [#3750](https://github.com/ignite/cli/pull/3750) Update default Ignite network app to `v0.2.0` +- [#3751](https://github.com/ignite/cli/pull/3751) Rename label to skip changelog check +- [#3745](https://github.com/ignite/cli/pull/3745) Set tx fee amount as option +- [#3748](https://github.com/ignite/cli/pull/3748) Change default rpc endpoint to a working one - [#3621](https://github.com/ignite/cli/pull/3621) Change `pkg/availableport` to allow custom parameters in `Find` function and handle duplicated ports - [#3559](https://github.com/ignite/cli/pull/3559) Bump network plugin version to `v0.1.1` - [#3581](https://github.com/ignite/cli/pull/3581) Bump cometbft and cometbft-db in the template @@ -58,11 +50,16 @@ - [#3728](https://github.com/ignite/cli/pull/3728) Fix wrong parser for proto package names - [#3729](https://github.com/ignite/cli/pull/3729) Fix broken generator due to caching /tmp include folders -## [`v0.27.0`](https://github.com/ignite/cli/releases/tag/v0.27.0) +## [`v0.27.2`](https://github.com/ignite/cli/releases/tag/v0.27.2) + +### Changes + +- [#3701](https://github.com/ignite/cli/pull/3701) Bump `go` version to 1.21 + +## [`v0.27.1`](https://github.com/ignite/cli/releases/tag/v0.27.1) ### Features -- - [#3505](https://github.com/ignite/cli/pull/3505) Auto migrate dependency tools - [#3538](https://github.com/ignite/cli/pull/3538) bump sdk to `v0.47.3` and ibc to `v7.1.0` - [#2736](https://github.com/ignite/cli/issues/2736) Add `--skip-git` flag to skip git repository initialization. @@ -70,7 +67,6 @@ - [#3446](https://github.com/ignite/cli/pull/3446) Add `gas-adjustment` flag to the cosmos client. - [#3439](https://github.com/ignite/cli/pull/3439) Add `--build.tags` flag for `chain serve` and `chain build` commands. - [#3524](https://github.com/ignite/cli/pull/3524) Apply auto tools migration to other commands -- [#3636](https://github.com/ignite/cli/pull/3626) Add logging levels to relayer - Added compatibility check and auto migration features and interactive guidelines for the latest versions of the SDK ### Changes