What's New
Features
- Prometheus metrics endpoint - Monitor import stats on port 9102 (#34)
- Environment validation - Validates ENABLE_* vars at startup with typo detection (#33)
- CLI improvements - Added --version, --help, --list-sources, --validate flags (#32)
- Docker secrets support - CROWDSEC_MACHINE_PASSWORD_FILE and CROWDSEC_LAPI_KEY_FILE (#31)
From v3.2.0 (PR #30 by @gaelj)
- Allow secrets in files
- Bug fixes and regressions fixed
- Improved logging
- Cleanup block-lists and allow-lists
Contributors
- @gaelj - secrets, bugfixes, logging improvements
- @wolffcatskyy - metrics, validation, CLI enhancements