diff --git a/n8n/docker-compose.yml b/n8n/docker-compose.yml index 0cfe400..97ad7e6 100644 --- a/n8n/docker-compose.yml +++ b/n8n/docker-compose.yml @@ -10,7 +10,7 @@ services: PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*" server: - image: n8nio/n8n:0.212.0@sha256:a9195bc499a39a0504d20e85e537dd30964cfcb4e62b23125ae9054b9443c3fa + image: n8nio/n8n:0.234.1@sha256:b00e39ced253d0a5d6f234a21e7d8991dc795a99f13f32db479448087a14ff5a restart: on-failure volumes: - ${APP_DATA_DIR}/data:/home/node/.n8n diff --git a/n8n/umbrel-app.yml b/n8n/umbrel-app.yml index cbccee1..aad98de 100644 --- a/n8n/umbrel-app.yml +++ b/n8n/umbrel-app.yml @@ -2,33 +2,12 @@ manifestVersion: 1 id: n8n category: automation name: n8n -version: "0.212.0" +version: "0.234.1" releaseNotes: >- - - New features - - Inline expression editor: You can now quickly write expressions inline in a node parameter - - Workflow sharing: With workflow sharing, users can invite other users on the same n8n instance to use and edit their workflows - - Log streaming: Log streaming allows you to send events from n8n to your own logging tools - - Security audit: You can now run a security audit on your n8n instance, to detect common security issues - - Typeahead for expressions: When using expressions, n8n will now offer you suggestions as you type - - Editor: Improve UX for brace completion in the inline expressions editor - - Editor: pressing = in an empty parameter input switches to expression mode + This update includes new features, bug fixes, and performance improvements. - - New nodes - - Open AI - This release adds an integration with OpenAI - - Google Sheets trigger: You can now start workflows in response to row changes or new rows in a Google Sheet - - - Node enhancements - - Send Email node: add support for a "Reply to" email address - - Webhook node: when test the node by selecting Listen For Test Event then dispatching a call to the webhook, n8n now only runs the Webhook node - - Compare Datasets node: add an option for fuzzy compare - - Google Ads node: update the API version to 11 - - Google Drive Trigger node: start using the resource locator component - - Item Lists node: This acts similarly to generating pivot tables in Excel, allowing you to aggregate and compare data - - - Bugfixes - - - Performance improvements + Full details for changes made since version 0.212.0 can be found at https://github.com/n8n-io/n8n/releases tagline: Build complex workflows, really fast description: >- n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, @@ -57,4 +36,4 @@ path: "" defaultUsername: "" defaultPassword: "" submitter: Pranshu Agrawal -submission: https://github.com/getumbrel/umbrel-apps/pull/283 \ No newline at end of file +submission: https://github.com/getumbrel/umbrel-apps/pull/283