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

Demisto-sdk release 1.33.1 #4737

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .changelog/4569.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4662.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4670.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4692.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4696.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4697.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4706.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4710.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4711.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .changelog/4712.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4713.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4714.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4715.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4716.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4717.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4718.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4720.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4723.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4726.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4727.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4728.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4733.yml

This file was deleted.

32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# Changelog
## 1.33.1 (2024-12-25)
### Feature
* Moved the CR101 validation, checking names of Correlation Rule files match standards, to `validate_content_path`. [#4596](https://github.com/demisto/demisto-sdk/pull/4569)
samuelFain marked this conversation as resolved.
Show resolved Hide resolved
* Added validation checks whether the silent playbook name id and the isSilent key are set correctly. [#4662](https://github.com/demisto/demisto-sdk/pull/4662)
samuelFain marked this conversation as resolved.
Show resolved Hide resolved
* Added validation to ensure every silent trigger points to a silent playbook, and vice versa. [#4670](https://github.com/demisto/demisto-sdk/pull/4670)
samuelFain marked this conversation as resolved.
Show resolved Hide resolved
* Exclude silent-Playbooks/Triggers from the metadata. [#4692](https://github.com/demisto/demisto-sdk/pull/4692)
* Added support for writing pre-commit results to files. [#4697](https://github.com/demisto/demisto-sdk/pull/4697)
samuelFain marked this conversation as resolved.
Show resolved Hide resolved
* Added support for CaseLayouts and CaseFields content items paths to the `validate-content-paths` **pre-commit** hook. [#4706](https://github.com/demisto/demisto-sdk/pull/4706)
samuelFain marked this conversation as resolved.
Show resolved Hide resolved
* Updated validation rules to allow the deletion of silent Playbooks and silent Triggers. [#4715](https://github.com/demisto/demisto-sdk/pull/4715)
* Exclude silent items from release notes validation. [#4720](https://github.com/demisto/demisto-sdk/pull/4720)
* Added the **PB132** validation to ensure that silent playbooks do not have a README file. [#4723](https://github.com/demisto/demisto-sdk/pull/4723)
samuelFain marked this conversation as resolved.
Show resolved Hide resolved
* Added support for Silent-Playbooks in the old-validate. [#4726](https://github.com/demisto/demisto-sdk/pull/4726)

### Fix
* Fixed an issue where YmlSplitter attributes were being unintentionally updated. [#4696](https://github.com/demisto/demisto-sdk/pull/4696)
* Fix an issue where *RN106* and *PA114* validations would fail on new packs. [#4710](https://github.com/demisto/demisto-sdk/pull/4710)
samuelFain marked this conversation as resolved.
Show resolved Hide resolved
* Fixed an issue where *RN107* validation would fail on new content items and specific content types. [#4711](https://github.com/demisto/demisto-sdk/pull/4711)
* Fixed an issue where YmlSplitter attributes were being unintentionally updated. [#4713](https://github.com/demisto/demisto-sdk/pull/4713)
* Fixed an issue where RN111 would fail when it should not when the docker entry message was missing. [#4714](https://github.com/demisto/demisto-sdk/pull/4714)
samuelFain marked this conversation as resolved.
Show resolved Hide resolved
* Fixed an issue where ST110 would incorrectly fail when adding the isSilent field. [#4716](https://github.com/demisto/demisto-sdk/pull/4716)
samuelFain marked this conversation as resolved.
Show resolved Hide resolved
* Fixed an issue where RM114 falsely failed when it concatenated "Packs/" twice to the file path. [#4717](https://github.com/demisto/demisto-sdk/pull/4717)
samuelFain marked this conversation as resolved.
Show resolved Hide resolved
* Fixed an issue where the error message wasn't clear when attempting to upload a content item to an unsupported marketplace. [#4727](https://github.com/demisto/demisto-sdk/pull/4727)
* Changed the isSilent key to be lower case. [#4728](https://github.com/demisto/demisto-sdk/pull/4728)
* Fixed an issue in the ***modeling-rules*** command where colored logs were not printed properly. [#4733](https://github.com/demisto/demisto-sdk/pull/4733)
samuelFain marked this conversation as resolved.
Show resolved Hide resolved

### Breaking
* Removed support for DS107 and RM106 validations - ensure no 'demist'o word in description and readme files for both new & old validate. [#4712](https://github.com/demisto/demisto-sdk/pull/4712)
samuelFain marked this conversation as resolved.
Show resolved Hide resolved
* Changed the code of RM116 - Validate that the readme file is not to short to RM117 due to error code duplication. [#4712](https://github.com/demisto/demisto-sdk/pull/4712)
samuelFain marked this conversation as resolved.
Show resolved Hide resolved
* **Breaking Change**: Removed the support for python 3.9, and upgraded the *mitmproxy* dependency version. [#4718](https://github.com/demisto/demisto-sdk/pull/4718)


# Changelog
## 1.33.0 (2024-12-08)
### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = "tests/.*|demisto_sdk/commands/init/templates/.*"

[tool.poetry]
name = "demisto-sdk"
version = "1.33.0"
version = "1.33.1"
description = "\"A Python library for the Demisto SDK\""
authors = ["Demisto"]
license = "MIT"
Expand Down
Loading