Skip to content

Releases: semaphoreui/semaphore

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

v2.11.0-beta2

27 Nov 17:27
Compare
Choose a tag to compare
v2.11.0-beta2 Pre-release
Pre-release

Bugfixes

  • Respect Schedule and Integration refs
  • Update dependencies with using bot Renovate
  • Improve API docs and fix REST issues (@Omicron7 #2553)

v2.11.0-beta1

24 Nov 19:58
Compare
Choose a tag to compare
v2.11.0-beta1 Pre-release
Pre-release

Features

  • API improvement: added field params to Task model. It should be used instead of flags debug, dry_run and diff. Now you should use:
    • params.debug, params.dry_run, params.diff for Ansible tasks
    • params.plan and params.auto_approve for Terraform tasks.
  • Start from this version we will use semantic versioning major.minor.patch:
    • major — breaking changes
    • minor — features
    • patch — bugfixes

Bugfixes

  • Fix bug with Terraform tasks: flag -auto-approve now works.