Skip to content

Releases: semaphoreui/semaphore

v2.12.5

09 Feb 12:56
v2.12.5
69222c4

Choose a tag to compare

Bugfixes

  • Minor UI fixes.

v2.12.4

03 Feb 10:06
v2.12.4
c0551d5

Choose a tag to compare

Bugfixes

  • Improved security by using Pubic/Private keys encryption.

  • Fixed layout of Runners page.

  • Imported new Runner form.

    image
  • Fixed reading of registration token form STDIN.

v2.12.3

29 Jan 20:38
v2.12.3
c1b6ddc

Choose a tag to compare

Semaphore 2.12 Release Details

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.12.0-beta8

28 Jan 22:23

Choose a tag to compare

v2.12.0-beta8 Pre-release
Pre-release

Bugfixes

  • Fixed bug with cloning template.
  • Fixed bug with task log auto scrolling.
  • Fixed bug with TOTP for BoltDB.

v2.12.0-beta7

27 Jan 22:40
v2.12.0-beta7
e5ae3a6

Choose a tag to compare

v2.12.0-beta7 Pre-release
Pre-release

Features

  • Improved user form:

    new_user_form.mp4
  • Added recovery code for TOTP

  • Use SVG flags instead of Emoji:

    image

Bugfixes

  • Respect variables by Terraform/Bash/PowerShell templates
  • Reading registration token from stdin
  • Fixed project backup/restore

v2.11.3

27 Jan 08:08
v2.11.3

Choose a tag to compare

Bugfixes

  • Fixed bug with re-running task when using BoltDB
  • Fixed bug with exporting project
  • Fixed bug with reading registration token from stdin for Runners

v2.12.0-beta3

06 Jan 05:33
v2.12.0-beta3
f5746b2

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

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

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

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.