diff --git a/.changelog/4114.yml b/.changelog/4114.yml deleted file mode 100644 index 02969ad85a4..00000000000 --- a/.changelog/4114.yml +++ /dev/null @@ -1,6 +0,0 @@ -changes: -- description: A new version of validate is available. For more information, refer to the readme. (a docs web page with further information about each validation will be added soon). Note that the old validate flow is beginning to go under a deprecation process and will eventually be removed. - type: feature -- description: The new validate flow is enabled by default while the old one is disabled. If you want to change this behavior, use the **--run-old-validate** and **--skip-new-validate** flags or the **RUN_OLD_VALIDATE** and **SKIP_NEW_VALIDATE** environment variables. - type: breaking -pr_number: 4114 diff --git a/.changelog/4130.yml b/.changelog/4130.yml deleted file mode 100644 index 387a2fee67f..00000000000 --- a/.changelog/4130.yml +++ /dev/null @@ -1,6 +0,0 @@ -changes: -- description: Fixed an issue where **pre-commit** command showed wrong hooks failing. - type: fix -- description: Added support for a new argument **parallel* for each hook to determine whether a hook run in parallel or not. - type: feature -pr_number: 4130 diff --git a/.changelog/4142.yml b/.changelog/4142.yml deleted file mode 100644 index 4b8a1efa545..00000000000 --- a/.changelog/4142.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Added an implicit validation for the graph's *relationship* object by converting it to utilize Pydantic. - type: internal -pr_number: 4142 diff --git a/.changelog/4160.yml b/.changelog/4160.yml deleted file mode 100644 index 890435be6e7..00000000000 --- a/.changelog/4160.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Fixes an issue where *Fetch Events* and *Fetch Assets* checkboxes appeared in Xsoar Machines. - type: fix -pr_number: 4160 diff --git a/.changelog/4175.yml b/.changelog/4175.yml deleted file mode 100644 index b9c3119fd94..00000000000 --- a/.changelog/4175.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Added handling for API Modules in **pre-commit**. - type: feature -pr_number: 4175 diff --git a/.changelog/4184.yml b/.changelog/4184.yml deleted file mode 100644 index 5a4c2bf2d82..00000000000 --- a/.changelog/4184.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Added the `--template-path` argument to the **pre-commit** command. - type: feature -pr_number: 4184 diff --git a/.changelog/4186.yml b/.changelog/4186.yml deleted file mode 100644 index 2a9db0fb881..00000000000 --- a/.changelog/4186.yml +++ /dev/null @@ -1,7 +0,0 @@ -changes: -- description: Fixed an issue in **graph update** where all content packs were being parsed. - type: fix -- description: Fixed an issue in **graph update** to create the graph from scratch if changed packs can not be determined. - type: fix - -pr_number: 4186 diff --git a/.changelog/4190.yml b/.changelog/4190.yml deleted file mode 100644 index 92ad400b8f9..00000000000 --- a/.changelog/4190.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Fixed an issue in **graph update** where the graph failed to update in external repositories. - type: fix -pr_number: 4190 diff --git a/.changelog/4196.yml b/.changelog/4196.yml deleted file mode 100644 index 45b5efb5fad..00000000000 --- a/.changelog/4196.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Fixed an issue in **pre-commit** when using `--all-files` it crashed with memory error. - type: fix -pr_number: 4196 diff --git a/CHANGELOG.md b/CHANGELOG.md index 04449f7365c..287f40744d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ # Changelog +## 1.29.0 +* The new validate flow is enabled by default while the old one is disabled. If you want to change this behavior, use the **--run-old-validate** and **--skip-new-validate** flags or the **RUN_OLD_VALIDATE** and **SKIP_NEW_VALIDATE** environment variables. [#4114](https://github.com/demisto/demisto-sdk/pull/4114) +* A new version of validate is available. For more information, refer to the readme. (a docs web page with further information about each validation will be added soon). Note that the old validate flow is beginning to go under a deprecation process and will eventually be removed. [#4114](https://github.com/demisto/demisto-sdk/pull/4114) +* Added the `--template-path` argument to the **pre-commit** command. [#4184](https://github.com/demisto/demisto-sdk/pull/4184) +* Added support for a new argument **parallel* for each hook to determine whether a hook run in parallel or not. [#4130](https://github.com/demisto/demisto-sdk/pull/4130) +* Added handling for API Modules in **pre-commit**. [#4175](https://github.com/demisto/demisto-sdk/pull/4175) +* Fixed an issue in **pre-commit** when using `--all-files` it crashed with memory error. [#4196](https://github.com/demisto/demisto-sdk/pull/4196) +* Fixed an issue in **graph update** where all content packs were being parsed. [#4186](https://github.com/demisto/demisto-sdk/pull/4186) +* Fixed an issue in **graph update** to create the graph from scratch if changed packs can not be determined. [#4186](https://github.com/demisto/demisto-sdk/pull/4186) +* Fixed an issue in **graph update** where the graph failed to update in external repositories. [#4190](https://github.com/demisto/demisto-sdk/pull/4190) +* Fixed an issue where **pre-commit** command showed wrong hooks failing. [#4130](https://github.com/demisto/demisto-sdk/pull/4130) +* Fixes an issue where *Fetch Events* and *Fetch Assets* checkboxes appeared in Xsoar Machines. [#4160](https://github.com/demisto/demisto-sdk/pull/4160) +* Added an implicit validation for the graph's *relationship* object by converting it to utilize Pydantic. [#4142](https://github.com/demisto/demisto-sdk/pull/4142) + ## 1.28.0 * Added the `validate-xsoar-config` pre-commit hook, replacing `XC` validations. [#4150](https://github.com/demisto/demisto-sdk/pull/4150) * Add `--prev-version` argument to **pre-commit** command. [#4177](https://github.com/demisto/demisto-sdk/pull/4177) diff --git a/pyproject.toml b/pyproject.toml index 0d2a542cc66..5a6016ef4be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "demisto-sdk" -version = "1.28.0" +version = "1.29.0" description = "\"A Python library for the Demisto SDK\"" authors = ["Demisto"] license = "MIT"