Skip to content

Commit

Permalink
Release 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpm committed Mar 18, 2024
1 parent 8c7fef3 commit 9af6594
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,21 @@ Please submit pull requests against https://github.com/release-engineering/kobo.
Changelog
=========

kobo 0.36.0
-----------

### FEATURES & IMPROVEMENTS

- worker: on `SIGHUP`, will now gracefully await task completion and re-exec

### BUG FIXES

- client: the `--hub` option to `watch-log` command is no longer ignored
- worker: logging thread is more robust, recovers from many errors
- hub: minor fixes to worker detail UI
- hub: respond with 404 error on missing logs, rather than 500
- other minor fixes

kobo 0.35.1
-----------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

setup(
name = "kobo",
version = "0.35.1",
version = "0.36.0",
description = "A pile of python modules used by Red Hat release engineering to build their tools",
url = "https://github.com/release-engineering/kobo/",
author = "Red Hat, Inc.",
Expand Down

0 comments on commit 9af6594

Please sign in to comment.