Skip to content

Commit

Permalink
Release v5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Nov 6, 2023
1 parent de133c4 commit 51ce0ad
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

New in v5.1:

* New Features:

- A new concept of "agent-like" resources has been implemented. A new
`resalloc-agent-spawner` daemon (shipped in resalloc-agent-spawner
package) converges the number of agents (tickets opened against the
resalloc server) according to the current state of the external system
(e.g., according to the wishes of the OpenScanHub, software based on the
Kobo framework). This feature is now provided in "beta" quality.

- The `resalloc ticket-check` now raises a WARNING for non-existing ticket
IDs. The API has been appropriately fixed so that even clients with the
`.survive_server_restart` option won't indefinitely hang on a non-existing
ticket ID.

* Bugfixes:

- Web browsing the pools has been fixed to prevent users from encountering
500 errors. For more information, see
https://github.com/fedora-copr/copr/issues/2882

- The `resalloc-selinux` package has dropped the RPM dependency on
`resalloc-webui`.

- A bug in the "on-demand" resources concept has been fixed so that even a
single ticket can no longer trigger the allocation of multiple resources.

- A traceback bug-fix has been added to the "cleanup resource orphans"
logic, addressing cases when no resource has yet started in the configured
pool. A user-friendly warning is now raised instead.

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

New in v5.0:

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

0 comments on commit 51ce0ad

Please sign in to comment.