diff --git a/.bump2version.cfg b/.bump2version.cfg index b65c024dd7bf02415d8462c7342cf1aae002e555..84b77433d3dfaaed75e613ef6221be290cc0ac8c 100644 --- a/.bump2version.cfg +++ b/.bump2version.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.8.2rc1 +current_version = 2.8.2.1rc1 parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc)?(?P<rc>\d+) serialize = {major}.{minor}.{patch}rc{rc} diff --git a/apps/cli/executables/go/spelunker/main.go b/apps/cli/executables/go/spelunker/main.go index 787eeed5e996dc81037b5fd17d42dc6cdd81feed..9131fbda0aebd83b83c30f8efa3c1c0cd8eb694c 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.2rc1") + log.Println("2.8.2.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 e457e70a1bc02907223b6bcf10ca1a43a7232113..7789cba2637b3728aacdb55d120aa1cfc03b8b74 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.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/apps/cli/executables/pexable/carta_envoy/pyproject.toml b/apps/cli/executables/pexable/carta_envoy/pyproject.toml index f6172740064abac068aefd12b88bf4faa82d5219..cded31430db9dc0c547a264480b9168d6cd7362b 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.2rc1" +version = "2.8.2.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 7408bcca31bfcadcdde868c6ec44c9bafb102f23..19d2ff92f898ea024e72ca39b832f5b23f4c6e12 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.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/apps/cli/executables/pexable/casa_envoy/pyproject.toml b/apps/cli/executables/pexable/casa_envoy/pyproject.toml index 661011d6627ab596909b0dc7e1011187cecd1651..1e25c57907b1a2676742b0fd6ac6124c00acf326 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.2rc1" +version = "2.8.2.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 c28e468f59a83b56520b4316a7fdae314fdd933a..fd665dfcc5462f3dc93e509a41f6f3ee8a970dc0 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.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/apps/cli/executables/pexable/conveyor/pyproject.toml b/apps/cli/executables/pexable/conveyor/pyproject.toml index 4ba5272f19fac6af3d07ba0433f7f669f1355c11..9f75b83b0907274dece73eb07e25c4fbe73e90ea 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.2rc1" +version = "2.8.2.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 eb2c882f38f6033dd6c10291beb41509ecb8ae73..5b3d559f24ab079cb95ac8e3a358a5fb517734b1 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.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/apps/cli/executables/pexable/data_annotator/pyproject.toml b/apps/cli/executables/pexable/data_annotator/pyproject.toml index f172282b6dafa21dda2dc7dcd9987f9bcf061148..6c99a2fe05125bb33227e69a20464e5f8210bd5c 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.2rc1" +version = "2.8.2.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 8eba411879a417995046139e74586645f69f2a7f..e57ab7d230190325dab6cccff5e1665deff29272 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.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/apps/cli/executables/pexable/deliver/pyproject.toml b/apps/cli/executables/pexable/deliver/pyproject.toml index 2d1e5178ba8cbee30aa98d424185d1cbb434eb28..141be51374df52399f3c601a2289cec65f69b5fd 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.2rc1" +version = "2.8.2.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 605f9da5d335a4716acec7630ac6f50305e69202..eeb7b4c612b254a88d347a70137b2cef9278b327 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.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/apps/cli/executables/pexable/ingest_envoy/pyproject.toml b/apps/cli/executables/pexable/ingest_envoy/pyproject.toml index b0f8de1059c67f56e9b1d7a6e381294e94674228..eed2ab892dbd735b215edfb0bfad59582dd95cf3 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.2rc1" +version = "2.8.2.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 96377aaceb5bfdfefcde48e6eacb2e93c6020720..149db39a4fb17ea58d8d6a5cb8a2655578411943 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.2rc1" +version = "2.8.2.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 d47acbceb4b05e5cd9b7fda90f8e934f574994e8..017c606351de61584c571d08c208f6d578d7738f 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.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/apps/cli/executables/pexable/null/null/__init__.py b/apps/cli/executables/pexable/null/null/__init__.py index 33a73619dda5a6bf7b2185f98ec2d662a406630c..7b45904ab59bc6e7455bc526a991b4d5cf34d93a 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.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/apps/cli/executables/pexable/null/pyproject.toml b/apps/cli/executables/pexable/null/pyproject.toml index 93ced4d91c8a6003491e0aa3745c76138a08d1d9..36a856c350192095fec32f745435240a9927558e 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.2rc1" +version = "2.8.2.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 728cc4513a7ab6007de64c22acd447def124e46e..18b5bc22544e5082e579a373c98c27ccfa06e455 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.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/apps/cli/executables/pexable/productfetcher/pyproject.toml b/apps/cli/executables/pexable/productfetcher/pyproject.toml index 1c10c9c1f6628d4f093cdef2fecf8d03b04be82c..784b8c4ebfe8de02bd806544fc362d20fe363226 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.2rc1" +version = "2.8.2.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 a780c05892b328080913aefd124a11a5af242e5f..88ef644f18cd11b6f1e5e0e9a602513c8e0da1ed 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.2rc1" +version = "2.8.2.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 57393140dd80a25c1285f0053048ff48642de385..5d6ba574821cce0ce791457da95490c606a445a0 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.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/apps/cli/executables/pexable/vela/pyproject.toml b/apps/cli/executables/pexable/vela/pyproject.toml index 7077b8781d775d8c47341b83bc865b7eee0cde5f..e8d631b47efe683f7ee3f16a048f41095ad54e44 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.2rc1" +version = "2.8.2.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 7408bcca31bfcadcdde868c6ec44c9bafb102f23..19d2ff92f898ea024e72ca39b832f5b23f4c6e12 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.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/apps/cli/executables/pexable/wf_inspector/pyproject.toml b/apps/cli/executables/pexable/wf_inspector/pyproject.toml index 5e3104ae88eece549def3c562c0ebedc2403db20..0a29b928936a246bf8519eee361b34dd3e462249 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.2rc1" +version = "2.8.2.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 e58ac519c58101e2c3f270cfc2968da18b5713d9..6bee5b283fdce3e793850fdd15d83079484e810c 100644 --- a/apps/cli/executables/pexable/wf_inspector/wf_inspector/__init__.py +++ b/apps/cli/executables/pexable/wf_inspector/wf_inspector/__init__.py @@ -16,5 +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.2rc1" - +__version__ = "2.8.2.1rc1" diff --git a/apps/cli/executables/pexable/ws_annihilator/pyproject.toml b/apps/cli/executables/pexable/ws_annihilator/pyproject.toml index 75345072125b341c3122eeb6505960445ba223c8..1aff053ae493c434183b75cc7f05416aa3c410cd 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.2rc1" +version = "2.8.2.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 282cd2a7bc63112ba3c7b94572ea52cc8f9be88c..8db3722d4c7429f5babb65326376155b9767ef9a 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.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/apps/cli/executables/pexable/ws_metrics/pyproject.toml b/apps/cli/executables/pexable/ws_metrics/pyproject.toml index d131fbafe3624347452d55f8e9137ba1768a5f08..0c33920d3e1f26c6c406d83be28643f10e443079 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.2rc1" +version = "2.8.2.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 eb2c882f38f6033dd6c10291beb41509ecb8ae73..5b3d559f24ab079cb95ac8e3a358a5fb517734b1 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.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/apps/cli/utilities/aat_wrest/aat_wrest/__init__.py b/apps/cli/utilities/aat_wrest/aat_wrest/__init__.py index 5e212c36c9cb668b34eb73b7ec476d27989dcbf0..a2be0377898184d53708bd3d45a56e8dfca5a0f5 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.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/apps/cli/utilities/aat_wrest/pyproject.toml b/apps/cli/utilities/aat_wrest/pyproject.toml index 3674d7aa38f09caa07a8cb9b42f768b883a3d642..2b25f25726110792aeb05f185226cc46ac98dc79 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.2rc1" +version = "2.8.2.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 25a1ed4e3078b8ee70640258a65b91200524b799..3cb04d1f0bd9e643cc75bc214bc36199f626f223 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.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/apps/cli/utilities/contacts_wrest/pyproject.toml b/apps/cli/utilities/contacts_wrest/pyproject.toml index d33b8e7688f3835279878cc177d866e266d6d27b..1d1d20a4c7928a92860d52e85612846509271368 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.2rc1" +version = "2.8.2.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 989f65a311582a575bd077f9b0c6e14bedcf478f..a9f355943c2ef54b4ada2559e348493a62f0cc83 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.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/apps/cli/utilities/core_sampler/pyproject.toml b/apps/cli/utilities/core_sampler/pyproject.toml index d0aae09a7f4973e165a015f45d325864f09aafa7..27c199e389cc5d582445cd933b03d2df94d3e245 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.2rc1" +version = "2.8.2.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 86e8dd8ca8f770df1a239f66d51738729c224ff9..18371b14f97c2a177adfaba082ed1373042b2e22 100644 --- a/apps/cli/utilities/wf_monitor/poetry.lock +++ b/apps/cli/utilities/wf_monitor/poetry.lock @@ -379,7 +379,7 @@ tests = ["pytest", "pytz", "simplejson"] [[package]] name = "messaging" -version = "2.8.2rc1" +version = "2.8.2.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" @@ -691,7 +691,7 @@ files = [ [[package]] name = "workspaces" -version = "2.8.2rc1" +version = "2.8.2.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 0b788994d94bb7744b126e47e9e50a94bcab0f91..3e008298cf7fbd7abd7342d97468f7b11aa81ec4 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.2rc1" +version = "2.8.2.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 2d85394fa2f19076f6ef61776653c8a852918c53..808fd5dadd51af29d8a52248d0af60bc44813190 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.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/services/capability/capability/__init__.py b/services/capability/capability/__init__.py index d5923d307f8cd71506648c1992c797c103eb58bb..e24f9514fdc7b80b8006b4c9a0ebcded7ef0bf48 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.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/services/capability/poetry.lock b/services/capability/poetry.lock index 3cca96c3bc65cf5af89fad2023a23dafe515907d..ea2890a6b312ab8ed8e9a2ab76774a49eb0fe641 100644 --- a/services/capability/poetry.lock +++ b/services/capability/poetry.lock @@ -2,7 +2,7 @@ [[package]] name = "aat-wrest" -version = "2.8.2rc1" +version = "2.8.2.1rc1" description = "AAT Wrest: Workspaces-to-Archive metadata retriever" optional = false python-versions = "~3.10" @@ -616,7 +616,7 @@ tests = ["pytest", "pytz", "simplejson"] [[package]] name = "messaging" -version = "2.8.2rc1" +version = "2.8.2.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" @@ -1311,7 +1311,7 @@ testing = ["coverage", "pytest (>=3.1.0)", "pytest-cov", "pytest-xdist"] [[package]] name = "workspaces" -version = "2.8.2rc1" +version = "2.8.2.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 85edb5bf195e889c4310952a073aa6fef3581f17..d4318a5b2ec8d079d0864815cf01ab3b76b71941 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.2rc1" +version = "2.8.2.1rc1" 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 38f32116ac82a4ad4f3fbff0c7b076eb0c8f19df..119a1a313763a76cb1b6214b0ebb5f67a282423d 100644 --- a/services/notification/notification/__init__.py +++ b/services/notification/notification/__init__.py @@ -18,4 +18,4 @@ """ The Workspaces notification service """ -__version__ = "2.8.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/services/notification/poetry.lock b/services/notification/poetry.lock index ede091c5320d069d81f669bedcd052cee291ac2e..0ec6daa69bc4efdbf43eec7248dfb799cfc5ac52 100644 --- a/services/notification/poetry.lock +++ b/services/notification/poetry.lock @@ -1128,7 +1128,7 @@ testing = ["coverage", "pytest (>=3.1.0)", "pytest-cov", "pytest-xdist"] [[package]] name = "workspaces" -version = "2.8.2rc1" +version = "2.8.2.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 c8e612e1592a8bf383da549b2e34cde80d10297e..446b15f56ceec358cbfd8ab02409a823b9823832 100644 --- a/services/notification/pyproject.toml +++ b/services/notification/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "notification" -version = "2.8.2rc1" +version = "2.8.2.1rc1" 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 18416a210d1cdeca895d06d850c24c919bc9ba08..765a9968b45f9242a40fd71beeac827990e8aa11 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.2rc1 -casa-envoy==2.8.2rc1 -conveyor==2.8.2rc1 -ssa-deliver==2.8.2rc1 -ingest-envoy==2.8.2rc1 -ssa-mediator==2.8.2rc1 -ssa-null==2.8.2rc1 -productfetcher==2.8.2rc1 -ssa-update-stage==2.8.2rc1 -ssa-vela==2.8.2rc1 -wf-inspector==2.8.2rc1 -ws-annihilator==2.8.2rc1 -ws-metrics==2.8.2rc1 +carta-envoy==2.8.2.1rc1 +casa-envoy==2.8.2.1rc1 +conveyor==2.8.2.1rc1 +ssa-deliver==2.8.2.1rc1 +ingest-envoy==2.8.2.1rc1 +ssa-mediator==2.8.2.1rc1 +ssa-null==2.8.2.1rc1 +productfetcher==2.8.2.1rc1 +ssa-update-stage==2.8.2.1rc1 +ssa-vela==2.8.2.1rc1 +wf-inspector==2.8.2.1rc1 +ws-annihilator==2.8.2.1rc1 +ws-metrics==2.8.2.1rc1 diff --git a/services/workflow/poetry.lock b/services/workflow/poetry.lock index 2b5a38864d232e835d9121822b68c4994e2728ec..60f9676fccff5ec31c8cbca576d87a542ca4f31b 100644 --- a/services/workflow/poetry.lock +++ b/services/workflow/poetry.lock @@ -489,7 +489,7 @@ tests = ["pytest", "pytz", "simplejson"] [[package]] name = "messaging" -version = "2.8.2rc1" +version = "2.8.2.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" @@ -1077,7 +1077,7 @@ testing = ["coverage", "pytest (>=3.1.0)", "pytest-cov", "pytest-xdist"] [[package]] name = "workspaces" -version = "2.8.2rc1" +version = "2.8.2.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 63cfaf9d9e05b6acca4c06ee2986113ce9fd5d15..86c03ad3f1dbc5d5913ebc49ea7e8cad078ecbb8 100644 --- a/services/workflow/pyproject.toml +++ b/services/workflow/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workflow" -version = "2.8.2rc1" +version = "2.8.2.1rc1" 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 ad31cdb90f21811059cbcc6ada4c1b20aaf43d86..3dd14ab8db65f8ae224a64cb20444677c7ca5960 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.2rc1" +__version__ = "2.8.2.1rc1" diff --git a/shared/messaging/pyproject.toml b/shared/messaging/pyproject.toml index 0bf5bbf139d636d8c9356bb815a525b1f1dd5056..dfe2cfd82ce6e9f697b031d6dd58ad954f9f9603 100644 --- a/shared/messaging/pyproject.toml +++ b/shared/messaging/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "messaging" -version = "2.8.2rc1" +version = "2.8.2.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 d873608cac980f0fcec5dbf239e552ab595b1422..2080b6e05d32095727aba4a33000d3640b0c1119 100644 --- a/shared/workspaces/pyproject.toml +++ b/shared/workspaces/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workspaces" -version = "2.8.2rc1" +version = "2.8.2.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 66bf85f83163fe0665354d61356ee2ce63e9f85b..14453cfacd3267251123806cb114f039c560042a 100644 --- a/shared/workspaces/workspaces/__init__.py +++ b/shared/workspaces/workspaces/__init__.py @@ -18,4 +18,4 @@ """ SSA Workspaces shared library """ -__version__ = "2.8.2rc1" +__version__ = "2.8.2.1rc1"