v2.17.7
semaphoreui/semaphorev2.17.7Feb 18, 2026by fiftin
AI Summary
This release focuses on logging improvements, Docker usability, and dependency updates.
Key Highlights
- RFC 5424 syslog support
- Docker config path for import fixed
- Updated logrus to v1.9.4
New Features
- RFC 5424 compliant syslog output format
- Docker deployments now correctly provide configuration path for imports
Full Release Notes
Release Summary This release focuses on logging improvements, Docker usability, and dependency updates. ### ✨ Improvements * **RFC 5424 syslog support** Syslog output now follows the RFC 5424 standard, improving compatibility with enterprise logging systems and SIEM platforms. ### 🐳 Docker * **Config path for import fixed** Docker deployments now correctly provide the configuration path when importing settings. ## Changelog * 7c3cc4fbdc1401f1030935ab51a1df95cc9bdc4f fix(docker): provide config path for import ## What's Changed * fix(deps): update module github.com/sirupsen/logrus to v1.9.4 by @renovate[bot] in https://github.com/semaphoreui/semaphore/pull/3622 * feat(syslog): use rfc 5424 output format by @fiftin in https://github.com/semaphoreui/semaphore/pull/3624 **Full Changelog**: https://github.com/semaphoreui/semaphore/compare/v2.17.5...v2.17.7