Skip to content

Releases: sysdiglabs/sysdig-sdk-python

v0.14.13

18 Jan 11:48
Compare
Choose a tag to compare

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

23 Nov 19:00
4234997
Compare
Choose a tag to compare

Features

  • Allow to retrieve runtime policy event by ID (#173)

v0.14.6

23 Nov 19:00
a29825f
Compare
Choose a tag to compare

Bug Fixes

  • Return the correct policyID and policyName in get_image_scanning_results (#172)

v0.14.5

19 Nov 17:36
c9df8df
Compare
Choose a tag to compare

Code Refactoring

  • Code cleanup and linting (#170)

Documentation

  • Add the type parameter to the create_alert docs (#168)

Features

  • Add get_image_scanning_results method to SdScanningClient (#171)

v0.14.4

16 Nov 09:58
5b55135
Compare
Choose a tag to compare

Features

  • Allow filtering events v2 by time (#169)

v0.14.3

09 Nov 13:57
5e72ba9
Compare
Choose a tag to compare

Bug Fixes

  • Solve get_dashboards with light retrieval (#167)

Documentation

  • Add README shields

v0.14.2

04 Nov 10:11
89fe312
Compare
Choose a tag to compare

Bug Fixes

  • Referenced self on static method on IBM Auth Helper (#166)
  • Use falco_rules_local.yaml as user rules file instead of the first (#165)
  • Solve crash on error retrieving user falco rules (#162)
  • ci: Update scheduled test that fails due to retries (#163)

v0.14.1

27 Oct 15:28
8611ed3
Compare
Choose a tag to compare

Bug Fixes

  • Accept hyphens in values of scope (#160)
  • Use Slack notification name field instead of channel in Slack (#148)
  • Modify scope operand to accept hyphens (#156)

Documentation

  • Update README with installation instructions (#157)

Features

  • Add download_cve_report_csv method to download the csv report (#161)
  • Add retry strategy with backoff of 0.5s (#159)

v0.14.0

23 Oct 14:26
cbf1b96
Compare
Choose a tag to compare

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

v0.13.1

22 Oct 18:34
6718738
Compare
Choose a tag to compare

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.