Skip to content

Releases: semaphoreui/semaphore

v2.17.33

01 Apr 16:52
v2.17.33
629fc09

Choose a tag to compare

Changelog

  • 629fc09 fix(repo): use *_internal directory to store requirements hash file

v2.17.32

01 Apr 06:54
v2.17.32
0252b9c

Choose a tag to compare

Semaphore UI v2.17.32 – Release Summary

This release focuses on runner reliability, security improvements, and overall stability, along with several bug fixes and translation updates.

🚀 Improvements

  • Smarter runner distribution
    Runners are now selected randomly, improving load balancing and avoiding uneven task distribution across runners.

🔐 Security & Safety

  • Config validation at startup
    The access_key_encryption setting is now validated during startup to prevent misconfiguration issues early.
  • Stronger permission checks
    Restoring projects from backup now requires admin permissions, improving security around sensitive operations.

🐛 Bug Fixes

  • Fixed nil pointer crash in runner updates when tasks are not part of a pool
  • Fixed incorrect handling of Git branch names containing slashes
  • Improved runner shutdown logic to ensure progress is uploaded before termination
  • Fixed inconsistencies in task status updates
  • Minor fix for a missed import

🌍 Localization

  • Improved Traditional Chinese (zh_TW) translations and consistency

What's Changed

  • fix(i18n): improve Traditional Chinese (zh_TW) translations by @tan9 in #3701
  • fix(config): validate access_key_encryption at startup by @abh in #3710
  • fix(i18n): improve zh_TW translation consistency by @tan9 in #3705
  • Fix branch names with slashes truncated in GetRemoteBranches by @Copilot in #3717
  • Add admin permission check for project restore from backup by @JulianKap in #3695
  • chore(deps): update dependency axios to v1.13.6 by @renovate[bot] in #3692
  • fix: nil pointer dereference in UpdateRunner when task not in pool by @cursor[bot] in #3727
  • feat: randomize runner selection by @agrrh in #3722
  • fix(runners): gate one-off shutdown on acknowledged progress upload by @fiftin in #3738
  • fix/status updating by @fiftin in #3737

New Contributors

Full Changelog: v2.17.31...v2.17.32

v2.17.31

28 Mar 21:51

Choose a tag to compare

Changelog

  • Fix Devolutions icon

v2.17.30

25 Mar 11:22

Choose a tag to compare

Changelog

  • 3f8c2b9 fix(env): allow empty secret prefix

What's Changed

Full Changelog: v2.17.28...v2.17.30

v2.17.28

22 Mar 17:01
v2.17.28
0d961bf

Choose a tag to compare

Release v2.17.28

This release improves runner-to-task tracking and fixes task status handling in the runner update flow.

A new runner_id field was added to tasks in the database, which makes it possible to persist the association between a task and the runner executing it. This improves internal task tracking and lays the groundwork for more reliable runner state handling.

This release also fixes a bug in the runner update logic where the current task state was checked using the wrong field. In api/runners/runners.go, the status check was corrected from job.Status.IsFinished() to tsk.Task.Status.IsFinished(), ensuring the system evaluates the actual stored task state before applying runner updates. This makes task state transitions more accurate during runner execution.

What's changed

  • Added runner_id to the task record in the database for better runner-to-task association. (#3712)
  • Fixed runner task status validation to use the actual task status field instead of the job status field.

Full Changelog

v2.17.27...v2.17.28

v2.17.28-beta6

22 Mar 16:06
v2.17.28-beta6
0d961bf

Choose a tag to compare

v2.17.28-beta6 Pre-release
Pre-release

Changelog

  • 0d961bf fix(runners): use correct field to check current task status

v2.17.27

19 Mar 16:34
v2.17.27
9c5ed3b

Choose a tag to compare

Bugfixes

  • Fixed bug with running Terragrunt

    image

v2.17.26

15 Mar 23:00

Choose a tag to compare

Changelog

  • 3b278d1 fix(secrets): null pointer

Full Changelog: v2.17.24...v2.17.26

v2.17.24

14 Mar 15:10

Choose a tag to compare

Changelog

  • b9cb5be fix(secrets): provide source storage type in var groups

What's Changed

  • fix: fixed a race condition for terraform task statuses by @JulianKap in #3686

New Contributors

Full Changelog: v2.17.22...v2.17.24

v2.17.22

12 Mar 15:44
v2.17.22
1a419b9

Choose a tag to compare

This patch release includes a small fix related to integrations permissions.

Fixes

  • Fixed permissions handling for integrations.

Full Changelog: v2.17.21...v2.17.22