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 devo-sdk from 5.4.1 to 6.0.0 in /docker/devo #32954

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps devo-sdk from 5.4.1 to 6.0.0.

Release notes

Sourced from devo-sdk's releases.

v6.0.0

[6.0.0] - 2024-10-07

What's Changed

Changed

  • Supported Python versions extended to 10, 11 and 12
  • Added time zones in date operations
  • Jobs API reviewed and fixed. Jobs searching by type and friendlyName discontinued as it is not supported by API. Jobs API unit test checked and enabled
  • Added timeout to unit tests of API queries. They may run forever when faulty

Fixed

  • Keep-alive mechanism not working for queries with destination. Forcing NO_KEEP_ALIVE in queries with destination.
  • SSL wrapping of the TCP connection when no certificates are used improved
  • Fix auxiliary Echo serving for unit testing in order to run with new async paradigm
  • Documentation fixes. Some parameters missing or non-existent in docstring
  • Fix for a unit test when using concurrency (from library stopit to pebble)

Removed

  • Python 3.8 support discontinued

Incompatibilities with 5.x.x that caused mayor version bump

  • Python 3.8 not supported anymore
  • Jobs searching by type and friendlyName discontinued in Jobs API. Only search by job id is supported.
  • Date requires time zone
  • Query with destination are forced to NO_KEEP_ALIVE mode for Keep-alive mechanism (instead of DEFAULT_KEEPALIVE_TOKEN)

Contributors

Full Changelog: DevoInc/python-sdk@v5.4.1...v6.0.0

Changelog

Sourced from devo-sdk's changelog.

[6.0.0] - 2024-10-07

Changed

  • Supported Python versions extended to 10, 11 and 12
  • Added time zones in date operations
  • Jobs API reviewed and fixed. Jobs searching by type and friendlyName discontinued as it is not supported by API. Jobs API unit test checked and enabled
  • Added timeout to unit tests of API queries. They may run forever when faulty

Fixed

  • Keep-alive mechanism not working for queries with destination. Forcing NO_KEEP_ALIVE in queries with destination.
  • SSL wrapping of the TCP connection when no certificates are used improved
  • Fix auxiliary Echo serving for unit testing in order to run with new async paradigm
  • Documentation fixes. Some parameters missing or non-existent in docstring
  • Fix for a unit test when using concurrency (from library stopit to pebble)

Removed

  • Python 3.8 support discontinued

Incompatibilities with 5.x.x that caused mayor version bump

  • Python 3.8 not supported anymore
  • Jobs searching by type and friendlyName discontinued in Jobs API. Only search by job id is supported.
  • Date requires time zone
  • Query with destination are forced to NO_KEEP_ALIVE mode for Keep-alive mechanism (instead of DEFAULT_KEEPALIVE_TOKEN)
Commits
  • 25a56f6 Merge pull request #292 from DevoInc/python12support
  • 00cadec chore: CHANGELOG.md review
  • 6adac2d fix: status when task is removed
  • 84777b4 fix: destination no keep alive
  • ab39f0a fix: PEP8 formatting
  • a75cfc1 fix: PEP8 formatting
  • bee754f chore: CHANGELOG.md review
  • 9cb2cf9 chore: Merge from master
  • 3aed0e8 test: Added timeout to unit test of queries to API
  • 24d0be7 fix: Jobs API review and fix
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/devo:1.0.0.113226
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/devo/tags
Get started by pulling the image:

docker pull devdemisto/devo:1.0.0.113226

Docker Metadata

  • Image Size: 110.43 MB
  • Image ID: sha256:99f4032f0e98ec197cd050be85d821d3f3db542524c5564bf6a313b12c8764e6
  • Created: 2024-10-07T14:14:13.947163235Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.11.10
    • DOCKER_IMAGE=devdemisto/devo:1.0.0.113226
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:be61f7d4b93445b41709c05bfba77c87f6b1e490
    • org.opencontainers.image.version:1.0.0.113226

Copy link

stale bot commented Oct 29, 2024

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs.

If you'd like to keep it open, please leave a comment with the status of the PR.

Thank you for your contribution!

@stale stale bot added the stale label Oct 29, 2024
@CLAassistant
Copy link

CLAassistant commented Dec 2, 2024

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@JudahSchwartz
Copy link
Collaborator

@dependabot recreate

@stale stale bot removed the stale label Dec 15, 2024
Bumps [devo-sdk](https://github.com/DevoInc/python-sdk) from 5.4.1 to 6.0.0.
- [Release notes](https://github.com/DevoInc/python-sdk/releases)
- [Changelog](https://github.com/DevoInc/python-sdk/blob/master/CHANGELOG.md)
- [Commits](DevoInc/python-sdk@v5.4.1...v6.0.0)

---
updated-dependencies:
- dependency-name: devo-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/docker/devo/devo-sdk-6.0.0 branch from be61f7d to 25bcef5 Compare December 15, 2024 07:58
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build has deployed your docker image: devdemisto/devo:1.0.0.1808410
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/devo/tags
Get started by pulling the image:

docker pull devdemisto/devo:1.0.0.1808410

Docker Metadata

  • Image Size: 109.67 MB
  • Image ID: sha256:a1dee4db0e5bfb477083e3595d6b9eef7117198b64bd6c0841cf1d5fea2d0242
  • Created: 2024-12-15T08:31:36.073034567Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.11.10
    • PYTHON_SHA256=07a4356e912900e61a15cb0949a06c4a05012e213ecd6b4e84d0f67aabbee372
    • DOCKER_IMAGE=devdemisto/devo:1.0.0.1808410
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:25bcef506d3cf01b68cf7e8de2b88894ad1e061b
    • org.opencontainers.image.version:1.0.0.1808410

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.

3 participants