This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/n8n-io/n8n](https://n8n.io)
([source](https://redirect.github.com/n8n-io/n8n)) | minor | `f8fd851`
-> `78361e4` |
Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.
---
### Release Notes
<details>
<summary>n8n-io/n8n (ghcr.io/n8n-io/n8n)</summary>
###
[`v1.93.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1930-2025-05-12)
##### Bug Fixes
- Center circular element in Milvus logo
([#​15078](https://redirect.github.com/n8n-io/n8n/issues/15078))
([2202264](https://redirect.github.com/n8n-io/n8n/commit/22022642bf182b7f35a7446ef15465a201665bb0))
- **Code Node:** Update pyodide sandbox context to fix micropip
regressions
([#​15181](https://redirect.github.com/n8n-io/n8n/issues/15181))
([63cbf86](https://redirect.github.com/n8n-io/n8n/commit/63cbf8681a85b2b4ac1bbf69bf13a91f0c40ea4a))
- Community nodes - setting page empty state
([#​15305](https://redirect.github.com/n8n-io/n8n/issues/15305))
([e7c095d](https://redirect.github.com/n8n-io/n8n/commit/e7c095d047759349ddb970537de2575b25d47ca1))
- **core:** Add mechanism to prevent concurrent compaction on Insights
([#​14988](https://redirect.github.com/n8n-io/n8n/issues/14988))
([392e914](https://redirect.github.com/n8n-io/n8n/commit/392e91480a8e1508faced838854d2215c3ae6139))
- **core:** Do not cache dynamic webhooks
([#​15176](https://redirect.github.com/n8n-io/n8n/issues/15176))
([0659ba9](https://redirect.github.com/n8n-io/n8n/commit/0659ba957cf741feabef32445a3a2f96c7e59006))
- **core:** Fix Insights concurrency issues for legacy sqlite
([#​15028](https://redirect.github.com/n8n-io/n8n/issues/15028))
([e34bca7](https://redirect.github.com/n8n-io/n8n/commit/e34bca779bdbae13477990e61a8cb088f65af40f))
- **core:** Fix task runner logging to browser console
([#​15111](https://redirect.github.com/n8n-io/n8n/issues/15111))
([e86edf5](https://redirect.github.com/n8n-io/n8n/commit/e86edf536f647b2c215bcf8f289c7127d975e7eb))
- **core:** Fix task runner validation error on array of arrays
([#​15106](https://redirect.github.com/n8n-io/n8n/issues/15106))
([75c1a4c](https://redirect.github.com/n8n-io/n8n/commit/75c1a4c5b3d7debfabdee83f4dd6b1d732aa0185))
- **core:** Prioritize workflow execution with existing execution data
on worker
([#​15165](https://redirect.github.com/n8n-io/n8n/issues/15165))
([12b681f](https://redirect.github.com/n8n-io/n8n/commit/12b681fc41035619a9684df97dd4c676a365e54c))
- **core:** Support task runner in `execute` and `execute-batch`
commands
([#​15147](https://redirect.github.com/n8n-io/n8n/issues/15147))
([985f554](https://redirect.github.com/n8n-io/n8n/commit/985f5545012d07622c9632e26aaeba1e39484b18))
- **editor:** Close Workflow URL Import Modal after import
([#​15177](https://redirect.github.com/n8n-io/n8n/issues/15177))
([d14fb4d](https://redirect.github.com/n8n-io/n8n/commit/d14fb4dde3123548c477803e5da066544ed0ecb2))
- **editor:** Ensure no running node when execution finished
([#​15299](https://redirect.github.com/n8n-io/n8n/issues/15299))
([d12c7ee](https://redirect.github.com/n8n-io/n8n/commit/d12c7ee87f6d4087ed1d875dd72ca636f163b7a6))
- **editor:** Fix AI Node Logs View to Filter Duplicate Executions
([#​15049](https://redirect.github.com/n8n-io/n8n/issues/15049))
([8680797](https://redirect.github.com/n8n-io/n8n/commit/86807978c1c7a8f934b23132a99052f07313fef1))
- **editor:** Fix context menu behaviour and rename shortcut indicator
([#​15116](https://redirect.github.com/n8n-io/n8n/issues/15116))
([73a4a33](https://redirect.github.com/n8n-io/n8n/commit/73a4a33da0b36eb9fd40e9f3dc9a7f39fc1b892e))
- **editor:** Fix Paired item error message
([#​15171](https://redirect.github.com/n8n-io/n8n/issues/15171))
([be72f73](https://redirect.github.com/n8n-io/n8n/commit/be72f736ac6e3246ea52da92124be26585f0ac9e))
- **editor:** Fix sticky button disappearing on window resize
([#​15105](https://redirect.github.com/n8n-io/n8n/issues/15105))
([dcf3267](https://redirect.github.com/n8n-io/n8n/commit/dcf32679c3462f5dc3012667dfc2e2de3f96cd80))
- **editor:** Increase hover delay and hit area for canvas toolbar edge
([#​15125](https://redirect.github.com/n8n-io/n8n/issues/15125))
([cdcd059](https://redirect.github.com/n8n-io/n8n/commit/cdcd0592484e479e2b1aee140d912b22c055ad5e))
- **editor:** Issue with context menu disabling most options when
importing template
([#​15185](https://redirect.github.com/n8n-io/n8n/issues/15185))
([abb8225](https://redirect.github.com/n8n-io/n8n/commit/abb822594453a594d306327817d435771779fad1))
- **editor:** Sort start start nodes for manual execution by Y position
([#​15254](https://redirect.github.com/n8n-io/n8n/issues/15254))
([ab27f91](https://redirect.github.com/n8n-io/n8n/commit/ab27f91944d6cb27e69f972e52f054a827290608))
- **Google Sheets Node:** Return single row in read operation if combine
conditions is OR and 'Return only First Matching Row'
([#​15095](https://redirect.github.com/n8n-io/n8n/issues/15095))
([e0f5ba2](https://redirect.github.com/n8n-io/n8n/commit/e0f5ba2c67796883a8f284bc3de74caba89270b5))
- **Microsoft Entra ID Node:** Change Micosoft typo with Microsoft
([#​14452](https://redirect.github.com/n8n-io/n8n/issues/14452))
([af92117](https://redirect.github.com/n8n-io/n8n/commit/af92117e767cad160edfab141001e7f69ce0792d))
- Revert AI nodes batching
([#​15129](https://redirect.github.com/n8n-io/n8n/issues/15129))
([939ff97](https://redirect.github.com/n8n-io/n8n/commit/939ff97ec4248e610d560c9aea876ad43b147399))
##### Features
- Community Nodes in the Nodes Panel
([#​13923](https://redirect.github.com/n8n-io/n8n/issues/13923))
([2463842](https://redirect.github.com/n8n-io/n8n/commit/24638420bd6183939dfd6ff7f008c225fedb49f9))
- **core:** Archive workflows when removing folders without transfer
([#​15057](https://redirect.github.com/n8n-io/n8n/issues/15057))
([403f08b](https://redirect.github.com/n8n-io/n8n/commit/403f08b6e36eecc45b734f4e6c594753c1a816b3))
- **core:** Change workflow deletions to soft deletes
([#​14894](https://redirect.github.com/n8n-io/n8n/issues/14894))
([3a13139](https://redirect.github.com/n8n-io/n8n/commit/3a13139f78891afd14cb585ca26e8f4c9847393d))
- **core:** Check license config for insights max retention
([#​15256](https://redirect.github.com/n8n-io/n8n/issues/15256))
([3be0555](https://redirect.github.com/n8n-io/n8n/commit/3be05556f9fe11c6b81f89bc94e3c09b7c838078))
- **core:** Implement Insights pruning system
([#​14468](https://redirect.github.com/n8n-io/n8n/issues/14468))
([ae27b48](https://redirect.github.com/n8n-io/n8n/commit/ae27b48ee7b5d3156b4ea1662826ad2a94c24263))
- **core:** Implement partial execution for all tool nodes
([#​15168](https://redirect.github.com/n8n-io/n8n/issues/15168))
([8b467e3](https://redirect.github.com/n8n-io/n8n/commit/8b467e3f569514787fc865789fd4bf2387051120))
- **core:** Improve nodeNameToToolName special characters normalization
([#​15126](https://redirect.github.com/n8n-io/n8n/issues/15126))
([07e6c7e](https://redirect.github.com/n8n-io/n8n/commit/07e6c7e13f1ddac9abaa484f7ee502cd049d49ef))
- **editor:** Allow jumping into sub-workflow with shortkey
([#​15200](https://redirect.github.com/n8n-io/n8n/issues/15200))
([e2b9ada](https://redirect.github.com/n8n-io/n8n/commit/e2b9ada4b562426fbe8deeaefe657c1ed2b83362))
- **editor:** Implement 'Shared with you' section in the main navigation
([#​15140](https://redirect.github.com/n8n-io/n8n/issues/15140))
([1c65e82](https://redirect.github.com/n8n-io/n8n/commit/1c65e82b38b78da73a038e2e43743311c6a0ef12))
- **editor:** Preserve workflow list sort & page size preferences
([#​15101](https://redirect.github.com/n8n-io/n8n/issues/15101))
([cf03a28](https://redirect.github.com/n8n-io/n8n/commit/cf03a28774ebf495c0762ce4f7ea2a1922f569c4))
- **editor:** Rollout improved log view
([#​15202](https://redirect.github.com/n8n-io/n8n/issues/15202))
([8229b0b](https://redirect.github.com/n8n-io/n8n/commit/8229b0bcc20f6170d652a06789a9b586ba7a6315))
- **Jina AI Node:** Add Jina AI node
([#​15094](https://redirect.github.com/n8n-io/n8n/issues/15094))
([e9ef193](https://redirect.github.com/n8n-io/n8n/commit/e9ef193eaa52089da640c6d40f882dd42137efc5))
- **MCP Server Trigger Node:** Handle multiple tool calls in mcp server
trigger
([#​15064](https://redirect.github.com/n8n-io/n8n/issues/15064))
([59ba162](https://redirect.github.com/n8n-io/n8n/commit/59ba162bd9fe9967d0b0733c3955d65256e062f5))
- **n8n AWS Cognito Node:** New node
([#​11767](https://redirect.github.com/n8n-io/n8n/issues/11767))
([f6e5efc](https://redirect.github.com/n8n-io/n8n/commit/f6e5efc2e0ae7b08d0b9f45948d78af06a9b2e6b))
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
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 a 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 said 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