Skip to content

Commit

Permalink
Demisto-sdk release 1.31.0 (#4369)
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-az849-858>
Co-authored-by: samuelFain <65926551+samuelFain@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 24, 2024
1 parent 950be88 commit e74f0d6
Show file tree
Hide file tree
Showing 32 changed files with 36 additions and 128 deletions.
4 changes: 0 additions & 4 deletions .changelog/4240.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/4303.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/4356.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
# Changelog
## 1.31.0
* Fixed an issue where the logic for retrieving the latest Docker image was based on the entire tag (x.y.z.abcde) instead of just the last part of the image tag (_._._.abcde). Only the last part will now be used, per demisto/dockerfiles convention. [#4294](https://github.com/demisto/demisto-sdk/pull/4294)
* demist-sdk **lint** command is deprecated and should be fully removed from the SDK on September 1st. Please use the **pre-commit** command instead. [#4336](https://github.com/demisto/demisto-sdk/pull/4336)
* Removed support for IN124 - 'is param valid is hidden' validation from old-validate flow and prevent the validation from being ignored. The validation and the related information can be found in the new-validate flow. [#4317](https://github.com/demisto/demisto-sdk/pull/4317)
* Added support for new XSIAM content items - Case Fields, Case layouts and Case Layout Rules. [#4240](https://github.com/demisto/demisto-sdk/pull/4240)
* Added DS101 to the new validation format. Check if the beta disclaimer exists in the detailed description. [#4289](https://github.com/demisto/demisto-sdk/pull/4289)
* Added the `--force` flag to the **generate-docs** command to force the README.md generation instead of use version control to update the doc. [#4303](https://github.com/demisto/demisto-sdk/pull/4303)
* Added DS105 to the new validation format. "check if DESCRIPTION file contains contribution details" [#4347](https://github.com/demisto/demisto-sdk/pull/4347)
* Added DS106 to the new validation format. "Check if the description file exist and the name is valid" [#4357](https://github.com/demisto/demisto-sdk/pull/4357)
* updated the tenacity version to fix an installation error [#4352](https://github.com/demisto/demisto-sdk/pull/4352)
* Fixed an issue where the **pre-commit** command would fail on simple repository due to a missing `docker_native_image_config.json` file. [#4314](https://github.com/demisto/demisto-sdk/pull/4314)
* Fixed an issue in the **download** command where downloading with `force` and `run-format` flags did not merge YML fields. [#4328](https://github.com/demisto/demisto-sdk/pull/4328)
* Fixed an issue in **generate-docs** where integration commands arguments had missing descriptions. [#4320](https://github.com/demisto/demisto-sdk/pull/4320)
* Fixed an issue where validations searching for `demisto` in strings would find it in URLs (`/demisto/content`). [#4341](https://github.com/demisto/demisto-sdk/pull/4341)
* Fixed an issue where **generate-docs** command couldn't find the sections within the integration README.md when updating documentation for modified commands. [#4303](https://github.com/demisto/demisto-sdk/pull/4303)
* Fixed an issue where modified command names were treated as a new command. [#4303](https://github.com/demisto/demisto-sdk/pull/4303)
* Fixed the **update-release-notes** command to support the right template for incident fields, incident types, layouts, generic objects, indicator types, and indicator fields. [#4304](https://github.com/demisto/demisto-sdk/pull/4304)
* Fixed an issue in the **pre-commit** command where if the `DEMISTO_DEFAULT_BRANCH` environment variable was set to something other than "master", the command would fail. [#4325](https://github.com/demisto/demisto-sdk/pull/4325)
* Fixed an issue where **validate-content-path** checked suffixes of test- or doc-files [#4337](https://github.com/demisto/demisto-sdk/pull/4337)
* Fixed an issue where **format** did not work with private github repositories. [#4313](https://github.com/demisto/demisto-sdk/pull/4313)
* Fixed an issue in the **format** command where using the `--deprecate` flag would not properly work on beta integrations. [#4332](https://github.com/demisto/demisto-sdk/pull/4332)
* Modified the RM108 validation to follow the new validation format. [#4275](https://github.com/demisto/demisto-sdk/pull/4275)
* Modeled base_playbook tasks into objects to ease on the use in various flows. [#4343](https://github.com/demisto/demisto-sdk/pull/4343)
* Added a new flow that uploads a playbook execution report JSON to the artifacts bucket. [#4284](https://github.com/demisto/demisto-sdk/pull/4284)
* Started adaption for relative paths enforcement in the upload flow - The flow will now attempt to create a json file including a dict objects of all the image paths appears in the markdown files in relative path formats. [#4338](https://github.com/demisto/demisto-sdk/pull/4338)
* Updated the `artifacts_bucket` argument of the test-content command to be optional. [#4334](https://github.com/demisto/demisto-sdk/pull/4334)
* Modified the test-pre-commit-command validate hook to run only BA100 validation. [#4336](https://github.com/demisto/demisto-sdk/pull/4336)
* Converted the PB105 validation to the new format. The validation verifies the playbook doesn't contain deleteContext with all=Yes. [#4356](https://github.com/demisto/demisto-sdk/pull/4356)
* Moved PB108 to the new validate format. The validate checks that the 'taskid' and the 'id' under the 'task' field are from UUID format. [#4359](https://github.com/demisto/demisto-sdk/pull/4359)
* Modified the MR100 validation to follow the new validation format. [#4331](https://github.com/demisto/demisto-sdk/pull/4331)
* Added PB126 to the new validation format. Ensure that conditional tasks have more than path which is not the default one [#4349](https://github.com/demisto/demisto-sdk/pull/4349)
* Added the `removed_integration_parameter` validation to the new validate as `NoRemovedIntegrationParametersValidator`. [#4354](https://github.com/demisto/demisto-sdk/pull/4354)
* Modified validations RN103 and RN104 to follow the new validations format. [#4275](https://github.com/demisto/demisto-sdk/pull/4275)
* Added the PB103 to the new validation format. Validate whether there is an unconnected task. [#4340](https://github.com/demisto/demisto-sdk/pull/4340)

## 1.30.0
* Started a deprecation process of the **lint** command. It will be fully removed soon. Use **demisto-sdk pre-commit** instead. [#4286](https://github.com/demisto/demisto-sdk/pull/4286)
* Added support for Python 3.11 [#2801](https://github.com/demisto/demisto-sdk/pull/2801)
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.30.0"
version = "1.31.0"
description = "\"A Python library for the Demisto SDK\""
authors = ["Demisto"]
license = "MIT"
Expand Down

0 comments on commit e74f0d6

Please sign in to comment.