Update docker.io/semaphoreui/semaphore Docker tag to v2.17.16
Easy minor upgrade without any problems whatsoever by means of Watchtower with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| docker.io/semaphoreui/semaphore | patch | v2.17.14 → v2.17.16 |
Release Notes
semaphoreui/semaphore (docker.io/semaphoreui/semaphore)
v2.17.16
v2.17.15
Here’s a clean release summary you can use:
Semaphore UI v2.17.15
Overview
This release improves secret management flexibility and includes minor internal cleanup and dependency updates.
✨ Highlights
🔐 Read Secrets from Raw Files
You can now load secrets directly from a raw file. This makes it easier to integrate with:
- Docker/Kubernetes secret mounts
- Vault Agent file sinks
- External secret management systems
This enhancement simplifies secure automation workflows and improves compatibility with production setups.
What's Changed
- feat(secrets): allow read secret from raw file by @fiftin in #3654
- chore(deps): update dependency openai to v6.25.0 by @renovate[bot] in #3533
Full Changelog: https://github.com/semaphoreui/semaphore/compare/v2.17.14...v2.17.15