This PR contains the following updates: | Package | Update | Change | |---|---|---| | [n8nio/n8n](https://n8n.io) ([source](https://togithub.com/n8n-io/n8n)) | minor | `1.54.2` -> `1.55.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>n8n-io/n8n (n8nio/n8n)</summary> ### [`v1.55.0`](https://togithub.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1550-2024-08-14) ##### Bug Fixes - Add better error handling for chat errors ([#​10408](https://togithub.com/n8n-io/n8n/issues/10408)) ([f82b6e4](https://togithub.com/n8n-io/n8n/commit/f82b6e4ba9bf527b3a4c17872162d9ae124ead0d)) - **AI Agent Node:** Fix issues with some tools not populating ([#​10406](https://togithub.com/n8n-io/n8n/issues/10406)) ([51a1edd](https://togithub.com/n8n-io/n8n/commit/51a1eddbf00393f3881c340cf37cfcca59566c99)) - **core:** Account for cancelling an execution with no workers available ([#​10343](https://togithub.com/n8n-io/n8n/issues/10343)) ([b044e78](https://togithub.com/n8n-io/n8n/commit/b044e783e73a499dbd7532a5d489a782d3d021da)) - **core:** Account for owner when filtering by project ID in `GET /workflows` in Public API ([#​10379](https://togithub.com/n8n-io/n8n/issues/10379)) ([5ac65b3](https://togithub.com/n8n-io/n8n/commit/5ac65b36bcb1351c6233b951f064f60862f790a5)) - **core:** Enforce shutdown timer and sequence on `SIGINT` for main ([#​10346](https://togithub.com/n8n-io/n8n/issues/10346)) ([5255793](https://togithub.com/n8n-io/n8n/commit/5255793afee5653d8356b8e4d2e1009d5cf36164)) - **core:** Filter out prototype and constructor lookups in expressions ([#​10382](https://togithub.com/n8n-io/n8n/issues/10382)) ([8e7d29a](https://togithub.com/n8n-io/n8n/commit/8e7d29ad3c4872b1cc147dfcfe9a864ba916692f)) - **core:** Fix duplicate Redis publisher ([#​10392](https://togithub.com/n8n-io/n8n/issues/10392)) ([45813de](https://togithub.com/n8n-io/n8n/commit/45813debc963096f63cc0aabe82d9d9f853a39d7)) - **core:** Fix worker shutdown errors when active executions ([#​10353](https://togithub.com/n8n-io/n8n/issues/10353)) ([e071b73](https://togithub.com/n8n-io/n8n/commit/e071b73bab34edd4b3e6aef6497514acc504cdc6)) - **core:** Prevent XSS in user update endpoints ([#​10338](https://togithub.com/n8n-io/n8n/issues/10338)) ([7898498](https://togithub.com/n8n-io/n8n/commit/78984986a6b4add89df9743b94c113046f1d5ee8)) - **core:** Prevent XSS via static cache dir ([#​10339](https://togithub.com/n8n-io/n8n/issues/10339)) ([4f392b5](https://togithub.com/n8n-io/n8n/commit/4f392b5e3e0ee166e85a2e060b3ec7fcf145229b)) - **core:** Rate limit MFA activation and verification endpoints ([#​10330](https://togithub.com/n8n-io/n8n/issues/10330)) ([b6c47c0](https://togithub.com/n8n-io/n8n/commit/b6c47c0e3214878d42980d5c9535df52b3984b3c)) - **editor:** Connect up new project viewer role to the FE ([#​9913](https://togithub.com/n8n-io/n8n/issues/9913)) ([117e2d9](https://togithub.com/n8n-io/n8n/commit/117e2d968fcc535f32c583ac8f2dc8a84e8cd6bd)) - **editor:** Enable credential sharing between all types of projects ([#​10233](https://togithub.com/n8n-io/n8n/issues/10233)) ([1cf48cc](https://togithub.com/n8n-io/n8n/commit/1cf48cc3019c1cf27e2f3c9affd18426237e9064)) - **editor:** Fix rendering of SVG icons in public chat on iOS ([#​10381](https://togithub.com/n8n-io/n8n/issues/10381)) ([7ab3811](https://togithub.com/n8n-io/n8n/commit/7ab38114dbf3881afba39287a061446ec4bf0431)) - **editor:** Fixing XSS vulnerability in toast messages ([#​10329](https://togithub.com/n8n-io/n8n/issues/10329)) ([38bdd9f](https://togithub.com/n8n-io/n8n/commit/38bdd9f5d0d9ca06fab1a7e1a3e7a4a648a6a89a)) - **editor:** Revert change that hid swagger docs in the ui ([#​10350](https://togithub.com/n8n-io/n8n/issues/10350)) ([bae49d3](https://togithub.com/n8n-io/n8n/commit/bae49d3198d4bcc27e7996cd4f7be3132becc98e)) - **n8n Form Trigger Node:** Fix issue preventing v1 node from working ([#​10364](https://togithub.com/n8n-io/n8n/issues/10364)) ([9b647a9](https://togithub.com/n8n-io/n8n/commit/9b647a9837434e8b75e3ad754ff5136bb5ac760d)) - Require mfa code for password change if its enabled ([#​10341](https://togithub.com/n8n-io/n8n/issues/10341)) ([9d7caac](https://togithub.com/n8n-io/n8n/commit/9d7caacc699f10962783393925a980ec6f1ca975)) - Require mfa code to disable mfa ([#​10345](https://togithub.com/n8n-io/n8n/issues/10345)) ([3384f52](https://togithub.com/n8n-io/n8n/commit/3384f52a35b835ba1d8633dc94bab0ad6e7023b3)) ##### Features - Add Ask assistant behind feature flag ([#​9995](https://togithub.com/n8n-io/n8n/issues/9995)) ([5ed2a77](https://togithub.com/n8n-io/n8n/commit/5ed2a77740db1f02b27c571f4dfdfa206ebdb19c)) - **AI Transform Node:** New node ([#​10405](https://togithub.com/n8n-io/n8n/issues/10405)) ([4d222ac](https://togithub.com/n8n-io/n8n/commit/4d222ac19d943b69fd9f87abe5e5c5f5141eed8d)) - **AI Transform Node:** New node ([#​9990](https://togithub.com/n8n-io/n8n/issues/9990)) ([0de9d56](https://togithub.com/n8n-io/n8n/commit/0de9d56619ed1c055407353046b8a9ebe78da527)) - **core:** Allow overriding npm registry for community packages ([#​10325](https://togithub.com/n8n-io/n8n/issues/10325)) ([33a2703](https://togithub.com/n8n-io/n8n/commit/33a2703429d9eaa41f72d2e7d2da5be60b6c620f)) - **editor:** Add schema view to expression modal ([#​9976](https://togithub.com/n8n-io/n8n/issues/9976)) ([71b6c67](https://togithub.com/n8n-io/n8n/commit/71b6c671797024d7b516352fa9b7ecda101ce3b2)) - **MySQL Node:** Return decimal types as numbers ([#​10313](https://togithub.com/n8n-io/n8n/issues/10313)) ([f744d7c](https://togithub.com/n8n-io/n8n/commit/f744d7c100be68669d9a3efd0033dd371a3cfaf7)) - **Okta Node:** Add Okta Node ([#​10278](https://togithub.com/n8n-io/n8n/issues/10278)) ([5cac0f3](https://togithub.com/n8n-io/n8n/commit/5cac0f339d649cfe5857d33738210cbc1599370b)) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4zMC4wIiwidXBkYXRlZEluVmVyIjoiMzguMzIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
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