updated changelog with private key authentication

This commit is contained in:
Ytbarek Hailu
2025-08-13 20:39:56 -07:00
parent 59a0f593b5
commit a96dfa24c1

View File

@@ -3,11 +3,12 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.4.0] - 2025-08-11
### Added
- Add support for 'PIPE' object type Deployment
- Add support for 'ALERT' object type Deployment
- Add feature toggle to configuration YAML to allow change to error disposition (fail deployment on first deployment tree error or continue after each error to try other items for deployment, logging and collecting all errors in the console.)
- Added support for 'PIPE' object type Deployment
- Added support for 'ALERT' object type Deployment
- Added feature toggle to configuration YAML to allow change to error disposition (fail deployment on first deployment tree error or continue after each error to try other items for deployment, logging and collecting all errors in the console.)
- Added support for private key authentication
### Fixed
- Fixed issue with dependency parsing in the form ` @some_dependency`
- Fixed issue with dependency parsing in the form `@some_dependency`
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.3.0] - 2025-03-31