Skip to content

Releases: semaphoreui/semaphore

v2.12.0-beta3

06 Jan 05:33
v2.12.0-beta3
f5746b2
Compare
Choose a tag to compare
v2.12.0-beta3 Pre-release
Pre-release

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

04 Jan 17:16
v2.12.0-beta2
8b72936
Compare
Choose a tag to compare
v2.12.0-beta2 Pre-release
Pre-release

Features

  • Time-based one-time password (TOTP)

  • CLI command for managing TOTP authentication semaphore user totp <action>

v2.11.2

26 Dec 12:13
Compare
Choose a tag to compare

Semaphore 2.11 Release Details

Bugfixes

  • Fixed New Project page.
  • Fixed Restore Project page.
  • Fixed message about project restoring result.

Links

  • Create best docker container

  • Join our responsive community

    discord

  • Every day we add new features, fix bugs, support the community. We need your support

    sponsor ko-fi patreon

v2.11.1

25 Dec 15:43
v2.11.1
d76a046
Compare
Choose a tag to compare

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

21 Dec 22:53
v2.11.0-rc1
4cfd4d1
Compare
Choose a tag to compare
v2.11.0-rc1 Pre-release
Pre-release

Features

  • OpenTofu/Terraform: Support of SSH key for cloning modules

    image

Bugfixes

  • OpenTofu/Terraform: using flag -migrate-state by default.
  • Asking state actions on web.
  • Ignore workspace name for HTTP backend.

v2.11.0-beta9

18 Dec 10:32
v2.11.0-beta9
d8aba18
Compare
Choose a tag to compare
v2.11.0-beta9 Pre-release
Pre-release

Changelog

  • Terraform/OpenTofu: workspace management

    image

v2.11.0-beta8

14 Dec 18:06
v2.11.0-beta8
b059df1
Compare
Choose a tag to compare
v2.11.0-beta8 Pre-release
Pre-release

Features

  • Optimised web interface for large screens.

  • Store Git commit hash and message for tasks. This allows rerunning tasks using the same commit.

  • Enable selecting Inventory for new tasks.

v2.11.0-beta7

13 Dec 16:41
Compare
Choose a tag to compare
v2.11.0-beta7 Pre-release
Pre-release

Bugfix

  • Do not use Cookies from JavaScript to prevent HTTPOnly issue.

v2.11.0-beta6

09 Dec 08:57
Compare
Choose a tag to compare
v2.11.0-beta6 Pre-release
Pre-release

Feature

  • Added page Details for Templates.

    image

v2.11.0-beta3

02 Dec 10:11
Compare
Choose a tag to compare
v2.11.0-beta3 Pre-release
Pre-release

Bugfixes

  • Terraform: check workspace support before use it (issue #2329)

Features

  • Renamed Environment to Variable Group

  • Redesign Variable Group editing form

    variable_group_edit.mp4
  • Added Destroy flag Terraform tasks

    image