Skip to content

Commit 25d4680

Browse files
committed
docs: update changelog
1 parent d053de2 commit 25d4680

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Check for retired CT logs and prevent them from being watched / stop watching them (#77)
1414
- Accept websocket connections from all origins
1515
- Option to disable the default logs provided by Google - see sample config "disable_default_logs"
16+
- Use of cobra for CLI argument parsing. New commands for displaying version and creating an index file
1617
### Changed
18+
- The configuration file for the docker container is now read from the /app/config/ directory (b9e5e6)
1719
### Removed
1820
- Non-functional Dodo log from sample config (#78)
1921
### Fixed
2022
- Properly remove stopped ct log workers (#74)
2123
- Added missing fields certificatePolicies and ctlPoisonByte (#85)
22-
- Prevent race condition caused by simultaneous rw access to logmetrics
24+
- Prevent race condition caused by simultaneous rw access to logmetrics (#91)
2325
- Properly display metrics for all initially watched logs (#95)
2426
- Properly add new metrics for all newly found logs (#96)
2527
### Docs

0 commit comments

Comments
 (0)