Skip to content

Commit

Permalink
Release v5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Aug 11, 2023
1 parent b19d446 commit 7af565a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

New in v5.0:

* New features

- New concept of "on demand" ticket tags added, these on demand tags
trigger a resource allocation. Until such a ticket is taken, the
corresponding resource pool has no resource allocated.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

New in v4.10:
- A new concept of "on-demand" ticket tags has been introduced. These
on-demand tags, when assigned to tickets, trigger an "on-demand"
resource allocation in the corresponding pools, rather than
pre-allocating them in advance.

* New features
- The README file has been significantly rewritten by Jakub Kadlčík in
markdown format.

- the number of "livecheck" attempts before the resource is deleted
is newly configurable via "livecheck_attempts"
- The number of "livecheck" attempts before a resource is deleted is
now configurable through the "livecheck_attempts" option.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion resalloc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.9'
__version__ = '5.0'

0 comments on commit 7af565a

Please sign in to comment.