Skip to content

Commit

Permalink
Bump version: 5.9.0 → 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Dec 3, 2024
1 parent 956b806 commit 2393f93
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"upload_type": "software",
"title": "crim-ca/weaver:5.9.0",
"title": "crim-ca/weaver:6.0.0",
"description": "Weaver: Workflow Execution Management Service (EMS); Application, Deployment and Execution Service (ADES); OGC API - Processes; WPS; CWL Application Package",
"version": "5.9.0",
"version": "6.0.0",
"creators": [
{
"name": "Charette-Migneault, Francis",
Expand Down
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ Changes
`Unreleased <https://github.com/crim-ca/weaver/tree/master>`_ (latest)
========================================================================

Changes:
--------
- No change.

Fixes:
------
- No change.

.. _changes_6.0.0:

`6.0.0 <https://github.com/crim-ca/weaver/tree/6.0.0>`_ (2024-12-03)
========================================================================

Changes:
--------
- Add support of *OGC API - Processes - Part 3: Workflows and Chaining* with *Nested Process* ad-hoc workflow
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cff-version: 1.2.0
title: "crim-ca/weaver:5.9.0"
title: "crim-ca/weaver:6.0.0"
message: |
Weaver: Workflow Execution Management Service (EMS);
Application, Deployment and Execution Service (ADES);
OGC API - Processes; WPS; CWL Application Package
version: "5.9.0"
version: "6.0.0"

authors:
- name: &crim -|
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MAKEFILE_NAME := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
# Application
APP_ROOT := $(abspath $(lastword $(MAKEFILE_NAME))/..)
APP_NAME := $(shell basename $(APP_ROOT))
APP_VERSION ?= 5.9.0
APP_VERSION ?= 6.0.0
APP_INI ?= $(APP_ROOT)/config/$(APP_NAME).ini
DOCKER_REPO ?= pavics/weaver
#DOCKER_REPO ?= docker-registry.crim.ca/ogc/weaver
Expand Down
20 changes: 10 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ for each process.
:alt: Requires Python 3.8+
:target: https://www.python.org/getit

.. |commits-since| image:: https://img.shields.io/github/commits-since/crim-ca/weaver/5.9.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/crim-ca/weaver/6.0.0.svg
:alt: Commits since latest release
:target: https://github.com/crim-ca/weaver/compare/5.9.0...master
:target: https://github.com/crim-ca/weaver/compare/6.0.0...master

.. |version| image:: https://img.shields.io/badge/latest%20version-5.9.0-blue
.. |version| image:: https://img.shields.io/badge/latest%20version-6.0.0-blue
:alt: Latest Tagged Version
:target: https://github.com/crim-ca/weaver/tree/5.9.0
:target: https://github.com/crim-ca/weaver/tree/6.0.0

.. |deps| image:: https://img.shields.io/librariesio/github/crim-ca/weaver
:alt: Libraries.io Dependencies Status
Expand All @@ -78,9 +78,9 @@ for each process.
:alt: Github Actions CI Build Status (master branch)
:target: https://github.com/crim-ca/weaver/actions?query=workflow%3ATests+branch%3Amaster

.. |github_tagged| image:: https://img.shields.io/github/actions/workflow/status/crim-ca/weaver/tests.yml?label=5.9.0&branch=5.9.0
.. |github_tagged| image:: https://img.shields.io/github/actions/workflow/status/crim-ca/weaver/tests.yml?label=6.0.0&branch=6.0.0
:alt: Github Actions CI Build Status (latest tag)
:target: https://github.com/crim-ca/weaver/actions?query=workflow%3ATests+branch%3A5.9.0
:target: https://github.com/crim-ca/weaver/actions?query=workflow%3ATests+branch%3A6.0.0

.. |readthedocs| image:: https://img.shields.io/readthedocs/pavics-weaver
:alt: ReadTheDocs Build Status (master branch)
Expand All @@ -92,7 +92,7 @@ for each process.

.. below shield will either indicate the targeted version or 'tag not found'
.. since docker tags are pushed following manual builds by CI, they are not automatic and no build artifact exists
.. |docker_build_status| image:: https://img.shields.io/docker/v/pavics/weaver/5.9.0?label=tag%20status
.. |docker_build_status| image:: https://img.shields.io/docker/v/pavics/weaver/6.0.0?label=tag%20status
:alt: Docker Build Status (latest version)
:target: https://hub.docker.com/r/pavics/weaver/tags

Expand Down Expand Up @@ -276,12 +276,12 @@ For a prebuilt image, pull as follows:

.. code-block:: shell
docker pull pavics/weaver:5.9.0
docker pull pavics/weaver:6.0.0
For convenience, following tags are also available:

- ``weaver:5.9.0-manager``: `Weaver` image that will run the API for WPS process and job management.
- ``weaver:5.9.0-worker``: `Weaver` image that will run the process job runner application.
- ``weaver:6.0.0-manager``: `Weaver` image that will run the API for WPS process and job management.
- ``weaver:6.0.0-worker``: `Weaver` image that will run the process job runner application.

Following links correspond to existing servers with `Weaver` configured as *EMS* or *ADES* instances respectively.

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL description.short="Weaver Base"
LABEL description.long="Workflow Execution Management Service (EMS); Application, Deployment and Execution Service (ADES)"
LABEL maintainer="Francis Charette-Migneault <[email protected]>"
LABEL vendor="CRIM"
LABEL version="5.9.0"
LABEL version="6.0.0"

# setup paths
ENV APP_DIR=/opt/local/src/weaver
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.9.0
current_version = 6.0.0
commit = True
tag = True
tag_name = {new_version}
Expand Down Expand Up @@ -122,7 +122,6 @@ exclude =
[doc8]
max-line-length = 120
ignore-path = docs/build,docs/source/autoapi
# FIXME: ignore false positives (https://github.com/PyCQA/doc8/issues/171)
ignore-path-errors = docs/source/processes.rst;D000,

[docformatter]
Expand Down
2 changes: 1 addition & 1 deletion weaver/__meta__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__name__ = "weaver"
__title__ = "Weaver"
__version__ = "5.9.0"
__version__ = "6.0.0"
__description__ = "Workflow Execution Management Service (EMS); Application, Deployment and Execution Service (ADES)."
__source_repository__ = "https://github.com/crim-ca/weaver"
__docker_repository__ = "https://hub.docker.com/r/pavics/weaver"
Expand Down

0 comments on commit 2393f93

Please sign in to comment.