Skip to content

Commit 5a4805e

Browse files
committed
Bump version: 6.1.0 → 6.1.1
1 parent 2355b47 commit 5a4805e

File tree

8 files changed

+31
-18
lines changed

8 files changed

+31
-18
lines changed

.zenodo.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"upload_type": "software",
3-
"title": "crim-ca/weaver:6.1.0",
3+
"title": "crim-ca/weaver:6.1.1",
44
"description": "Weaver: Workflow Execution Management Service (EMS); Application, Deployment and Execution Service (ADES); OGC API - Processes; WPS; CWL Application Package",
5-
"version": "6.1.0",
5+
"version": "6.1.1",
66
"creators": [
77
{
88
"name": "Charette-Migneault, Francis",

CHANGES.rst

+13
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ Changes
1010
`Unreleased <https://github.com/crim-ca/weaver/tree/master>`_ (latest)
1111
========================================================================
1212

13+
Changes:
14+
--------
15+
- No change.
16+
17+
Fixes:
18+
------
19+
- No change.
20+
21+
.. _changes_6.1.1:
22+
23+
`6.1.1 <https://github.com/crim-ca/weaver/tree/6.1.1>`_ (2024-12-20)
24+
========================================================================
25+
1326
Changes:
1427
--------
1528
- Update Docker image Python from 3.10 to 3.11 for performance improvements.

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cff-version: 1.2.0
2-
title: "crim-ca/weaver:6.1.0"
2+
title: "crim-ca/weaver:6.1.1"
33
message: |
44
Weaver: Workflow Execution Management Service (EMS);
55
Application, Deployment and Execution Service (ADES);
66
OGC API - Processes; WPS; CWL Application Package
7-
version: "6.1.0"
7+
version: "6.1.1"
88

99
authors:
1010
- name: &crim Computer Research Institute of Montréal

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MAKEFILE_NAME := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
99
# Application
1010
APP_ROOT := $(abspath $(lastword $(MAKEFILE_NAME))/..)
1111
APP_NAME := $(shell basename $(APP_ROOT))
12-
APP_VERSION ?= 6.1.0
12+
APP_VERSION ?= 6.1.1
1313
APP_INI ?= $(APP_ROOT)/config/$(APP_NAME).ini
1414
DOCKER_REPO ?= pavics/weaver
1515
#DOCKER_REPO ?= docker-registry.crim.ca/ogc/weaver

README.rst

+10-10
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ for each process.
5858
:alt: Requires Python 3.9+
5959
:target: https://www.python.org/getit
6060

61-
.. |commits-since| image:: https://img.shields.io/github/commits-since/crim-ca/weaver/6.1.0.svg?logo=github
61+
.. |commits-since| image:: https://img.shields.io/github/commits-since/crim-ca/weaver/6.1.1.svg?logo=github
6262
:alt: Commits since latest release
63-
:target: https://github.com/crim-ca/weaver/compare/6.1.0...master
63+
:target: https://github.com/crim-ca/weaver/compare/6.1.1...master
6464

65-
.. |version| image:: https://img.shields.io/badge/latest%20version-6.1.0-blue?logo=github
65+
.. |version| image:: https://img.shields.io/badge/latest%20version-6.1.1-blue?logo=github
6666
:alt: Latest Tagged Version
67-
:target: https://github.com/crim-ca/weaver/tree/6.1.0
67+
:target: https://github.com/crim-ca/weaver/tree/6.1.1
6868

6969
.. |deps| image:: https://img.shields.io/librariesio/github/crim-ca/weaver?logo=librariesdotio&logoColor=white
7070
:alt: Libraries.io Dependencies Status
@@ -78,9 +78,9 @@ for each process.
7878
:alt: Github Actions CI Build Status (master branch)
7979
:target: https://github.com/crim-ca/weaver/actions?query=workflow%3ATests+branch%3Amaster
8080

81-
.. |github_tagged| image:: https://img.shields.io/github/actions/workflow/status/crim-ca/weaver/tests.yml?label=6.1.0&branch=6.1.0&logo=github
81+
.. |github_tagged| image:: https://img.shields.io/github/actions/workflow/status/crim-ca/weaver/tests.yml?label=6.1.1&branch=6.1.1&logo=github
8282
:alt: Github Actions CI Build Status (latest tag)
83-
:target: https://github.com/crim-ca/weaver/actions?query=workflow%3ATests+branch%3A6.1.0
83+
:target: https://github.com/crim-ca/weaver/actions?query=workflow%3ATests+branch%3A6.1.1
8484

8585
.. |readthedocs| image:: https://img.shields.io/readthedocs/pavics-weaver?logo=readthedocs
8686
:alt: ReadTheDocs Build Status (master branch)
@@ -92,7 +92,7 @@ for each process.
9292

9393
.. below shield will either indicate the targeted version or 'tag not found'
9494
.. since docker tags are pushed following manual builds by CI, they are not automatic and no build artifact exists
95-
.. |docker_build_status| image:: https://img.shields.io/docker/v/pavics/weaver/6.1.0?label=tag&logo=docker
95+
.. |docker_build_status| image:: https://img.shields.io/docker/v/pavics/weaver/6.1.1?label=tag&logo=docker
9696
:alt: Docker Build Status (latest version)
9797
:target: https://hub.docker.com/r/pavics/weaver/tags
9898

@@ -276,12 +276,12 @@ For a prebuilt image, pull as follows:
276276

277277
.. code-block:: shell
278278
279-
docker pull pavics/weaver:6.1.0
279+
docker pull pavics/weaver:6.1.1
280280
281281
For convenience, following tags are also available:
282282

283-
- ``weaver:6.1.0-manager``: `Weaver` image that will run the API for WPS process and job management.
284-
- ``weaver:6.1.0-worker``: `Weaver` image that will run the process job runner application.
283+
- ``weaver:6.1.1-manager``: `Weaver` image that will run the API for WPS process and job management.
284+
- ``weaver:6.1.1-worker``: `Weaver` image that will run the process job runner application.
285285

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

docker/Dockerfile-base

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL description.short="Weaver Base"
33
LABEL description.long="Workflow Execution Management Service (EMS); Application, Deployment and Execution Service (ADES)"
44
LABEL maintainer="Francis Charette-Migneault <[email protected]>"
55
LABEL vendor="CRIM"
6-
LABEL version="6.1.0"
6+
LABEL version="6.1.1"
77

88
# setup paths
99
ENV APP_DIR=/opt/local/src/weaver

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 6.1.0
2+
current_version = 6.1.1
33
commit = True
44
tag = True
55
tag_name = {new_version}

weaver/__meta__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__name__ = "weaver"
22
__title__ = "Weaver"
3-
__version__ = "6.1.0"
3+
__version__ = "6.1.1"
44
__description__ = "Workflow Execution Management Service (EMS); Application, Deployment and Execution Service (ADES)."
55
__source_repository__ = "https://github.com/crim-ca/weaver"
66
__docker_repository__ = "https://hub.docker.com/r/pavics/weaver"

0 commit comments

Comments
 (0)