From 2715d571611d1bf8b7ec50ea2c2730b2db293704 Mon Sep 17 00:00:00 2001 From: Alex Fernandes <84147256+AlexFernandes-MOVAI@users.noreply.github.com> Date: Tue, 25 Jul 2023 12:30:25 +0100 Subject: [PATCH 1/3] CICD fixes for releasing (#228) * CICD : fix DeployOnMergeMain.yml with latest agent image * Bump isbang/compose-action from 1.4.1 to 1.5.0 (#226) * Bump isbang/compose-action from 1.4.1 to 1.5.0 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: isbang/compose-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update DeployOnMergeMain.yml * Update ros-builldtools to v2.0.7 --------- Signed-off-by: dependabot[bot] Co-authored-by: Mithun Kinarullathil <51120171+MithunKinarullathil@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Fernandes <84147256+AlexFernandes-MOVAI@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mithun Kinarullathil <51120171+MithunKinarullathil@users.noreply.github.com> --- .github/workflows/DeployOnMergeMain.yml | 2 +- .github/workflows/TestOnPR.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/DeployOnMergeMain.yml b/.github/workflows/DeployOnMergeMain.yml index 448b32a..eb304d5 100644 --- a/.github/workflows/DeployOnMergeMain.yml +++ b/.github/workflows/DeployOnMergeMain.yml @@ -12,7 +12,7 @@ jobs: Deploy-App-Internal-Release: runs-on: ubuntu-20.04 container: - image: registry.cloud.mov.ai/qa/ros-buildtools-noetic:v1.0.14 + image: registry.cloud.mov.ai/qa/ros-buildtools-noetic:v2.0.7 options: --user root credentials: username: ${{secrets.PORTUS_APP_USER}} diff --git a/.github/workflows/TestOnPR.yml b/.github/workflows/TestOnPR.yml index 183e06a..26f3cae 100644 --- a/.github/workflows/TestOnPR.yml +++ b/.github/workflows/TestOnPR.yml @@ -69,7 +69,7 @@ jobs: sudo chown 1000:1000 ./{logs,shared,userspace,models_database} -R - name: run docker-compose cluster - uses: isbang/compose-action@v1.4.1 + uses: isbang/compose-action@v1.5.0 with: compose-file: './docker-compose.yml' down-flags: '--volumes' @@ -122,7 +122,7 @@ jobs: sudo chown 1000:1000 ./{logs,shared,userspace,models_database} -R - name: run docker-compose cluster in host mode - uses: isbang/compose-action@v1.4.1 + uses: isbang/compose-action@v1.5.0 with: compose-file: './docker-compose-host.yml' down-flags: '--volumes' From af128705668b7ea4d32918ceb3fc59557aaa45ae Mon Sep 17 00:00:00 2001 From: OttoMation-Movai Date: Tue, 25 Jul 2023 11:31:39 +0000 Subject: [PATCH 2/3] Update changelog for 3.0.1-7 release --- debian/changelog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e4a129f..3d95975 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -movai-flow (3.0.1-6) UNRELEASED; urgency=medium +movai-flow (3.0.1-7) UNRELEASED; urgency=medium [ mithun ] * update docs and demos pacakges @@ -80,5 +80,6 @@ movai-flow (3.0.1-6) UNRELEASED; urgency=medium * UNRELEASED * UNRELEASED * UNRELEASED + * UNRELEASED - -- root Wed, 18 Jan 2023 14:48:22 +0000 + -- root Tue, 25 Jul 2023 11:31:39 +0000 From 89fd53960065cc91d5caa2e7c42c313b679f2147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:29:25 +0000 Subject: [PATCH 3/3] Bump softprops/action-gh-release from 1 to 2 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/DeployOnMergeMain.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DeployOnMergeMain.yml b/.github/workflows/DeployOnMergeMain.yml index eb304d5..ea23d99 100644 --- a/.github/workflows/DeployOnMergeMain.yml +++ b/.github/workflows/DeployOnMergeMain.yml @@ -83,7 +83,7 @@ jobs: "https://$NEXUS_ENDPOINT/repository/$NEXUS_REPO/" - name: Create Github Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: prerelease: true name: "Release of ${{ steps.vars-after-raise.outputs.pkg_version }}"