Skip to content

Releases: FNNDSC/pman

Application server update

14 Sep 18:22
11cf327
Compare
Choose a tag to compare
Merge pull request #231 from jbernal0019/master

Update dev and prod application servers to the latest versions

Support for job's input and output directories in pman's API

31 Aug 19:30
c489375
Compare
Choose a tag to compare
  • Support for job's input and output directories in pman's API
  • Mount separate volumes for job's input directory (read-only) and output directory (read-write)

v3.5.4

19 Mar 22:23
898b8a1
Compare
Choose a tag to compare

Bug fixes and performance.

pman will only read the last few lines of a job's container, configurable by JOB_LOGS_TAIL: #204

3.5.1: bug fix with kubernetesmgr.py

18 Feb 20:17
cad50d4
Compare
Choose a tag to compare
Fix kubernetesmgr.py JobStatus bug

3.5.0: support k8s runAsUser workaround

18 Feb 13:26
5317e84
Compare
Choose a tag to compare

3.4.0: Cromwell compute resources

07 Feb 21:16
33c58b6
Compare
Choose a tag to compare

3.3.0: Cromwell, SLURM

24 Jan 21:59
e7d3e35
Compare
Choose a tag to compare
  • AbstractManager is now typed #186
  • Support for execution against a Cromwell server #188

v3.2.0

11 Jun 22:32
9ab4f3c
Compare
Choose a tag to compare
Merge pull request #180 from jbernal0019/master

v3.2.0

v3.1.0

28 Apr 18:34
9655948
Compare
Choose a tag to compare
Merge pull request #173 from jbernal0019/master

Add DELETE request handler to explicitly remove a job from the compute cluster

First Flask-based pman release

12 Mar 19:34
e4597ff
Compare
Choose a tag to compare
Merge pull request #159 from jbernal0019/master

v3.0.0, first release for the Flask-based pman