Skip to content

Commit

Permalink
manual release
Browse files Browse the repository at this point in the history
  • Loading branch information
RotemAmit committed Nov 10, 2024
1 parent a09907f commit 15c4eb7
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 25 deletions.
4 changes: 0 additions & 4 deletions .changelog/4625.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.32.3"
version = "1.32.4"
description = "\"A Python library for the Demisto SDK\""
authors = ["Demisto"]
license = "MIT"
Expand Down

0 comments on commit 15c4eb7

Please sign in to comment.