From 5f7fd2c9beacd350137b97ff4accede5c7b35a2b Mon Sep 17 00:00:00 2001 From: chausman <chausman@nrao.edu> Date: Thu, 7 Nov 2024 13:18:02 -0700 Subject: [PATCH] update patch version for release --- .bumpversion.toml | 2 +- .gitlab-ci.yml | 2 +- apps/cli/executables/go/spelunker/main.go | 2 +- .../carta_envoy/carta_envoy/__init__.py | 2 +- .../pexable/carta_envoy/pyproject.toml | 2 +- .../pexable/casa_envoy/casa_envoy/__init__.py | 2 +- .../pexable/casa_envoy/pyproject.toml | 2 +- .../pexable/conveyor/conveyor/__init__.py | 2 +- .../pexable/conveyor/pyproject.toml | 2 +- .../data_annotator/data_annotator/__init__.py | 2 +- .../pexable/data_annotator/pyproject.toml | 2 +- .../pexable/deliver/delivery/__init__.py | 2 +- .../pexable/deliver/pyproject.toml | 2 +- .../ingest_envoy/ingest_envoy/__init__.py | 2 +- .../pexable/ingest_envoy/pyproject.toml | 2 +- .../pexable/mediator/pyproject.toml | 2 +- .../mediator/system_mediator/__init__.py | 2 +- .../executables/pexable/null/null/__init__.py | 2 +- .../executables/pexable/null/pyproject.toml | 2 +- .../productfetcher/productfetcher/__init__.py | 2 +- .../pexable/productfetcher/pyproject.toml | 2 +- .../pexable/update_stage/pyproject.toml | 2 +- .../update_stage/update_stage/__init__.py | 2 +- .../executables/pexable/vela/pyproject.toml | 2 +- .../executables/pexable/vela/vela/__init__.py | 2 +- .../pexable/wf_inspector/pyproject.toml | 2 +- .../wf_inspector/wf_inspector/__init__.py | 2 +- .../pexable/ws_annihilator/pyproject.toml | 2 +- .../ws_annihilator/ws_annihilator/__init__.py | 2 +- .../pexable/ws_metrics/pyproject.toml | 2 +- .../pexable/ws_metrics/ws_metrics/__init__.py | 2 +- .../utilities/aat_wrest/aat_wrest/__init__.py | 2 +- apps/cli/utilities/aat_wrest/pyproject.toml | 2 +- .../contacts_wrest/contacts_wrest/__init__.py | 2 +- .../utilities/contacts_wrest/pyproject.toml | 2 +- .../core_sampler/core_sampler/__init__.py | 2 +- .../cli/utilities/core_sampler/pyproject.toml | 2 +- apps/cli/utilities/wf_monitor/poetry.lock | 4 +-- apps/cli/utilities/wf_monitor/pyproject.toml | 2 +- .../wf_monitor/wf_monitor/__init__.py | 2 +- services/capability/capability/__init__.py | 2 +- services/capability/poetry.lock | 8 +++--- services/capability/pyproject.toml | 2 +- services/capability/swagger-schema.yaml | 2 +- .../notification/notification/__init__.py | 2 +- services/notification/poetry.lock | 4 +-- services/notification/pyproject.toml | 2 +- services/notification/swagger-schema.yaml | 2 +- services/workflow/gitlab-requirements.txt | 26 +++++++++---------- services/workflow/poetry.lock | 10 +++---- services/workflow/pyproject.toml | 2 +- services/workflow/swagger-schema.yaml | 2 +- services/workflow/workflow/__init__.py | 2 +- shared/messaging/messaging/__init__.py | 2 +- shared/messaging/pyproject.toml | 2 +- shared/workspaces/pyproject.toml | 2 +- shared/workspaces/workspaces/__init__.py | 2 +- 57 files changed, 78 insertions(+), 78 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 1a5d60a4d..beff47e6f 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -2,7 +2,7 @@ # Docs: https://callowayproject.github.io/bump-my-version/ # NB: Run with `--ignore-missing-version` flag to ignore PyCAPO's version [tool.bumpversion] -current_version = "2.8.5.1.dev1" +current_version = "2.8.5.1rc1" parse = """(?x) (?P<major>0|[1-9]\\d*)\\. (?P<minor>0|[1-9]\\d*)\\. diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 385654287..27097bfc8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ variables: POSTGRES_DB: archive POSTGRES_USER: "archive" POSTGRES_PASSWORD: "docker" - RELEASE_VERSION: 2.8.5.1.dev1 + RELEASE_VERSION: 2.8.5.1rc1 image: docker:19.03.12 diff --git a/apps/cli/executables/go/spelunker/main.go b/apps/cli/executables/go/spelunker/main.go index 9c133ebd5..933cf3062 100644 --- a/apps/cli/executables/go/spelunker/main.go +++ b/apps/cli/executables/go/spelunker/main.go @@ -46,7 +46,7 @@ func main() { if *v { //TODO: fix version system for containers - log.Println("2.8.5.1.dev1") + log.Println("2.8.5.1rc1") os.Exit(0) } diff --git a/apps/cli/executables/pexable/carta_envoy/carta_envoy/__init__.py b/apps/cli/executables/pexable/carta_envoy/carta_envoy/__init__.py index bcb7c1334..6b94fbaa5 100644 --- a/apps/cli/executables/pexable/carta_envoy/carta_envoy/__init__.py +++ b/apps/cli/executables/pexable/carta_envoy/carta_envoy/__init__.py @@ -18,4 +18,4 @@ """ Workspaces system for launching CARTA for viewing images """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/apps/cli/executables/pexable/carta_envoy/pyproject.toml b/apps/cli/executables/pexable/carta_envoy/pyproject.toml index cee7a48fa..cb588a3a6 100644 --- a/apps/cli/executables/pexable/carta_envoy/pyproject.toml +++ b/apps/cli/executables/pexable/carta_envoy/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "carta_envoy" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Workspaces system for launching CARTA for viewing images" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/apps/cli/executables/pexable/casa_envoy/casa_envoy/__init__.py b/apps/cli/executables/pexable/casa_envoy/casa_envoy/__init__.py index 38f1e36ba..aa543558a 100644 --- a/apps/cli/executables/pexable/casa_envoy/casa_envoy/__init__.py +++ b/apps/cli/executables/pexable/casa_envoy/casa_envoy/__init__.py @@ -18,7 +18,7 @@ """ Workspaces CASA functionality bridge """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" # The desired names for the calibration's and restore's PPR's in "restore" mode # Neither will likely be named this way at launch time, but deliver needs to be able to distinguish them for users. diff --git a/apps/cli/executables/pexable/casa_envoy/pyproject.toml b/apps/cli/executables/pexable/casa_envoy/pyproject.toml index ead804c2e..e456d3f06 100644 --- a/apps/cli/executables/pexable/casa_envoy/pyproject.toml +++ b/apps/cli/executables/pexable/casa_envoy/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "casa_envoy" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Workspaces CASA functionality bridge" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/apps/cli/executables/pexable/conveyor/conveyor/__init__.py b/apps/cli/executables/pexable/conveyor/conveyor/__init__.py index fdf3f9b50..97d5900be 100644 --- a/apps/cli/executables/pexable/conveyor/conveyor/__init__.py +++ b/apps/cli/executables/pexable/conveyor/conveyor/__init__.py @@ -18,4 +18,4 @@ """ Conveyor """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/apps/cli/executables/pexable/conveyor/pyproject.toml b/apps/cli/executables/pexable/conveyor/pyproject.toml index ce296c71a..89b7a0cd7 100644 --- a/apps/cli/executables/pexable/conveyor/pyproject.toml +++ b/apps/cli/executables/pexable/conveyor/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "conveyor" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Conveyor" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/apps/cli/executables/pexable/data_annotator/data_annotator/__init__.py b/apps/cli/executables/pexable/data_annotator/data_annotator/__init__.py index de6011125..3afd13916 100644 --- a/apps/cli/executables/pexable/data_annotator/data_annotator/__init__.py +++ b/apps/cli/executables/pexable/data_annotator/data_annotator/__init__.py @@ -18,4 +18,4 @@ """ Workspaces metrics reporter for users outside of SSA. """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/apps/cli/executables/pexable/data_annotator/pyproject.toml b/apps/cli/executables/pexable/data_annotator/pyproject.toml index bbf8abd39..e3b538330 100644 --- a/apps/cli/executables/pexable/data_annotator/pyproject.toml +++ b/apps/cli/executables/pexable/data_annotator/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "data_annotator" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Workspaces CLI tool for creating and deleting comments associated with data quality." authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/apps/cli/executables/pexable/deliver/delivery/__init__.py b/apps/cli/executables/pexable/deliver/delivery/__init__.py index c43571280..a26b90436 100644 --- a/apps/cli/executables/pexable/deliver/delivery/__init__.py +++ b/apps/cli/executables/pexable/deliver/delivery/__init__.py @@ -18,7 +18,7 @@ """ Workspaces data delivery module """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" from datetime import datetime diff --git a/apps/cli/executables/pexable/deliver/pyproject.toml b/apps/cli/executables/pexable/deliver/pyproject.toml index 85aa67537..9b86365ac 100644 --- a/apps/cli/executables/pexable/deliver/pyproject.toml +++ b/apps/cli/executables/pexable/deliver/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ssa_deliver" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Workspaces data delivery module" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/apps/cli/executables/pexable/ingest_envoy/ingest_envoy/__init__.py b/apps/cli/executables/pexable/ingest_envoy/ingest_envoy/__init__.py index 2eb035ec3..68050ac91 100644 --- a/apps/cli/executables/pexable/ingest_envoy/ingest_envoy/__init__.py +++ b/apps/cli/executables/pexable/ingest_envoy/ingest_envoy/__init__.py @@ -18,4 +18,4 @@ """ Ingest envoy """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/apps/cli/executables/pexable/ingest_envoy/pyproject.toml b/apps/cli/executables/pexable/ingest_envoy/pyproject.toml index 95a68f78b..08e909523 100644 --- a/apps/cli/executables/pexable/ingest_envoy/pyproject.toml +++ b/apps/cli/executables/pexable/ingest_envoy/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ingest_envoy" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Ingest envoy" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/apps/cli/executables/pexable/mediator/pyproject.toml b/apps/cli/executables/pexable/mediator/pyproject.toml index 3891ddfd1..524cbc246 100644 --- a/apps/cli/executables/pexable/mediator/pyproject.toml +++ b/apps/cli/executables/pexable/mediator/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ssa_mediator" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Mediator: the Workspaces intervention utility" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/apps/cli/executables/pexable/mediator/system_mediator/__init__.py b/apps/cli/executables/pexable/mediator/system_mediator/__init__.py index 5bc4a33ee..1b7aeb4d6 100644 --- a/apps/cli/executables/pexable/mediator/system_mediator/__init__.py +++ b/apps/cli/executables/pexable/mediator/system_mediator/__init__.py @@ -18,4 +18,4 @@ """ Mediator: the Workspaces intervention utility """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/apps/cli/executables/pexable/null/null/__init__.py b/apps/cli/executables/pexable/null/null/__init__.py index 90a07d055..3ce18f5e9 100644 --- a/apps/cli/executables/pexable/null/null/__init__.py +++ b/apps/cli/executables/pexable/null/null/__init__.py @@ -18,4 +18,4 @@ """ This is the null executable, a baseline test of the functionality of the Workspaces system. """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/apps/cli/executables/pexable/null/pyproject.toml b/apps/cli/executables/pexable/null/pyproject.toml index 468211f12..2a3bd3765 100644 --- a/apps/cli/executables/pexable/null/pyproject.toml +++ b/apps/cli/executables/pexable/null/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ssa_null" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "This is the null executable, a baseline test of the functionality of the Workspaces system." authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/apps/cli/executables/pexable/productfetcher/productfetcher/__init__.py b/apps/cli/executables/pexable/productfetcher/productfetcher/__init__.py index 24098fe33..de14b2a74 100644 --- a/apps/cli/executables/pexable/productfetcher/productfetcher/__init__.py +++ b/apps/cli/executables/pexable/productfetcher/productfetcher/__init__.py @@ -18,4 +18,4 @@ """ Product fetcher: retrieve products from NGAS and other places for the archive and place them on disk """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/apps/cli/executables/pexable/productfetcher/pyproject.toml b/apps/cli/executables/pexable/productfetcher/pyproject.toml index a1c078ef0..ebe0a22c5 100644 --- a/apps/cli/executables/pexable/productfetcher/pyproject.toml +++ b/apps/cli/executables/pexable/productfetcher/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "productfetcher" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Product fetcher: retrieve products from NGAS and other places for the archive and place them on disk" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/apps/cli/executables/pexable/update_stage/pyproject.toml b/apps/cli/executables/pexable/update_stage/pyproject.toml index c51ca0640..e995398ed 100644 --- a/apps/cli/executables/pexable/update_stage/pyproject.toml +++ b/apps/cli/executables/pexable/update_stage/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ssa_update_stage" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Update stage: pass status information back to workspaces over the HT Chirp protocol" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/apps/cli/executables/pexable/update_stage/update_stage/__init__.py b/apps/cli/executables/pexable/update_stage/update_stage/__init__.py index 53c956d99..4a07b4409 100644 --- a/apps/cli/executables/pexable/update_stage/update_stage/__init__.py +++ b/apps/cli/executables/pexable/update_stage/update_stage/__init__.py @@ -18,4 +18,4 @@ """ Update stage: pass status information back to workspaces over the HT Chirp protocol """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/apps/cli/executables/pexable/vela/pyproject.toml b/apps/cli/executables/pexable/vela/pyproject.toml index c4581d5b7..9eedd8df3 100644 --- a/apps/cli/executables/pexable/vela/pyproject.toml +++ b/apps/cli/executables/pexable/vela/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ssa_vela" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Workspaces CASA functionality bridge" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/apps/cli/executables/pexable/vela/vela/__init__.py b/apps/cli/executables/pexable/vela/vela/__init__.py index aa02bc9b7..1f22676e1 100644 --- a/apps/cli/executables/pexable/vela/vela/__init__.py +++ b/apps/cli/executables/pexable/vela/vela/__init__.py @@ -18,4 +18,4 @@ """ Workspaces CASA functionality bridge """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/apps/cli/executables/pexable/wf_inspector/pyproject.toml b/apps/cli/executables/pexable/wf_inspector/pyproject.toml index 8bb47e9cb..3b5274461 100644 --- a/apps/cli/executables/pexable/wf_inspector/pyproject.toml +++ b/apps/cli/executables/pexable/wf_inspector/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wf_inspector" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Command-line script that wraps the functionality of `docker exec -it` to enter our workflow Docker container" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/apps/cli/executables/pexable/wf_inspector/wf_inspector/__init__.py b/apps/cli/executables/pexable/wf_inspector/wf_inspector/__init__.py index 04d291b58..4501b37ed 100644 --- a/apps/cli/executables/pexable/wf_inspector/wf_inspector/__init__.py +++ b/apps/cli/executables/pexable/wf_inspector/wf_inspector/__init__.py @@ -16,4 +16,4 @@ # You should have received a copy of the GNU General Public License # along with Workspaces. If not, see <https://www.gnu.org/licenses/>. """wf_inspector: access a running workflow via ssh""" -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/apps/cli/executables/pexable/ws_annihilator/pyproject.toml b/apps/cli/executables/pexable/ws_annihilator/pyproject.toml index b6133180d..35e50c246 100644 --- a/apps/cli/executables/pexable/ws_annihilator/pyproject.toml +++ b/apps/cli/executables/pexable/ws_annihilator/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ws_annihilator" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Workspaces Directory Annihilator; Clean up generated products from lustre!" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/apps/cli/executables/pexable/ws_annihilator/ws_annihilator/__init__.py b/apps/cli/executables/pexable/ws_annihilator/ws_annihilator/__init__.py index 6b71ca92f..65206f097 100644 --- a/apps/cli/executables/pexable/ws_annihilator/ws_annihilator/__init__.py +++ b/apps/cli/executables/pexable/ws_annihilator/ws_annihilator/__init__.py @@ -18,4 +18,4 @@ """ Workspaces Directory Annihilator; Clean up generated products from lustre! """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/apps/cli/executables/pexable/ws_metrics/pyproject.toml b/apps/cli/executables/pexable/ws_metrics/pyproject.toml index 4354d9b74..bb0adae30 100644 --- a/apps/cli/executables/pexable/ws_metrics/pyproject.toml +++ b/apps/cli/executables/pexable/ws_metrics/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ws_metrics" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Workspaces metrics reporter for users outside of SSA." authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/apps/cli/executables/pexable/ws_metrics/ws_metrics/__init__.py b/apps/cli/executables/pexable/ws_metrics/ws_metrics/__init__.py index de6011125..3afd13916 100644 --- a/apps/cli/executables/pexable/ws_metrics/ws_metrics/__init__.py +++ b/apps/cli/executables/pexable/ws_metrics/ws_metrics/__init__.py @@ -18,4 +18,4 @@ """ Workspaces metrics reporter for users outside of SSA. """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/apps/cli/utilities/aat_wrest/aat_wrest/__init__.py b/apps/cli/utilities/aat_wrest/aat_wrest/__init__.py index 61c7c587d..c747a5ce4 100644 --- a/apps/cli/utilities/aat_wrest/aat_wrest/__init__.py +++ b/apps/cli/utilities/aat_wrest/aat_wrest/__init__.py @@ -18,4 +18,4 @@ """ AAT Wrest: Workspaces-to-Archive metadata retriever """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/apps/cli/utilities/aat_wrest/pyproject.toml b/apps/cli/utilities/aat_wrest/pyproject.toml index 4f4aa739a..59830e990 100644 --- a/apps/cli/utilities/aat_wrest/pyproject.toml +++ b/apps/cli/utilities/aat_wrest/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "aat_wrest" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "AAT Wrest: Workspaces-to-Archive metadata retriever" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/apps/cli/utilities/contacts_wrest/contacts_wrest/__init__.py b/apps/cli/utilities/contacts_wrest/contacts_wrest/__init__.py index ab40d3b60..dbbbb4c13 100644 --- a/apps/cli/utilities/contacts_wrest/contacts_wrest/__init__.py +++ b/apps/cli/utilities/contacts_wrest/contacts_wrest/__init__.py @@ -18,4 +18,4 @@ """ Contact information wrester """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/apps/cli/utilities/contacts_wrest/pyproject.toml b/apps/cli/utilities/contacts_wrest/pyproject.toml index f5eb7dbf3..32c440944 100644 --- a/apps/cli/utilities/contacts_wrest/pyproject.toml +++ b/apps/cli/utilities/contacts_wrest/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "contacts_wrest" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Contact information wrester" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/apps/cli/utilities/core_sampler/core_sampler/__init__.py b/apps/cli/utilities/core_sampler/core_sampler/__init__.py index cd3cfab6e..28f21e341 100644 --- a/apps/cli/utilities/core_sampler/core_sampler/__init__.py +++ b/apps/cli/utilities/core_sampler/core_sampler/__init__.py @@ -18,4 +18,4 @@ """ Workspaces database core sampler """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/apps/cli/utilities/core_sampler/pyproject.toml b/apps/cli/utilities/core_sampler/pyproject.toml index 6aa8878b8..3b4501786 100644 --- a/apps/cli/utilities/core_sampler/pyproject.toml +++ b/apps/cli/utilities/core_sampler/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "core_sampler" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Workspaces database core sampler" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/apps/cli/utilities/wf_monitor/poetry.lock b/apps/cli/utilities/wf_monitor/poetry.lock index 6f605f528..0b366c56c 100644 --- a/apps/cli/utilities/wf_monitor/poetry.lock +++ b/apps/cli/utilities/wf_monitor/poetry.lock @@ -469,7 +469,7 @@ tests = ["pytest", "pytz", "simplejson"] [[package]] name = "messaging" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "SSA Messaging is an AMQP-based asynchronous messaging system based on passing simple Python objects as JSON." optional = false python-versions = "~3.10" @@ -777,7 +777,7 @@ files = [ [[package]] name = "workspaces" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "SSA Workspaces shared library" optional = false python-versions = "~3.10" diff --git a/apps/cli/utilities/wf_monitor/pyproject.toml b/apps/cli/utilities/wf_monitor/pyproject.toml index 51e896e49..049b159fb 100644 --- a/apps/cli/utilities/wf_monitor/pyproject.toml +++ b/apps/cli/utilities/wf_monitor/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wf_monitor" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Workflow monitor that reads in HTCondor logs and translates them into AMQP events" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/apps/cli/utilities/wf_monitor/wf_monitor/__init__.py b/apps/cli/utilities/wf_monitor/wf_monitor/__init__.py index 42a5fd570..fb62ca13c 100644 --- a/apps/cli/utilities/wf_monitor/wf_monitor/__init__.py +++ b/apps/cli/utilities/wf_monitor/wf_monitor/__init__.py @@ -18,4 +18,4 @@ """ Workflow monitor that reads in HTCondor logs and translates them into AMQP events """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/services/capability/capability/__init__.py b/services/capability/capability/__init__.py index 69fbf03d4..188bcda2f 100644 --- a/services/capability/capability/__init__.py +++ b/services/capability/capability/__init__.py @@ -18,4 +18,4 @@ """ Capability: the Workspaces Capability Service """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/services/capability/poetry.lock b/services/capability/poetry.lock index dc6460249..2147954f1 100644 --- a/services/capability/poetry.lock +++ b/services/capability/poetry.lock @@ -2,7 +2,7 @@ [[package]] name = "aat-wrest" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "AAT Wrest: Workspaces-to-Archive metadata retriever" optional = false python-versions = "~3.10" @@ -285,7 +285,7 @@ files = [ [[package]] name = "contacts-wrest" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Contact information wrester" optional = false python-versions = "~3.10" @@ -808,7 +808,7 @@ tests = ["pytest", "pytz", "simplejson"] [[package]] name = "messaging" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "SSA Messaging is an AMQP-based asynchronous messaging system based on passing simple Python objects as JSON." optional = false python-versions = "~3.10" @@ -1560,7 +1560,7 @@ testing = ["coverage", "pytest (>=3.1.0)", "pytest-cov", "pytest-xdist"] [[package]] name = "workspaces" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "SSA Workspaces shared library" optional = false python-versions = "~3.10" diff --git a/services/capability/pyproject.toml b/services/capability/pyproject.toml index 70f4eddbe..fd6ee95be 100644 --- a/services/capability/pyproject.toml +++ b/services/capability/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "capability" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Capability: the Workspaces Capability Service" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/services/capability/swagger-schema.yaml b/services/capability/swagger-schema.yaml index bd2f4d1bd..a7f3ee243 100644 --- a/services/capability/swagger-schema.yaml +++ b/services/capability/swagger-schema.yaml @@ -1,7 +1,7 @@ swagger: "2.0" info: description: "Capability service for the SSA Workspaces project" - version: "2.8.5.1.dev1" + version: "2.8.5.1rc1" title: "Capability Service" contact: email: "dms-ssa@nrao.edu" diff --git a/services/notification/notification/__init__.py b/services/notification/notification/__init__.py index 271f44adb..9b0e16511 100644 --- a/services/notification/notification/__init__.py +++ b/services/notification/notification/__init__.py @@ -18,4 +18,4 @@ """ The Workspaces notification service """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/services/notification/poetry.lock b/services/notification/poetry.lock index 25c99561a..474bf6f81 100644 --- a/services/notification/poetry.lock +++ b/services/notification/poetry.lock @@ -709,7 +709,7 @@ tests = ["pytest", "pytz", "simplejson"] [[package]] name = "messaging" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "SSA Messaging is an AMQP-based asynchronous messaging system based on passing simple Python objects as JSON." optional = false python-versions = "~3.10" @@ -1338,7 +1338,7 @@ testing = ["coverage", "pytest (>=3.1.0)", "pytest-cov", "pytest-xdist"] [[package]] name = "workspaces" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "SSA Workspaces shared library" optional = false python-versions = "~3.10" diff --git a/services/notification/pyproject.toml b/services/notification/pyproject.toml index ba0a9a8ec..434cfb07d 100644 --- a/services/notification/pyproject.toml +++ b/services/notification/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "notification" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "The SSA notification service" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/services/notification/swagger-schema.yaml b/services/notification/swagger-schema.yaml index 936746ae0..0a2d92522 100644 --- a/services/notification/swagger-schema.yaml +++ b/services/notification/swagger-schema.yaml @@ -1,7 +1,7 @@ swagger: "2.0" info: description: "SSA Notification service" - version: "2.8.5.1.dev1" + version: "2.8.5.1rc1" title: "Notification Service" contact: email: "dms-ssa@nrao.edu" diff --git a/services/workflow/gitlab-requirements.txt b/services/workflow/gitlab-requirements.txt index 18f738369..6c2f4ed6c 100644 --- a/services/workflow/gitlab-requirements.txt +++ b/services/workflow/gitlab-requirements.txt @@ -1,14 +1,14 @@ # Pex requirements pulled from gitlab -carta-envoy==2.8.5.1.dev1 -casa-envoy==2.8.5.1.dev1 -conveyor==2.8.5.1.dev1 -ssa-deliver==2.8.5.1.dev1 -ingest-envoy==2.8.5.1.dev1 -ssa-mediator==2.8.5.1.dev1 -ssa-null==2.8.5.1.dev1 -productfetcher==2.8.5.1.dev1 -ssa-update-stage==2.8.5.1.dev1 -ssa-vela==2.8.5.1.dev1 -wf-inspector==2.8.5.1.dev1 -ws-annihilator==2.8.5.1.dev1 -ws-metrics==2.8.5.1.dev1 +carta-envoy==2.8.5.1rc1 +casa-envoy==2.8.5.1rc1 +conveyor==2.8.5.1rc1 +ssa-deliver==2.8.5.1rc1 +ingest-envoy==2.8.5.1rc1 +ssa-mediator==2.8.5.1rc1 +ssa-null==2.8.5.1rc1 +productfetcher==2.8.5.1rc1 +ssa-update-stage==2.8.5.1rc1 +ssa-vela==2.8.5.1rc1 +wf-inspector==2.8.5.1rc1 +ws-annihilator==2.8.5.1rc1 +ws-metrics==2.8.5.1rc1 diff --git a/services/workflow/poetry.lock b/services/workflow/poetry.lock index a602d7572..dcaae779e 100644 --- a/services/workflow/poetry.lock +++ b/services/workflow/poetry.lock @@ -2,7 +2,7 @@ [[package]] name = "aat-wrest" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "AAT Wrest: Workspaces-to-Archive metadata retriever" optional = false python-versions = "~3.10" @@ -202,7 +202,7 @@ files = [ [[package]] name = "contacts-wrest" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Contact information wrester" optional = false python-versions = "~3.10" @@ -648,7 +648,7 @@ tests = ["pytest", "pytz", "simplejson"] [[package]] name = "messaging" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "SSA Messaging is an AMQP-based asynchronous messaging system based on passing simple Python objects as JSON." optional = false python-versions = "~3.10" @@ -1360,7 +1360,7 @@ testing = ["coverage", "pytest (>=3.1.0)", "pytest-cov", "pytest-xdist"] [[package]] name = "wf-monitor" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Workflow monitor that reads in HTCondor logs and translates them into AMQP events" optional = false python-versions = "~3.10" @@ -1377,7 +1377,7 @@ url = "../../apps/cli/utilities/wf_monitor" [[package]] name = "workspaces" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "SSA Workspaces shared library" optional = false python-versions = "~3.10" diff --git a/services/workflow/pyproject.toml b/services/workflow/pyproject.toml index 29d7c7875..2b4d431fe 100644 --- a/services/workflow/pyproject.toml +++ b/services/workflow/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workflow" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "Workflow: the Workspaces Workflow Service" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/services/workflow/swagger-schema.yaml b/services/workflow/swagger-schema.yaml index 734d86fcb..f80227caa 100644 --- a/services/workflow/swagger-schema.yaml +++ b/services/workflow/swagger-schema.yaml @@ -1,7 +1,7 @@ swagger: "2.0" info: description: "Workflow service for the SSA Workspaces project" - version: "2.8.5.1.dev1" + version: "2.8.5.1rc1" title: "Workflow Service" contact: email: "dms-ssa@nrao.edu" diff --git a/services/workflow/workflow/__init__.py b/services/workflow/workflow/__init__.py index 58034b540..5adb4e73b 100644 --- a/services/workflow/workflow/__init__.py +++ b/services/workflow/workflow/__init__.py @@ -18,4 +18,4 @@ """ Workflow: the Workspaces Workflow Service """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/shared/messaging/messaging/__init__.py b/shared/messaging/messaging/__init__.py index 9749b0372..875fe229c 100644 --- a/shared/messaging/messaging/__init__.py +++ b/shared/messaging/messaging/__init__.py @@ -19,4 +19,4 @@ SSA Messaging is an AMQP-based asynchronous messaging system based on passing simple Python objects as JSON. """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" diff --git a/shared/messaging/pyproject.toml b/shared/messaging/pyproject.toml index 98567a6e2..0bb192e9c 100644 --- a/shared/messaging/pyproject.toml +++ b/shared/messaging/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "messaging" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "SSA Messaging is an AMQP-based asynchronous messaging system based on passing simple Python objects as JSON." authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/shared/workspaces/pyproject.toml b/shared/workspaces/pyproject.toml index b6043abb4..5cf3e0de0 100644 --- a/shared/workspaces/pyproject.toml +++ b/shared/workspaces/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workspaces" -version = "2.8.5.1.dev1" +version = "2.8.5.1rc1" description = "SSA Workspaces shared library" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/shared/workspaces/workspaces/__init__.py b/shared/workspaces/workspaces/__init__.py index 4b5706b42..74267e63d 100644 --- a/shared/workspaces/workspaces/__init__.py +++ b/shared/workspaces/workspaces/__init__.py @@ -18,4 +18,4 @@ """ SSA Workspaces shared library """ -__version__ = "2.8.5.1.dev1" +__version__ = "2.8.5.1rc1" -- GitLab