From 67cedaab92f9870aeb06e188782b7dde0458d415 Mon Sep 17 00:00:00 2001 From: runner Date: Tue, 14 Jan 2025 17:48:43 +0000 Subject: [PATCH] Combined all changelog files into CHANGELOG.md --- .changelog/4702.yml | 4 ---- .changelog/4741.yml | 4 ---- .changelog/4748.yml | 4 ---- .changelog/4751.yml | 4 ---- .changelog/4752.yml | 4 ---- .changelog/4753.yml | 8 -------- .changelog/4756.yml | 4 ---- .changelog/4758.yml | 4 ---- .changelog/4761.yml | 4 ---- .changelog/4763.yml | 4 ---- .changelog/4765.yml | 4 ---- .changelog/4767.yml | 4 ---- CHANGELOG.md | 21 +++++++++++++++++++++ 13 files changed, 21 insertions(+), 52 deletions(-) delete mode 100644 .changelog/4702.yml delete mode 100644 .changelog/4741.yml delete mode 100644 .changelog/4748.yml delete mode 100644 .changelog/4751.yml delete mode 100644 .changelog/4752.yml delete mode 100644 .changelog/4753.yml delete mode 100644 .changelog/4756.yml delete mode 100644 .changelog/4758.yml delete mode 100644 .changelog/4761.yml delete mode 100644 .changelog/4763.yml delete mode 100644 .changelog/4765.yml delete mode 100644 .changelog/4767.yml diff --git a/.changelog/4702.yml b/.changelog/4702.yml deleted file mode 100644 index 30c42680e46..00000000000 --- a/.changelog/4702.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Added the validation `PB121` to the new validation format. The validation checks if the inputs of a playbook that are intended to be fetched from the context are in the correct format. - type: internal -pr_number: 4702 diff --git a/.changelog/4741.yml b/.changelog/4741.yml deleted file mode 100644 index 5db35f43117..00000000000 --- a/.changelog/4741.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: RN111 will now fail when "Updated the docker image..." was added when it should not have been. Added a fix method to this validation. - type: feature -pr_number: 4741 diff --git a/.changelog/4748.yml b/.changelog/4748.yml deleted file mode 100644 index 4a9dc42aca1..00000000000 --- a/.changelog/4748.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Added the validation `IF118` to the new validation format. The validation checks if an alias of an incident field has it's own alias. - type: internal -pr_number: 4748 diff --git a/.changelog/4751.yml b/.changelog/4751.yml deleted file mode 100644 index e86986c7c7e..00000000000 --- a/.changelog/4751.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Resolved an issue with handling special characters in the update-release-notes --text parameter. - type: fix -pr_number: 4751 diff --git a/.changelog/4752.yml b/.changelog/4752.yml deleted file mode 100644 index ec237b1ef9a..00000000000 --- a/.changelog/4752.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Reduced commands startup time. - type: feature -pr_number: 4752 diff --git a/.changelog/4753.yml b/.changelog/4753.yml deleted file mode 100644 index 2bfd752a814..00000000000 --- a/.changelog/4753.yml +++ /dev/null @@ -1,8 +0,0 @@ -changes: -- description: "Added IF109 to the new validation format. The validation Checks whether an incident or indicator field - has a valid required field value." - type: feature -- description: "Added IF117 to the new validation format. The validation Checks whether an incident or indicator field - aliases have a valid marketplaces field value." - type: feature -pr_number: 4753 diff --git a/.changelog/4756.yml b/.changelog/4756.yml deleted file mode 100644 index 67faef05ff6..00000000000 --- a/.changelog/4756.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Locked poetry v1.8.5 version. - type: fix -pr_number: 4756 diff --git a/.changelog/4758.yml b/.changelog/4758.yml deleted file mode 100644 index 1ee62bea8c0..00000000000 --- a/.changelog/4758.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Fixed an issue where in some cases, parsing playbook related files would fail due to naming discrepancy. - type: fix -pr_number: 4758 diff --git a/.changelog/4761.yml b/.changelog/4761.yml deleted file mode 100644 index 0a205bf7466..00000000000 --- a/.changelog/4761.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Modified the pre-commit tests collections flow to collect all tests files in the same directory as a changed script for improved robustness. - type: feature -pr_number: 4761 diff --git a/.changelog/4763.yml b/.changelog/4763.yml deleted file mode 100644 index 75df4cfc8e7..00000000000 --- a/.changelog/4763.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Fixed an issue where the **ST110** validation failed when adding the marketplaces key to the CaseLayout content item. - type: fix -pr_number: 4763 diff --git a/.changelog/4765.yml b/.changelog/4765.yml deleted file mode 100644 index e459c382ded..00000000000 --- a/.changelog/4765.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Fixed an issue where the update-release-notes command would delete the version from the pack metadata when using the -u flag with an invalid value. - type: fix -pr_number: 4765 diff --git a/.changelog/4767.yml b/.changelog/4767.yml deleted file mode 100644 index 0013726f419..00000000000 --- a/.changelog/4767.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Update Ruff Hook to use the argument output-format - type: fix -pr_number: 4767 diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e96dc943c..ddd7f452aca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,25 @@ # Changelog +## 1.33.5 (2025-01-14) +### Feature +* Modified the pre-commit tests collections flow to collect all tests files in the same directory as a changed script for improved robustness. [#4761](https://github.com/demisto/demisto-sdk/pull/4761) +* Reduced commands startup time. [#4752](https://github.com/demisto/demisto-sdk/pull/4752) +* RN111 will now fail when "Updated the docker image..." was added when it should not have been. Added a fix method to this validation. [#4741](https://github.com/demisto/demisto-sdk/pull/4741) +* Added IF109 to the new validation format. The validation Checks whether an incident or indicator field has a valid required field value. [#4753](https://github.com/demisto/demisto-sdk/pull/4753) +* Added IF117 to the new validation format. The validation Checks whether an incident or indicator field aliases have a valid marketplaces field value. [#4753](https://github.com/demisto/demisto-sdk/pull/4753) + +### Fix +* Resolved an issue with handling special characters in the update-release-notes --text parameter. [#4751](https://github.com/demisto/demisto-sdk/pull/4751) +* Fixed an issue where in some cases, parsing playbook related files would fail due to naming discrepancy. [#4758](https://github.com/demisto/demisto-sdk/pull/4758) +* Fixed an issue where the update-release-notes command would delete the version from the pack metadata when using the -u flag with an invalid value. [#4765](https://github.com/demisto/demisto-sdk/pull/4765) +* Locked poetry v1.8.5 version. [#4756](https://github.com/demisto/demisto-sdk/pull/4756) +* Fixed an issue where the **ST110** validation failed when adding the marketplaces key to the CaseLayout content item. [#4763](https://github.com/demisto/demisto-sdk/pull/4763) +* Update Ruff Hook to use the argument output-format [#4767](https://github.com/demisto/demisto-sdk/pull/4767) + +### Internal +* Added the validation `IF118` to the new validation format. The validation checks if an alias of an incident field has it's own alias. [#4748](https://github.com/demisto/demisto-sdk/pull/4748) +* Added the validation `PB121` to the new validation format. The validation checks if the inputs of a playbook that are intended to be fetched from the context are in the correct format. [#4702](https://github.com/demisto/demisto-sdk/pull/4702) + + ## 1.33.4 (2025-01-06) ### Breaking * Started deprecation process for old validate. This flow will be deprecated and removed in the near future. Please use the new validate flow. [#4750](https://github.com/demisto/demisto-sdk/pull/4750)