Skip to content

Commit

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

* Combined all changelog files into CHANGELOG.md

* Empty-Commit

---------

Co-authored-by: runner <runner@fv-az1536-595>
Co-authored-by: YuvHayun <yhayun@paloaltonetworks.com>
  • Loading branch information
3 people committed Apr 1, 2024
1 parent 661e887 commit 26c32c4
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 44 deletions.
6 changes: 0 additions & 6 deletions .changelog/4114.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/4186.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Changelog
## 1.29.0
* The new validate flow is enabled by default while the old one is disabled. If you want to change this behavior, use the **--run-old-validate** and **--skip-new-validate** flags or the **RUN_OLD_VALIDATE** and **SKIP_NEW_VALIDATE** environment variables. [#4114](https://github.com/demisto/demisto-sdk/pull/4114)
* A new version of validate is available. For more information, refer to the readme. (a docs web page with further information about each validation will be added soon). Note that the old validate flow is beginning to go under a deprecation process and will eventually be removed. [#4114](https://github.com/demisto/demisto-sdk/pull/4114)
* Added the `--template-path` argument to the **pre-commit** command. [#4184](https://github.com/demisto/demisto-sdk/pull/4184)
* Added support for a new argument **parallel* for each hook to determine whether a hook run in parallel or not. [#4130](https://github.com/demisto/demisto-sdk/pull/4130)
* Added handling for API Modules in **pre-commit**. [#4175](https://github.com/demisto/demisto-sdk/pull/4175)
* Fixed an issue in **pre-commit** when using `--all-files` it crashed with memory error. [#4196](https://github.com/demisto/demisto-sdk/pull/4196)
* Fixed an issue in **graph update** where all content packs were being parsed. [#4186](https://github.com/demisto/demisto-sdk/pull/4186)
* Fixed an issue in **graph update** to create the graph from scratch if changed packs can not be determined. [#4186](https://github.com/demisto/demisto-sdk/pull/4186)
* Fixed an issue in **graph update** where the graph failed to update in external repositories. [#4190](https://github.com/demisto/demisto-sdk/pull/4190)
* Fixed an issue where **pre-commit** command showed wrong hooks failing. [#4130](https://github.com/demisto/demisto-sdk/pull/4130)
* Fixes an issue where *Fetch Events* and *Fetch Assets* checkboxes appeared in Xsoar Machines. [#4160](https://github.com/demisto/demisto-sdk/pull/4160)
* Added an implicit validation for the graph's *relationship* object by converting it to utilize Pydantic. [#4142](https://github.com/demisto/demisto-sdk/pull/4142)

## 1.28.0
* Added the `validate-xsoar-config` pre-commit hook, replacing `XC` validations. [#4150](https://github.com/demisto/demisto-sdk/pull/4150)
* Add `--prev-version` argument to **pre-commit** command. [#4177](https://github.com/demisto/demisto-sdk/pull/4177)
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.28.0"
version = "1.29.0"
description = "\"A Python library for the Demisto SDK\""
authors = ["Demisto"]
license = "MIT"
Expand Down

0 comments on commit 26c32c4

Please sign in to comment.