Skip to content

Commit

Permalink
Combined all changelog files into CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Jan 31, 2024
1 parent cf1ffd7 commit 5fa3f30
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 20 deletions.
4 changes: 0 additions & 4 deletions .changelog/3878.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## 1.26.1
* Added retry mechanism for create docker container. As default, will attempt three times. [#3988](https://github.com/demisto/demisto-sdk/pull/3988)
* Fixed the init command to successfully create event collector integration [#3995](https://github.com/demisto/demisto-sdk/pull/3995)
* Fixes an issue where running **pre-commit** with the `run-hook` argument didn't execute the hook in some cases. [#3999](https://github.com/demisto/demisto-sdk/pull/3999)
* Fixed an issue where fetching from a git remote would cause a failure in cases where fetching is not necessary. [#3878](https://github.com/demisto/demisto-sdk/pull/3878)
* Added support for DOCKER_REGISTRY_URL environment variable. [#3975](https://github.com/demisto/demisto-sdk/pull/3975)

## 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)
Expand Down

0 comments on commit 5fa3f30

Please sign in to comment.