Releases: semaphoreui/semaphore
Releases · semaphoreui/semaphore
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.
v2.11.0-rc1
v2.11.0-beta9
v2.11.0-beta8
v2.11.0-beta7
Bugfix
- Do not use Cookies from JavaScript to prevent HTTPOnly issue.
v2.11.0-beta6
v2.11.0-beta3
v2.11.0-beta2
v2.11.0-beta1
Features
- API improvement: added field
params
to Task model. It should be used instead of flagsdebug
,dry_run
anddiff
. Now you should use:params.debug
,params.dry_run
,params.diff
for Ansible tasksparams.plan
andparams.auto_approve
for Terraform tasks.
- Start from this version we will use semantic versioning
major.minor.patch
:major
— breaking changesminor
— featurespatch
— bugfixes
Bugfixes
- Fix bug with Terraform tasks: flag
-auto-approve
now works.