diff --git a/.bumpversion.toml b/.bumpversion.toml index 7bcb6b2b775a03791bb02ed1964c573d68d70538..4cafa2b913acc61a7fa36f904a1567d81e45cc6d 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.2.3rc1" +current_version = "2.8.3dev1" 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 63da2b63e1371191e072af2a2b326023af4cbc37..c07fd690dbf31e8cac70a76ccb0ed8c6c4d0a136 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.2.3rc1 + RELEASE_VERSION: 2.8.3dev1 image: docker:19.03.12 diff --git a/apps/cli/executables/go/spelunker/main.go b/apps/cli/executables/go/spelunker/main.go index e30732cf0f58de98a9269585b81b920cfb06becd..35b7940f53ffd20c8e1884ad300c12e81b2bf091 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.2.3rc1") + log.Println("2.8.3dev1") 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 3f2d9c4ae37fdca3d9990d66d048e84a9f1eb03c..c19038890fd66c7a59df7e88c43611ae1c04417c 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.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/apps/cli/executables/pexable/carta_envoy/pyproject.toml b/apps/cli/executables/pexable/carta_envoy/pyproject.toml index d690e98478def575a84feb6fbcd141071b2567d0..05578c7b7de9d336cf357bf5adf032f92fbb5c00 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.2.3rc1" +version = "2.8.3dev1" 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 f598851ae8f0b4cd7348668e43bfb899af241df0..c93b059c8d8ee81b7ca53f203176bd3d91da2a17 100644 --- a/apps/cli/executables/pexable/casa_envoy/casa_envoy/__init__.py +++ b/apps/cli/executables/pexable/casa_envoy/casa_envoy/__init__.py @@ -18,4 +18,4 @@ """ Workspaces CASA functionality bridge """ -__version__ = "2.8.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/apps/cli/executables/pexable/casa_envoy/pyproject.toml b/apps/cli/executables/pexable/casa_envoy/pyproject.toml index 0393fa2c553183ffe5be60eae215ba5a92b06743..9cad22903a15601ee23dab9bdfcc36e478aefd2c 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.2.3rc1" +version = "2.8.3dev1" 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 57aed3577af990baa9cbfc59dfea1870c0b2cc83..8da3537ff460eb84f66cd16616b97be427e19110 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.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/apps/cli/executables/pexable/conveyor/pyproject.toml b/apps/cli/executables/pexable/conveyor/pyproject.toml index 588b766589e0953dad12cbf44b9f915bb4bec74a..20dcf67dabdc632167743dcbb0c98347103bd77d 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.2.3rc1" +version = "2.8.3dev1" 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 0f2d42562a9caac9ddc426344cf8929d8478e0a4..7283c5073a4e8167824184a1d3fb55203a847ca7 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.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/apps/cli/executables/pexable/data_annotator/pyproject.toml b/apps/cli/executables/pexable/data_annotator/pyproject.toml index 6a53d46e05028cd93b0c38064b8f012dae8e9a61..737ca9a3e8096d8695f3543889b8ab36cbd86ce5 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.2.3rc1" +version = "2.8.3dev1" 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 9af98d6d8d0d63e7b378165aa8da3ccd4092f240..ec6aca8bd02b99e759770c21cc59f71ab3807276 100644 --- a/apps/cli/executables/pexable/deliver/delivery/__init__.py +++ b/apps/cli/executables/pexable/deliver/delivery/__init__.py @@ -18,4 +18,4 @@ """ Workspaces data delivery module """ -__version__ = "2.8.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/apps/cli/executables/pexable/deliver/pyproject.toml b/apps/cli/executables/pexable/deliver/pyproject.toml index 82c8dcc857e253ce0883f9cb1515ad6744ce9b85..ff671c78146048f358856ef5f1215ad7a1f2cd9d 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.2.3rc1" +version = "2.8.3dev1" 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 d27e1980979a73905a89ad32939829c4c8622ec5..c362b5cbfa7353059073db67b3f7ad32d9aa9497 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.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/apps/cli/executables/pexable/ingest_envoy/pyproject.toml b/apps/cli/executables/pexable/ingest_envoy/pyproject.toml index 3aa28117c361ce567d8e429e89689a8570f36b4e..e731292e904418e1f387befd419d15c23478e3a3 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.2.3rc1" +version = "2.8.3dev1" 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 1203d0a3977af3f7022d5bba18bd4bc91912b7b5..a8cb3ae0e91fb780fb7fa09cb329ba2994ff042d 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.2.3rc1" +version = "2.8.3dev1" 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 9bdb4c6936f757f6f92e65a8a94b161e10373f57..4ad3cfb523ca1af88d4601db5d4226437dbece1a 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.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/apps/cli/executables/pexable/null/null/__init__.py b/apps/cli/executables/pexable/null/null/__init__.py index 32fd06ce2114c79785dd03cdc5d1cd07cedc30ca..e950fed5e62498f8ffa21b8e7682dc6f720cb3e2 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.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/apps/cli/executables/pexable/null/pyproject.toml b/apps/cli/executables/pexable/null/pyproject.toml index de840291e3ec52304f3f467a88aa56044230e6be..b641076ec7ecef2bccdd263ccde273d0e8e5d94a 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.2.3rc1" +version = "2.8.3dev1" 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 8a12b90896947c2f8ff1821803de9a162f3f7a19..ddf8d51c7e80bd81c6204091e5603f437799a63a 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.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/apps/cli/executables/pexable/productfetcher/pyproject.toml b/apps/cli/executables/pexable/productfetcher/pyproject.toml index 41eba059fe80db91587d8b06729bb323f1f30866..4a31d409ea98d717c61cfc77f17c406c75a74611 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.2.3rc1" +version = "2.8.3dev1" 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 317557a2bdb1c2ab0cd92fdbd4a55cee26cf8f65..5df2611418d8c318b0fb492eb238a0abc8eb049d 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.2.3rc1" +version = "2.8.3dev1" 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 efc2330e5b8f502196dd6947a3a47f6ba64af253..831987346bbb2e1e4f3843acbb29779f3f6ae1e5 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.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/apps/cli/executables/pexable/vela/pyproject.toml b/apps/cli/executables/pexable/vela/pyproject.toml index f78a550d604b36eca07642b2aa80ea587717fe0c..33dcbf895a8bdd46dbd0048f6ce1e71ecffda499 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.2.3rc1" +version = "2.8.3dev1" 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 f598851ae8f0b4cd7348668e43bfb899af241df0..c93b059c8d8ee81b7ca53f203176bd3d91da2a17 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.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/apps/cli/executables/pexable/wf_inspector/pyproject.toml b/apps/cli/executables/pexable/wf_inspector/pyproject.toml index a937054feb8ffdded5ee119d10ac5a5bc99857f3..85bdaea3c497cfe3ef7034b16739fd81074a52e2 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.2.3rc1" +version = "2.8.3dev1" 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 893c8d443dc8d76b5c0e92941d40ddf351421c8b..9f6d00bc993a447663b30d38861b9763290c7352 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.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/apps/cli/executables/pexable/ws_annihilator/pyproject.toml b/apps/cli/executables/pexable/ws_annihilator/pyproject.toml index cb5b8cfd825050698a7831e9a5553334d3708ddd..c8cc3f84cd374d9af81de15b9726b6e87bf5a27e 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.2.3rc1" +version = "2.8.3dev1" 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 cd738431c5a05aa1dd91c7c7d49a46b3a4d9e2ca..2fef4a12c646db7ca595c1019b62749a746a3d88 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.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/apps/cli/executables/pexable/ws_metrics/pyproject.toml b/apps/cli/executables/pexable/ws_metrics/pyproject.toml index 2b9ac8ef9fd90fd5f79980502e12c3dc8df54ccb..b3c9717bb2aca1b774eb0300e8406f19622bccc6 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.2.3rc1" +version = "2.8.3dev1" 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 0f2d42562a9caac9ddc426344cf8929d8478e0a4..7283c5073a4e8167824184a1d3fb55203a847ca7 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.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/apps/cli/utilities/aat_wrest/aat_wrest/__init__.py b/apps/cli/utilities/aat_wrest/aat_wrest/__init__.py index 831285115d2b5932564bb7c74717c6672d71b28a..dc859c1d2b80fe872ab23364926efb2d9332b1fc 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.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/apps/cli/utilities/aat_wrest/pyproject.toml b/apps/cli/utilities/aat_wrest/pyproject.toml index 7a62252e2ad1ccef86c67c709ba6ec10ef346df1..d6a006bc3a1e4e8b984ce862ccf52935d76d8c98 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.2.3rc1" +version = "2.8.3dev1" 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 fbd3c3af367113bce04fa05316d78960ec57803d..19bc1d0cc1aa8580861758a0ceeca5911a1ec5f2 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.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/apps/cli/utilities/contacts_wrest/pyproject.toml b/apps/cli/utilities/contacts_wrest/pyproject.toml index 4e76f0f28a831db9f78c95af0ee8cb5e06c44d2e..aa3fdc269a727c690176c4f1db9c9f513c227403 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.2.3rc1" +version = "2.8.3dev1" 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 1aa7b49b0da2558aba14f8e88440fdd3f9916243..6963ed1680c6050cd586b676dd0e05d3ffde03ca 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.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/apps/cli/utilities/core_sampler/pyproject.toml b/apps/cli/utilities/core_sampler/pyproject.toml index 427edd575f0d61c236eb126f5ab2d5f682d045d2..c257966a9c09ce71141fc85ca4c867aeb1833919 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.2.3rc1" +version = "2.8.3dev1" 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 dfe1be5abbef91ab0d1db4bcdef8c0a26a2a1170..b1d9b6be94ab60f70cd649b4f16bb31b239ae812 100644 --- a/apps/cli/utilities/wf_monitor/poetry.lock +++ b/apps/cli/utilities/wf_monitor/poetry.lock @@ -383,7 +383,7 @@ tests = ["pytest", "pytz", "simplejson"] [[package]] name = "messaging" -version = "2.8.2.3rc1" +version = "2.8.3dev1" description = "SSA Messaging is an AMQP-based asynchronous messaging system based on passing simple Python objects as JSON." optional = false python-versions = "~3.10" @@ -706,7 +706,7 @@ files = [ [[package]] name = "workspaces" -version = "2.8.2.3rc1" +version = "2.8.3dev1" 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 ff493116e21f2769306467aceb670df742b29734..587763ff14bc56883cdd5a212b08b85d206f6cb6 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.2.3rc1" +version = "2.8.3dev1" 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 e4c76039a8746948822452177ce77325cf9f0320..21ceea860b5ed379be732ee090d53dec47edc70f 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.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/services/capability/capability/__init__.py b/services/capability/capability/__init__.py index 987e0746386364d311b3a27cccc3e85e722ac33f..01258e216c55276eedf2097fff6a2d55eb696a06 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.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/services/capability/poetry.lock b/services/capability/poetry.lock index eaba29551cf09f71b3214098682368a785970e2d..8724d565f1abe8a231fc0ff33e65664878d5159e 100644 --- a/services/capability/poetry.lock +++ b/services/capability/poetry.lock @@ -2,7 +2,7 @@ [[package]] name = "aat-wrest" -version = "2.8.2.3rc1" +version = "2.8.3dev1" description = "AAT Wrest: Workspaces-to-Archive metadata retriever" optional = false python-versions = "~3.10" @@ -630,7 +630,7 @@ tests = ["pytest", "pytz", "simplejson"] [[package]] name = "messaging" -version = "2.8.2.3rc1" +version = "2.8.3dev1" description = "SSA Messaging is an AMQP-based asynchronous messaging system based on passing simple Python objects as JSON." optional = false python-versions = "~3.10" @@ -1341,7 +1341,7 @@ testing = ["coverage", "pytest (>=3.1.0)", "pytest-cov", "pytest-xdist"] [[package]] name = "workspaces" -version = "2.8.2.3rc1" +version = "2.8.3dev1" description = "SSA Workspaces shared library" optional = false python-versions = "~3.10" diff --git a/services/capability/pyproject.toml b/services/capability/pyproject.toml index 71a58ce33adf4c582f4dc0090fa6283c2489c844..0c951fef3902a0e5737bc1bd699226dc605f24f7 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.2.3rc1" +version = "2.8.3dev1" description = "Capability: the Workspaces Capability Service" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/services/notification/notification/__init__.py b/services/notification/notification/__init__.py index 13b7c3b048969ce81f7964fb1dba211f01805e5f..e4418fb98e3be09ca0e6f020ae27b37c079ddabc 100644 --- a/services/notification/notification/__init__.py +++ b/services/notification/notification/__init__.py @@ -18,4 +18,4 @@ """ The Workspaces notification service """ -__version__ = "2.8.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/services/notification/poetry.lock b/services/notification/poetry.lock index 6ae9cf7739ef3429f5b9f90c9cc5ab98f1252e04..1fab5186958f7c68df6a234983c48ba716f59426 100644 --- a/services/notification/poetry.lock +++ b/services/notification/poetry.lock @@ -1154,7 +1154,7 @@ testing = ["coverage", "pytest (>=3.1.0)", "pytest-cov", "pytest-xdist"] [[package]] name = "workspaces" -version = "2.8.2.3rc1" +version = "2.8.3dev1" description = "SSA Workspaces shared library" optional = false python-versions = "~3.10" diff --git a/services/notification/pyproject.toml b/services/notification/pyproject.toml index 4abd4fd805c07e76e19700215a37a92fc443ab9b..0fc39d362ece2259704b065007cab54790db818d 100644 --- a/services/notification/pyproject.toml +++ b/services/notification/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "notification" -version = "2.8.2.3rc1" +version = "2.8.3dev1" description = "The SSA notification service" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/services/workflow/gitlab-requirements.txt b/services/workflow/gitlab-requirements.txt index 79dd0e9fc7d740545a5240849d72b054b5a967f6..e41dacb261805f4dbc18aaee01e67979d07d49ae 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.2.3rc1 -casa-envoy==2.8.2.3rc1 -conveyor==2.8.2.3rc1 -ssa-deliver==2.8.2.3rc1 -ingest-envoy==2.8.2.3rc1 -ssa-mediator==2.8.2.3rc1 -ssa-null==2.8.2.3rc1 -productfetcher==2.8.2.3rc1 -ssa-update-stage==2.8.2.3rc1 -ssa-vela==2.8.2.3rc1 -wf-inspector==2.8.2.3rc1 -ws-annihilator==2.8.2.3rc1 -ws-metrics==2.8.2.3rc1 +carta-envoy==2.8.3dev1 +casa-envoy==2.8.3dev1 +conveyor==2.8.3dev1 +ssa-deliver==2.8.3dev1 +ingest-envoy==2.8.3dev1 +ssa-mediator==2.8.3dev1 +ssa-null==2.8.3dev1 +productfetcher==2.8.3dev1 +ssa-update-stage==2.8.3dev1 +ssa-vela==2.8.3dev1 +wf-inspector==2.8.3dev1 +ws-annihilator==2.8.3dev1 +ws-metrics==2.8.3dev1 diff --git a/services/workflow/poetry.lock b/services/workflow/poetry.lock index 66499981c5f9222d77d35b39de5eb6b0852603ec..7cb94293fe56bda97ea440dd2b856e02007bff2f 100644 --- a/services/workflow/poetry.lock +++ b/services/workflow/poetry.lock @@ -503,7 +503,7 @@ tests = ["pytest", "pytz", "simplejson"] [[package]] name = "messaging" -version = "2.8.2.3rc1" +version = "2.8.3dev1" description = "SSA Messaging is an AMQP-based asynchronous messaging system based on passing simple Python objects as JSON." optional = false python-versions = "~3.10" @@ -1104,7 +1104,7 @@ testing = ["coverage", "pytest (>=3.1.0)", "pytest-cov", "pytest-xdist"] [[package]] name = "workspaces" -version = "2.8.2.3rc1" +version = "2.8.3dev1" description = "SSA Workspaces shared library" optional = false python-versions = "~3.10" diff --git a/services/workflow/pyproject.toml b/services/workflow/pyproject.toml index 9f595569d0e8c6c66a01f17e3f10a9660abb280b..bb9b8a612cdedc834912f6c5a78c43099f3f3379 100644 --- a/services/workflow/pyproject.toml +++ b/services/workflow/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workflow" -version = "2.8.2.3rc1" +version = "2.8.3dev1" description = "Workflow: the Workspaces Workflow Service" authors = ["DMS SSA <dms-ssa@nrao.edu>"] license = "GPL3+" diff --git a/services/workflow/workflow/__init__.py b/services/workflow/workflow/__init__.py index ba83a4e4e450f255c617a6aaf6e4dda42f0b96a9..cc5c0b6bdef8b5a9d46d75049c6706ba3f99b031 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.2.3rc1" +__version__ = "2.8.3dev1" diff --git a/shared/messaging/pyproject.toml b/shared/messaging/pyproject.toml index a48329512df453c89ad84692ec460d708badd3f8..8ecc6107d4cb0e96713393e6eb113c54d324f29d 100644 --- a/shared/messaging/pyproject.toml +++ b/shared/messaging/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "messaging" -version = "2.8.2.3rc1" +version = "2.8.3dev1" 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 111f50179270da62932b039b70ce5c42fbbfcac2..c3e65ac440407b64574df7ce0bb88de12c951211 100644 --- a/shared/workspaces/pyproject.toml +++ b/shared/workspaces/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workspaces" -version = "2.8.2.3rc1" +version = "2.8.3dev1" 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 78186a00c47e3fbeaa74f06a48a07a2d2d647f38..324b24c32d70c74d09fa1bac4f69bbc44387fda3 100644 --- a/shared/workspaces/workspaces/__init__.py +++ b/shared/workspaces/workspaces/__init__.py @@ -18,4 +18,4 @@ """ SSA Workspaces shared library """ -__version__ = "2.8.2.3rc1" +__version__ = "2.8.3dev1"