Skip to content

Commit

Permalink
Demisto-sdk release 1.31.10 (#4523)
Browse files Browse the repository at this point in the history
* Commit poetry files

* Combined all changelog files into CHANGELOG.md

* retrigger CI

---------

Co-authored-by: runner <runner@fv-az585-548>
Co-authored-by: dorschw <[email protected]>
  • Loading branch information
3 people authored Aug 27, 2024
1 parent f907a60 commit bd0d8b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .changelog/4509.yml

This file was deleted.

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

This file was deleted.

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

0 comments on commit bd0d8b4

Please sign in to comment.