Skip to content

Commit

Permalink
Release v5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Mar 15, 2024
1 parent eba6968 commit 151bd59
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

New in v5.4:

* Bugfixes:

- The agent-spawner workers now ignore the output from shell command hooks
(redirects them to /dev/null to avoid SIGPIPE)

- The agent-spawner server now correctly base64-encodes the ticket data.

- The agent-spawner package now requires up2date python3-copr-common for
fixed get_redis_connection() method.

- The resalloc's tags/tags_on_demand configuration was cleaned up to
allow user to keep them unspecified, e.g,, and several useful warnings
related to tag misconfiguration were added.

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

New in v5.3:

* Changes:
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.3'
__version__ = '5.4'

0 comments on commit 151bd59

Please sign in to comment.