Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v5.0 #122

Merged
merged 1 commit into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'