⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.56.1 #123

Merged
mafyuh merged 2 commits from renovate/ghcr.io-n8n-io-n8n-1.x into main 2024-08-24 12:06:37 -04:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/n8n-io/n8n (source) minor 1.55.3 -> 1.56.1

Release Notes

n8n-io/n8n (ghcr.io/n8n-io/n8n)

v1.56.0

Bug Fixes
Features
  • core: Support bidirectional communication between specific mains and specific workers (#​10377) (d0fc9de)
  • Facebook Graph API Node: Update node to support API v18 - v20 (#​10419) (e7ee10f)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/n8n-io/n8n](https://n8n.io) ([source](https://github.com/n8n-io/n8n)) | minor | `1.55.3` -> `1.56.1` | --- ### Release Notes <details> <summary>n8n-io/n8n (ghcr.io/n8n-io/n8n)</summary> ### [`v1.56.0`](https://github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1560-2024-08-21) ##### Bug Fixes - Better errors in Switch, If and Filter nodes ([#&#8203;10457](https://github.com/n8n-io/n8n/issues/10457)) ([aea82cb](https://github.com/n8n-io/n8n/commit/aea82cb74421d516919742127daf669808b57604)) - **Calendly Trigger Node:** Fix issue with webhook url matching ([#&#8203;10378](https://github.com/n8n-io/n8n/issues/10378)) ([09c3a8b](https://github.com/n8n-io/n8n/commit/09c3a8b36733a9634ef5948922d6aa7a19bbb592)) - **core:** Fix payload property in `workflow-post-execute` event ([#&#8203;10413](https://github.com/n8n-io/n8n/issues/10413)) ([d98e29e](https://github.com/n8n-io/n8n/commit/d98e29e3d53de87aec276260615fa60473a2692f)) - **core:** Fix XSS validation and separate URL validation ([#&#8203;10424](https://github.com/n8n-io/n8n/issues/10424)) ([91467ab](https://github.com/n8n-io/n8n/commit/91467ab325e4c71c20c522f3143246d270101626)) - **core:** Replace `sanitize-html` with `xss` in XSS validator constraint ([#&#8203;10479](https://github.com/n8n-io/n8n/issues/10479)) ([5dea51a](https://github.com/n8n-io/n8n/commit/5dea51aad7d9e7ffc676d16f4bbbdecce5876f0b)) - **core:** Use class-validator with XSS check for survey answers ([#&#8203;10490](https://github.com/n8n-io/n8n/issues/10490)) ([547a606](https://github.com/n8n-io/n8n/commit/547a60642ce9e54819d4e600c822d87dabd59b2e)) - **core:** Use explicit types in configs to ensure valid decorator metadata ([#&#8203;10433](https://github.com/n8n-io/n8n/issues/10433)) ([2043daa](https://github.com/n8n-io/n8n/commit/2043daa2570bc04b0b8d41f277901a8cc8a7b98f)) - **editor:** Add workflow scopes when initializing workflow ([#&#8203;10455](https://github.com/n8n-io/n8n/issues/10455)) ([b857c2c](https://github.com/n8n-io/n8n/commit/b857c2cda0a9e4386a540d5e1e741570d9453588)) - **editor:** Buffer json chunks in stream response ([#&#8203;10439](https://github.com/n8n-io/n8n/issues/10439)) ([37797f3](https://github.com/n8n-io/n8n/commit/37797f38d81b12d030ba85034baeb49192ea575c)) - **editor:** Fix flaky mapping tests ([#&#8203;10453](https://github.com/n8n-io/n8n/issues/10453)) ([fc6d413](https://github.com/n8n-io/n8n/commit/fc6d4138d58282f676b32f1a6011b1b6d0184bf2)) - **editor:** Fix overflow in AI Assistant chat messages ([#&#8203;10491](https://github.com/n8n-io/n8n/issues/10491)) ([4a6ca63](https://github.com/n8n-io/n8n/commit/4a6ca632100731f85875c639f2164bf1ef415009)) - **editor:** Highlight matching type in filter component ([#&#8203;10425](https://github.com/n8n-io/n8n/issues/10425)) ([6bca879](https://github.com/n8n-io/n8n/commit/6bca879d4ae30c7f9a35e8d6672de42cf93be727)) - **editor:** Show item count in output panel schema view ([#&#8203;10426](https://github.com/n8n-io/n8n/issues/10426)) ([4dee7cc](https://github.com/n8n-io/n8n/commit/4dee7cc36e5f7768d0b71095b194bf357c92e941)) - **editor:** Truncate long data pill labels in schema view ([#&#8203;10427](https://github.com/n8n-io/n8n/issues/10427)) ([1bf2f4f](https://github.com/n8n-io/n8n/commit/1bf2f4f6171d666391bb3a3a312468bc083446e3)) - Filter component - improve errors ([#&#8203;10456](https://github.com/n8n-io/n8n/issues/10456)) ([61ac0c7](https://github.com/n8n-io/n8n/commit/61ac0c77755210f570b887951fe6bbec1a323811)) - **Google Sheets Node:** Better error when column to match on is empty ([#&#8203;10442](https://github.com/n8n-io/n8n/issues/10442)) ([ce46bf5](https://github.com/n8n-io/n8n/commit/ce46bf516a86d9779f37dd75b0c680d26d88e15d)) - **Google Sheets Node:** Update name and hint for useAppend option ([#&#8203;10443](https://github.com/n8n-io/n8n/issues/10443)) ([c5a0c04](https://github.com/n8n-io/n8n/commit/c5a0c049eaf44419c690d151de42fb0c10bd406e)) - **Google Sheets Node:** Update to returnAllMatches option ([#&#8203;10440](https://github.com/n8n-io/n8n/issues/10440)) ([f7fb02e](https://github.com/n8n-io/n8n/commit/f7fb02e92a756781f8e35bbbfc25d71c12cb70af)) - **Invoice Ninja Node:** Fix payment types ([#&#8203;10462](https://github.com/n8n-io/n8n/issues/10462)) ([129245d](https://github.com/n8n-io/n8n/commit/129245da10be1d645f61e929e40b128bd7813f17)) - **n8n Form Trigger Node:** Show basic authentication modal on wrong credentials ([#&#8203;10423](https://github.com/n8n-io/n8n/issues/10423)) ([0dc3e99](https://github.com/n8n-io/n8n/commit/0dc3e99b26bec45e747d83f383cfe5169d89e6b7)) - **OpenAI Node:** Throw node operations error in case of openAi client error ([#&#8203;10448](https://github.com/n8n-io/n8n/issues/10448)) ([0d3ed46](https://github.com/n8n-io/n8n/commit/0d3ed461996bbad06015c455f133baab6506437f)) - Project Viewer always seeing a connection error when testing credentials ([#&#8203;10417](https://github.com/n8n-io/n8n/issues/10417)) ([613cdd2](https://github.com/n8n-io/n8n/commit/613cdd2ba2c0f224c4857a5fc3eea36dbd683049)) - Remove unimplemented Postgres credentials options ([#&#8203;10461](https://github.com/n8n-io/n8n/issues/10461)) ([17ac784](https://github.com/n8n-io/n8n/commit/17ac7844f29d819b91dfaf90b9fe386d98060c42)) - Rename Assistant back ([#&#8203;10481](https://github.com/n8n-io/n8n/issues/10481)) ([c410aed](https://github.com/n8n-io/n8n/commit/c410aed4c22182943dc80ede63acda00b7898e10)) - Require mfa code to change email ([#&#8203;10354](https://github.com/n8n-io/n8n/issues/10354)) ([39c8e50](https://github.com/n8n-io/n8n/commit/39c8e50ad0513649f5a8cef911b7d6cdd61c2372)) - **Respond to Webhook Node:** Fix issue preventing the chat trigger from working ([#&#8203;9886](https://github.com/n8n-io/n8n/issues/9886)) ([9d6ad88](https://github.com/n8n-io/n8n/commit/9d6ad88c14a88fd0dfcb4f9981e38d19cf5f3067)) - Show input names when node has multiple inputs ([#&#8203;10434](https://github.com/n8n-io/n8n/issues/10434)) ([973956c](https://github.com/n8n-io/n8n/commit/973956cc26c78c329ff6eb6934d4f0a24060c87c)) - **Toggl Trigger Node:** Update API version ([#&#8203;10207](https://github.com/n8n-io/n8n/issues/10207)) ([9bdb1d6](https://github.com/n8n-io/n8n/commit/9bdb1d6dca43fe491c5eb96f093b7eec4509eaff)) ##### Features - **core:** Support bidirectional communication between specific mains and specific workers ([#&#8203;10377](https://github.com/n8n-io/n8n/issues/10377)) ([d0fc9de](https://github.com/n8n-io/n8n/commit/d0fc9dee0e17211c1ed130b19286e9573c9ebfbd)) - **Facebook Graph API Node:** Update node to support API v18 - v20 ([#&#8203;10419](https://github.com/n8n-io/n8n/issues/10419)) ([e7ee10f](https://github.com/n8n-io/n8n/commit/e7ee10f243663d899d32e61bc6264b4df444e2af)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xMiIsInVwZGF0ZWRJblZlciI6IjM4LjE4LjEyIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2024-08-21 12:01:31 -04:00
⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.56.0
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 8s
aebd8321bf
renovatebot force-pushed renovate/ghcr.io-n8n-io-n8n-1.x from aebd8321bf to fdec4c41d9 2024-08-22 21:01:23 -04:00 Compare
renovatebot force-pushed renovate/ghcr.io-n8n-io-n8n-1.x from fdec4c41d9 to ed3fee0982 2024-08-23 06:01:29 -04:00 Compare
renovatebot changed title from ⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.56.0 to ⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.56.1 2024-08-23 06:01:37 -04:00
mafyuh added 1 commit 2024-08-24 12:06:28 -04:00
Merge branch 'main' into renovate/ghcr.io-n8n-io-n8n-1.x
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 9s
Deploy to Hosts / deploy (pull_request) Successful in 52s
0fc7c141ee
mafyuh merged commit ae9b973a30 into main 2024-08-24 12:06:37 -04:00
mafyuh deleted branch renovate/ghcr.io-n8n-io-n8n-1.x 2024-08-24 12:06:38 -04:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mafyuh/iac#123
No description provided.