Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 14:26
cbf1b96

Continuous Integration

  • Enhance release procedure (#152)
    • Changed pipenv with Poetry for better dependency resolution and publication.
    • Changed support from Python 3.8+ to Python 3.6+
    • Modify CD workflow to add git-chglog for more comprehensive release message generation.

Features

  • get_dashboards now can retrieve the full information of all the dashboards (#154)
    • The previous version of the get_dashboards method was only able to retrieve partial information from the dashboards. The current one allows to disable the "light" mode.

Small Modifications

  • Deprecate list_whitelisted_cves method (#153)
    • The method has been replaced by list_vulnerability_exception_bundles to retrieve the exception bundles and get_vulnerability_exception_bundle to retrieve all the info from a exception bundle.

BREAKING CHANGES

  • The method get_user_falco_rules now returns the text instead of an object and is updated with the new API endpoint