Skip to content

Commit

Permalink
bump to v0.4.3, fix two bugs (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKarpel authored Jul 31, 2019
1 parent 66f95c0 commit 37fca8a
Show file tree
Hide file tree
Showing 10 changed files with 92 additions and 1,124 deletions.
23 changes: 23 additions & 0 deletions docs/source/versions/v0_4_3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
v0.4.3
======

New Features
------------

Bug Fixes
---------

* CLI `stdout` and `stderr` commands were broken, but are now fixed.
* Add the missing parts of the `/.singularity.d` directory
that will make `v0.4.2` Singularity support actually work.

Known Issues
------------

* Execution errors that result in the job being terminated but no output being
produced are still not handled entirely gracefully. Right now, the component
state will just show as ``ERRORED``, but there won't be an actual error report.
* Map component state may become corrupted when a map is manually vacated.
Force-removal may be needed to clean up maps if HTCondor and HTMap disagree
about the state of their components.
Issue: https://github.com/htcondor/htmap/issues/129
47 changes: 0 additions & 47 deletions examples/checkpointing.py

This file was deleted.

Loading

0 comments on commit 37fca8a

Please sign in to comment.