From bd0d8b469e7e6371c12ec3155a067c27c9ad0a32 Mon Sep 17 00:00:00 2001 From: content-bot <55035720+content-bot@users.noreply.github.com> Date: Tue, 27 Aug 2024 20:26:39 +0300 Subject: [PATCH] Demisto-sdk release 1.31.10 (#4523) * Commit poetry files * Combined all changelog files into CHANGELOG.md * retrigger CI --------- Co-authored-by: runner Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com> --- .changelog/4509.yml | 4 ---- .changelog/4517.yml | 4 ---- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 9 deletions(-) delete mode 100644 .changelog/4509.yml delete mode 100644 .changelog/4517.yml diff --git a/.changelog/4509.yml b/.changelog/4509.yml deleted file mode 100644 index a4ab44546a6..00000000000 --- a/.changelog/4509.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: The `--ignore` flag in the **validate** command no longer requires error codes to be listed under `ignorable_errors` in the config file. - type: feature -pr_number: 4509 diff --git a/.changelog/4517.yml b/.changelog/4517.yml deleted file mode 100644 index d28a9c8aeea..00000000000 --- a/.changelog/4517.yml +++ /dev/null @@ -1,4 +0,0 @@ -changes: -- description: Fixed an issue where DS107 validation (descriptions shouldn't contain the phrase `demisto`) failed when the `Demisto Bot` was mentioned. - type: fix -pr_number: 4517 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b64f83bea5..f7dacebe699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## 1.31.10 +* The `--ignore` flag in the **validate** command no longer requires error codes to be listed under `ignorable_errors` in the config file. [#4509](https://github.com/demisto/demisto-sdk/pull/4509) +* Fixed an issue where DS107 validation (descriptions shouldn't contain the phrase `demisto`) failed when the `Demisto Bot` was mentioned. [#4517](https://github.com/demisto/demisto-sdk/pull/4517) + ## 1.31.9 * Modified ST110 validation. Improved validation logic and made structure_errors non-optional (return an empty list instead). [#4493](https://github.com/demisto/demisto-sdk/pull/4493) * Fixed an issue where redundant Paramiko logs were still being displayed, following the change in SDK v1.31.8 by locking the Paramiko package dependency in v3.4.1. [#4507](https://github.com/demisto/demisto-sdk/pull/4507) diff --git a/pyproject.toml b/pyproject.toml index b979f4fc982..1f591e86886 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.31.9" +version = "1.31.10" description = "\"A Python library for the Demisto SDK\"" authors = ["Demisto"] license = "MIT"