Skip to content
Snippets Groups Projects
Commit 24d67408 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

Merge branch 'bump-versions-2.8.2.1' into '2.8.2.1-DEVELOMENT'

bump versions

See merge request !1485
parents 2cc69f07 4440f686
No related branches found
No related tags found
2 merge requests!1605Merge 2.8.2.3 work to main,!1485bump versions
Pipeline #12326 passed
Pipeline: workspaces

#12327

    Showing
    with 20 additions and 20 deletions
    [bumpversion] [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+) parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc)?(?P<rc>\d+)
    serialize = serialize =
    {major}.{minor}.{patch}rc{rc} {major}.{minor}.{patch}rc{rc}
    ......
    ...@@ -46,7 +46,7 @@ func main() { ...@@ -46,7 +46,7 @@ func main() {
    if *v { if *v {
    //TODO: fix version system for containers //TODO: fix version system for containers
    log.Println("2.8.2rc1") log.Println("2.8.2.1rc1")
    os.Exit(0) os.Exit(0)
    } }
    ......
    ...@@ -18,4 +18,4 @@ ...@@ -18,4 +18,4 @@
    """ """
    Workspaces system for launching CARTA for viewing images Workspaces system for launching CARTA for viewing images
    """ """
    __version__ = "2.8.2rc1" __version__ = "2.8.2.1rc1"
    [tool.poetry] [tool.poetry]
    name = "carta_envoy" name = "carta_envoy"
    version = "2.8.2rc1" version = "2.8.2.1rc1"
    description = "Workspaces system for launching CARTA for viewing images" description = "Workspaces system for launching CARTA for viewing images"
    authors = ["DMS SSA <dms-ssa@nrao.edu>"] authors = ["DMS SSA <dms-ssa@nrao.edu>"]
    license = "GPL3+" license = "GPL3+"
    ......
    ...@@ -18,4 +18,4 @@ ...@@ -18,4 +18,4 @@
    """ """
    Workspaces CASA functionality bridge Workspaces CASA functionality bridge
    """ """
    __version__ = "2.8.2rc1" __version__ = "2.8.2.1rc1"
    [tool.poetry] [tool.poetry]
    name = "casa_envoy" name = "casa_envoy"
    version = "2.8.2rc1" version = "2.8.2.1rc1"
    description = "Workspaces CASA functionality bridge" description = "Workspaces CASA functionality bridge"
    authors = ["DMS SSA <dms-ssa@nrao.edu>"] authors = ["DMS SSA <dms-ssa@nrao.edu>"]
    license = "GPL3+" license = "GPL3+"
    ......
    ...@@ -18,4 +18,4 @@ ...@@ -18,4 +18,4 @@
    """ """
    Conveyor Conveyor
    """ """
    __version__ = "2.8.2rc1" __version__ = "2.8.2.1rc1"
    [tool.poetry] [tool.poetry]
    name = "conveyor" name = "conveyor"
    version = "2.8.2rc1" version = "2.8.2.1rc1"
    description = "Conveyor" description = "Conveyor"
    authors = ["DMS SSA <dms-ssa@nrao.edu>"] authors = ["DMS SSA <dms-ssa@nrao.edu>"]
    license = "GPL3+" license = "GPL3+"
    ......
    ...@@ -18,4 +18,4 @@ ...@@ -18,4 +18,4 @@
    """ """
    Workspaces metrics reporter for users outside of SSA. Workspaces metrics reporter for users outside of SSA.
    """ """
    __version__ = "2.8.2rc1" __version__ = "2.8.2.1rc1"
    [tool.poetry] [tool.poetry]
    name = "data_annotator" 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." description = "Workspaces CLI tool for creating and deleting comments associated with data quality."
    authors = ["DMS SSA <dms-ssa@nrao.edu>"] authors = ["DMS SSA <dms-ssa@nrao.edu>"]
    license = "GPL3+" license = "GPL3+"
    ......
    ...@@ -18,4 +18,4 @@ ...@@ -18,4 +18,4 @@
    """ """
    Workspaces data delivery module Workspaces data delivery module
    """ """
    __version__ = "2.8.2rc1" __version__ = "2.8.2.1rc1"
    [tool.poetry] [tool.poetry]
    name = "ssa_deliver" name = "ssa_deliver"
    version = "2.8.2rc1" version = "2.8.2.1rc1"
    description = "Workspaces data delivery module" description = "Workspaces data delivery module"
    authors = ["DMS SSA <dms-ssa@nrao.edu>"] authors = ["DMS SSA <dms-ssa@nrao.edu>"]
    license = "GPL3+" license = "GPL3+"
    ......
    ...@@ -18,4 +18,4 @@ ...@@ -18,4 +18,4 @@
    """ """
    Ingest envoy Ingest envoy
    """ """
    __version__ = "2.8.2rc1" __version__ = "2.8.2.1rc1"
    [tool.poetry] [tool.poetry]
    name = "ingest_envoy" name = "ingest_envoy"
    version = "2.8.2rc1" version = "2.8.2.1rc1"
    description = "Ingest envoy" description = "Ingest envoy"
    authors = ["DMS SSA <dms-ssa@nrao.edu>"] authors = ["DMS SSA <dms-ssa@nrao.edu>"]
    license = "GPL3+" license = "GPL3+"
    ......
    [tool.poetry] [tool.poetry]
    name = "ssa_mediator" name = "ssa_mediator"
    version = "2.8.2rc1" version = "2.8.2.1rc1"
    description = "Mediator: the Workspaces intervention utility" description = "Mediator: the Workspaces intervention utility"
    authors = ["DMS SSA <dms-ssa@nrao.edu>"] authors = ["DMS SSA <dms-ssa@nrao.edu>"]
    license = "GPL3+" license = "GPL3+"
    ......
    ...@@ -18,4 +18,4 @@ ...@@ -18,4 +18,4 @@
    """ """
    Mediator: the Workspaces intervention utility Mediator: the Workspaces intervention utility
    """ """
    __version__ = "2.8.2rc1" __version__ = "2.8.2.1rc1"
    ...@@ -18,4 +18,4 @@ ...@@ -18,4 +18,4 @@
    """ """
    This is the null executable, a baseline test of the functionality of the Workspaces system. This is the null executable, a baseline test of the functionality of the Workspaces system.
    """ """
    __version__ = "2.8.2rc1" __version__ = "2.8.2.1rc1"
    [tool.poetry] [tool.poetry]
    name = "ssa_null" 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." description = "This is the null executable, a baseline test of the functionality of the Workspaces system."
    authors = ["DMS SSA <dms-ssa@nrao.edu>"] authors = ["DMS SSA <dms-ssa@nrao.edu>"]
    license = "GPL3+" license = "GPL3+"
    ......
    ...@@ -18,4 +18,4 @@ ...@@ -18,4 +18,4 @@
    """ """
    Product fetcher: retrieve products from NGAS and other places for the archive and place them on disk 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"
    [tool.poetry] [tool.poetry]
    name = "productfetcher" 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" 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>"] authors = ["DMS SSA <dms-ssa@nrao.edu>"]
    license = "GPL3+" license = "GPL3+"
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment