From 14e1c44656b23d525cb753ddfb194bcba683cf49 Mon Sep 17 00:00:00 2001 From: Irene Bandera Date: Mon, 16 Sep 2024 17:00:11 +0200 Subject: [PATCH] Bump version to v1.0.0 Signed-off-by: Irene Bandera --- VERSION | 4 ++-- docs/package.xml | 2 +- docs/rst/installation/docker.rst | 2 +- fastddsspy_participants/package.xml | 2 +- fastddsspy_tool/package.xml | 2 +- .../test/application/test_cases/one_shot__version.py | 2 +- fastddsspy_yaml/package.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/VERSION b/VERSION index 78647b45..8c5090ac 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -VERSION_MAJOR 0 -VERSION_MINOR 4 +VERSION_MAJOR 1 +VERSION_MINOR 0 VERSION_PATCH 0 diff --git a/docs/package.xml b/docs/package.xml index a747e1e5..f3b2d5e7 100644 --- a/docs/package.xml +++ b/docs/package.xml @@ -2,7 +2,7 @@ fastddsspy_docs - 0.4.0 + 1.0.0 *eprosima Fast DDS Spy* Documentation built with sphinx and deployed in ReadTheDocs. diff --git a/docs/rst/installation/docker.rst b/docs/rst/installation/docker.rst index bb7fbe08..9fa30bc1 100644 --- a/docs/rst/installation/docker.rst +++ b/docs/rst/installation/docker.rst @@ -48,7 +48,7 @@ The steps to run |spy| in a Docker container are explained below. --ipc=host \ --privileged \ -v //FASTDDSSPY_CONFIGURATION.yaml:/root/FASTDDSSPY_CONFIGURATION.yaml \ - ubuntu-fastddsspy:v0.4.0 + ubuntu-fastddsspy:v1.0.0 It is important to mention that both the path to the configuration file hosted in the local machine and the one created in the Docker container must be absolute paths in order to share just one single file as a shared volume. diff --git a/fastddsspy_participants/package.xml b/fastddsspy_participants/package.xml index dc40f5ff..1acd0a55 100644 --- a/fastddsspy_participants/package.xml +++ b/fastddsspy_participants/package.xml @@ -2,7 +2,7 @@ fastddsspy_participants - 0.4.0 + 1.0.0 *eProsima Fast DDS Spy* core logic. diff --git a/fastddsspy_tool/package.xml b/fastddsspy_tool/package.xml index 09f7d3d0..c7f3ff7f 100644 --- a/fastddsspy_tool/package.xml +++ b/fastddsspy_tool/package.xml @@ -2,7 +2,7 @@ fastddsspy_tool - 0.4.0 + 1.0.0 *eProsima Fast DDS Spy* Application to execute a interactive CLI spy application to introspect data in a DDS network. diff --git a/fastddsspy_tool/test/application/test_cases/one_shot__version.py b/fastddsspy_tool/test/application/test_cases/one_shot__version.py index dd23e9b6..08a798ae 100644 --- a/fastddsspy_tool/test/application/test_cases/one_shot__version.py +++ b/fastddsspy_tool/test/application/test_cases/one_shot__version.py @@ -36,7 +36,7 @@ def __init__(self): arguments_dds=[], arguments_spy=['--version'], commands_spy=[], - output="""Fast DDS Spy v0.4.0\ + output="""Fast DDS Spy v1.0.0\ commit hash: 16ed7e8c93d7481d8b426746af9ec3ffa323f451\n""" ) diff --git a/fastddsspy_yaml/package.xml b/fastddsspy_yaml/package.xml index 4576b20a..5d108a8e 100644 --- a/fastddsspy_yaml/package.xml +++ b/fastddsspy_yaml/package.xml @@ -2,7 +2,7 @@ fastddsspy_yaml - 0.4.0 + 1.0.0 *eprosima Fast DDS Spy* Yaml Module to read and print yaml objects.