Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cbapi from 1.7.0 to 1.7.10 #137

Merged
merged 2 commits into from
May 7, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2023

Bumps cbapi from 1.7.0 to 1.7.10.

Release notes

Sourced from cbapi's releases.

cbapi Python Bindings - 1.7.10

Bug Fixes

  • Update CbAPI to use packaging instead of distutils for python3.7+

cbapi Python Bindings - 1.7.9

Bug Fix:

  • Adjust Live Response Worker creation for EDR sensors to optimize for sensor specific jobs

cbapi Python Bindings - 1.7.8

Bug Fix:

  • Vendor the attrdict module because of ImportError for Python3.10

cbapi Python Bindings - 1.7.7

Bug Fix

  • Changed the sort order for EDR sensor searches from 'last_checkin_time' (default when none provided explicitly) to 'hostname' to make the sort stable as sensors checkin during paging

cbapi Python Bindings - 1.7.6

Bug Fixes

  • Removed the requirement for an admin token to connect
  • Added sensor paginated query

General

  • Updated version of lxml library

cbapi Python Bindings - 1.7.5

Changelog

Updates

  • General
    • Allow the CbAPI to accept a pre-configured Session object to be used for access, to get around unusual configuration requirements.

cbapi Python Bindings - 1.7.4

Changelog

Updates

  • General
    • Fix example code in the documentation for Facets
  • CB Response
    • Add missing fields for SensorGroup class and fix example script to properly create SensorGroup
    • Fix example script sensor_group_operations.py to list groups without ipaddresses
    • Fix alert.save()
    • Allow blocked processes to be accessed through the Process (processblocks)

cbapi Python Bindings - 1.7.3

Changelog

Updates

... (truncated)

Changelog

Sourced from cbapi's changelog.

CbAPI 1.7.10 - Release Feb 1, 2023

Bug Fixes

  • Update CbAPI to use packaging instead of distutils for python3.7+

CbAPI 1.7.9 - Release Sept 29, 2022

Bug Fixes

  • Adjust Live Response Worker creation for EDR sensors to optimize for sensor specific jobs

CbAPI 1.7.8 - Release Jun 17, 2022

Bug Fixes

  • Vendor the attrdict module because of ImportError for Python3.10

CbAPI 1.7.7 - Release Jan 28, 2022

Bug Fixes

  • Changed the sort order for EDR sensor searches from 'last_checkin_time' (default when none provided explicitly) to 'hostname' to make the sort stable as sensors checkin during paging

CbAPI 1.7.6 - Release Dec 20, 2021

Bug Fixes

  • Removed the requirement for an admin token to connect
  • Added sensor paginated query

General

  • Updated version of lxml library

CbAPI 1.7.5 - Released June 16, 2021

Updates

  • General
    • Allow the CbAPI to accept a pre-configured Session object to be used for access, to get around unusual configuration requirements.

CbAPI 1.7.4 - Released April 7, 2021

Updates

  • General

... (truncated)

Commits
  • 32dd08d Merge pull request #321 from carbonblack/version_bump
  • d6ac000 Version bump
  • 70d2c22 Merge pull request #320 from carbonblack/CBAPI-4433-replace-distutils
  • 2d2fc87 Using packaging for python3.7+
  • 2853c82 Merge pull request #318 from carbonblack/release-1.7.9
  • f9ec4df Version bump for 1.7.9
  • 065ce86 Merge pull request #317 from carbonblack/job-worker-performance
  • 1074dab Fix missing append parameter
  • c47702b Add more performant sensor spawner
  • b3662b2 Merge pull request #315 from carbonblack/pr-v1.7.8
  • Additional commits viewable in compare view

Dependabot compatibility score

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 [cbapi](https://github.com/carbonblack/cbapi-python) from 1.7.0 to 1.7.10.
- [Release notes](https://github.com/carbonblack/cbapi-python/releases)
- [Changelog](https://github.com/carbonblack/cbapi-python/blob/master/docs/changelog.rst)
- [Commits](carbonblack/cbapi-python@1.7.0...1.7.10)

---
updated-dependencies:
- dependency-name: cbapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 25, 2023
@TreWilkinsRC TreWilkinsRC merged commit 8aba19e into master May 7, 2024
3 checks passed
@TreWilkinsRC TreWilkinsRC deleted the dependabot/pip/cbapi-1.7.10 branch May 7, 2024 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants