This repository was archived by the owner on May 7, 2026. It is now read-only.
v0.14.0
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_cvesmethod (#153)- The method has been replaced by
list_vulnerability_exception_bundlesto retrieve the exception bundles andget_vulnerability_exception_bundleto retrieve all the info from a exception bundle.
- The method has been replaced by
BREAKING CHANGES
- The method
get_user_falco_rulesnow returns the text instead of an object and is updated with the new API endpoint