diff --git a/.bumpversion.toml b/.bumpversion.toml index 7c0ea243e5582ad6dea04b823548eb9a972148eb..a0883b8da5f7487f6a883b668efe94cba01f27eb 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.3.dev1" +current_version = "2.8.3" 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 fa0b4fa6249d7605619f1d21a6060e38afef2063..ae7b01dcd6298666442ad975e3d799016864889b 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.3.dev1 + RELEASE_VERSION: 2.8.3 image: docker:19.03.12 diff --git a/apps/cli/executables/go/spelunker/main.go b/apps/cli/executables/go/spelunker/main.go index 003ca8a42f33e9a94082362bd1400f9d373b708b..dc6c5193d96ab792308b6fb5a2ed7da0b45475d6 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.3.dev1") + log.Println("2.8.3") 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 ba0cef427dd3cb6f9ac44cc98b05151aa297a509..2aafea70e3f9ec914402d86536c0a8a56b41ae48 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.3.dev1" +__version__ = "2.8.3" diff --git a/apps/cli/executables/pexable/carta_envoy/pyproject.toml b/apps/cli/executables/pexable/carta_envoy/pyproject.toml index 474a6992cf0a5c816953ac9597894787a09b6836..7f8d7fd91614e7190e0e5e6e89df30efe9813c9f 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.3.dev1" +version = "2.8.3" 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 d814e78e5e0215f3de5b267f88a5748f07433817..f255d6165b587cd5a7b41195e1fbfe1ec356831a 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.3.dev1" +__version__ = "2.8.3" diff --git a/apps/cli/executables/pexable/casa_envoy/pyproject.toml b/apps/cli/executables/pexable/casa_envoy/pyproject.toml index 6f5cbd09e4a14d2176feb8aa7ef5ac0ea105e0cc..94b86cd00c840fd046d4d7c78adc50860d26938f 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.3.dev1" +version = "2.8.3" 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 d5489caa96a13243ede6e5dfe01efaae884cb164..fada802f33f42a7e2a94920fdfc8a61c3db5514f 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.3.dev1" +__version__ = "2.8.3" diff --git a/apps/cli/executables/pexable/conveyor/pyproject.toml b/apps/cli/executables/pexable/conveyor/pyproject.toml index cc5e820b26d6b956843f2c6fb558e35e059bb854..c8ab273839ee8ebb8bf8fbd16b884c3d227195b0 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.3.dev1" +version = "2.8.3" 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 a91a3e0284a3ffd269a84407295a6d074ae75ebd..1fbac1902cbe88104df64917f1850d361121cb8e 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.3.dev1" +__version__ = "2.8.3" diff --git a/apps/cli/executables/pexable/data_annotator/pyproject.toml b/apps/cli/executables/pexable/data_annotator/pyproject.toml index a4979e0245076c481dee910caf79ee2e40c3897a..986ed848608718031bc894b0ac9e5bab1d6010f6 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.3.dev1" +version = "2.8.3" 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 02caac98baa050f45ea8b4afadcf816a3c7d2676..02b7989e008bbb0293a79d259af57606d4a1df08 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.3.dev1" +__version__ = "2.8.3" diff --git a/apps/cli/executables/pexable/deliver/pyproject.toml b/apps/cli/executables/pexable/deliver/pyproject.toml index 7be92c68b311af3e9e04c50d2db4856757fed1b1..87a6dc5f400ef06e99f6d3f585705e52fc65ce8d 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.3.dev1" +version = "2.8.3" 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 0b27f12a4492b966b9b39bdf500b51ced090a482..c17a21b5d26feba414894f51ca2f161deeb1cc52 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.3.dev1" +__version__ = "2.8.3" diff --git a/apps/cli/executables/pexable/ingest_envoy/pyproject.toml b/apps/cli/executables/pexable/ingest_envoy/pyproject.toml index 7a1abd9985c7de39dc862c272b4060157192c895..32ef7fad75d76a30bcd8acb36a4b47a1a23f9a5c 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.3.dev1" +version = "2.8.3" 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 e5909d17507ea0475057dfba626525cadcb54b06..1d2aa1b37a5dba29ee869a5046dc3dcbe5047d5e 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.3.dev1" +version = "2.8.3" 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 1bd0f9ec144c1dffb935b5ff0c33a7868f1eb0be..ea8c86409bf057da5a09517f721fa671d36fbd3e 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.3.dev1" +__version__ = "2.8.3" diff --git a/apps/cli/executables/pexable/null/null/__init__.py b/apps/cli/executables/pexable/null/null/__init__.py index 91be90fa3f54a8bdb0071cef580e64cc529da2f5..f3c46b7cc6d4954308fb0992e3ba6f0a49ea04bf 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.3.dev1" +__version__ = "2.8.3" diff --git a/apps/cli/executables/pexable/null/pyproject.toml b/apps/cli/executables/pexable/null/pyproject.toml index d0c5293d4a2a4f679e80b1d43f2d55d68593c3c3..f82ee2e9844db055f055452641bdd2c739ddeabc 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.3.dev1" +version = "2.8.3" 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 87413c5ee15a3da5720ea15421b20375bcab81b9..177c81f4eabcfdb9db49a98cb76c2b37b9b5f32d 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.3.dev1" +__version__ = "2.8.3" diff --git a/apps/cli/executables/pexable/productfetcher/pyproject.toml b/apps/cli/executables/pexable/productfetcher/pyproject.toml index 30b3f69d84354c7ea0951fb8cd89194fef32bcf6..f509f324d4431592734b44184fea55c417154a4f 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.3.dev1" +version = "2.8.3" 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 5e4ea1d4770a795a8b339f7b258788ed2436ae22..ab04edde0605c161516576d2ba50deb603a2f075 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.3.dev1" +version = "2.8.3" 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 a90bd5d67e7831d5a7e4379b8543c6f3eb7de2be..4572ff9e530178fefce75a22a03f38003804e3a4 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.3.dev1" +__version__ = "2.8.3" diff --git a/apps/cli/executables/pexable/vela/pyproject.toml b/apps/cli/executables/pexable/vela/pyproject.toml index 2e7f3d193f2dde9a823e16dbe81e6088933b40b7..81311f019ba472c4cf57fe639b99f136e282a3bf 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.3.dev1" +version = "2.8.3" 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 d814e78e5e0215f3de5b267f88a5748f07433817..f255d6165b587cd5a7b41195e1fbfe1ec356831a 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.3.dev1" +__version__ = "2.8.3" diff --git a/apps/cli/executables/pexable/wf_inspector/pyproject.toml b/apps/cli/executables/pexable/wf_inspector/pyproject.toml index 280804d5b101bc4ca1e690e0886c00b17f284876..6144f62dbadfd12e261585a4eb73f43b30ecc791 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.3.dev1" +version = "2.8.3" 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 9e3ea4f24b5ba9316523807c7d386e9b762e0902..1397d9b2cff459ccffdd5c9c967f179a747f64e4 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.3.dev1" +__version__ = "2.8.3" diff --git a/apps/cli/executables/pexable/ws_annihilator/pyproject.toml b/apps/cli/executables/pexable/ws_annihilator/pyproject.toml index f7c28b64201c0eb0d356c893b6b89ad04a7cc9b2..2667979b1b562b315b7a8096afafc0a83fcff96d 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.3.dev1" +version = "2.8.3" 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 3036b3069ae643106967ffbfb71a7c225f36efdc..f861404781a22063da26d737b8ccfec602f68941 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.3.dev1" +__version__ = "2.8.3" diff --git a/apps/cli/executables/pexable/ws_metrics/pyproject.toml b/apps/cli/executables/pexable/ws_metrics/pyproject.toml index 444c3b37facfe830fbb3d575cb8add3db0fd7a83..217865e976d0e73abd021f31b0889cc6065f2dcb 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.3.dev1" +version = "2.8.3" 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 a91a3e0284a3ffd269a84407295a6d074ae75ebd..1fbac1902cbe88104df64917f1850d361121cb8e 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.3.dev1" +__version__ = "2.8.3" diff --git a/apps/cli/utilities/aat_wrest/aat_wrest/__init__.py b/apps/cli/utilities/aat_wrest/aat_wrest/__init__.py index b1c22ce8f368dd61c18a38d538378351e8723bf6..9bb84ae061d8eb77aa0c3965bf53cd82759c7022 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.3.dev1" +__version__ = "2.8.3" diff --git a/apps/cli/utilities/aat_wrest/pyproject.toml b/apps/cli/utilities/aat_wrest/pyproject.toml index 9b0c3898306175d095b6ad1377d468522a16c1c1..934a752444e682b696c04ef43c952f7f1a1b3397 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.3.dev1" +version = "2.8.3" 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 f06148babc9ab54fe0c1ebac34aef864cba28b35..957f7de199943162831252f8f5b16cb94ecbb366 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.3.dev1" +__version__ = "2.8.3" diff --git a/apps/cli/utilities/contacts_wrest/pyproject.toml b/apps/cli/utilities/contacts_wrest/pyproject.toml index e94bd6e95eb0a64d342fb9fdf930c6d04aa7c58e..c9777fc070fc2822d4be3adf24b62831af2b2fca 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.3.dev1" +version = "2.8.3" 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 10b1194c61436bd7f32b057943366d20d1c526cc..ee5f49d2fe52168df01ade7b0ec0d0e907b0edc6 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.3.dev1" +__version__ = "2.8.3" diff --git a/apps/cli/utilities/core_sampler/pyproject.toml b/apps/cli/utilities/core_sampler/pyproject.toml index 32f0611d19deb5123f375c90f14c1d69516efcb1..1d43161bdbeb082f645af6d2cc77cb7c483b3502 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.3.dev1" +version = "2.8.3" 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 c3a07c8b037565ac54e7e5fb3a970f6e7a28c666..53d88e0a9a8fddd1757631e2c5d9ef9c6b914e9b 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.3.dev1" +version = "2.8.3" 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.3.dev1" +version = "2.8.3" 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 f8946b72b2d50fab08934a53054d33acbd52ff9b..050bc27f44723d04457152836daac0e52bd3e675 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.3.dev1" +version = "2.8.3" 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 1e054e62777233901f5b56b9116a9f298086910c..326c89c13ed90a15ee3ba44fb07592ad91bba0fd 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.3.dev1" +__version__ = "2.8.3" diff --git a/services/capability/capability/__init__.py b/services/capability/capability/__init__.py index 812b4c714219f87e779c21fa346df40c51e06d31..342a152970b6288b2814c17669cfd1354bf5ba6a 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.3.dev1" +__version__ = "2.8.3" diff --git a/services/capability/poetry.lock b/services/capability/poetry.lock index 2d83103776fa02db1143c0540c8f0fd5b8d501a9..956b4dd236af7fd9a0652b7f2810216130e646e8 100644 --- a/services/capability/poetry.lock +++ b/services/capability/poetry.lock @@ -2,7 +2,7 @@ [[package]] name = "aat-wrest" -version = "2.8.3.dev1" +version = "2.8.3" 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.3.dev1" +version = "2.8.3" 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.3.dev1" +version = "2.8.3" description = "SSA Workspaces shared library" optional = false python-versions = "~3.10" diff --git a/services/capability/pyproject.toml b/services/capability/pyproject.toml index 220748933ad719a1b035a340433d5010af026dac..7d0865de9f4a3b993da1c8af2d8e0e5ba79c20e6 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.3.dev1" +version = "2.8.3" 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 0541962776dda2d4a09eb0d8497db60264466fb8..5d65141b48fc631442b008c65066cdf43ac9002a 100644 --- a/services/notification/notification/__init__.py +++ b/services/notification/notification/__init__.py @@ -18,4 +18,4 @@ """ The Workspaces notification service """ -__version__ = "2.8.3.dev1" +__version__ = "2.8.3" diff --git a/services/notification/poetry.lock b/services/notification/poetry.lock index 550f937db00edd07161abd8aa834934f51f75f85..32fb71c3aae7437f11bf41e0fa3387bac0c7706a 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.3.dev1" +version = "2.8.3" description = "SSA Workspaces shared library" optional = false python-versions = "~3.10" diff --git a/services/notification/pyproject.toml b/services/notification/pyproject.toml index ff6ef0674526ca85097f0f3146897eb384f4fa8f..de2d731dd309fea5208d5ca0bcff7a525ce492f3 100644 --- a/services/notification/pyproject.toml +++ b/services/notification/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "notification" -version = "2.8.3.dev1" +version = "2.8.3" 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 7496d67d7f7239496ce95c8e4f78c4a565a3150c..495797feb1cd828d3f695a87ba1b610bbba78273 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.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 +carta-envoy==2.8.3 +casa-envoy==2.8.3 +conveyor==2.8.3 +ssa-deliver==2.8.3 +ingest-envoy==2.8.3 +ssa-mediator==2.8.3 +ssa-null==2.8.3 +productfetcher==2.8.3 +ssa-update-stage==2.8.3 +ssa-vela==2.8.3 +wf-inspector==2.8.3 +ws-annihilator==2.8.3 +ws-metrics==2.8.3 diff --git a/services/workflow/poetry.lock b/services/workflow/poetry.lock index e4fde2bdc6bcf94b79d45017fd8c3ed61ef7906e..d7a99382dcc9453b146a3c2069b37e6094db63f4 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.3.dev1" +version = "2.8.3" 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.3.dev1" +version = "2.8.3" description = "SSA Workspaces shared library" optional = false python-versions = "~3.10" diff --git a/services/workflow/pyproject.toml b/services/workflow/pyproject.toml index b959a90f69586e141c185defc61b1d454ed6fddc..74d94784fc43c52117128edd4e000dc6c19d29f2 100644 --- a/services/workflow/pyproject.toml +++ b/services/workflow/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workflow" -version = "2.8.3.dev1" +version = "2.8.3" 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 116a4a63018570dfa5a16a3a7f9809b9ac057db9..b173034b4ab7edf857f110f32ee5ab5af0479979 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.3.dev1" +__version__ = "2.8.3" diff --git a/shared/messaging/messaging/__init__.py b/shared/messaging/messaging/__init__.py index 6f4269a9405bb88f4845065a5f1f899872f876f7..d6dfe59943715e5722b2e5e1dc96db8d416fec89 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.3.dev1" +__version__ = "2.8.3" diff --git a/shared/messaging/pyproject.toml b/shared/messaging/pyproject.toml index 1b0dffc0e34d7c56c55d8cdc4eaace56a59ff300..29cd6af0bddba9d9d80b3d3f84be10e91a31426d 100644 --- a/shared/messaging/pyproject.toml +++ b/shared/messaging/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "messaging" -version = "2.8.3.dev1" +version = "2.8.3" 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 ae4868ef80a5f21d530720c96b03006434e7b22f..81b8ac3bd89db089ba04c3aef0099cd4d06852f5 100644 --- a/shared/workspaces/pyproject.toml +++ b/shared/workspaces/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workspaces" -version = "2.8.3.dev1" +version = "2.8.3" 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 4527b335003e1078bb6d9a63cd70567be66c4503..9eed02f6c4411a311a429e984283b2eaa0d43733 100644 --- a/shared/workspaces/workspaces/__init__.py +++ b/shared/workspaces/workspaces/__init__.py @@ -18,4 +18,4 @@ """ SSA Workspaces shared library """ -__version__ = "2.8.3.dev1" +__version__ = "2.8.3"