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.33.1 to 1.33.2 in /docker/demisto-sdk #4706

Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps demisto-sdk from 1.33.1 to 1.33.2.

Release notes

Sourced from demisto-sdk's releases.

v1.33.2

Breaking

  • Removed support for DS107 and RM106 validations. Ensures no "demisto" word in description and readme files for both new & old validate formats. #4712
  • Changed the code of RM116 - Validate that the readme file is not to short to RM117 due to error code duplication. #4712

Feature

  • Excluded silent items from release notes validation. #4720
  • Added PB131 validation. Ensures every silent trigger points to a silent playbook, and vice versa. #4670
  • Excluded silent-Playbooks/Triggers from the metadata. #4692
  • Added support for Silent-Playbooks in the old-validate. #4726
  • Added support for CaseLayouts and CaseFields content items paths to the validate-content-paths demisto-sdk pre-commit hook. #4706
  • Added PB132 validation. Ensures that silent playbooks do not have a README file. #4723
  • Updated validation rules to allow the deletion of silent Playbooks and silent Triggers. #4715
  • Added support for writing demisto-sdk pre-commit command results to files. #4697
  • Moved the CR101 validation to the new validation format. Checks if "Correlation Rule" files match standards to validate_content_path. #4569
  • Added PB130 validation. Checks whether the silent playbook name id and the isSilent key are set correctly. #4662

Fix

  • Fixed an issue where YmlSplitter attributes were being unintentionally updated. #4713
  • Fixed an issue where ST110 would incorrectly fail when adding the isSilent field. #4716
  • Fixed an issue where the error message wasn't clear when attempting to upload a content item to an unsupported marketplace. #4727
  • Changed the isSilent key to lower case. #4728
  • Fixed an issue in the demisto-sdk modeling-rules command where colored logs were not printed properly. #4733
  • Fixed an issue where RM114 falsely failed when it concatenated "Packs/" twice to the file path. #4717
  • Fixed an issue where RN106 and PA114 validations would fail on new packs. #4710
  • Fixed an issue where YmlSplitter attributes were being unintentionally updated. #4696
  • Fixed an issue where RN111 would fail when it should not when the docker entry message was missing. #4714
  • Fixed an issue where the "incident to alert" conversion was not applied to the metadata file during the execution of the prepare-content command. #4736
  • Fixed an issue where RN107 validation would fail on new content items and specific content types. #4711

Internal

  • Added the generate-command-docs script and a pre-commit hook to generate commands documentation. #4664
Changelog

Sourced from demisto-sdk's changelog.

1.33.2 (2024-12-29)

Breaking

  • Removed support for DS107 and RM106 validations. Ensures no "demisto" word in description and readme files for both new & old validate formats. #4712
  • Changed the code of RM116 - Validate that the readme file is not to short to RM117 due to error code duplication. #4712

Feature

  • Excluded silent items from release notes validation. #4720
  • Added PB131 validation. Ensures every silent trigger points to a silent playbook, and vice versa. #4670
  • Excluded silent-Playbooks/Triggers from the metadata. #4692
  • Added support for Silent-Playbooks in the old-validate. #4726
  • Added support for CaseLayouts and CaseFields content items paths to the validate-content-paths demisto-sdk pre-commit hook. #4706
  • Added PB132 validation. Ensures that silent playbooks do not have a README file. #4723
  • Updated validation rules to allow the deletion of silent Playbooks and silent Triggers. #4715
  • Added support for writing demisto-sdk pre-commit command results to files. #4697
  • Moved the CR101 validation to the new validation format. Checks if "Correlation Rule" files match standards to validate_content_path. #4569
  • Added PB130 validation. Checks whether the silent playbook name id and the isSilent key are set correctly. #4662

Fix

  • Fixed an issue where YmlSplitter attributes were being unintentionally updated. #4713
  • Fixed an issue where ST110 would incorrectly fail when adding the isSilent field. #4716
  • Fixed an issue where the error message wasn't clear when attempting to upload a content item to an unsupported marketplace. #4727
  • Changed the isSilent key to lower case. #4728
  • Fixed an issue in the demisto-sdk modeling-rules command where colored logs were not printed properly. #4733
  • Fixed an issue where RM114 falsely failed when it concatenated "Packs/" twice to the file path. #4717
  • Fixed an issue where RN106 and PA114 validations would fail on new packs. #4710
  • Fixed an issue where YmlSplitter attributes were being unintentionally updated. #4696
  • Fixed an issue where RN111 would fail when it should not when the docker entry message was missing. #4714
  • Fixed an issue where the "incident to alert" conversion was not applied to the metadata file during the execution of the prepare-content command. #4736
  • Fixed an issue where RN107 validation would fail on new content items and specific content types. #4711

Internal

  • Added the generate-command-docs script and a pre-commit hook to generate commands documentation. #4664

1.33.0 (2024-12-08)

Feature

  • Modified the demisto-sdk --release-notes command to print a markdown representation of the currently installed demisto-sdk changelog. #4687
  • Added support for a new pack version_config.json file. #4699
  • Updated the prepare-content command to replace all occurrences of an incorrect marketplace reference in the content. #4659
  • The Demisto-SDK CLI has been upgraded to use Typer for command-line interface (CLI) management. #4637
  • Added an isSilent key to the Playbook and Trigger schemas. #4689
  • Updated the GR107 validation to fail once on each item, and the message will contain all deprecated items in use instead of failing multiple times. #4667

Fix

  • Fixed an issue where YmlSplitter attributes were being unintentionally updated. #4695
  • Fixed an issue where -t flag was missing from update-release-notes command setup. #4691
  • Fixed an issue where RN108 validation raised an exception when executed on a new pack. #4700
  • Fixed an issue in the validate command where new files could not be parsed. #4700
  • Fixed an issue in the validate command where .pack-ignore files could not be parsed. #4700
  • Fixed an issue where using the -i flag with setup-env command would fail. #4690

... (truncated)

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.33.1 to 1.33.2.
- [Release notes](https://github.com/demisto/demisto-sdk/releases)
- [Changelog](https://github.com/demisto/demisto-sdk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/demisto/demisto-sdk/commits/v1.33.2)

---
updated-dependencies:
- dependency-name: demisto-sdk
  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 Dec 30, 2024
@github-actions github-actions bot merged commit e41c6b9 into master Dec 30, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/docker/demisto-sdk/demisto-sdk-1.33.2 branch December 30, 2024 11:21
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.

0 participants