New bleeding edge / development builds (v1.2.14) now available! #952
jshcodes
started this conversation in
Show and Tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FalconPy v1.2.14
This update provides 5 new container registry operations and adds the
image_id
anddigest
keywords to theGetImageASsessmentReport
operation within the FalconContainer Service Class.Planned release date
This update will release to the stable package in the production index on 04.17.2023.
Unit test coverage
Bandit analysis
[main] INFO running on Python 3.9.16 Run started:2023-04-14 14:39:28.003946 Test results: No issues identified. Code scanned: Total lines of code: 45015 Total lines skipped (#nosec): 0 Run metrics: Total issues (by severity): Undefined: 0 Low: 0 Medium: 0 High: 0 Total issues (by confidence): Undefined: 0 Low: 0 Medium: 0 High: 0 Files skipped (0):
Added features and functionality
Updated: Added
image_id
anddigest
options to theGetImageAssessmentReport
operation (FalconContainer Service Class)._endpoint/_falcon_container.py
falcon_container.py
Added: 5 new operations added to the FalconContainer Service Class,
ReadRegistryEntitiesByUUID
,CreateRegistryEntities
,DeleteRegistryEntities
,UpdateRegistryEntities
,ReadRegistryEntities
._endpoint/_falcon_container.py
falcon_container.py
_payload/_container.py
tests/test_falcon_container.py
Bleeding Edge Installation
You can check out this new release by installing the package via the Python Package Index.
or
Upgrading
You can upgrade to this new release by installing the update via the Python Package Index.
or
Development Package Installation
This update is immediately available within the
crowdstrike-falconpy-dev
package.You can check out this new version by installing the package via the Python Package Index.
or
Upgrading
Existing development package users can upgrade to this new release by installing the update via the Python Package Index.
or
Beta Was this translation helpful? Give feedback.
All reactions