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 demisto-sdk from 1.31.11 to 1.32.0 in /docker/demisto-sdk #32716

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 Sep 23, 2024

Bumps demisto-sdk from 1.31.11 to 1.32.0.

Release notes

Sourced from demisto-sdk's releases.

v1.32.0

  • IN136 will be handled in the new validate format of RM102. #4535
  • Dropped support for Python 3.8. #4531
  • The validation GR103 has been removed from the old format to enhance performance. #4522
  • Move feed's expirationPolicy validation to a new validation - IN163. #4460
  • Modified the --release-notes flag which would previously support a specific changelog file format. Now it retrieves the release data from the GitHub tags info. #4554
  • Moved RM102 and IN136 validation to the new format. Ensures context outputs in README and YML files match. #4535
  • Moved RM110 validation to the new format. Ensuring all commands are documented in the README. #4542
  • Enhanced the format command logs by trimming whitespaces. #4529
  • Added 'StrictModelingRule' and 'StrictAssetsModelingRule' to the ST110 validation. #4560
  • Moved GR105 validation to the new format. Ensuring that each content item has a unique ID. #4545
  • Added 'ReleaseNotesConfig' and 'PackMetadata' to the ST110 validation. #4541
  • Modified the sdk-changelog script which would previously generate all release notes in one section. Now it generates the changelog with different sections separated by headers Fixed, Breaking Changes, and Internal. #4555
  • Modified the mypy pre-commit hook in the pre-commit command which would previously run locally. The hook now runs in Docker and is renamed to mypy-in-docker. #4468
  • Added 'AssetsModelingRuleSchema' to the ST110 validation. #4519
  • Discard 'canvas' tab from LO107 validation as it is now supported by XSIAM. #4544
  • Added support for a specific value in the hidden attribute of a script argument. #4550
  • Moved GR103 validation to the new validate format. The validation ensures that content items use other content items only if they exist in the repository. Additionally, removed this validation from the old format to improve performance. #4522
  • Fixed an issue in the init-validation script where it wasn't generating the correct execution mode for graph validations. #4543
  • Fix an issue with generate-docs command when an integration is missing a description. #4510
  • Fixed an issue where docker validations failed on API Modules in the new validate flow. #4539
  • Fixed an issue where running validate -a on specific validations failed ignored content items. #4539
  • Fixed an issue where RM106 failed on false positive cases of demisto word occurrence. #4539
  • Fixed an issue where the GR106 validation would fail on test playbooks that are marked as reputation tests. #4549
  • Fixed an issue where Threat Intel layouts created in the UI would fail when uploaded using the SDK upload command. #4548
  • Fixed an issue where logs would not show up correctly. #4514
  • Modified nltk version requirement to 3.9.1. #4540
  • Removed support for the Connection content item type. #4547
  • Deprecated. Removing the canvas-context-connections.yml schema's file. #4546
  • Fixed an issue where the run-test-playbook command (used internally) reported incorrect results. #4514
Changelog

Sourced from demisto-sdk's changelog.

1.32.0

  • Moved IN136 to the new validate format as part of RM102. #4535
  • Dropped support for Python 3.8. #4531
  • Removed GR103 from the old format to enhance performance. #4522
  • Moved feed's expirationPolicy validation to a new validation - IN163. #4460
  • Modified the --release-notes flag which would previously support a specific changelog file format. Now it retrieves the release data from the GitHub tags info. #4554
  • Moved RM102 and IN136 validation to the new format. Ensures context outputs in README and YML files match. #4535
  • Moved RM110 validation to the new format. Ensuring all commands are documented in the README. #4542
  • Enhanced the format command logs by trimming whitespaces. #4529
  • Added 'StrictModelingRule' and 'StrictAssetsModelingRule' to the ST110 validation. #4560
  • Moved GR105 validation to the new format. Ensuring that each content item has a unique ID. #4545
  • Added 'ReleaseNotesConfig' and 'PackMetadata' to the ST110 validation. #4541
  • Modified the sdk-changelog script which would previously generate all release notes in one section. Now it generates the changelog with different sections separated by headers Fixed, Breaking Changes, and Internal. #4555
  • Modified the mypy pre-commit hook in the pre-commit command which would previously run locally. The hook now runs in Docker and is renamed to mypy-in-docker. #4468
  • Added 'AssetsModelingRuleSchema' to the ST110 validation. #4519
  • Removed 'canvas' tab from LO107 validation as it is now supported by XSIAM. #4544
  • Added support for a specific value in the hidden attribute of a script argument. #4550
  • Moved GR103 validation to the new validate format. The validation ensures that content items use other content items only if they exist in the repository. Additionally, removed this validation from the old format to improve performance. #4522
  • Fixed an issue in the init-validation script where it wasn't generating the correct execution mode for graph validations. #4543
  • Fix an issue with generate-docs command when an integration is missing a description. #4510
  • Fixed an issue where docker validations failed on API Modules in the new validate flow. #4539
  • Fixed an issue where running validate -a on specific validations failed ignored content items. #4539
  • Fixed an issue where RM106 failed on false positive cases of demisto word occurrence. #4539
  • Fixed an issue where the GR106 validation would fail on test playbooks that are marked as reputation tests. #4549
  • Fixed an issue where Threat Intel layouts created in the UI would fail when uploaded using the SDK upload command. #4548
  • Fixed an issue where logs would not show up correctly. #4514
  • Modified nltk version requirement to 3.9.1. #4540
  • Removed support for the Connection content item type. #4547
  • Deprecated. Removed the canvas-context-connections.yml schema's file. #4546
  • Fixed an issue where the run-test-playbook command (used internally) reported incorrect results. #4514
Commits

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)

Bumps [demisto-sdk](https://github.com/demisto/demisto-sdk) from 1.31.11 to 1.32.0.
- [Release notes](https://github.com/demisto/demisto-sdk/releases)
- [Changelog](https://github.com/demisto/demisto-sdk/blob/master/CHANGELOG.md)
- [Commits](demisto/demisto-sdk@v1.31.11...v1.32.0)

---
updated-dependencies:
- dependency-name: demisto-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 23, 2024
@github-actions github-actions bot enabled auto-merge (squash) September 23, 2024 14:22
@xsoar-bot
Copy link

Docker Image Ready - Dev

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

docker pull devdemisto/demisto-sdk:1.32.0.112497

Docker Metadata

  • Image Size: 602.52 MB
  • Image ID: sha256:208d07d5fd94b48080d77975bef6c1293e0382b4c165869c67429dca989e7400
  • Created: 2024-09-23T14:26:03.139859493Z
  • Arch: linux/amd64
  • Command: ["demisto-sdk","--help"]
  • 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.9
    • PYTHON_PIP_VERSION=24.0
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/ac00c61f60b2df101b7cdf90ed319b625ac93b42/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=0f8bb2652c0b0965f268312f49ec21e772d421d381af4324beea66b8acf2635c
    • DOCKER_IMAGE=devdemisto/demisto-sdk:1.32.0.112497
  • Labels:
    • org.opencontainers.image.authors:Demisto <containers@demisto.com>
    • org.opencontainers.image.revision:abf46f22dfff4cab1766e6ed5dd46b671399daa2
    • org.opencontainers.image.version:1.32.0.112497

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.

1 participant