TrueCharts Bot 650faee911 feat(n8n): update image ghcr.io/n8n-io/n8n 2.13.2 → 2.14.0 (#46372)
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 | `72e9625` →
`e0ed9b5` |

---

> [!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>n8n-io/n8n (ghcr.io/n8n-io/n8n)</summary>

###
[`v2.14.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#2140-2026-03-24)

##### Bug Fixes

- **AI Agent Node:** Extract tool name correctly for MCP tool calls
([#&#8203;27345](https://redirect.github.com/n8n-io/n8n/issues/27345))
([46a0aa5](https://redirect.github.com/n8n-io/n8n/commit/46a0aa5093f900cbf9a773a7a86a747f854b0d1a))
- **Anthropic Node:** Update credential test to use available model
([#&#8203;27234](https://redirect.github.com/n8n-io/n8n/issues/27234))
([c2731df](https://redirect.github.com/n8n-io/n8n/commit/c2731df00d3317fb3457c4cf078a281307765054))
- **AWS Bedrock Chat Model Node:** Extract region from modelName ARNs
([#&#8203;26972](https://redirect.github.com/n8n-io/n8n/issues/26972))
([4901814](https://redirect.github.com/n8n-io/n8n/commit/4901814268894aed3aadb85ea5fa02d253618422))
- **core:** Add missing fields to public API workflow schema
([#&#8203;27157](https://redirect.github.com/n8n-io/n8n/issues/27157))
([4eb815c](https://redirect.github.com/n8n-io/n8n/commit/4eb815c4eea35473f8adc66380bcda4efa03fc7f))
- **core:** Add plain text body to password reset and notification
emails
([#&#8203;27125](https://redirect.github.com/n8n-io/n8n/issues/27125))
([eddb26d](https://redirect.github.com/n8n-io/n8n/commit/eddb26d05c533056a2aa8932e3a0e41f29873738))
- **core:** Allow expressions in OAuth credential URL fields
([#&#8203;27354](https://redirect.github.com/n8n-io/n8n/issues/27354))
([1bf602e](https://redirect.github.com/n8n-io/n8n/commit/1bf602e3edbeda76c84af7b73183401ff1f67366))
- **core:** Allow expressions in tool default values on chat hub tools
([#&#8203;27167](https://redirect.github.com/n8n-io/n8n/issues/27167))
([90b2b9c](https://redirect.github.com/n8n-io/n8n/commit/90b2b9c516675050faf15d149cedd5034e77094c))
- **core:** Assign webhook ID to API-created webhook nodes
([#&#8203;27161](https://redirect.github.com/n8n-io/n8n/issues/27161))
([88f9f2e](https://redirect.github.com/n8n-io/n8n/commit/88f9f2ed659caae525e0d53e6c3a651a043a866a))
- **core:** Clean up resolver references on deletion
([#&#8203;26524](https://redirect.github.com/n8n-io/n8n/issues/26524))
([61a5261](https://redirect.github.com/n8n-io/n8n/commit/61a526133d6c5abdc0f7bbe0f554b10d42b1b723))
- **core:** Confirm messages immediately when no destination is
listening
([#&#8203;27334](https://redirect.github.com/n8n-io/n8n/issues/27334))
([d2da928](https://redirect.github.com/n8n-io/n8n/commit/d2da9284298d539613292e6dbd2852f4f14d658d))
- **core:** Disable dynamic banners when diagnostics are disabled
([#&#8203;26741](https://redirect.github.com/n8n-io/n8n/issues/26741))
([09e2c2b](https://redirect.github.com/n8n-io/n8n/commit/09e2c2b5547b49a824a8265d312583f5d1f5c79f))
- **core:** Emit `leader-takeover` on leadership mismatch in
`checkLeader`
([#&#8203;27126](https://redirect.github.com/n8n-io/n8n/issues/27126))
([04bf206](https://redirect.github.com/n8n-io/n8n/commit/04bf206acf597f2cf61d5272df3f5151c16ec322))
- **core:** Fix an issue with workflow execution status
([#&#8203;27349](https://redirect.github.com/n8n-io/n8n/issues/27349))
([b3ced35](https://redirect.github.com/n8n-io/n8n/commit/b3ced3585020d77298a1acec23a407a4f0a82bf6))
- **core:** Fix IDOR in test-runs endpoint by consolidating access
checks
([#&#8203;27305](https://redirect.github.com/n8n-io/n8n/issues/27305))
([95ac4a4](https://redirect.github.com/n8n-io/n8n/commit/95ac4a46bdec2acf6fb76f82a5e91779371d59a6))
- **core:** Fix unhandled rejection in task broker on runner disconnect
([#&#8203;27278](https://redirect.github.com/n8n-io/n8n/issues/27278))
([6fcc860](https://redirect.github.com/n8n-io/n8n/commit/6fcc86037d1bb46a0e68688bd9d8a76db7d16560))
- **core:** Force full execution data fetching for evaluation test runs
([#&#8203;27335](https://redirect.github.com/n8n-io/n8n/issues/27335))
([87afcd8](https://redirect.github.com/n8n-io/n8n/commit/87afcd8db4dfc313301416bbff8bff865e72af62))
- **core:** Handle external hook file paths on Windows
([#&#8203;26983](https://redirect.github.com/n8n-io/n8n/issues/26983))
([dd419ae](https://redirect.github.com/n8n-io/n8n/commit/dd419ae5670dc2c9489ca9be935359a79509257b))
- **core:** Handle invalid JSON responses from OAuth2 token endpoints
([#&#8203;27089](https://redirect.github.com/n8n-io/n8n/issues/27089))
([94f4ff8](https://redirect.github.com/n8n-io/n8n/commit/94f4ff84665913d28d45f19bf704f3121dab4c50))
- **core:** Move OIDC SSO provisioning outside user creation transaction
([#&#8203;27279](https://redirect.github.com/n8n-io/n8n/issues/27279))
([844b5b9](https://redirect.github.com/n8n-io/n8n/commit/844b5b92c5f35a7f15dd7362896395171a4874e3))
- **core:** Preserve nested proxy/redirect shape in log streaming
webhook
([#&#8203;27109](https://redirect.github.com/n8n-io/n8n/issues/27109))
([2f7db77](https://redirect.github.com/n8n-io/n8n/commit/2f7db771c83fbac3ca4051855ebd5a6ab9b5b173))
- **core:** Retry multi-main follower license check during startup
([#&#8203;26990](https://redirect.github.com/n8n-io/n8n/issues/26990))
([5800ab8](https://redirect.github.com/n8n-io/n8n/commit/5800ab8c9adfef279a1bed7a1ca17171d77553ed))
- **core:** Send client\_id and client\_secret in body for OAuth2 PKCE
flow
([#&#8203;27366](https://redirect.github.com/n8n-io/n8n/issues/27366))
([a009988](https://redirect.github.com/n8n-io/n8n/commit/a009988336b39997002534d54a126d192f2e8ec1))
- **core:** Stop auto applying credentials for updated MCP workflows
([#&#8203;27258](https://redirect.github.com/n8n-io/n8n/issues/27258))
([5af2a8a](https://redirect.github.com/n8n-io/n8n/commit/5af2a8a4b8725b6fc149d8242c6369d181de9e62))
- **core:** Use published version for error workflow execution
([#&#8203;27196](https://redirect.github.com/n8n-io/n8n/issues/27196))
([95fca83](https://redirect.github.com/n8n-io/n8n/commit/95fca83fa0ec4b3bbcac93222e457e501e64567c))
- **core:** VM test Group G — RCE prevention & expression fixture fixes
([#&#8203;27178](https://redirect.github.com/n8n-io/n8n/issues/27178))
([1acdafe](https://redirect.github.com/n8n-io/n8n/commit/1acdafe6ac862dfc4d04783a68c2bb065ab8c6a6))
- **editor:** Fix type mismatch
([#&#8203;27324](https://redirect.github.com/n8n-io/n8n/issues/27324))
([e254fd0](https://redirect.github.com/n8n-io/n8n/commit/e254fd0de3a2fc8d50c2645950b20d5e2a346d50))
- **editor:** Add data to a data table by csv upload
([#&#8203;26495](https://redirect.github.com/n8n-io/n8n/issues/26495))
([5fa8855](https://redirect.github.com/n8n-io/n8n/commit/5fa8855a1f7e542581455bfc6650a8e32cdad28e))
- **editor:** Adjust external secrets input styling
([#&#8203;27110](https://redirect.github.com/n8n-io/n8n/issues/27110))
([9854450](https://redirect.github.com/n8n-io/n8n/commit/98544506a2ad6f76a0d1d2e8821d29d2299cf313))
- **editor:** Clear resource locator cache after URL redirect creation
([#&#8203;27175](https://redirect.github.com/n8n-io/n8n/issues/27175))
([d8f8ff0](https://redirect.github.com/n8n-io/n8n/commit/d8f8ff0980840703ca4d2d1e42fde051614a50f2))
- **editor:** Command bar wasn't finding any workflows
([#&#8203;26788](https://redirect.github.com/n8n-io/n8n/issues/26788))
([b2d7bde](https://redirect.github.com/n8n-io/n8n/commit/b2d7bdebe716170446d3c217b59c1613444cec71))
- **editor:** Fix double execution of afterMessageSent hook
([#&#8203;26103](https://redirect.github.com/n8n-io/n8n/issues/26103))
([efb3f38](https://redirect.github.com/n8n-io/n8n/commit/efb3f382177b2fe79dd34dda1b4f9380ff7df6aa))
- **editor:** Fix stop button size mismatch in split-trigger mode
([#&#8203;27328](https://redirect.github.com/n8n-io/n8n/issues/27328))
([0e1ef91](https://redirect.github.com/n8n-io/n8n/commit/0e1ef918f40b4350fd0207c5da3e20afd9ab2cc9))
- **editor:** Fix tooltip on credits counter info icon
([#&#8203;27244](https://redirect.github.com/n8n-io/n8n/issues/27244))
([e60d9e7](https://redirect.github.com/n8n-io/n8n/commit/e60d9e7f391cc66732cdcb94e6eb7d0d3c18dea6))
- **editor:** Fix workflow tag filtering excluding workflows inside
folders
([#&#8203;27333](https://redirect.github.com/n8n-io/n8n/issues/27333))
([01c623f](https://redirect.github.com/n8n-io/n8n/commit/01c623fdaee5e541d4e8044c26271d7a1e8a6646))
- **editor:** Improve colorings update logic in resolvableHighlighter …
([#&#8203;27331](https://redirect.github.com/n8n-io/n8n/issues/27331))
([fc52652](https://redirect.github.com/n8n-io/n8n/commit/fc526529d6860e730641c29c1d58151b8f026d10))
- **editor:** Node references in expressions not updated when the
renamed node has quotes
([#&#8203;27371](https://redirect.github.com/n8n-io/n8n/issues/27371))
([eafd32e](https://redirect.github.com/n8n-io/n8n/commit/eafd32e78d90350071ece98aa193bccb7ee453d4))
- **editor:** Prevent clicks on pinned rows in data tables
([#&#8203;26347](https://redirect.github.com/n8n-io/n8n/issues/26347))
([7e9f14c](https://redirect.github.com/n8n-io/n8n/commit/7e9f14c9b42fe63c99c2a1761deac2db4e63005a))
- **editor:** Prevent toggle animation on Security & Policies page load
([#&#8203;27350](https://redirect.github.com/n8n-io/n8n/issues/27350))
([76c10d5](https://redirect.github.com/n8n-io/n8n/commit/76c10d53da664001279a010a598cdd2233cce521))
- **editor:** Prevent unwanted UI elements appearing when execute button
is loading
([#&#8203;27003](https://redirect.github.com/n8n-io/n8n/issues/27003))
([dcd306b](https://redirect.github.com/n8n-io/n8n/commit/dcd306bc5ca7a0a8d796b1a647c3c24ab7177bc9))
- **editor:** Properly align line after bullet point in Sticky markdown
([#&#8203;27231](https://redirect.github.com/n8n-io/n8n/issues/27231))
([45023af](https://redirect.github.com/n8n-io/n8n/commit/45023afa9f4a0dce9f9e2c17057e7aafafbea167))
- **editor:** Properly align line after bullet point in Sticky markdown
([#&#8203;27231](https://redirect.github.com/n8n-io/n8n/issues/27231))
([03584b4](https://redirect.github.com/n8n-io/n8n/commit/03584b4683ef867e0a20684bbb9408db00bd7ffb))
- **editor:** Remove inconsistent scrim on node creator open
([#&#8203;27086](https://redirect.github.com/n8n-io/n8n/issues/27086))
([bc76e62](https://redirect.github.com/n8n-io/n8n/commit/bc76e620fbf6a954e7631b034bd25bc8b70f8221))
- **editor:** Remove toast bottom offset when AI chat panel is open
([#&#8203;27132](https://redirect.github.com/n8n-io/n8n/issues/27132))
([51a65d9](https://redirect.github.com/n8n-io/n8n/commit/51a65d9bdafb555d776d1cb223d73af64d024623))
- **editor:** Restore animation duration units for design system dialogs
([#&#8203;27320](https://redirect.github.com/n8n-io/n8n/issues/27320))
([fee5f2e](https://redirect.github.com/n8n-io/n8n/commit/fee5f2ea944cf572a8834dcff7b426e65b27edf2))
- **editor:** Show warning toast when executed node was not reached
([#&#8203;27094](https://redirect.github.com/n8n-io/n8n/issues/27094))
([969c32f](https://redirect.github.com/n8n-io/n8n/commit/969c32f5a51b33606c0cc407b56f0e68eb0d399c))
- **editor:** Sort loop node outputs by execution order in setup panel
([#&#8203;27418](https://redirect.github.com/n8n-io/n8n/issues/27418))
([efa5d02](https://redirect.github.com/n8n-io/n8n/commit/efa5d0297903efe59b26153f98f66ed54569392e))
- **editor:** Support per-corner border radius in N8nInput
([#&#8203;27321](https://redirect.github.com/n8n-io/n8n/issues/27321))
([5d78362](https://redirect.github.com/n8n-io/n8n/commit/5d783620a036deceff52ac6213ac93fd37da4d24))
- **editor:** Unify input component background surfaces
([#&#8203;27237](https://redirect.github.com/n8n-io/n8n/issues/27237))
([e4c4be9](https://redirect.github.com/n8n-io/n8n/commit/e4c4be99bf0f1b73e316e5fcb8a4fa64a686ee15))
- **editor:** Update StopManyExecs modal formatting,
([#&#8203;26994](https://redirect.github.com/n8n-io/n8n/issues/26994))
([eea5fff](https://redirect.github.com/n8n-io/n8n/commit/eea5fffa4038a3d0a821e03929b14fd5f210463b))
- **editor:** Use new move-to-folder modal in canvas header
([#&#8203;27091](https://redirect.github.com/n8n-io/n8n/issues/27091))
([0eb9b1b](https://redirect.github.com/n8n-io/n8n/commit/0eb9b1b1b3c8acb7a6892b5acbd4db9a1cc10d32))
- **Execute Workflow Node:** Fallback to latest draft if there no active
sub-workflow version
([#&#8203;27134](https://redirect.github.com/n8n-io/n8n/issues/27134))
([20b5037](https://redirect.github.com/n8n-io/n8n/commit/20b50372df21b10eaec22ba97bcbca36449f9360))
- **Extract from File Node:** Skip empty lines in CSV parsing to prevent
errors
([#&#8203;26511](https://redirect.github.com/n8n-io/n8n/issues/26511))
([9be76c5](https://redirect.github.com/n8n-io/n8n/commit/9be76c537207f320a6f34a78856c73fd5b0dc8a5))
- Fix credential displayNames with missing spaces
([#&#8203;27259](https://redirect.github.com/n8n-io/n8n/issues/27259))
([95f70b0](https://redirect.github.com/n8n-io/n8n/commit/95f70b0e1c71d9d7087ab0226fc6270ac3a5a0b5))
- Fix issue with hideOnCloud not working for node display options
([#&#8203;27124](https://redirect.github.com/n8n-io/n8n/issues/27124))
([91d4c1b](https://redirect.github.com/n8n-io/n8n/commit/91d4c1bdbd7df17e49bc071cdef10bb5c811c11b))
- **Gmail Node:** Update draft resource hint
([#&#8203;27435](https://redirect.github.com/n8n-io/n8n/issues/27435))
([050aef7](https://redirect.github.com/n8n-io/n8n/commit/050aef73dbc673440929fea6f0db32bbe9be2529))
- **HTTP Request Node:** Fail on non-2xx status codes during pagination
with "other" completion
([#&#8203;27352](https://redirect.github.com/n8n-io/n8n/issues/27352))
([c47176e](https://redirect.github.com/n8n-io/n8n/commit/c47176e84163d48c7afb85de9892471a74dcb86e))
- **Jira Node:** Add continueOnFail support for all operations
([#&#8203;27108](https://redirect.github.com/n8n-io/n8n/issues/27108))
([588308e](https://redirect.github.com/n8n-io/n8n/commit/588308e3c1a71f2f1bf5e2c6b1f992000b806d21))
- Partial execution of Chat node and Chat tool
([#&#8203;26334](https://redirect.github.com/n8n-io/n8n/issues/26334))
([a7b9e00](https://redirect.github.com/n8n-io/n8n/commit/a7b9e00be6777c3b1a4e813d54e36af32d61026d))
- **Postgres Node:** Expressions are not resolved in v1
([#&#8203;26496](https://redirect.github.com/n8n-io/n8n/issues/26496))
([827e868](https://redirect.github.com/n8n-io/n8n/commit/827e8680e3ad200051d5c8a70dd3a6c60b46cdb7))

##### Features

- Add `@n8n/cli`: a client CLI to manage n8n from the terminal
([#&#8203;26943](https://redirect.github.com/n8n-io/n8n/issues/26943))
([20f1092](https://redirect.github.com/n8n-io/n8n/commit/20f10928153a9126c1d312b4265b2503184d777f))
- Add design principles section to AGENTS.md with the security
guidelines
([#&#8203;25997](https://redirect.github.com/n8n-io/n8n/issues/25997))
([30b8dc4](https://redirect.github.com/n8n-io/n8n/commit/30b8dc4f337dcc2768a425a1e2360865d0835e1b))
- Add new execution filter by workflow version
([#&#8203;26904](https://redirect.github.com/n8n-io/n8n/issues/26904))
([556b4d3](https://redirect.github.com/n8n-io/n8n/commit/556b4d3fa45f089bf49d51761aae6024c1d82768))
- Add publish workflow to node-cli
([#&#8203;27288](https://redirect.github.com/n8n-io/n8n/issues/27288))
([b13b280](https://redirect.github.com/n8n-io/n8n/commit/b13b280443797cf4ed953ea97d7772777f808933))
- **API:** Add GET /api/v1/discover endpoint for capability discovery
([#&#8203;27014](https://redirect.github.com/n8n-io/n8n/issues/27014))
([9b6888f](https://redirect.github.com/n8n-io/n8n/commit/9b6888ff65f2214af1e9b956eac6eecb675f7a26))
- **core:** Add chat hub settings to disable Responses API and change
memory context window
([#&#8203;26525](https://redirect.github.com/n8n-io/n8n/issues/26525))
([5c0e0bc](https://redirect.github.com/n8n-io/n8n/commit/5c0e0bcec2fb164774f6a2920cc0b418f8e97f19))
- **core:** Add filtering parameters to get\_execution MCP tool
([#&#8203;27192](https://redirect.github.com/n8n-io/n8n/issues/27192))
([322aac1](https://redirect.github.com/n8n-io/n8n/commit/322aac1da01420a41705bcc5e8f1147505d06156))
- **core:** Add lint rules for missing node and credential icons
([#&#8203;27340](https://redirect.github.com/n8n-io/n8n/issues/27340))
([2742741](https://redirect.github.com/n8n-io/n8n/commit/2742741316798d8a6a3234fd4aa05fecf7652dbd))
- **core:** Add node that allows checking dynamic credentials inside
node
([#&#8203;27165](https://redirect.github.com/n8n-io/n8n/issues/27165))
([acaa0db](https://redirect.github.com/n8n-io/n8n/commit/acaa0db33a425fe4b81e74283508e5dc03a483a8))
- **core:** Add project context to execution log metadata
([#&#8203;27169](https://redirect.github.com/n8n-io/n8n/issues/27169))
([b6e8074](https://redirect.github.com/n8n-io/n8n/commit/b6e8074f8a5403a689db925f79c1fa9e44bca600))
- **core:** Add search\_projects, search\_folders MCP tools and folderId
to create\_workflow
([#&#8203;27248](https://redirect.github.com/n8n-io/n8n/issues/27248))
([dce55d2](https://redirect.github.com/n8n-io/n8n/commit/dce55d2e19572540d2ca4c5c79882526e1de8121))
- **core:** Add signature validation for waiting webhooks and forms
([#&#8203;24159](https://redirect.github.com/n8n-io/n8n/issues/24159))
([5b6ee17](https://redirect.github.com/n8n-io/n8n/commit/5b6ee17c81add7105f5522ac45981cf9a08894b2))
- **core:** Add signing key and certificate fields to SAML preferences
with encryption and validation
([#&#8203;27316](https://redirect.github.com/n8n-io/n8n/issues/27316))
([b484e89](https://redirect.github.com/n8n-io/n8n/commit/b484e895aa1fad64716e0e7f0f6f4da719a80727))
- **core:** Add structured error responses for authorization failures
([#&#8203;27170](https://redirect.github.com/n8n-io/n8n/issues/27170))
([72bdad9](https://redirect.github.com/n8n-io/n8n/commit/72bdad9d40380c71421c67e877b6e875c161547a))
- **core:** Allow manual configuration of HashiCorp Vault KV mount path
and version
([#&#8203;26798](https://redirect.github.com/n8n-io/n8n/issues/26798))
([ceb17e7](https://redirect.github.com/n8n-io/n8n/commit/ceb17e7fd445cee14a47b1015800518020f05dbe))
- **core:** Batch public API telemetry events on pulse cycle
([#&#8203;27226](https://redirect.github.com/n8n-io/n8n/issues/27226))
([6ede5e1](https://redirect.github.com/n8n-io/n8n/commit/6ede5e1ec72f9ddaff2071b32ea86783178ab3cb))
- **core:** Introduce CredentialDependency entity to track credential
dependencies
([#&#8203;27151](https://redirect.github.com/n8n-io/n8n/issues/27151))
([835094c](https://redirect.github.com/n8n-io/n8n/commit/835094c34e59f64b8516e846ed40d1ec4c476346))
- **core:** Remove license check for API key scopes
([#&#8203;27306](https://redirect.github.com/n8n-io/n8n/issues/27306))
([e04dddc](https://redirect.github.com/n8n-io/n8n/commit/e04dddcbccbe2f976397a2bba8ca4c25d6a0a189))
- **core:** Wire builtin globals onto \_\_data in VM expression isolate
([#&#8203;26954](https://redirect.github.com/n8n-io/n8n/issues/26954))
([5ffe546](https://redirect.github.com/n8n-io/n8n/commit/5ffe546a7ef2a5e1c39867f26afa7b61177d580b))
- **databricks Node:** Add basic databricks node
([#&#8203;27004](https://redirect.github.com/n8n-io/n8n/issues/27004))
([76af1e6](https://redirect.github.com/n8n-io/n8n/commit/76af1e6fd9792a71fc1a7cdd913c42209d3eb3a3))
- **editor:** Add history version info to execution page
([#&#8203;26768](https://redirect.github.com/n8n-io/n8n/issues/26768))
([036a0db](https://redirect.github.com/n8n-io/n8n/commit/036a0db0b3380f7fc2b87b41c6f0232c106c63cd))
- **editor:** AI workflow builder setup wizard
([#&#8203;26832](https://redirect.github.com/n8n-io/n8n/issues/26832))
([2ff73d5](https://redirect.github.com/n8n-io/n8n/commit/2ff73d5440176db81ae83d408e834fe54acc1b72))
- **editor:** Display workflow, credential and data table dependencies
([#&#8203;26912](https://redirect.github.com/n8n-io/n8n/issues/26912))
([f79b4d7](https://redirect.github.com/n8n-io/n8n/commit/f79b4d7a715977e319ee7c79d7351f9c63becb0e))
- **editor:** Redesign builder Q\&A wizard with number badges and
keyboard navigation
([#&#8203;26952](https://redirect.github.com/n8n-io/n8n/issues/26952))
([100bf96](https://redirect.github.com/n8n-io/n8n/commit/100bf967f66f65aad8bdf8ba9590ab8f61737e27))
- **editor:** Show redacted state in execution viewer with reveal flow
([#&#8203;26543](https://redirect.github.com/n8n-io/n8n/issues/26543))
([28f50f5](https://redirect.github.com/n8n-io/n8n/commit/28f50f50bcccf10121322e57c1a46d2dfeffcb46))
- **editor:** Use server-side search for project sharing dropdowns
([#&#8203;27093](https://redirect.github.com/n8n-io/n8n/issues/27093))
([ec0831f](https://redirect.github.com/n8n-io/n8n/commit/ec0831f95fad60b364d76694284c9c0e5ddcc7a8))
- Enable secure invite links
([#&#8203;27107](https://redirect.github.com/n8n-io/n8n/issues/27107))
([a8f5ee3](https://redirect.github.com/n8n-io/n8n/commit/a8f5ee3aeba9cc61374481ba17864b52c75e14a8))
- **Microsoft Agent 365 Trigger Node:** Mcp tools logs
([#&#8203;27215](https://redirect.github.com/n8n-io/n8n/issues/27215))
([b67863b](https://redirect.github.com/n8n-io/n8n/commit/b67863b854b1132f9e1ffe823e8fd602f1187652))
- **Perplexity Node:** Update Perplexity node for full API coverage
([#&#8203;26970](https://redirect.github.com/n8n-io/n8n/issues/26970))
([483250d](https://redirect.github.com/n8n-io/n8n/commit/483250d5392f525d00a9f64a251bf1c090c0187f))

##### Performance Improvements

- **core:** Make webhook cache writes non-blocking
([#&#8203;27360](https://redirect.github.com/n8n-io/n8n/issues/27360))
([682aa4a](https://redirect.github.com/n8n-io/n8n/commit/682aa4ac94b232b0b5338adef88c0278cfc8cc5c))

</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbjhuIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
2026-03-24 12:44:17 +01:00

title
title
TrueCharts

Community Helm Chart Catalog

docs Discord GitHub last commit


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

docs


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

pre-commit renovate GitHub last commit


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

Discord


To contact the TrueCharts project:




Contributors

All Contributors

Thanks goes to these wonderful people (emoji key):


Kjeld Schouten-Lebbing
Kjeld Schouten-Lebbing

💻 🚇 📖 👀 💵
Justin Clift
Justin Clift

📖
whiskerz007
whiskerz007

💻
Stavros Kois
Stavros Kois

💻 📖 🐛 👀 💵
allen-4
allen-4

💻
Troy Prelog
Troy Prelog

💻 📖 💵
Dan Sheridan
Dan Sheridan

💻
Sebastien Dupont
Sebastien Dupont

📖 💵
Vegetto
Vegetto

👀
Ellie Nieuwdorp
Ellie Nieuwdorp

💻
Nate Walck
Nate Walck

💻
Lloyd
Lloyd

💻 💵
Dave Withnall
Dave Withnall

📖
ksimm1
ksimm1

📖 🐛 💵 🧑‍🏫
Aaron Johnson
Aaron Johnson

📖
Ralph
Ralph

💻
Joachim Baten
Joachim Baten

💻 🐛
Michael Yang
Michael Yang

💻
Ciaran Farley
Ciaran Farley

📖
Heavybullets8
Heavybullets8

📖 💻 🐛 📹 🧑‍🏫 💵
662
662

💻
alex171
alex171

📖
Techno Tim
Techno Tim

📖
Mingyao Liu
Mingyao Liu

💻 🐛
NightShaman
NightShaman

💻 📖 🐛 💵 🧑‍🏫
Andrew Smith
Andrew Smith

📖 ⚠️
Bob Klosinski
Bob Klosinski

💻
Sukarn
Sukarn

💻 📖
sebs
sebs

💻
Dyllan Tinoco
Dyllan Tinoco

💻
StevenMcElligott
StevenMcElligott

💻 💵 📖 🐛 🧑‍🏫
brothergomez
brothergomez

💻 🐛
sagit
sagit

💻 🐛 📹 📖 🧑‍🏫
Nevan Chow
Nevan Chow

💻
Daniel Carlsson
Daniel Carlsson

🐛
Devon Louie
Devon Louie

🐛
Alex-Orsholits
Alex-Orsholits

🐛
Tails32
Tails32

🐛
Menaxerius
Menaxerius

🐛
hidefog
hidefog

🐛
Darren Gibbard
Darren Gibbard

🐛
Barti
Barti

🐛
Sunii
Sunii

🐛
trbmchs
trbmchs

🐛
Light
Light

🐛
Boostflow
Boostflow

🐛
Trigardon
Trigardon

🐛
dbb12345
dbb12345

🐛 💻
karypid
karypid

🐛
Philipp
Philipp

🐛
John
John

🐛 📖
John Parton
John Parton

🐛
Marc
Marc

🐛
fdzaebel
fdzaebel

🐛
kloeckwerx
kloeckwerx

🐛
Bradley Bare
Bradley Bare

🐛
Alexander Thamm
Alexander Thamm

🐛
rexit1982
rexit1982

🐛
iaxx
iaxx

🐛
Xstar97
Xstar97

💻 🐛 🧑‍🏫
ornias
ornias

📹
Josh Asplund
Josh Asplund

💵
midnight33233
midnight33233

💵
kbftech
kbftech

💵
hogenf
hogenf

💵
Hawks
Hawks

💵
Jim Russell
Jim Russell

💵
TheGovnah
TheGovnah

💵
famewolf
famewolf

💵 🐛
Konrad Bujak
Konrad Bujak

📖
190n
190n

💻 📖
Alexej Kubarev
Alexej Kubarev

📖
r-vanooyen
r-vanooyen

📖
shadofall
shadofall

📖 🧑‍🏫
agreppin
agreppin

💻
Stavros Ntentos
Stavros Ntentos

💻 🤔
Vlad-Florin Ilie
Vlad-Florin Ilie

💻
huma2000
huma2000

🐛
hugalafutro
hugalafutro

🐛 💵
yehia Amer
yehia Amer

📖
Tyler Stransky
Tyler Stransky

🐛
juggie
juggie

🐛
Ben Tilford
Ben Tilford

🐛 💻
I-nebukad-I
I-nebukad-I

🐛 💻
Ethan Leisinger
Ethan Leisinger

💻 📖
Cullen Murphy
Cullen Murphy

💻 🐛
Jason Thatcher
Jason Thatcher

💻 🐛 📖
Stefan Schramek
Stefan Schramek

🐛
nokaka
nokaka

🐛
Gal Szkolnik
Gal Szkolnik

🐛
Evgeny Stepanovych
Evgeny Stepanovych

🐛
Waqar Ahmed
Waqar Ahmed

🐛
DrSKiZZ
DrSKiZZ

💵
Jan Puciłowski
Jan Puciłowski

💻 ⚠️
Shaun Coyne
Shaun Coyne

💵
Christoph
Christoph

💵
Brandon Rutledge
Brandon Rutledge

🐛
Michael Bestas
Michael Bestas

🐛
Jurģis Rudaks
Jurģis Rudaks

🐛
brunofatia
brunofatia

💵
TopicsLP
TopicsLP

📖
Michael Schnerring
Michael Schnerring

🐛 💻
Tamas Nagy
Tamas Nagy

🐛
OpenSpeedTest™️
OpenSpeedTest™️

💻
Richard James Acton
Richard James Acton

📖
lps-rocks
lps-rocks

🐛
Faust
Faust

🐛
uranderu
uranderu

🐛
Tom Cassady
Tom Cassady

🐛
Huftierchen
Huftierchen

🐛
ZasX
ZasX

📖 🧑‍🏫 💻
Kevin T.
Kevin T.

🐛
Steven Scott
Steven Scott

📖
Watteel Pascal
Watteel Pascal

💻
JamesOsborn-SE
JamesOsborn-SE

💻 📖
NeoToxic
NeoToxic

🧑‍🏫 🐛
jab416171
jab416171

📖
Anna
Anna

📖
ChaosBlades
ChaosBlades

🐛
Patric Stout
Patric Stout

💻
Ben Kochie
Ben Kochie

💻
Jeff Bachtel
Jeff Bachtel

📖
Ben Woods
Ben Woods

💻
Karl Shea
Karl Shea

🐛
Balakumaran MN
Balakumaran MN

📖
Jesperbelt
Jesperbelt

📖
cccs31
cccs31

🐛
Sam Smucny
Sam Smucny

💻
Keith Cirkel
Keith Cirkel

💻
mgale456
mgale456

💻
Alec Fenichel
Alec Fenichel

💻
John Dorman
John Dorman

💻
Dan
Dan

💻
u4ium
u4ium

📖
ErroneousBosch
ErroneousBosch

🐛
MaverickD650
MaverickD650

💻 🐛
Grogdor
Grogdor

📖
Ryan Gooler
Ryan Gooler

📖
Rob Herley
Rob Herley

📖
Christian Heimlich
Christian Heimlich

📖
l-moon-git
l-moon-git

💻
hughes5
hughes5

📖
sdimovv
sdimovv

💻
AllieQpzm
AllieQpzm

💻
Dominik
Dominik

🐛
renovate[bot]
renovate[bot]

🔧
allcontributors[bot]
allcontributors[bot]

🔧
dependabot[bot]
dependabot[bot]

🔧
TrueCharts Bot
TrueCharts Bot

🔧 🚇 💻
Mend Renovate
Mend Renovate

🔧
Simone
Simone

💻
Jean-François Roy
Jean-François Roy

💻
Whiskey24
Whiskey24

💻
inmanturbo
inmanturbo

📖
Alex
Alex

💻
Brian Semrad
Brian Semrad

💻
Christopher
Christopher

💻 📖
Csaba Engedi
Csaba Engedi

💻
Cyb3rzombie
Cyb3rzombie

💻
Eric Cavalcanti
Eric Cavalcanti

💻
Gavin Chappell
Gavin Chappell

💻 🐛
raynay-r
raynay-r

💻
Jip-Hop
Jip-Hop

📖
Jonas Wrede
Jonas Wrede

💻
SilentNyte
SilentNyte

📖
Stan
Stan

💻
Tiago Gaspar
Tiago Gaspar

💻
gismo2004
gismo2004

💻
jsegaert
jsegaert

📖
Miguel Angel Nubla
Miguel Angel Nubla

💻
xal3xhx
xal3xhx

💻
jeremybox
jeremybox

📖
Cameron Sabuda
Cameron Sabuda

📖
Jeroen Schepens
Jeroen Schepens

🐛
James Wright
James Wright

📖
Malpractis
Malpractis

🐛
CommanderStarhump
CommanderStarhump

🐛
Vianchiel
Vianchiel

🐛
Maximilian Ehlers
Maximilian Ehlers

🐛
nautilus7
nautilus7

🐛 💻
kqmaverick
kqmaverick

🐛
ccalby
ccalby

🐛
kofeyh
kofeyh

🐛
imjustleaving
imjustleaving

🐛
Cristian Torres
Cristian Torres

🐛
schopenhauer
schopenhauer

🐛
Zackptg5
Zackptg5

🐛
Brad Ackerman
Brad Ackerman

🐛
mcspiff313
mcspiff313

🐛
Fletcher Nichol
Fletcher Nichol

💻 🐛
Marco Faggian
Marco Faggian

💻
John P
John P

📖
kryojenik
kryojenik

💻
Malcolm
Malcolm

📖
depasseg
depasseg

📖
j1mbl3s
j1mbl3s

📖
VictorienXP
VictorienXP

💻
yelhouti
yelhouti

💻
Jaroslav Lichtblau
Jaroslav Lichtblau

📖
MaximilianS
MaximilianS

📖
Dion Larson
Dion Larson

💻 📖
Physics-Dude
Physics-Dude

📖
waflint
waflint

💻
Henry Wilkinson
Henry Wilkinson

💻 📖
cedstrom
cedstrom

💻
v3DJG6GL
v3DJG6GL

🐛 💻
polarstack
polarstack

💻
Keyvan
Keyvan

💻
MickaelFontes
MickaelFontes

💻
David CM
David CM

💻
Aamir Azad
Aamir Azad

📖
Jordan Woyak
Jordan Woyak

💻
Simon Hofman
Simon Hofman

💻
notyouraveragegamer
notyouraveragegamer

📖
Varac
Varac

💻
tuxsudo
tuxsudo

💻
TylerRudie
TylerRudie

📖
qnb59bny5x
qnb59bny5x

💻
Filip Bednárik
Filip Bednárik

🐛
Serhii Shcherbinin
Serhii Shcherbinin

💻
Quentin Raynaud
Quentin Raynaud

🐛
Felix Schäfer
Felix Schäfer

📖
Julien Nicolas de Verteuil
Julien Nicolas de Verteuil

💻
Gabriel Donadel Dall'Agnol
Gabriel Donadel Dall'Agnol

📖
Jon S. Stumpf
Jon S. Stumpf

📖
Tanguille
Tanguille

📖
Dennis
Dennis

🐛 📖
TheIceCreamTroll
TheIceCreamTroll

💻
Atanas Pamukchiev
Atanas Pamukchiev

💻
Boemeltrein
Boemeltrein

📖
Yiannis Marangos
Yiannis Marangos

💻
Michael Ruoss
Michael Ruoss

💻
Aron Kahrs
Aron Kahrs

💻
nemesis1982
nemesis1982

📖
Ed P
Ed P

💻
Frédéric Nadeau
Frédéric Nadeau

📖
frapbod
frapbod

💻
Max Bachhuber
Max Bachhuber

💻
zierbeek
zierbeek

💻
Ac1dburn
Ac1dburn

💻
Antoine Saget
Antoine Saget

📖
Ben Bodenmiller
Ben Bodenmiller

🐛
felixfon
felixfon

📖
adtwomey
adtwomey

📖
alfi0812
alfi0812

💻 📖 🐛 👀
Agassi
Agassi

💻
Artur
Artur

💻
Morgan Hunter
Morgan Hunter

💻
Aleksandr Oleinikov
Aleksandr Oleinikov

💻
Jamie
Jamie

💻
David Gries
David Gries

🐛 💻
Phreeman33
Phreeman33

💻 🐛
Jens Wolvers
Jens Wolvers

💻
Bart Willems
Bart Willems

💻
Caidy
Caidy

💻
Mr Khachaturov
Mr Khachaturov

💻
LordCrash101
LordCrash101

📖
elendil95
elendil95

💻
TheDodger
TheDodger

💻
Saad Awan
Saad Awan

💻
Felix von Arx
Felix von Arx

💻
yodatak
yodatak

💻
Marcel Henrich
Marcel Henrich

💻
Florent Viel
Florent Viel

💻
SniperAsh6
SniperAsh6

💻
Alexandre Acebedo
Alexandre Acebedo

💻
Douglas Chimento
Douglas Chimento

💻
Addison McDermid
Addison McDermid

💻
Jaël Gareau
Jaël Gareau

💻
Steve Sampson
Steve Sampson

📖
Albert Romkes
Albert Romkes

💻
Maja Bojarska
Maja Bojarska

💻
astro-stan
astro-stan

💻
Oliver Simons
Oliver Simons

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Licence

License


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


built-with-resentment contains-technical-debt

S
Description
Fork of trueforge-org/truecharts with some customizations
Readme 890 MiB
luanti-v1.0.0 Latest
2026-07-08 18:51:26 +00:00
Languages
Go Template 97.9%
Shell 2.1%