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 of version 0.20.1 #1548

Merged
merged 2 commits into from
Nov 5, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5962,3 +5962,19 @@
* :pushpin: Automatic update of dependency toml from 0.10.1 to 0.10.2 (#1522)
* :pushpin: Automatic update of dependency thoth-storages from 0.25.15 to 0.25.16 (#1521)
* :pushpin: Automatic update of dependency hypothesis from 5.38.1 to 5.39.0 (#1518)

## Release 0.20.1 (2020-11-05T21:30:58)
### Features
* Add a temporary workaround for #1541
* Provide stack info in security indicators
* Adjust message logged to reduce confusion
* Increase verbosity to see where inspections are triggered
* Adjust description in liveness.py
* Add links to termial random
### Bug Fixes
* Fix issue when signal is sent in one call in livenenss.py
### Improvements
* :sparkles: remove the Zuul config file, as we dont use Zuul anymore
* Adjust tests for stack_info provided by security indicators
### Automatic Updates
* :pushpin: Automatic update of dependency thoth-storages from 0.25.16 to 0.25.17 (#1540)
2 changes: 1 addition & 1 deletion thoth/adviser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
from .wrap import Wrap

__title__ = "thoth-adviser"
__version__ = "0.20.0"
__version__ = "0.20.1"
__author__ = "Fridolin Pokorny <fridolin@redhat.com>"


Expand Down