Skip to content

Commit d513711

Browse files
committed
Prepare release 0.15.8
1 parent 4bd3de3 commit d513711

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

HISTORY.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,18 @@ History
66
.. to_doc
77
88
---------------------
9-
0.15.8.dev0
9+
0.15.8 (2025-06-09)
1010
---------------------
11+
* Add a deploy CI workflow (thanks to `@nsoranzo`_). `Pull Request 387`_
12+
* Fix staging location of legacy tool files (thanks to `@mvdbeek`_). `Pull
13+
Request 398`_
14+
* Add procps so we can inspect running processes from within pulsar (thanks to
15+
`@nuwang`_). `Pull Request 397`_
16+
* Share docker group between pulsar and dind (thanks to `@nuwang`_). `Pull
17+
Request 396`_
18+
* Add dind and apptainer support (thanks to `@nuwang`_). `Pull Request 395`_
19+
* Docker image for kubernetes helm chart (thanks to `@nuwang`_). `Pull Request
20+
378`_
1121

1222
---------------------
1323
0.15.7 (2025-03-13)
@@ -512,6 +522,12 @@ History
512522

513523

514524
.. github_links
525+
.. _Pull Request 387: https://github.com/galaxyproject/pulsar/pull/387
526+
.. _Pull Request 398: https://github.com/galaxyproject/pulsar/pull/398
527+
.. _Pull Request 397: https://github.com/galaxyproject/pulsar/pull/397
528+
.. _Pull Request 396: https://github.com/galaxyproject/pulsar/pull/396
529+
.. _Pull Request 395: https://github.com/galaxyproject/pulsar/pull/395
530+
.. _Pull Request 378: https://github.com/galaxyproject/pulsar/pull/378
515531
.. _Pull Request 385: https://github.com/galaxyproject/pulsar/pull/385
516532
.. _Pull Request 382: https://github.com/galaxyproject/pulsar/pull/382
517533
.. _Pull Request 380: https://github.com/galaxyproject/pulsar/pull/380

docs/pulsar.client.transport.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ pulsar.client.transport.standard module
4444
:undoc-members:
4545
:show-inheritance:
4646

47+
pulsar.client.transport.tus module
48+
----------------------------------
49+
50+
.. automodule:: pulsar.client.transport.tus
51+
:members:
52+
:undoc-members:
53+
:show-inheritance:
54+
4755
Module contents
4856
---------------
4957

pulsar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.15.8.dev0'
1+
__version__ = '0.15.8'
22

33
PROJECT_NAME = "pulsar"
44
PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"

0 commit comments

Comments
 (0)