Skip to content

Commit

Permalink
Demisto-sdk release 1.29.1 (#4226)
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-az700-504>
Co-authored-by: yucohen <yucohen@paloaltonetworks.com>
  • Loading branch information
3 people committed Apr 14, 2024
1 parent 8af4ea6 commit 745c09a
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 33 deletions.
4 changes: 0 additions & 4 deletions .changelog/4194.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## 1.29.1
* Fix metadata (i.e. description) for XSOAR6 marketplace. [#4208](https://github.com/demisto/demisto-sdk/pull/4208)
* Fixed an issue where `xsoar_on_prem` tag, was not removed as part of the parsing process. [#4218](https://github.com/demisto/demisto-sdk/pull/4218)
* Added support to delete packs in **graph update** [#4205](https://github.com/demisto/demisto-sdk/pull/4205)
* Added a default `.pre-commit-config_template.yaml` file that will be used by **pre-commit** command in case such does not exist in the target repository. [#4194](https://github.com/demisto/demisto-sdk/pull/4194)
* Fixed an issue where the graph was not fully cleaned before import in **graph update** [#4215](https://github.com/demisto/demisto-sdk/pull/4215)
* Fixed an issue where tests were not collected in VSCode after **setup-env** [#4219](https://github.com/demisto/demisto-sdk/pull/4219)
* Fixed an issue where validate spammed logs when running. [#4203](https://github.com/demisto/demisto-sdk/pull/4203)
* Added the **dump-api** command to dump the demisto-sdk API to a JSON file. [#4214](https://github.com/demisto/demisto-sdk/pull/4214)

## 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)
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.29.0"
version = "1.29.1"
description = "\"A Python library for the Demisto SDK\""
authors = ["Demisto"]
license = "MIT"
Expand Down

0 comments on commit 745c09a

Please sign in to comment.