Update semaphoreui/semaphore Docker tag to v2.17.28#28
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update semaphoreui/semaphore Docker tag to v2.17.28#28renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
1cceadd to
05d2c9e
Compare
a06e125 to
901bc12
Compare
901bc12 to
f65d3d7
Compare
f65d3d7 to
3e165d6
Compare
ef6588d to
11b2e3f
Compare
11b2e3f to
07146a5
Compare
07146a5 to
f60071a
Compare
f60071a to
f980fc9
Compare
f980fc9 to
0a2eb93
Compare
620a72e to
3caa91c
Compare
3caa91c to
500d60d
Compare
500d60d to
8d3f6fd
Compare
8d3f6fd to
a8e7f9e
Compare
3f4981f to
6801805
Compare
6801805 to
ae749b8
Compare
ae749b8 to
544b8a3
Compare
10caef8 to
e3384e2
Compare
8f6d330 to
fda8bdf
Compare
fda8bdf to
b1f2e12
Compare
b1f2e12 to
970f9eb
Compare
970f9eb to
44d50c9
Compare
44d50c9 to
70dd6f6
Compare
70dd6f6 to
452ad1f
Compare
452ad1f to
fc85a54
Compare
fc85a54 to
235fed9
Compare
235fed9 to
83e8213
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.13.1→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 statev2.16.45Compare Source
Bugfixes
Fix for in Docker container: ERROR!: community.general.yaml has been removed
v2.16.44Compare Source
v2.16.43Compare Source
Changelog
5507a11ci: fix pro workflowv2.16.42Compare Source
v2.16.41Compare Source
v2.16.40Compare Source
v2.16.39Compare Source
v2.16.38Compare Source
v2.16.37Compare Source
Bugfixes
v2.16.36Compare Source
v2.16.35Compare Source
Semaphore 2.16 Release Details
Links
Create best docker container
Join our responsive community
Features
Updated built-in Swagger API docs (http://localhost:3000/swagger/index.html)
Added button for testing project alerts
Bugfixes
Fixed terraform HTTP backend (PRO)
d2c2b4a feat(auth): add config option auth style for oidc provider
v2.15.7Compare Source
Bugfixes
v2.15.6Compare Source
v2.15.5Compare Source
Changelog
v2.15.4Compare Source
Bugfixes
Fixed Raw log link in task dialog.
v2.15.0Compare Source
Semaphore 2.15 Release Details
Links
Create best docker container
Join our responsive community
v2.14.12Compare Source
Bugfix
v2.14.11Compare Source
Bugfixes
v2.14.10Compare Source
Bugfixes
v2.14.9Compare Source
Feature
Use autocomplete instead of select for new schedule.
v2.14.8Compare Source
Performance
v2.14.7Compare Source
Bugfixes
Fixed migrations undo command:
Fixed issue with error 404 on Schedule page.
Full Changelog: semaphoreui/semaphore@v2.14.6...v2.14.7
v2.14.6Compare Source
Bugfixes
v2.14.5Compare Source
Bugfix
v2.14.4Compare Source
Bugfixes
Added config option
schedule.timezoneand environment variableSEMAPHORE_SCHEDULE_TIMEZONE.Full Changelog: semaphoreui/semaphore@v2.14.3...v2.14.4
v2.14.3Compare Source
Bugfixes
v2.14.2Compare Source
v2.14.1Compare Source
Bugfixes
v2.14.0Compare Source
Semaphore 2.14 Release Details
Links
Create best docker container
One-click deployment in the cloud
Join our responsive community
v2.13.15Compare Source
Bugfixes
Full Changelog: semaphoreui/semaphore@v2.13.14...v2.13.15
v2.13.14Compare Source
Bugfixes
Full Changelog: semaphoreui/semaphore@v2.13.12...v2.13.14
v2.13.13Compare Source
v2.13.12Compare Source
Security
v2.13.11Compare Source
v2.13.10Compare Source
Bugfixes
Full Changelog: semaphoreui/semaphore@v2.13.9...v2.13.10
v2.13.9Compare Source
Bugfixs
v2.13.8Compare Source
Bugfixes
v2.13.7Compare Source
Bugfixes
Full Changelog: semaphoreui/semaphore@v2.13.5...v2.13.7
v2.13.6Compare Source
v2.13.5Compare Source
Bugfixes
Full Changelog: semaphoreui/semaphore@v2.13.3...v2.13.5
v2.13.4Compare Source
v2.13.3Compare Source
Bugfixes
requirements.ymlin repository root.What's Changed
New Contributors
Full Changelog: semaphoreui/semaphore@v2.13.2...v2.13.3
v2.13.2Compare Source
Bugfixes
What's Changed
Full Changelog: semaphoreui/semaphore@v2.13.1...v2.13.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.