Releases: sysdiglabs/sysdig-sdk-python
Releases · sysdiglabs/sysdig-sdk-python
v0.14.13
Bug Fixes
- Update dashboards to latest API (#177)
- Solve v2 events not scoping created events (#180)
- Increase limit to retrieve policy events without pagination (#179)
- ci: Update Ubuntu repos on scheduled tests
- release: Solve variable not being replaced correctly while extracting
- release: Solve version not replacing correctly
- release: Update the release process
Continuous Integration
- Check release process in PR (#181)
- Generate policy events on full integration test
- Make documentation on a poetry shell
- Fix syntax
- fix: Enable Jekyll pages
Documentation
- Update download_dashboards example and get_dashboards documentation (#178)
- Add some structure to documentation (#176)
- Add readthedocs.yml to build docs
- Update docs for readthedocs
- Fix issues while publishing jekyll and sphinx together
- Fix styles on GH pages
- Enhanced documentation (#174)
- Publish docs on every push to master
Release
- Setup go-chglog with fixed compiled version
v0.14.7
v0.14.6
v0.14.5
v0.14.4
v0.14.3
v0.14.2
v0.14.1
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_cves
method (#153)- The method has been replaced by
list_vulnerability_exception_bundles
to retrieve the exception bundles andget_vulnerability_exception_bundle
to retrieve all the info from a exception bundle.
- The method has been replaced by
BREAKING CHANGES
- The method
get_user_falco_rules
now returns the text instead of an object and is updated with the new API endpoint
v0.13.1
This is the v0.13.1 release of the sysdig-sdk-python (sdcclient), the Python client for Sysdig Platform
Minor Changes
This version just relaxes the dependencies so it can be installed with previous versions of libraries.