This update provides 5 new container registry operations and adds the image_id and digest keywords to the GetImageAssessmentReport operation within the FalconContainer Service Class.
Updated: Added image_id and digest options to the GetImageAssessmentReport 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
Adds one new payload handler.
_payload/_container.py
Unit testing expanded to complete code coverage.
tests/test_falcon_container.py
Version 1.2.13
Added features and functionality
Added: 2 new operations (IoT) added to the Discover Service Class, get_iot_hosts and query_iot_hosts.
_endpoint/_discover.py
_endpoint/deprecated/_discover.py
discover.py
tests/test_discover.py
Added: 1 new operation added to the MessageCenter Service Class, CreateCaseV2.
_endpoint/_message_center.py
_payload/_message_center.py
message_center.py
tests/test_message_center.py
Issues resolved
Fixed: Docstring typo in the GetAzureInstallScript operation within the KubernetesProtection Service Class. Closes #933.
kubernetes_protection.py
Version 1.2.12
Added features and functionality
Added: Enhanced payload handler for create_rule operation to allow for passing a list of dictionaries for the field_values keyword. Closes #916.
_payload/_ioa.py
tests/test_custom_ioa.py
Added: 5 new operations added to the KubernetesProtection Service Class, GetAzureInstallScript, GetAzureTenantConfig, GetAzureTenantIDs, GetCombinedCloudClusters, and GetStaticScripts.
_endpoint/_kubernetes_protection.py
kubernetes_protection.py
Unit testing expanded to complete code coverage.
tests/test_kubernetes_protection.py
Issues resolved
Fixed: Updated docstring comments to properly reflect syntax for providing a trusted certificate bundle for API requests. Closes #910.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps crowdstrike-falconpy from 1.2.11 to 1.2.14.
Release notes
Sourced from crowdstrike-falconpy's releases.
... (truncated)
Changelog
Sourced from crowdstrike-falconpy's changelog.
... (truncated)
Commits
a51e303
Bump version -> 1.2.14379b537
Add Container Registry payload handler79dffa3
Add new FalconContainer operationsfef6e1b
Add image_id & digest to GetImageAssessmentReport41df5d1
Bump version -> 1.2.13643301a
Fix docstring typo. Closes #933.8b1ef2f
Add CreateCaseV2 operation66c52fb
Add discover IoT operationsa3cf032
Bump version -> 1.2.1235e2e55
Remove unnecessary endpoint parameterDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)