This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore) | patch | `227f54f` → `a10d001` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>semaphoreui/semaphore (docker.io/semaphoreui/semaphore)</summary> ### [`v2.17.14`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.12...v2.17.14) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.12...v2.17.14) ### [`v2.17.12`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.17.12) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.10...v2.17.12) #### 🚀 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 - Welcome **[@​darcystan](https://redirect.github.com/darcystan)** for their first contribution! #### Changelog - [`3e5e0de`](https://redirect.github.com/semaphoreui/semaphore/commit/3e5e0dec9f58b03915a19ef19db0cbc93cca734d) ci(github): return GH\_TOKEN for docker #### What's Changed - Added host limit values in Task parameters instead of just Yes by [@​darcystan](https://redirect.github.com/darcystan) in [#​3637](https://redirect.github.com/semaphoreui/semaphore/pull/3637) - chore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​3642](https://redirect.github.com/semaphoreui/semaphore/pull/3642) - chore(deps): update dependency prettier to v3.8.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​3635](https://redirect.github.com/semaphoreui/semaphore/pull/3635) - feat(be): boltdb to sql migration tool by [@​mgukov](https://redirect.github.com/mgukov) in [#​3620](https://redirect.github.com/semaphoreui/semaphore/pull/3620) - chore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /pro by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​3644](https://redirect.github.com/semaphoreui/semaphore/pull/3644) - fix(deps): update module github.com/lib/pq to v1.11.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​3645](https://redirect.github.com/semaphoreui/semaphore/pull/3645) - fix(deps): update module golang.org/x/crypto to v0.48.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​3646](https://redirect.github.com/semaphoreui/semaphore/pull/3646) - fix(deps): update module golang.org/x/oauth2 to v0.35.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​3648](https://redirect.github.com/semaphoreui/semaphore/pull/3648) #### New Contributors - [@​darcystan](https://redirect.github.com/darcystan) made their first contribution in [#​3637](https://redirect.github.com/semaphoreui/semaphore/pull/3637) **Full Changelog**: <https://github.com/semaphoreui/semaphore/compare/v2.17.8...v2.17.12> ### [`v2.17.10`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.9...v2.17.10) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.9...v2.17.10) ### [`v2.17.9`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.8...v2.17.9) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.8...v2.17.9) ### [`v2.17.8`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.17.8) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.7...v2.17.8) #### 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`](https://redirect.github.com/semaphoreui/semaphore/commit/38d2d2ae92d113ee54e0da00d2072f4eeae009fc) fix(integrations): extracted values has priority #### What's Changed - chore(deps): update dependency cron-parser to v5.5.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​3632](https://redirect.github.com/semaphoreui/semaphore/pull/3632) - feat: add stop all force by [@​fiftin](https://redirect.github.com/fiftin) in [#​3633](https://redirect.github.com/semaphoreui/semaphore/pull/3633) - chore(deps): update dependency dotenv to v17.3.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​3634](https://redirect.github.com/semaphoreui/semaphore/pull/3634) **Full Changelog**: <https://github.com/semaphoreui/semaphore/compare/v2.17.7...v2.17.8> ### [`v2.17.7`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.17.7) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.6...v2.17.7) 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`](https://redirect.github.com/semaphoreui/semaphore/commit/7c3cc4fbdc1401f1030935ab51a1df95cc9bdc4f) fix(docker): provide config path for import #### What's Changed - fix(deps): update module github.com/sirupsen/logrus to v1.9.4 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​3622](https://redirect.github.com/semaphoreui/semaphore/pull/3622) - feat(syslog): use rfc 5424 output format by [@​fiftin](https://redirect.github.com/fiftin) in [#​3624](https://redirect.github.com/semaphoreui/semaphore/pull/3624) **Full Changelog**: <https://github.com/semaphoreui/semaphore/compare/v2.17.5...v2.17.7> ### [`v2.17.6`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.5...v2.17.6) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.5...v2.17.6) ### [`v2.17.5`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.17.5) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.4...v2.17.5) #### 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 - [`23d300c`](https://redirect.github.com/semaphoreui/semaphore/commit/23d300c097a4578e7544e30102dd155aa73e5f98) fix(schedule): saving/updating task props ([#​3304](https://redirect.github.com/semaphoreui/semaphore/issues/3304)) **Full Changelog**: <https://github.com/semaphoreui/semaphore/compare/v2.17.4...v2.17.5> ### [`v2.17.4`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.17.4) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.3...v2.17.4) #### 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`](https://redirect.github.com/semaphoreui/semaphore/commit/e49d0305384212b84b5c4b2ec194d00ed88da40c) Merge pull request [#​3619](https://redirect.github.com/semaphoreui/semaphore/issues/3619) from semaphoreui/perf/optimize\_db\_queries #### What's Changed - \[Snyk] Upgrade core-js from 3.47.0 to 3.48.0 by [@​fiftin](https://redirect.github.com/fiftin) in [#​3611](https://redirect.github.com/semaphoreui/semaphore/pull/3611) - Add semaphore task details to shell apps as environment variables by [@​riton](https://redirect.github.com/riton) in [#​3597](https://redirect.github.com/semaphoreui/semaphore/pull/3597) - test: add unit tests for getHomeDir function by [@​Copilot](https://redirect.github.com/Copilot) in [#​3615](https://redirect.github.com/semaphoreui/semaphore/pull/3615) - home to template dir by [@​fiftin](https://redirect.github.com/fiftin) in [#​3612](https://redirect.github.com/semaphoreui/semaphore/pull/3612) - fix(perms): respect role permisisons for templates on ui by [@​fiftin](https://redirect.github.com/fiftin) in [#​3617](https://redirect.github.com/semaphoreui/semaphore/pull/3617) - fix(ui): check permissions for intergrations and roles by [@​fiftin](https://redirect.github.com/fiftin) in [#​3618](https://redirect.github.com/semaphoreui/semaphore/pull/3618) - perf(tasks): descrese db queries by [@​fiftin](https://redirect.github.com/fiftin) in [#​3619](https://redirect.github.com/semaphoreui/semaphore/pull/3619) **Full Changelog**: <https://github.com/semaphoreui/semaphore/compare/v2.17.2...v2.17.4> ### [`v2.17.3`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.2...v2.17.3) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.17.2...v2.17.3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My4yOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zZW1hcGhvcmUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
title
| title |
|---|
| TrueCharts |
Community Helm Chart Catalog
TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, by the community!
All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
For more information check the website: https://truecharts.org
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on the AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in that folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0