chore(deps): update semaphoreui/semaphore docker tag to v2.17.28#32
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update semaphoreui/semaphore docker tag to v2.17.28#32renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
561f75a to
2ad191f
Compare
2ad191f to
5129cd5
Compare
5129cd5 to
831a038
Compare
d359633 to
1a511da
Compare
1a511da to
e5afcd7
Compare
e5afcd7 to
4729410
Compare
4729410 to
ccdce65
Compare
ccdce65 to
8d9d3df
Compare
8d9d3df to
4cffe2e
Compare
4cffe2e to
7098eeb
Compare
7098eeb to
aed213c
Compare
aed213c to
17d0099
Compare
17d0099 to
b692c63
Compare
b692c63 to
cc92ea0
Compare
cc92ea0 to
c7154d5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.16.45→v2.17.28Release Notes
semaphoreui/semaphore (semaphoreui/semaphore)
v2.17.28Compare 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_idfield 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 fromjob.Status.IsFinished()totsk.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
runner_idto the task record in the database for better runner-to-task association. (#3712)Full Changelog
semaphoreui/semaphore@v2.17.27...v2.17.28
v2.17.27Compare Source
Bugfixes
Fixed bug with running Terragrunt
v2.17.26Compare Source
Changelog
3b278d1fix(secrets): null pointerFull Changelog: semaphoreui/semaphore@v2.17.24...v2.17.26
v2.17.25Compare Source
v2.17.24Compare Source
Changelog
b9cb5befix(secrets): provide source storage type in var groupsWhat's Changed
New Contributors
Full Changelog: semaphoreui/semaphore@v2.17.22...v2.17.24
v2.17.23Compare Source
v2.17.22Compare Source
This patch release includes a small fix related to integrations permissions.
Fixes
Full Changelog: semaphoreui/semaphore@v2.17.21...v2.17.22
v2.17.21Compare Source
Changelog
3a04fdaMerge branch '2-17-stable' into developFull Changelog: semaphoreui/semaphore@v2.17.17...v2.17.21
v2.17.20Compare Source
v2.17.19Compare Source
v2.17.18Compare Source
v2.17.17Compare Source
Changelog
9c82d18Merge pull request #3689 from semaphoreui/load_secretsWhat's Changed
Full Changelog: semaphoreui/semaphore@v2.17.16...v2.17.17
v2.17.16Compare Source
Changelog
140584fci(docker): fix migration conditionWhat's Changed
Full Changelog: semaphoreui/semaphore@v2.17.15...v2.17.16
v2.17.15Compare 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:
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.14Compare Source
Changelog
v2.17.12Compare 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)
This is a key improvement for scalability and aligns with the future removal of BoltDB support.
🔧 Maintenance & Security
🙌 Community
Changelog
3e5e0deci(github): return GH_TOKEN for dockerWhat's Changed
New Contributors
Full Changelog: semaphoreui/semaphore@v2.17.8...v2.17.12
v2.17.10Compare Source
v2.17.9Compare Source
v2.17.8Compare Source
Release Summary
This is a small maintenance release focused on improving task control and integration behavior, along with routine dependency updates.
✨ New Features
Added the ability to stop all running tasks with force option, giving administrators faster control in emergency or cleanup scenarios.
🔧 Improvements & Fixes
Extracted values in integrations now correctly take precedence, ensuring more predictable configuration behavior.
Changelog
38d2d2afix(integrations): extracted values has priorityWhat's Changed
Full Changelog: semaphoreui/semaphore@v2.17.7...v2.17.8
v2.17.7Compare Source
Release Summary
This release focuses on logging improvements, Docker usability, and dependency updates.
✨ Improvements
Syslog output now follows the RFC 5424 standard, improving compatibility with enterprise logging systems and SIEM platforms.
🐳 Docker
Docker deployments now correctly provide the configuration path when importing settings.
Changelog
7c3cc4ffix(docker): provide config path for importWhat's Changed
Full Changelog: semaphoreui/semaphore@v2.17.5...v2.17.7
v2.17.6Compare Source
v2.17.5Compare Source
Release Summary
This release delivers a fix for scheduled task configuration stability.
🛠 Fixes
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
23d300cfix(schedule): saving/updating task props (#3304)Full Changelog: semaphoreui/semaphore@v2.17.4...v2.17.5
v2.17.4Compare Source
Summary
This release focuses on performance improvements, permission fixes, and small usability enhancements, along with routine dependency updates and test coverage improvements.
🚀 Performance
🔐 Permissions & UI fixes
⚙️ Improvements
🧪 Testing & Maintenance
getHomeDir.core-jsdependency.Changelog
e49d030Merge pull request #3619 from semaphoreui/perf/optimize_db_queriesWhat's Changed
Full Changelog: semaphoreui/semaphore@v2.17.2...v2.17.4
v2.17.3Compare Source
v2.17.2Compare 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
👋 Community
What's Changed
Full Changelog: semaphoreui/semaphore@v2.17.0...v2.17.2
v2.17.0Compare Source
Semaphore 2.17 Release Details
--registerflag forrunnercommandLinks
Create best docker container
Join our responsive community
v2.16.51Compare Source
Bugfixes
v2.16.50Compare Source
Bugfixes
v2.16.49Compare Source
v2.16.48Compare Source
v2.16.47Compare Source
Feature
v2.16.46Compare Source
Changelog
bc8a231fix(db): use longtext for tf stateConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.