From a71ad809a64150403820564ed0cfd93eb66d72ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 07:44:07 +0000 Subject: [PATCH 1/5] mvn: bump spring-boot-starter-parent from 3.0.4 to 3.0.5 Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.4...v3.0.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bbf815c..f1414d0 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.4 + 3.0.5 From 623bef78dcca595f8b3940f7647039c9a671e75b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 07:44:08 +0000 Subject: [PATCH 2/5] gh-action: bump readmeio/rdme from 8.5.0 to 8.6.0 Bumps [readmeio/rdme](https://github.com/readmeio/rdme) from 8.5.0 to 8.6.0. - [Release notes](https://github.com/readmeio/rdme/releases) - [Changelog](https://github.com/readmeio/rdme/blob/next/CHANGELOG.md) - [Commits](https://github.com/readmeio/rdme/compare/8.5.0...8.6.0) --- updated-dependencies: - dependency-name: readmeio/rdme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66a0b90..d87c6cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -155,7 +155,7 @@ jobs: uses: actions/checkout@v3 - name: OpenApi - uses: readmeio/rdme@8.5.0 + uses: readmeio/rdme@8.6.0 with: rdme: openapi openapi.yaml --key=${{ secrets.README_API_KEY }} --id=6379efc05c98fc002512b213 From 21109d4627db422819d2dd486b07fcaee313ab7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 07:44:15 +0000 Subject: [PATCH 3/5] mvn: bump sentry-spring-boot-starter from 6.16.0 to 6.17.0 Bumps [sentry-spring-boot-starter](https://github.com/getsentry/sentry-java) from 6.16.0 to 6.17.0. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/6.16.0...6.17.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-spring-boot-starter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bbf815c..734a589 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ io.sentry sentry-spring-boot-starter - 6.16.0 + 6.17.0 io.sentry From a0d19bb39a50cb647952baa4bb787ff8bf41d9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 07:44:23 +0000 Subject: [PATCH 4/5] mvn: bump sentry-logback from 6.16.0 to 6.17.0 Bumps [sentry-logback](https://github.com/getsentry/sentry-java) from 6.16.0 to 6.17.0. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/6.16.0...6.17.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-logback dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bbf815c..8f9738f 100644 --- a/pom.xml +++ b/pom.xml @@ -93,7 +93,7 @@ io.sentry sentry-logback - 6.16.0 + 6.17.0 From 94702fae141622d9f92d6604df7a72cd461adaed Mon Sep 17 00:00:00 2001 From: Mike Audi Date: Sat, 1 Apr 2023 02:45:52 -0500 Subject: [PATCH 5/5] fix: bug in release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66a0b90..d1352d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ concurrency: jobs: test_and_push: runs-on: ubuntu-latest - needs: bump_and_tag + if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') environment: Production services: postgres: