From a87f80b02fb8559629ff7ec96f9ccb53abafddd9 Mon Sep 17 00:00:00 2001 From: content-bot <55035720+content-bot@users.noreply.github.com> Date: Tue, 28 May 2024 19:30:35 +0300 Subject: [PATCH 1/3] Commit poetry files --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0774e6f1f8..611b81104b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "demisto-sdk" -version = "1.29.3" +version = "1.30.0" description = "\"A Python library for the Demisto SDK\"" authors = ["Demisto"] license = "MIT" From a56a41d8ccb7fded8815c901728eca4dc927e2ee Mon Sep 17 00:00:00 2001 From: runner Date: Tue, 28 May 2024 16:31:20 +0000 Subject: [PATCH 2/3] Combined all changelog files into CHANGELOG.md --- .changelog/2801.yml | 4 ---- .changelog/4139.yml | 4 ---- .changelog/4243.yml | 4 ---- .changelog/4249.yml | 4 ---- .changelog/4253.yml | 6 ------ .changelog/4255.yml | 4 ---- .changelog/4261.yml | 4 ---- .changelog/4264.yml | 4 ---- .changelog/4267.yml | 4 ---- .changelog/4269.yml | 4 ---- .changelog/4273.yml | 4 ---- .changelog/4274.yml | 4 ---- .changelog/4276.yml | 4 ---- .changelog/4278.yml | 4 ---- .changelog/4286.yml | 6 ------ .changelog/4295.yml | 4 ---- .changelog/4296.yml | 4 ---- .changelog/4302.yml | 4 ---- .changelog/4305.yml | 4 ---- CHANGELOG.md | 23 +++++++++++++++++++++++ 20 files changed, 23 insertions(+), 80 deletions(-) delete mode 100644 .changelog/2801.yml delete mode 100644 .changelog/4139.yml delete mode 100644 .changelog/4243.yml delete mode 100644 .changelog/4249.yml delete mode 100644 .changelog/4253.yml delete mode 100644 .changelog/4255.yml delete mode 100644 .changelog/4261.yml delete mode 100644 .changelog/4264.yml delete mode 100644 .changelog/4267.yml delete mode 100644 .changelog/4269.yml delete mode 100644 .changelog/4273.yml delete mode 100644 .changelog/4274.yml delete mode 100644 .changelog/4276.yml delete mode 100644 .changelog/4278.yml delete mode 100644 .changelog/4286.yml delete mode 100644 .changelog/4295.yml delete mode 100644 .changelog/4296.yml delete mode 100644 .changelog/4302.yml delete mode 100644 .changelog/4305.yml diff --git a/.changelog/2801.yml b/.changelog/2801.yml deleted file mode 100644 index 5ae7813fd7..0000000000 --- a/.changelog/2801.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Added support for Python 3.11 - type: feature -pr_number: 2801 diff --git a/.changelog/4139.yml b/.changelog/4139.yml deleted file mode 100644 index 9e9432d6a4..0000000000 --- a/.changelog/4139.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Added the `defaultDataSource` field to the pack metadata. - type: feature -pr_number: 4139 diff --git a/.changelog/4243.yml b/.changelog/4243.yml deleted file mode 100644 index 1dbc3c40dd..0000000000 --- a/.changelog/4243.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Change the default `fromversion` of XSIAM content items to 8.0.0 - type: fix -pr_number: 4243 diff --git a/.changelog/4249.yml b/.changelog/4249.yml deleted file mode 100644 index 0d68e2f606..0000000000 --- a/.changelog/4249.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Added validation for image files in doc_files folder. - type: feature -pr_number: 4249 diff --git a/.changelog/4253.yml b/.changelog/4253.yml deleted file mode 100644 index f330a896c7..0000000000 --- a/.changelog/4253.yml +++ /dev/null @@ -1,6 +0,0 @@ -changes: -- description: Fixed an issue where `.demisto-sdk-conf` did not take into consideration command arguments setting to `false`. - type: fix -- description: Fixed an issue where **format** did not take `.demisto-sdk-conf` into consideration. - type: fix -pr_number: 4253 diff --git a/.changelog/4255.yml b/.changelog/4255.yml deleted file mode 100644 index 64438d3e3a..0000000000 --- a/.changelog/4255.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Refactored validation IM111, Verify the integration image is within the allowed dimensions. - type: feature -pr_number: 4255 diff --git a/.changelog/4261.yml b/.changelog/4261.yml deleted file mode 100644 index d97cea2591..0000000000 --- a/.changelog/4261.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: When updating an existing graph, the list of updated packs is now sorted. - type: feature -pr_number: 4261 diff --git a/.changelog/4264.yml b/.changelog/4264.yml deleted file mode 100644 index 9853728eb8..0000000000 --- a/.changelog/4264.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Refactored all DA valildations. - type: feature -pr_number: 4264 diff --git a/.changelog/4267.yml b/.changelog/4267.yml deleted file mode 100644 index 4f92ff38cb..0000000000 --- a/.changelog/4267.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Added support for IT valildations in the new validation command. - type: feature -pr_number: 4264 diff --git a/.changelog/4269.yml b/.changelog/4269.yml deleted file mode 100644 index 4968ff6d64..0000000000 --- a/.changelog/4269.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: More detailed error message with action items for validation RM108. - type: internal -pr_number: 4269 diff --git a/.changelog/4273.yml b/.changelog/4273.yml deleted file mode 100644 index 12e45e6549..0000000000 --- a/.changelog/4273.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Refactored PB101 and PB123 valildations. - type: feature -pr_number: 4273 diff --git a/.changelog/4274.yml b/.changelog/4274.yml deleted file mode 100644 index de4b3e108c..0000000000 --- a/.changelog/4274.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Refactored validation DS100, check whether a description file exists for a beta integration. - type: feature -pr_number: 4274 diff --git a/.changelog/4276.yml b/.changelog/4276.yml deleted file mode 100644 index 7b7df71e14..0000000000 --- a/.changelog/4276.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Updated validation BC106, Verify that the fromVersion key in an incident field has not been changed. - type: feature -pr_number: 4276 diff --git a/.changelog/4278.yml b/.changelog/4278.yml deleted file mode 100644 index e84c20fc74..0000000000 --- a/.changelog/4278.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Refactored validation IF116, Check whether a selectValue key in an incidentField of type multiSelect contains empty options. - type: feature -pr_number: 4278 diff --git a/.changelog/4286.yml b/.changelog/4286.yml deleted file mode 100644 index 3a9b869f7f..0000000000 --- a/.changelog/4286.yml +++ /dev/null @@ -1,6 +0,0 @@ -changes: -- description: Removed lint step from all sdk build steps. - type: internal -- description: Started adaption for **demisto-sdk lint** command. The command will be fully removed soon Use **demisto-sdk pre-commit** instead. - type: breaking -pr_number: 4286 diff --git a/.changelog/4295.yml b/.changelog/4295.yml deleted file mode 100644 index 17cd16d33e..0000000000 --- a/.changelog/4295.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: ֹ"Converted the RM106 validation to the new format. The validation verifies that README doesn't contain the word 'demisto'". - type: feature -pr_number: 4295 diff --git a/.changelog/4296.yml b/.changelog/4296.yml deleted file mode 100644 index dd924e036a..0000000000 --- a/.changelog/4296.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: ֹConverted the DS107 validation to the new format. The validation verifies the integration description doesn't contain the word 'demisto'. - type: feature -pr_number: 4296 diff --git a/.changelog/4302.yml b/.changelog/4302.yml deleted file mode 100644 index 182f2b0b4b..0000000000 --- a/.changelog/4302.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Removed support for the `defaultDataSource` field in the pack metadata for hybrid packs. - type: feature -pr_number: 4302 diff --git a/.changelog/4305.yml b/.changelog/4305.yml deleted file mode 100644 index 1f4a8537be..0000000000 --- a/.changelog/4305.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Added XSIAM prefix for the `defaultDataSource` integration README. - type: feature -pr_number: 4305 diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c3a00fb9..0f60a257f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,27 @@ # Changelog +## 1.30.0 +* Started adaption for **demisto-sdk lint** command. The command will be fully removed soon Use **demisto-sdk pre-commit** instead. [#4286](https://github.com/demisto/demisto-sdk/pull/4286) +* Added validation for image files in doc_files folder. [#4249](https://github.com/demisto/demisto-sdk/pull/4249) +* Refactored PB101 and PB123 valildations. [#4273](https://github.com/demisto/demisto-sdk/pull/4273) +* Refactored validation IF116, Check whether a selectValue key in an incidentField of type multiSelect contains empty options. [#4278](https://github.com/demisto/demisto-sdk/pull/4278) +* Added support for IT valildations in the new validation command. [#4264](https://github.com/demisto/demisto-sdk/pull/4264) +* ֹ"Converted the RM106 validation to the new format. The validation verifies that README doesn't contain the word 'demisto'". [#4295](https://github.com/demisto/demisto-sdk/pull/4295) +* Added XSIAM prefix for the `defaultDataSource` integration README. [#4305](https://github.com/demisto/demisto-sdk/pull/4305) +* When updating an existing graph, the list of updated packs is now sorted. [#4261](https://github.com/demisto/demisto-sdk/pull/4261) +* Refactored all DA valildations. [#4264](https://github.com/demisto/demisto-sdk/pull/4264) +* Updated validation BC106, Verify that the fromVersion key in an incident field has not been changed. [#4276](https://github.com/demisto/demisto-sdk/pull/4276) +* ֹConverted the DS107 validation to the new format. The validation verifies the integration description doesn't contain the word 'demisto'. [#4296](https://github.com/demisto/demisto-sdk/pull/4296) +* Refactored validation DS100, check whether a description file exists for a beta integration. [#4274](https://github.com/demisto/demisto-sdk/pull/4274) +* Removed support for the `defaultDataSource` field in the pack metadata for hybrid packs. [#4302](https://github.com/demisto/demisto-sdk/pull/4302) +* Added support for Python 3.11 [#2801](https://github.com/demisto/demisto-sdk/pull/2801) +* Refactored validation IM111, Verify the integration image is within the allowed dimensions. [#4255](https://github.com/demisto/demisto-sdk/pull/4255) +* Added the `defaultDataSource` field to the pack metadata. [#4139](https://github.com/demisto/demisto-sdk/pull/4139) +* Change the default `fromversion` of XSIAM content items to 8.0.0 [#4243](https://github.com/demisto/demisto-sdk/pull/4243) +* Fixed an issue where `.demisto-sdk-conf` did not take into consideration command arguments setting to `false`. [#4253](https://github.com/demisto/demisto-sdk/pull/4253) +* Fixed an issue where **format** did not take `.demisto-sdk-conf` into consideration. [#4253](https://github.com/demisto/demisto-sdk/pull/4253) +* More detailed error message with action items for validation RM108. [#4269](https://github.com/demisto/demisto-sdk/pull/4269) +* Removed lint step from all sdk build steps. [#4286](https://github.com/demisto/demisto-sdk/pull/4286) + ## 1.29.3 * Fixed an issue where **validate** ran from-version validation on `trigger` content items which do not have *from_version* field. [#4235](https://github.com/demisto/demisto-sdk/pull/4235) * Fixed an issue where requests to dockerhub failed on rate-limits when authenticating with username and password. [#4227](https://github.com/demisto/demisto-sdk/pull/4227) From e2906649410dd48686df0459c2c995a285dafadf Mon Sep 17 00:00:00 2001 From: dorschw <81086590+dorschw@users.noreply.github.com> Date: Wed, 29 May 2024 10:29:38 +0300 Subject: [PATCH 3/3] changelog fixes --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f60a257f5..8c5488c479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,19 @@ # Changelog ## 1.30.0 -* Started adaption for **demisto-sdk lint** command. The command will be fully removed soon Use **demisto-sdk pre-commit** instead. [#4286](https://github.com/demisto/demisto-sdk/pull/4286) +* Started a deprecation process of the **lint** command. It will be fully removed soon. Use **demisto-sdk pre-commit** instead. [#4286](https://github.com/demisto/demisto-sdk/pull/4286) +* Added support for Python 3.11 [#2801](https://github.com/demisto/demisto-sdk/pull/2801) * Added validation for image files in doc_files folder. [#4249](https://github.com/demisto/demisto-sdk/pull/4249) * Refactored PB101 and PB123 valildations. [#4273](https://github.com/demisto/demisto-sdk/pull/4273) * Refactored validation IF116, Check whether a selectValue key in an incidentField of type multiSelect contains empty options. [#4278](https://github.com/demisto/demisto-sdk/pull/4278) * Added support for IT valildations in the new validation command. [#4264](https://github.com/demisto/demisto-sdk/pull/4264) -* ֹ"Converted the RM106 validation to the new format. The validation verifies that README doesn't contain the word 'demisto'". [#4295](https://github.com/demisto/demisto-sdk/pull/4295) +* Converted the RM106 validation to the new format. The validation verifies that README doesn't contain the word 'demisto'. [#4295](https://github.com/demisto/demisto-sdk/pull/4295) +* Converted the DS107 validation to the new format. The validation verifies the integration description doesn't contain the word 'demisto'. [#4296](https://github.com/demisto/demisto-sdk/pull/4296) * Added XSIAM prefix for the `defaultDataSource` integration README. [#4305](https://github.com/demisto/demisto-sdk/pull/4305) * When updating an existing graph, the list of updated packs is now sorted. [#4261](https://github.com/demisto/demisto-sdk/pull/4261) * Refactored all DA valildations. [#4264](https://github.com/demisto/demisto-sdk/pull/4264) * Updated validation BC106, Verify that the fromVersion key in an incident field has not been changed. [#4276](https://github.com/demisto/demisto-sdk/pull/4276) -* ֹConverted the DS107 validation to the new format. The validation verifies the integration description doesn't contain the word 'demisto'. [#4296](https://github.com/demisto/demisto-sdk/pull/4296) * Refactored validation DS100, check whether a description file exists for a beta integration. [#4274](https://github.com/demisto/demisto-sdk/pull/4274) * Removed support for the `defaultDataSource` field in the pack metadata for hybrid packs. [#4302](https://github.com/demisto/demisto-sdk/pull/4302) -* Added support for Python 3.11 [#2801](https://github.com/demisto/demisto-sdk/pull/2801) * Refactored validation IM111, Verify the integration image is within the allowed dimensions. [#4255](https://github.com/demisto/demisto-sdk/pull/4255) * Added the `defaultDataSource` field to the pack metadata. [#4139](https://github.com/demisto/demisto-sdk/pull/4139) * Change the default `fromversion` of XSIAM content items to 8.0.0 [#4243](https://github.com/demisto/demisto-sdk/pull/4243)