diff --git a/.bumpversion.toml b/.bumpversion.toml index 03dcaaadf294aeb55807ee60ad214a8d9ebde9ed..7c0ea243e5582ad6dea04b823548eb9a972148eb 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.3dev1" +current_version = "2.8.3.dev1" parse = """(?x) (?P<major>0|[1-9]\\d*)\\. (?P<minor>0|[1-9]\\d*)\\. @@ -25,7 +25,7 @@ allow_dirty = true ignore_missing_version = true [tool.bumpversion.parts.pre_l] -values = ["dev", "rc", "final"] +values = [".dev", "rc", "final"] # Python Versioning: https://packaging.python.org/en/latest/specifications/version-specifiers/#version-specifiers optional_value = "final" [tool.bumpversion.parts.pre_n] diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c07fd690dbf31e8cac70a76ccb0ed8c6c4d0a136..fa0b4fa6249d7605619f1d21a6060e38afef2063 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.3dev1 + RELEASE_VERSION: 2.8.3.dev1 image: docker:19.03.12 diff --git a/apps/cli/executables/go/spelunker/main.go b/apps/cli/executables/go/spelunker/main.go index 35b7940f53ffd20c8e1884ad300c12e81b2bf091..003ca8a42f33e9a94082362bd1400f9d373b708b 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.3dev1") + log.Println("2.8.3.dev1") 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 c19038890fd66c7a59df7e88c43611ae1c04417c..ba0cef427dd3cb6f9ac44cc98b05151aa297a509 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/apps/cli/executables/pexable/carta_envoy/pyproject.toml b/apps/cli/executables/pexable/carta_envoy/pyproject.toml index 05578c7b7de9d336cf357bf5adf032f92fbb5c00..474a6992cf0a5c816953ac9597894787a09b6836 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.3dev1" +version = "2.8.3.dev1" 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 c93b059c8d8ee81b7ca53f203176bd3d91da2a17..d814e78e5e0215f3de5b267f88a5748f07433817 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/apps/cli/executables/pexable/casa_envoy/pyproject.toml b/apps/cli/executables/pexable/casa_envoy/pyproject.toml index 9cad22903a15601ee23dab9bdfcc36e478aefd2c..6f5cbd09e4a14d2176feb8aa7ef5ac0ea105e0cc 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.3dev1" +version = "2.8.3.dev1" 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 8da3537ff460eb84f66cd16616b97be427e19110..d5489caa96a13243ede6e5dfe01efaae884cb164 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/apps/cli/executables/pexable/conveyor/pyproject.toml b/apps/cli/executables/pexable/conveyor/pyproject.toml index 20dcf67dabdc632167743dcbb0c98347103bd77d..cc5e820b26d6b956843f2c6fb558e35e059bb854 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.3dev1" +version = "2.8.3.dev1" 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 7283c5073a4e8167824184a1d3fb55203a847ca7..a91a3e0284a3ffd269a84407295a6d074ae75ebd 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/apps/cli/executables/pexable/data_annotator/pyproject.toml b/apps/cli/executables/pexable/data_annotator/pyproject.toml index 737ca9a3e8096d8695f3543889b8ab36cbd86ce5..a4979e0245076c481dee910caf79ee2e40c3897a 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.3dev1" +version = "2.8.3.dev1" 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 ec6aca8bd02b99e759770c21cc59f71ab3807276..02caac98baa050f45ea8b4afadcf816a3c7d2676 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/apps/cli/executables/pexable/deliver/pyproject.toml b/apps/cli/executables/pexable/deliver/pyproject.toml index ff671c78146048f358856ef5f1215ad7a1f2cd9d..7be92c68b311af3e9e04c50d2db4856757fed1b1 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.3dev1" +version = "2.8.3.dev1" 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 c362b5cbfa7353059073db67b3f7ad32d9aa9497..0b27f12a4492b966b9b39bdf500b51ced090a482 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/apps/cli/executables/pexable/ingest_envoy/pyproject.toml b/apps/cli/executables/pexable/ingest_envoy/pyproject.toml index e731292e904418e1f387befd419d15c23478e3a3..7a1abd9985c7de39dc862c272b4060157192c895 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.3dev1" +version = "2.8.3.dev1" 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 a8cb3ae0e91fb780fb7fa09cb329ba2994ff042d..e5909d17507ea0475057dfba626525cadcb54b06 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.3dev1" +version = "2.8.3.dev1" 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 4ad3cfb523ca1af88d4601db5d4226437dbece1a..1bd0f9ec144c1dffb935b5ff0c33a7868f1eb0be 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/apps/cli/executables/pexable/null/null/__init__.py b/apps/cli/executables/pexable/null/null/__init__.py index e950fed5e62498f8ffa21b8e7682dc6f720cb3e2..91be90fa3f54a8bdb0071cef580e64cc529da2f5 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/apps/cli/executables/pexable/null/pyproject.toml b/apps/cli/executables/pexable/null/pyproject.toml index b641076ec7ecef2bccdd263ccde273d0e8e5d94a..d0c5293d4a2a4f679e80b1d43f2d55d68593c3c3 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.3dev1" +version = "2.8.3.dev1" 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 ddf8d51c7e80bd81c6204091e5603f437799a63a..87413c5ee15a3da5720ea15421b20375bcab81b9 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/apps/cli/executables/pexable/productfetcher/pyproject.toml b/apps/cli/executables/pexable/productfetcher/pyproject.toml index 4a31d409ea98d717c61cfc77f17c406c75a74611..30b3f69d84354c7ea0951fb8cd89194fef32bcf6 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.3dev1" +version = "2.8.3.dev1" 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 5df2611418d8c318b0fb492eb238a0abc8eb049d..5e4ea1d4770a795a8b339f7b258788ed2436ae22 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.3dev1" +version = "2.8.3.dev1" 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 831987346bbb2e1e4f3843acbb29779f3f6ae1e5..a90bd5d67e7831d5a7e4379b8543c6f3eb7de2be 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/apps/cli/executables/pexable/vela/pyproject.toml b/apps/cli/executables/pexable/vela/pyproject.toml index 33dcbf895a8bdd46dbd0048f6ce1e71ecffda499..2e7f3d193f2dde9a823e16dbe81e6088933b40b7 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.3dev1" +version = "2.8.3.dev1" 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 c93b059c8d8ee81b7ca53f203176bd3d91da2a17..d814e78e5e0215f3de5b267f88a5748f07433817 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/apps/cli/executables/pexable/wf_inspector/pyproject.toml b/apps/cli/executables/pexable/wf_inspector/pyproject.toml index 85bdaea3c497cfe3ef7034b16739fd81074a52e2..280804d5b101bc4ca1e690e0886c00b17f284876 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.3dev1" +version = "2.8.3.dev1" 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 9f6d00bc993a447663b30d38861b9763290c7352..9e3ea4f24b5ba9316523807c7d386e9b762e0902 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/apps/cli/executables/pexable/ws_annihilator/pyproject.toml b/apps/cli/executables/pexable/ws_annihilator/pyproject.toml index c8cc3f84cd374d9af81de15b9726b6e87bf5a27e..5ccfa84031fe3203761263f46d83fb00a8bf5c03 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.3dev1" +version = "2.8.3.dev1" 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 2fef4a12c646db7ca595c1019b62749a746a3d88..3036b3069ae643106967ffbfb71a7c225f36efdc 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/apps/cli/executables/pexable/ws_metrics/pyproject.toml b/apps/cli/executables/pexable/ws_metrics/pyproject.toml index b3c9717bb2aca1b774eb0300e8406f19622bccc6..444c3b37facfe830fbb3d575cb8add3db0fd7a83 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.3dev1" +version = "2.8.3.dev1" 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 7283c5073a4e8167824184a1d3fb55203a847ca7..a91a3e0284a3ffd269a84407295a6d074ae75ebd 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/apps/cli/utilities/aat_wrest/aat_wrest/__init__.py b/apps/cli/utilities/aat_wrest/aat_wrest/__init__.py index dc859c1d2b80fe872ab23364926efb2d9332b1fc..b1c22ce8f368dd61c18a38d538378351e8723bf6 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/apps/cli/utilities/aat_wrest/pyproject.toml b/apps/cli/utilities/aat_wrest/pyproject.toml index d6a006bc3a1e4e8b984ce862ccf52935d76d8c98..9b0c3898306175d095b6ad1377d468522a16c1c1 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.3dev1" +version = "2.8.3.dev1" 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 19bc1d0cc1aa8580861758a0ceeca5911a1ec5f2..f06148babc9ab54fe0c1ebac34aef864cba28b35 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/apps/cli/utilities/contacts_wrest/pyproject.toml b/apps/cli/utilities/contacts_wrest/pyproject.toml index aa3fdc269a727c690176c4f1db9c9f513c227403..e94bd6e95eb0a64d342fb9fdf930c6d04aa7c58e 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.3dev1" +version = "2.8.3.dev1" 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 6963ed1680c6050cd586b676dd0e05d3ffde03ca..10b1194c61436bd7f32b057943366d20d1c526cc 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/apps/cli/utilities/core_sampler/pyproject.toml b/apps/cli/utilities/core_sampler/pyproject.toml index c257966a9c09ce71141fc85ca4c867aeb1833919..32f0611d19deb5123f375c90f14c1d69516efcb1 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.3dev1" +version = "2.8.3.dev1" 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 b1d9b6be94ab60f70cd649b4f16bb31b239ae812..c3a07c8b037565ac54e7e5fb3a970f6e7a28c666 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.3dev1" +version = "2.8.3.dev1" 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.3dev1" +version = "2.8.3.dev1" 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 587763ff14bc56883cdd5a212b08b85d206f6cb6..f8946b72b2d50fab08934a53054d33acbd52ff9b 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.3dev1" +version = "2.8.3.dev1" 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 21ceea860b5ed379be732ee090d53dec47edc70f..1e054e62777233901f5b56b9116a9f298086910c 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/services/capability/capability/__init__.py b/services/capability/capability/__init__.py index 01258e216c55276eedf2097fff6a2d55eb696a06..812b4c714219f87e779c21fa346df40c51e06d31 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/services/capability/poetry.lock b/services/capability/poetry.lock index 8724d565f1abe8a231fc0ff33e65664878d5159e..2d83103776fa02db1143c0540c8f0fd5b8d501a9 100644 --- a/services/capability/poetry.lock +++ b/services/capability/poetry.lock @@ -2,7 +2,7 @@ [[package]] name = "aat-wrest" -version = "2.8.3dev1" +version = "2.8.3.dev1" 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.3dev1" +version = "2.8.3.dev1" 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.3dev1" +version = "2.8.3.dev1" description = "SSA Workspaces shared library" optional = false python-versions = "~3.10" diff --git a/services/capability/pyproject.toml b/services/capability/pyproject.toml index 0c951fef3902a0e5737bc1bd699226dc605f24f7..220748933ad719a1b035a340433d5010af026dac 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.3dev1" +version = "2.8.3.dev1" 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 e4418fb98e3be09ca0e6f020ae27b37c079ddabc..0541962776dda2d4a09eb0d8497db60264466fb8 100644 --- a/services/notification/notification/__init__.py +++ b/services/notification/notification/__init__.py @@ -18,4 +18,4 @@ """ The Workspaces notification service """ -__version__ = "2.8.3dev1" +__version__ = "2.8.3.dev1" diff --git a/services/notification/poetry.lock b/services/notification/poetry.lock index 1fab5186958f7c68df6a234983c48ba716f59426..550f937db00edd07161abd8aa834934f51f75f85 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.3dev1" +version = "2.8.3.dev1" description = "SSA Workspaces shared library" optional = false python-versions = "~3.10" diff --git a/services/notification/pyproject.toml b/services/notification/pyproject.toml index 0fc39d362ece2259704b065007cab54790db818d..ff6ef0674526ca85097f0f3146897eb384f4fa8f 100644 --- a/services/notification/pyproject.toml +++ b/services/notification/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "notification" -version = "2.8.3dev1" +version = "2.8.3.dev1" 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 e41dacb261805f4dbc18aaee01e67979d07d49ae..7496d67d7f7239496ce95c8e4f78c4a565a3150c 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.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 +carta-envoy==2.8.3.dev1 +casa-envoy==2.8.3.dev1 +conveyor==2.8.3.dev1 +ssa-deliver==2.8.3.dev1 +ingest-envoy==2.8.3.dev1 +ssa-mediator==2.8.3.dev1 +ssa-null==2.8.3.dev1 +productfetcher==2.8.3.dev1 +ssa-update-stage==2.8.3.dev1 +ssa-vela==2.8.3.dev1 +wf-inspector==2.8.3.dev1 +ws-annihilator==2.8.3.dev1 +ws-metrics==2.8.3.dev1 diff --git a/services/workflow/poetry.lock b/services/workflow/poetry.lock index 7cb94293fe56bda97ea440dd2b856e02007bff2f..e4fde2bdc6bcf94b79d45017fd8c3ed61ef7906e 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.3dev1" +version = "2.8.3.dev1" 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.3dev1" +version = "2.8.3.dev1" description = "SSA Workspaces shared library" optional = false python-versions = "~3.10" diff --git a/services/workflow/pyproject.toml b/services/workflow/pyproject.toml index bb9b8a612cdedc834912f6c5a78c43099f3f3379..b959a90f69586e141c185defc61b1d454ed6fddc 100644 --- a/services/workflow/pyproject.toml +++ b/services/workflow/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workflow" -version = "2.8.3dev1" +version = "2.8.3.dev1" 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 cc5c0b6bdef8b5a9d46d75049c6706ba3f99b031..116a4a63018570dfa5a16a3a7f9809b9ac057db9 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/shared/messaging/messaging/__init__.py b/shared/messaging/messaging/__init__.py index 134d4f01fbea12aad4dd9f0402bc5cab739cd714..6f4269a9405bb88f4845065a5f1f899872f876f7 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.3dev1" +__version__ = "2.8.3.dev1" diff --git a/shared/messaging/pyproject.toml b/shared/messaging/pyproject.toml index 8ecc6107d4cb0e96713393e6eb113c54d324f29d..1b0dffc0e34d7c56c55d8cdc4eaace56a59ff300 100644 --- a/shared/messaging/pyproject.toml +++ b/shared/messaging/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "messaging" -version = "2.8.3dev1" +version = "2.8.3.dev1" 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 c3e65ac440407b64574df7ce0bb88de12c951211..ae4868ef80a5f21d530720c96b03006434e7b22f 100644 --- a/shared/workspaces/pyproject.toml +++ b/shared/workspaces/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workspaces" -version = "2.8.3dev1" +version = "2.8.3.dev1" 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 324b24c32d70c74d09fa1bac4f69bbc44387fda3..4527b335003e1078bb6d9a63cd70567be66c4503 100644 --- a/shared/workspaces/workspaces/__init__.py +++ b/shared/workspaces/workspaces/__init__.py @@ -18,4 +18,4 @@ """ SSA Workspaces shared library """ -__version__ = "2.8.3dev1" +__version__ = "2.8.3.dev1"