⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.57.0 #134

Merged
mafyuh merged 2 commits from renovate/ghcr.io-n8n-io-n8n-1.x into main 2024-08-31 00:27:49 -04:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v1.57.0

Bug Fixes
  • AI Agent Node: Allow AWS Bedrock Chat to be used with conversational agent (#​10489) (bdcc657)
  • core: Make boolean config value parsing backward-compatible (#​10560) (70b410f)
  • core: Restore Redis cache key (#​10520) (873056a)
  • core: Scheduler tasks should not trigger on follower instances (#​10507) (3428f28)
  • core: Stop explicit redis client disconnect on shutdown (#​10551) (f712812)
  • editor: Ensure Datatable component renders All option (#​10525) (bc27beb)
  • editor: Prevent Safari users from accessing the frontend over insecure contexts (#​10510) (a73b9a3)
  • editor: Scale output item selector input width with value (#​10555) (52c574d)
  • Google Sheets Trigger Node: Show sheet name is too long error (#​10542) (4e15007)
  • Wait Node: Prevent waiting until invalid date (#​10523) (c0e7620)
Features
Performance Improvements
Other

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.56.1` -> `1.57.0` | --- ### Release Notes <details> <summary>n8n-io/n8n (ghcr.io/n8n-io/n8n)</summary> ### [`v1.57.0`](https://github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1570-2024-08-28) ##### Bug Fixes - **AI Agent Node:** Allow AWS Bedrock Chat to be used with conversational agent ([#&#8203;10489](https://github.com/n8n-io/n8n/issues/10489)) ([bdcc657](https://github.com/n8n-io/n8n/commit/bdcc657965af5f604aac1eaff7d937f69a08ce1c)) - **core:** Make boolean config value parsing backward-compatible ([#&#8203;10560](https://github.com/n8n-io/n8n/issues/10560)) ([70b410f](https://github.com/n8n-io/n8n/commit/70b410f4b00dd599fcd4249aa105098aa262da66)) - **core:** Restore Redis cache key ([#&#8203;10520](https://github.com/n8n-io/n8n/issues/10520)) ([873056a](https://github.com/n8n-io/n8n/commit/873056a92e52cc629d2873c960656d5f06d4728e)) - **core:** Scheduler tasks should not trigger on follower instances ([#&#8203;10507](https://github.com/n8n-io/n8n/issues/10507)) ([3428f28](https://github.com/n8n-io/n8n/commit/3428f28a732f79e067b3cb515cc59d835de246a6)) - **core:** Stop explicit redis client disconnect on shutdown ([#&#8203;10551](https://github.com/n8n-io/n8n/issues/10551)) ([f712812](https://github.com/n8n-io/n8n/commit/f71281221efb79d65d8d7610c292bc90cef13d7a)) - **editor:** Ensure `Datatable` component renders `All` option ([#&#8203;10525](https://github.com/n8n-io/n8n/issues/10525)) ([bc27beb](https://github.com/n8n-io/n8n/commit/bc27beb6629883003a8991d7e840ffaa066d41ac)) - **editor:** Prevent Safari users from accessing the frontend over insecure contexts ([#&#8203;10510](https://github.com/n8n-io/n8n/issues/10510)) ([a73b9a3](https://github.com/n8n-io/n8n/commit/a73b9a38d6c48e2f78593328e7d9933f2493dbb6)) - **editor:** Scale output item selector input width with value ([#&#8203;10555](https://github.com/n8n-io/n8n/issues/10555)) ([52c574d](https://github.com/n8n-io/n8n/commit/52c574d83f344f03b0e39984bbc3ac0402e50791)) - **Google Sheets Trigger Node:** Show sheet name is too long error ([#&#8203;10542](https://github.com/n8n-io/n8n/issues/10542)) ([4e15007](https://github.com/n8n-io/n8n/commit/4e1500757700ec984cdad8b9cfcd76ee00ae127e)) - **Wait Node:** Prevent waiting until invalid date ([#&#8203;10523](https://github.com/n8n-io/n8n/issues/10523)) ([c0e7620](https://github.com/n8n-io/n8n/commit/c0e7620036738f8d0b382d0d0610b981dcbc29e0)) ##### Features - Add new credentials for the HTTP Request node ([#&#8203;9833](https://github.com/n8n-io/n8n/issues/9833)) ([26f1af3](https://github.com/n8n-io/n8n/commit/26f1af397b2b25e3394fc2dae91a5c281bf33d66)) - **AI Agent Node:** Add tutorial link to agent node ([#&#8203;10493](https://github.com/n8n-io/n8n/issues/10493)) ([5c7cc36](https://github.com/n8n-io/n8n/commit/5c7cc36c23e58a47a1e71911e7303a1bd54f167e)) - **core:** Expose queue metrics for Prometheus ([#&#8203;10559](https://github.com/n8n-io/n8n/issues/10559)) ([008c510](https://github.com/n8n-io/n8n/commit/008c510b7623fefb8c60730c7eac54dd9bb2e3fc)) - **editor:** Implement workflowSelector parameter type ([#&#8203;10482](https://github.com/n8n-io/n8n/issues/10482)) ([84e54be](https://github.com/n8n-io/n8n/commit/84e54beac763f25399c9687f695f1e658e3ce434)) ##### Performance Improvements - **core:** Make execution queries faster ([#&#8203;9817](https://github.com/n8n-io/n8n/issues/9817)) ([dc7dc99](https://github.com/n8n-io/n8n/commit/dc7dc995d5e2ea8fbd0dcb54cfa8aa93ecb437c9)) ##### Other - **Add user journey link to [n8n.io](https://n8n.io)** ([#&#8203;10331](https://github.com/n8n-io/n8n/pull/10331)) </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-26 12:01:30 -04:00
⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.56.2
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 10s
90041ebb63
renovatebot force-pushed renovate/ghcr.io-n8n-io-n8n-1.x from 90041ebb63 to c9f3d74122 2024-08-27 18:01:17 -04:00 Compare
renovatebot force-pushed renovate/ghcr.io-n8n-io-n8n-1.x from c9f3d74122 to 75b3aeab21 2024-08-28 08:01:15 -04:00 Compare
renovatebot changed title from ⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.56.2 to ⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.57.0 2024-08-28 08:01:23 -04:00
mafyuh added 1 commit 2024-08-31 00:27:40 -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 8s
Deploy to Hosts / deploy (pull_request) Successful in 52s
b4c611f6e0
mafyuh merged commit 41b8b2cdb8 into main 2024-08-31 00:27:49 -04:00
mafyuh deleted branch renovate/ghcr.io-n8n-io-n8n-1.x 2024-08-31 00:27:49 -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#134
No description provided.