Releases: semaphoreui/semaphore
Releases · semaphoreui/semaphore
v2.12.5
v2.12.4
v2.12.3
v2.12.0-beta8
Bugfixes
- Fixed bug with cloning template.
- Fixed bug with task log auto scrolling.
- Fixed bug with TOTP for BoltDB.
v2.12.0-beta7
v2.11.3
v2.12.0-beta3
Bugfixes
- Correct the sorting logic for task result records.
- Use BIGINT as the primary key in the task records table.
- Remove the extra column from the task records table.
- Enable support for large output.
- Implement virtual scrolling in the task viewer.
v2.12.0-beta2
v2.11.2

Semaphore 2.11 Release Details
Bugfixes
- Fixed New Project page.
- Fixed Restore Project page.
- Fixed message about project restoring result.
Links
v2.11.1
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.