Update docker.io/semaphoreui/semaphore Docker tag to v2.10.30
Easy minor upgrade without any problems whatsoever by means of Watchtower.
Release Notes
semaphoreui/semaphore (docker.io/semaphoreui/semaphore)
v2.10.30
Features
Multiple vault passwords for template (@Omicron7 https://github.com/semaphoreui/semaphore/pull/2392).
Runners has been refactored
-
Added web interface for managing runners
-
Added CLI commands for managing runners:
semaphore runner setup
semaphore runner register
semaphore runner unregister
-
Added detailed documentation.
Refactored project backups
Other features
- DingTalk notifications (@shaxiaozz https://github.com/semaphoreui/semaphore/pull/2363)
- Screen to monitor and manage active tasks.
- Use GPT-4 to translate strings.
Bugfixes
- Fixed a critical bug with
SEMAPHORE_DB_HOST
andSEMAPHORE_DB_PORT
. If the host includes a port, theSEMAPHORE_DB_PORT
value will be ignored. Examples of validSEMAPHORE_DB_HOST
values:localhost
localhost:3306
- Updated translations.
- Fixed the Docker image for the runner, which now uses the
--no-config
flag internally. - Fix passing arguments and variables to shell apps (@ShaneMcC https://github.com/semaphoreui/semaphore/pull/2288)
- add Inventory ID when creating tasks (@gaoyue1989 https://github.com/semaphoreui/semaphore/pull/2284)