From a05a181e93b7715bcc981845fc426ba550970c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 17:47:55 +0000 Subject: [PATCH 1/3] Bump bufbuild/buf-breaking-action from 1.1.3 to 1.1.4 Bumps [bufbuild/buf-breaking-action](https://github.com/bufbuild/buf-breaking-action) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/bufbuild/buf-breaking-action/releases) - [Commits](https://github.com/bufbuild/buf-breaking-action/compare/v1.1.3...v1.1.4) --- updated-dependencies: - dependency-name: bufbuild/buf-breaking-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/proto.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml index f7d79a37ce..bac6a9c4d8 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -48,7 +48,7 @@ jobs: - name: provenance breaking id: breaking-prov if: always() - uses: bufbuild/buf-breaking-action@v1.1.3 + uses: bufbuild/buf-breaking-action@v1.1.4 with: input: 'proto' against: 'https://github.com/provenance-io/provenance.git#branch=${{ steps.setup.outputs.base-branch }},subdir=proto' @@ -60,7 +60,7 @@ jobs: - name: third-party breaking id: breaking-third if: always() - uses: bufbuild/buf-breaking-action@v1.1.3 + uses: bufbuild/buf-breaking-action@v1.1.4 with: input: 'third_party/proto' against: 'https://github.com/provenance-io/provenance.git#branch=${{ steps.setup.outputs.base-branch }},subdir=third_party/proto' From 3e30a9693005129851e518304b46856f4260fbb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 5 Apr 2024 17:48:17 +0000 Subject: [PATCH 2/3] Updated Changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa6c6fa51..579b9dcd45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,9 @@ Ref: https://keepachangelog.com/en/1.0.0/ --- +### Dependencies +- Bump `bufbuild/buf-breaking-action` from 1.1.3 to 1.1.4 ([#1894](https://github.com/provenance-io/provenance/pull/1894)) + ## [v1.18.0](https://github.com/provenance-io/provenance/releases/tag/v1.18.0) - 2024-03-22 ### Features From 0c5c0450a4a82c7b82447432a46843e65337ac1b Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Fri, 5 Apr 2024 11:50:27 -0600 Subject: [PATCH 3/3] Put dependencies section in correct place in changelog. --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 579b9dcd45..7d35ae6784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,11 +52,12 @@ Ref: https://keepachangelog.com/en/1.0.0/ * Updated app.go to use RegisterStreamingServices on BaseApp [#1760](https://github.com/provenance-io/provenance/issues/1760). * Bump the SDK to `v0.50.5-pio-1` (from an earlier ephemeral version) [#1897](https://github.com/provenance-io/provenance/pull/1897). ---- - ### Dependencies + - Bump `bufbuild/buf-breaking-action` from 1.1.3 to 1.1.4 ([#1894](https://github.com/provenance-io/provenance/pull/1894)) +--- + ## [v1.18.0](https://github.com/provenance-io/provenance/releases/tag/v1.18.0) - 2024-03-22 ### Features