File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 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---------------------
13230.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
Original file line number Diff line number Diff 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+
4755Module contents
4856---------------
4957
Original file line number Diff line number Diff line change 1- __version__ = '0.15.8.dev0 '
1+ __version__ = '0.15.8'
22
33PROJECT_NAME = "pulsar"
44PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"
You can’t perform that action at this time.
0 commit comments