Minor changelog maintenance

This commit is contained in:
Mike Salvatore 2021-05-11 15:03:18 -04:00
parent 0b21dac261
commit 2af2fd4a55
1 changed files with 7 additions and 4 deletions

View File

@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- A runtime-configurable option to specify a data directory where runtime - A runtime-configurable option to specify a data directory where runtime
configuration and other artifacts can be stored. #994 configuration and other artifacts can be stored. #994
- Scripts to build an AppImage for Monkey Island. #1069, #1090, #1136 - Scripts to build an AppImage for Monkey Island. #1069, #1090, #1136
- `log_level` option to server config. #1151
### Changed ### Changed
- server_config.json can be selected at runtime. #963 - server_config.json can be selected at runtime. #963
@ -22,13 +23,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Use pipenv for python dependency management. #1091 - Use pipenv for python dependency management. #1091
- Moved unit tests to a dedicated `tests/` directory to improve pytest - Moved unit tests to a dedicated `tests/` directory to improve pytest
collection time. #1102 collection time. #1102
- Changed default BB test suite: if `--run-performance-tests` flag is not specified, - Default BB test suite behavior: if `--run-performance-tests` flag is not
performance tests are skipped. specified, performance tests are skipped.
- Zerologon exploiter writes runtime artifacts to a secure temporary directory - Zerologon exploiter writes runtime artifacts to a secure temporary directory
instead of $HOME. #1143 instead of $HOME. #1143
- Authentication mechanism to use bcrypt on server side. #1139 - Authentication mechanism to use bcrypt on server side. #1139
- Removed relevant dead code as reported by Vulture. #1149
- Removed island logger config and added "log_level" to server config. #1151 ### Removed
- Relevant dead code as reported by Vulture. #1149
- Island logger config and --logger-config CLI option. #1151
### Fixed ### Fixed
- Attempted to delete a directory when monkey config reset was called. #1054 - Attempted to delete a directory when monkey config reset was called. #1054