diff --git a/.changelog/4625.yml b/.changelog/4625.yml deleted file mode 100644 index 6ec07ffe6d2..00000000000 --- a/.changelog/4625.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Fixed an issue where getting a malformed file raised an non-indicative error. - type: fix -pr_number: 4625 diff --git a/.changelog/4635.yml b/.changelog/4635.yml deleted file mode 100644 index 4cf1cb340f3..00000000000 --- a/.changelog/4635.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Moved RN113 to the new validate format. The validation ensures that all the first level headers in the release note are valid content types. - type: internal -pr_number: 4635 diff --git a/.changelog/4638.yml b/.changelog/4638.yml deleted file mode 100644 index 1efe138387f..00000000000 --- a/.changelog/4638.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Moved CJ102 to the new validate format. The validation's error number is now BA103 and it ensure that the tests section is either a non-empty list or "No tests". - type: breaking -pr_number: 4638 diff --git a/.changelog/4639.yml b/.changelog/4639.yml deleted file mode 100644 index dd3c830baaf..00000000000 --- a/.changelog/4639.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Fixed an issue where the **validate** and **create-id-set** commands would fail to process correctly when encountering null values in the filters or transformers fields. - type: fix -pr_number: 4639 diff --git a/.changelog/4640.yml b/.changelog/4640.yml deleted file mode 100644 index 80be7ef6d68..00000000000 --- a/.changelog/4640.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Moved RN115 to the new validate format. The validation ensure that the release notes first level headers are valid. - type: internal -pr_number: 4640 diff --git a/.changelog/4646.yml b/.changelog/4646.yml deleted file mode 100644 index 57b5bbefae3..00000000000 --- a/.changelog/4646.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: "The following commands will be deprecated and removed entirely in the next SDK release in two weeks: convert, create-content-artifacts, create-id-set, extract-code and lint." - type: breaking -pr_number: 4646 diff --git a/CHANGELOG.md b/CHANGELOG.md index 44ebbd73cd3..7e4f85e955c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ # Changelog +## 1.32.4 (2024-11-10) +### Breaking +* The following commands will be deprecated and removed entirely in the next SDK release in two weeks: convert, create-content-artifacts, create-id-set, extract-code and lint. +* Moved CJ102 to the new validate format. The validation's error number is now BA103 and it ensure that the tests section is either a non-empty list or "No tests". + +### Fix +* Fixed an issue where getting a malformed file raised an non-indicative error. +* Fixed an issue where the **validate** and **create-id-set** commands would fail to process correctly when encountering null values in the filters or transformers fields. + +### Internal +* Moved RN113 to the new validate format. The validation ensures that all the first level headers in the release note are valid content types. +* Moved RN115 to the new validate format. The validation ensure that the release notes first level headers are valid. + + ## 1.32.3 * Fixed an issue where integrations and scripts validations didn't run in builds. [#4609](https://github.com/demisto/demisto-sdk/pull/4609) * Added BA127 new validation. The validation checks that the level of depth of the context output path in the yml is lower or equal to 5 in XSOAR supported content items. [#4490](https://github.com/demisto/demisto-sdk/pull/4490) diff --git a/pyproject.toml b/pyproject.toml index 847aea5ce4e..376464532aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ exclude = "tests/.*|demisto_sdk/commands/init/templates/.*" [tool.poetry] name = "demisto-sdk" -version = "1.32.3" +version = "1.32.4" description = "\"A Python library for the Demisto SDK\"" authors = ["Demisto"] license = "MIT"