@@ -58,13 +58,13 @@ for each process.
58
58
:alt: Requires Python 3.9+
59
59
:target: https://www.python.org/getit
60
60
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
62
62
: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
64
64
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
66
66
: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
68
68
69
69
.. |deps | image :: https://img.shields.io/librariesio/github/crim-ca/weaver?logo=librariesdotio&logoColor=white
70
70
:alt: Libraries.io Dependencies Status
@@ -78,9 +78,9 @@ for each process.
78
78
:alt: Github Actions CI Build Status (master branch)
79
79
:target: https://github.com/crim-ca/weaver/actions?query=workflow%3ATests+branch%3Amaster
80
80
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
82
82
: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
84
84
85
85
.. |readthedocs | image :: https://img.shields.io/readthedocs/pavics-weaver?logo=readthedocs
86
86
:alt: ReadTheDocs Build Status (master branch)
@@ -92,7 +92,7 @@ for each process.
92
92
93
93
.. below shield will either indicate the targeted version or 'tag not found'
94
94
.. 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
96
96
:alt: Docker Build Status (latest version)
97
97
:target: https://hub.docker.com/r/pavics/weaver/tags
98
98
@@ -276,12 +276,12 @@ For a prebuilt image, pull as follows:
276
276
277
277
.. code-block :: shell
278
278
279
- docker pull pavics/weaver:6.1.0
279
+ docker pull pavics/weaver:6.1.1
280
280
281
281
For convenience, following tags are also available:
282
282
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.
285
285
286
286
Following links correspond to existing servers with `Weaver ` configured as *EMS * or *ADES * instances respectively.
287
287
0 commit comments