Update docker.io/semaphoreui/semaphore Docker tag to v2.11.1
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 | minor | v2.10.43 -> v2.11.1 |
Release Notes
semaphoreui/semaphore (docker.io/semaphoreui/semaphore)
v2.11.1
Semaphore 2.11 Release Notes
Features
- Web interface improvements: UI has received its most significant overhaul in years, making it more polished and professional.
- Git commit messages: Tasks now store the Git commit hash and message, enabling you to rerun tasks using the same commit.
- Task run details: A new Details page has been added to provide insights into task running results.
- Terraform/OpenTofu support improvements: There are many Terraform/OpenTofu support improvements in this release.
Bugfixes
- OpenTofu/Terraform: Fixed a bug with Terraform tasks: the
-auto-approve
flag now works. - Security: Prevented JavaScript from using Cookies to avoid the HTTPOnly issue.
- OpenTofu/Terraform: enabled the
-migrate-state
flag by default. - OpenTofu/Terraform: Added prompts for state actions on the web.
- Terraform/OpenTofu: Ignored the workspace name for the HTTP backend.