Skip to content

Commit

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

* Combined all changelog files into CHANGELOG.md

---------

Co-authored-by: runner <runner@fv-az730-940>
  • Loading branch information
content-bot and runner committed Jan 28, 2024
1 parent 973dda3 commit dad6622
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 27 deletions.
4 changes: 0 additions & 4 deletions .changelog/3932.yml

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changelog/3961.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Changelog
## 1.26.0
* Log file path (can be set by the `--log-file-path` flag or the `DEMISTO_SDK_LOG_FILE_PATH` environment variable) can now only accept directory values. Setting it to a file path is no longer supported (file name is now constantly `demisto_sdk_debug.log` and cannot be changed). The path will now be automatically generated if it doesn't exist. [#3912](https://github.com/demisto/demisto-sdk/pull/3912)
* Log files will now be saved by default to `$HOME/.demisto-sdk/logs`. This behavior can be overridden by the `--log-file-path` flag, or the `DEMISTO_SDK_LOG_FILE_PATH` environment variable. [#3912](https://github.com/demisto/demisto-sdk/pull/3912)
* Added warning when running on Windows (not supported) [#3950](https://github.com/demisto/demisto-sdk/pull/3950)
* Fixed an issue where the ***validate*** command failed on pre-processing rules. [#3977](https://github.com/demisto/demisto-sdk/pull/3977)
* Fixed an issue in **upload** where customFields with explicitly defined values (e.g., ${}) caused the command to fail. [#3970](https://github.com/demisto/demisto-sdk/pull/3970)
* Fixed an issue where validate command failed with Lists folder containing a data json file. [#3971](https://github.com/demisto/demisto-sdk/pull/3971)
* Added graph capabilities in **TestSuite**. [#3932](https://github.com/demisto/demisto-sdk/pull/3932)

## 1.25.3
* Fixed false positives in **validate** in `GR103` validations [#3873](https://github.com/demisto/demisto-sdk/pull/3873)
* Add command `sdk-changelog` for creating a yml file to describe the development changes in the SDK [#3177](https://github.com/demisto/demisto-sdk/pull/3177)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "demisto-sdk"
version = "1.25.3"
version = "1.26.0"
description = "\"A Python library for the Demisto SDK\""
authors = ["Demisto"]
license = "MIT"
Expand Down

0 comments on commit dad6622

Please sign in to comment.