From bde0658ccbb7a9a60cc77b7ecf3b880da0c12a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 14:52:31 +0000 Subject: [PATCH 1/2] Bump isbang/compose-action from 1.3.2 to 1.4.0 (#195) * Update changelog for 3.0.1-1 release * Update changelog for 3.0.1-2 release * Bump isbang/compose-action from 1.3.2 to 1.4.0 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 1.3.2 to 1.4.0. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/v1.3.2...v1.4.0) --- updated-dependencies: - dependency-name: isbang/compose-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update changelog for 3.0.1-3 release * Update changelog for 3.0.1-4 release * Update changelog for 3.0.1-5 release Signed-off-by: dependabot[bot] Co-authored-by: Mithun Kinarullathil <51120171+MithunKinarullathil@users.noreply.github.com> Co-authored-by: OttoMation-Movai Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/TestOnPR.yml | 4 ++-- debian/changelog | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/TestOnPR.yml b/.github/workflows/TestOnPR.yml index 55d13c5..db094d1 100644 --- a/.github/workflows/TestOnPR.yml +++ b/.github/workflows/TestOnPR.yml @@ -65,7 +65,7 @@ jobs: sudo chown 1000:1000 ./{logs,shared,userspace,models_database} -R - name: run docker-compose cluster - uses: isbang/compose-action@v1.3.2 + uses: isbang/compose-action@v1.4.0 with: compose-file: './docker-compose.yml' down-flags: '--volumes' @@ -116,7 +116,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.2.0 + uses: isbang/compose-action@v1.4.0 with: compose-file: './docker-compose-host.yml' down-flags: '--volumes' diff --git a/debian/changelog b/debian/changelog index 6c7a912..59a5c6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -movai-flow (3.0.1-0) UNRELEASED; urgency=medium +movai-flow (3.0.1-5) UNRELEASED; urgency=medium [ mithun ] * update docs and demos pacakges @@ -74,5 +74,10 @@ movai-flow (3.0.1-0) UNRELEASED; urgency=medium * UNRELEASED * UNRELEASED * UNRELEASED + * UNRELEASED + * UNRELEASED + * UNRELEASED + * UNRELEASED + * UNRELEASED - -- root Mon, 24 Oct 2022 08:37:14 +0000 + -- root Wed, 07 Dec 2022 23:44:29 +0000 From 86fd94f0142ffa2bdfed777795a1f33f0f4b1994 Mon Sep 17 00:00:00 2001 From: Mithun Kinarullathil <51120171+MithunKinarullathil@users.noreply.github.com> Date: Wed, 18 Jan 2023 14:26:46 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb331ef..e460bb6 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ MOV.AI Flow™ initiates a set of docker containers orchestrated using *docker-c - [redis-master](https://github.com/MOV-AI/containers-redis2): Master DB of the cluster. - [redis-local](https://github.com/MOV-AI/containers-redis2): Local DB of the cluster. - [simulator](https://github.com/MOV-AI/containers-ign-simulator): Ignition Fortress container with graphical capabilities enabled. + - [movai-ign-plugin-world-launcher](https://github.com/MOV-AI/movai_ign_plugins): GUI Plugin to select and launch the worlds. - [ros-master](https://github.com/MOV-AI/containers-ros-master): ROS core service. - [ros-tools](https://github.com/MOV-AI/containers-ros-tools): RVIZ container with graphical capabilities enabled - [haproxy](https://github.com/docker-library/haproxy): Web proxy.