Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .changelog/5122.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Changelog
## 1.38.18 (2026-01-14)
### Feature
* Update BC115 validation to support default supportedModules handling. [#5122](https://github.com/demisto/demisto-sdk/pull/5122)
* Adds a new validation (BA129) that ensures commands/scripts declare the appropriate compliantpolicies when using arguments associated with specific compliance standards (defined in compliant_policies.json). [#5168](https://github.com/demisto/demisto-sdk/pull/5168)
* Improved handling private repositories. [#5185](https://github.com/demisto/demisto-sdk/pull/5185)

### Internal
* Added AgentixAgent to test tools. [#5143](https://github.com/demisto/demisto-sdk/pull/5143)
* Delete Link PR to Jira github actions [#5191](https://github.com/demisto/demisto-sdk/pull/5191)
* Added support for the fromversion and toversion fields for Agentix items. [#5180](https://github.com/demisto/demisto-sdk/pull/5180)
* Updated Agentix items default marketplaces to platform only. [#5180](https://github.com/demisto/demisto-sdk/pull/5180)


## 1.38.17 (2026-01-05)

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