Skip to content

chore(deps): update semaphoreui/semaphore docker tag to v2.17.28#32

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/semaphoreui-semaphore-2.x
Open

chore(deps): update semaphoreui/semaphore docker tag to v2.17.28#32
renovate[bot] wants to merge 1 commit intomainfrom
renovate/semaphoreui-semaphore-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2025

This PR contains the following updates:

Package Type Update Change
semaphoreui/semaphore final minor v2.16.45v2.17.28

Release Notes

semaphoreui/semaphore (semaphoreui/semaphore)

v2.17.28

Compare Source

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

semaphoreui/semaphore@v2.17.27...v2.17.28

v2.17.27

Compare Source

Bugfixes

  • Fixed bug with running Terragrunt

    image

v2.17.26

Compare Source

Changelog

  • 3b278d1 fix(secrets): null pointer

Full Changelog: semaphoreui/semaphore@v2.17.24...v2.17.26

v2.17.25

Compare Source

v2.17.24

Compare Source

Changelog

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

What's Changed

New Contributors

Full Changelog: semaphoreui/semaphore@v2.17.22...v2.17.24

v2.17.23

Compare Source

v2.17.22

Compare Source

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

Fixes

  • Fixed permissions handling for integrations.

Full Changelog: semaphoreui/semaphore@v2.17.21...v2.17.22

v2.17.21

Compare Source

Changelog
  • 3a04fda Merge branch '2-17-stable' into develop

Full Changelog: semaphoreui/semaphore@v2.17.17...v2.17.21

v2.17.20

Compare Source

v2.17.19

Compare Source

v2.17.18

Compare Source

v2.17.17

Compare Source

Changelog

What's Changed

Full Changelog: semaphoreui/semaphore@v2.17.16...v2.17.17

v2.17.16

Compare Source

Changelog

  • 140584f ci(docker): fix migration condition

What's Changed

  • feat(migrator): respect flag --merge-existing-users which allows use exiting users by @​fiftin in #​3673

Full Changelog: semaphoreui/semaphore@v2.17.15...v2.17.16

v2.17.15

Compare Source

Here’s a clean release summary you can use:


Semaphore UI v2.17.15

Overview

This release improves secret management flexibility and includes minor internal cleanup and dependency updates.

✨ Highlights

🔐 Read Secrets from Raw Files

You can now load secrets directly from a raw file. This makes it easier to integrate with:

  • Docker/Kubernetes secret mounts
  • Vault Agent file sinks
  • External secret management systems

This enhancement simplifies secure automation workflows and improves compatibility with production setups.

What's Changed

Full Changelog: semaphoreui/semaphore@v2.17.14...v2.17.15

v2.17.14

Compare Source

Changelog

  • Fixed null pointer in Backups

v2.17.12

Compare Source

🚀 Release Summary

This release introduces improved task control, an important database migration capability, and multiple dependency updates for stability and security.

✨ Highlights

BoltDB → SQL migration tool (major step forward)

  • A new backend migration utility allows moving from BoltDB to SQL databases.
    This is a key improvement for scalability and aligns with the future removal of BoltDB support.
🔧 Maintenance & Security
  • Updated multiple Go modules (crypto, OAuth2, PostgreSQL driver).
  • Updated frontend tooling (Prettier).
  • Edwards25519 dependency updated (core and Pro).
  • General dependency fixes and stability improvements.
🙌 Community

Changelog

  • 3e5e0de ci(github): return GH_TOKEN for docker

What's Changed

New Contributors

Full Changelog: semaphoreui/semaphore@v2.17.8...v2.17.12

v2.17.10

Compare Source

v2.17.9

Compare Source

v2.17.8

Compare Source

Release Summary

This is a small maintenance release focused on improving task control and integration behavior, along with routine dependency updates.

✨ New Features
  • Force stop all tasks
    Added the ability to stop all running tasks with force option, giving administrators faster control in emergency or cleanup scenarios.
🔧 Improvements & Fixes
  • Integration value priority fix
    Extracted values in integrations now correctly take precedence, ensuring more predictable configuration behavior.

Changelog

  • 38d2d2a fix(integrations): extracted values has priority

What's Changed

Full Changelog: semaphoreui/semaphore@v2.17.7...v2.17.8

v2.17.7

Compare Source

Release Summary

This release focuses on logging improvements, Docker usability, and dependency updates.

✨ Improvements
  • RFC 5424 syslog support
    Syslog output now follows the RFC 5424 standard, improving compatibility with enterprise logging systems and SIEM platforms.
🐳 Docker
  • Config path for import fixed
    Docker deployments now correctly provide the configuration path when importing settings.

Changelog

  • 7c3cc4f fix(docker): provide config path for import

What's Changed

Full Changelog: semaphoreui/semaphore@v2.17.5...v2.17.7

v2.17.6

Compare Source

v2.17.5

Compare Source

Release Summary

This release delivers a fix for scheduled task configuration stability.

🛠 Fixes
  • Scheduled task properties saving issue resolved
    Fixed a bug where task properties were not saved or updated correctly when working with schedules. This improves reliability and consistency of scheduled task configuration.

Changelog

Full Changelog: semaphoreui/semaphore@v2.17.4...v2.17.5

v2.17.4

Compare Source

Summary

This release focuses on performance improvements, permission fixes, and small usability enhancements, along with routine dependency updates and test coverage improvements.

🚀 Performance
  • Reduced database queries for tasks, improving overall performance and responsiveness.
🔐 Permissions & UI fixes
  • Template role permissions are now correctly enforced in the UI.
  • Integration and role permission checks in the UI have been fixed.
⚙️ Improvements
  • Semaphore task details are now available to shell applications via environment variables.
  • Adjustments to template directory handling.
🧪 Testing & Maintenance
  • Added unit tests for getHomeDir.
  • Upgraded core-js dependency.
  • Internal optimizations and minor fixes.

Changelog

  • e49d030 Merge pull request #​3619 from semaphoreui/perf/optimize_db_queries

What's Changed

Full Changelog: semaphoreui/semaphore@v2.17.2...v2.17.4

v2.17.3

Compare Source

v2.17.2

Compare Source

Release Summary

This release introduces high availability improvements, enhanced integrations, and important security and dependency updates.

✨ New Features
  • Active-active high availability
    Added support for active-active HA deployments, allowing multiple Semaphore UI nodes to operate simultaneously for improved scalability and resilience.

  • Integration task details via headers
    Integrations can now return created task details through response headers, enabling better automation workflows and easier external system integration.

🔒 Security & Maintenance
  • Security updates for axios and go-git.
  • Dependency updates including express, qs, webpack, and lodash for improved stability and performance.
👋 Community
  • Welcome @​riton, who made their first contribution to Semaphore UI.

What's Changed

Full Changelog: semaphoreui/semaphore@v2.17.0...v2.17.2

v2.17.0

Compare Source

image
Semaphore 2.17 Release Details
  1. Syslog support
  2. CLI improvements:
    • Import project
    • --register flag for runner command
  3. UI improvements:
    • Custom views
    • New expended textarea behavior
  4. Stop all tasks button for a template
  5. Custom roles (Enterprise)
  6. Devolution Server integration (Enterprise)

Links

  • Create best docker container

  • Join our responsive community

    discord

v2.16.51

Compare Source

Bugfixes

  • Fix database migration (CRITICAL)

v2.16.50

Compare Source

Bugfixes

  • SQLite migration
  • Task status logs (PRO)

v2.16.49

Compare Source

v2.16.48

Compare Source

v2.16.47

Compare Source

Feature

  • Add more logs

v2.16.46

Compare Source

Changelog

  • bc8a231 fix(db): use longtext for tf state

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies enhancement New feature or request labels Dec 16, 2025
@renovate renovate bot changed the title chore(deps): update semaphoreui/semaphore docker tag to v2.16.46 chore(deps): update semaphoreui/semaphore docker tag to v2.16.47 Dec 17, 2025
@renovate renovate bot force-pushed the renovate/semaphoreui-semaphore-2.x branch from 561f75a to 2ad191f Compare December 17, 2025 20:43
@renovate renovate bot force-pushed the renovate/semaphoreui-semaphore-2.x branch from 2ad191f to 5129cd5 Compare January 7, 2026 17:47
@renovate renovate bot changed the title chore(deps): update semaphoreui/semaphore docker tag to v2.16.47 chore(deps): update semaphoreui/semaphore docker tag to v2.16.48 Jan 7, 2026
@renovate renovate bot force-pushed the renovate/semaphoreui-semaphore-2.x branch from 5129cd5 to 831a038 Compare January 8, 2026 09:54
@renovate renovate bot changed the title chore(deps): update semaphoreui/semaphore docker tag to v2.16.48 chore(deps): update semaphoreui/semaphore docker tag to v2.16.49 Jan 8, 2026
@renovate renovate bot changed the title chore(deps): update semaphoreui/semaphore docker tag to v2.16.49 chore(deps): update semaphoreui/semaphore docker tag to v2.16.50 Jan 9, 2026
@renovate renovate bot force-pushed the renovate/semaphoreui-semaphore-2.x branch 2 times, most recently from d359633 to 1a511da Compare January 12, 2026 17:49
@renovate renovate bot changed the title chore(deps): update semaphoreui/semaphore docker tag to v2.16.50 chore(deps): update semaphoreui/semaphore docker tag to v2.16.51 Jan 12, 2026
@renovate renovate bot force-pushed the renovate/semaphoreui-semaphore-2.x branch from 1a511da to e5afcd7 Compare February 21, 2026 14:31
@renovate renovate bot changed the title chore(deps): update semaphoreui/semaphore docker tag to v2.16.51 chore(deps): update semaphoreui/semaphore docker tag to v2.17.14 Feb 21, 2026
@renovate renovate bot force-pushed the renovate/semaphoreui-semaphore-2.x branch from e5afcd7 to 4729410 Compare February 28, 2026 00:53
@renovate renovate bot changed the title chore(deps): update semaphoreui/semaphore docker tag to v2.17.14 chore(deps): update semaphoreui/semaphore docker tag to v2.17.15 Feb 28, 2026
@renovate renovate bot force-pushed the renovate/semaphoreui-semaphore-2.x branch from 4729410 to ccdce65 Compare February 28, 2026 21:41
@renovate renovate bot changed the title chore(deps): update semaphoreui/semaphore docker tag to v2.17.15 chore(deps): update semaphoreui/semaphore docker tag to v2.17.16 Feb 28, 2026
@renovate renovate bot force-pushed the renovate/semaphoreui-semaphore-2.x branch from ccdce65 to 8d9d3df Compare March 9, 2026 01:49
@renovate renovate bot changed the title chore(deps): update semaphoreui/semaphore docker tag to v2.17.16 chore(deps): update semaphoreui/semaphore docker tag to v2.17.18 Mar 9, 2026
@renovate renovate bot force-pushed the renovate/semaphoreui-semaphore-2.x branch from 8d9d3df to 4cffe2e Compare March 9, 2026 08:36
@renovate renovate bot changed the title chore(deps): update semaphoreui/semaphore docker tag to v2.17.18 chore(deps): update semaphoreui/semaphore docker tag to v2.17.20 Mar 9, 2026
@renovate renovate bot force-pushed the renovate/semaphoreui-semaphore-2.x branch from 4cffe2e to 7098eeb Compare March 9, 2026 15:40
@renovate renovate bot changed the title chore(deps): update semaphoreui/semaphore docker tag to v2.17.20 chore(deps): update semaphoreui/semaphore docker tag to v2.17.21 Mar 9, 2026
@renovate renovate bot force-pushed the renovate/semaphoreui-semaphore-2.x branch from 7098eeb to aed213c Compare March 12, 2026 18:41
@renovate renovate bot changed the title chore(deps): update semaphoreui/semaphore docker tag to v2.17.21 chore(deps): update semaphoreui/semaphore docker tag to v2.17.22 Mar 12, 2026
@renovate renovate bot force-pushed the renovate/semaphoreui-semaphore-2.x branch from aed213c to 17d0099 Compare March 13, 2026 20:42
@renovate renovate bot changed the title chore(deps): update semaphoreui/semaphore docker tag to v2.17.22 chore(deps): update semaphoreui/semaphore docker tag to v2.17.24 Mar 13, 2026
@renovate renovate bot force-pushed the renovate/semaphoreui-semaphore-2.x branch from 17d0099 to b692c63 Compare March 16, 2026 00:39
@renovate renovate bot changed the title chore(deps): update semaphoreui/semaphore docker tag to v2.17.24 chore(deps): update semaphoreui/semaphore docker tag to v2.17.26 Mar 16, 2026
@renovate renovate bot force-pushed the renovate/semaphoreui-semaphore-2.x branch from b692c63 to cc92ea0 Compare March 19, 2026 18:08
@renovate renovate bot changed the title chore(deps): update semaphoreui/semaphore docker tag to v2.17.26 chore(deps): update semaphoreui/semaphore docker tag to v2.17.27 Mar 19, 2026
@renovate renovate bot force-pushed the renovate/semaphoreui-semaphore-2.x branch from cc92ea0 to c7154d5 Compare March 22, 2026 21:03
@renovate renovate bot changed the title chore(deps): update semaphoreui/semaphore docker tag to v2.17.27 chore(deps): update semaphoreui/semaphore docker tag to v2.17.28 Mar 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants