chore(deps): update container image n8nio/n8n to v1.57.0@1aca017 by renovate (#25613)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [n8nio/n8n](https://n8n.io) ([source](https://togithub.com/n8n-io/n8n)) | minor | `1.56.2` -> `1.57.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.57.0`](https://togithub.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 ([#​10489](https://togithub.com/n8n-io/n8n/issues/10489)) ([bdcc657](bdcc657965
)) - **core:** Make boolean config value parsing backward-compatible ([#​10560](https://togithub.com/n8n-io/n8n/issues/10560)) ([70b410f](70b410f4b0
)) - **core:** Restore Redis cache key ([#​10520](https://togithub.com/n8n-io/n8n/issues/10520)) ([873056a](873056a92e
)) - **core:** Scheduler tasks should not trigger on follower instances ([#​10507](https://togithub.com/n8n-io/n8n/issues/10507)) ([3428f28](3428f28a73
)) - **core:** Stop explicit redis client disconnect on shutdown ([#​10551](https://togithub.com/n8n-io/n8n/issues/10551)) ([f712812](f71281221e
)) - **editor:** Ensure `Datatable` component renders `All` option ([#​10525](https://togithub.com/n8n-io/n8n/issues/10525)) ([bc27beb](bc27beb662
)) - **editor:** Prevent Safari users from accessing the frontend over insecure contexts ([#​10510](https://togithub.com/n8n-io/n8n/issues/10510)) ([a73b9a3](a73b9a38d6
)) - **editor:** Scale output item selector input width with value ([#​10555](https://togithub.com/n8n-io/n8n/issues/10555)) ([52c574d](52c574d83f
)) - **Google Sheets Trigger Node:** Show sheet name is too long error ([#​10542](https://togithub.com/n8n-io/n8n/issues/10542)) ([4e15007](4e15007577
)) - **Wait Node:** Prevent waiting until invalid date ([#​10523](https://togithub.com/n8n-io/n8n/issues/10523)) ([c0e7620](c0e7620036
)) ##### Features - Add new credentials for the HTTP Request node ([#​9833](https://togithub.com/n8n-io/n8n/issues/9833)) ([26f1af3](26f1af397b
)) - **AI Agent Node:** Add tutorial link to agent node ([#​10493](https://togithub.com/n8n-io/n8n/issues/10493)) ([5c7cc36](5c7cc36c23
)) - **core:** Expose queue metrics for Prometheus ([#​10559](https://togithub.com/n8n-io/n8n/issues/10559)) ([008c510](008c510b76
)) - **editor:** Implement workflowSelector parameter type ([#​10482](https://togithub.com/n8n-io/n8n/issues/10482)) ([84e54be](84e54beac7
)) ##### Performance Improvements - **core:** Make execution queries faster ([#​9817](https://togithub.com/n8n-io/n8n/issues/9817)) ([dc7dc99](dc7dc995d5
)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4zIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
aa5bade1c4
commit
5d14ed1212
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.56.2
|
||||
appVersion: 1.57.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.5
|
||||
|
@ -41,4 +41,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/n8n
|
||||
- https://hub.docker.com/r/n8nio/n8n
|
||||
type: application
|
||||
version: 15.11.2
|
||||
version: 15.12.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: n8nio/n8n
|
||||
tag: 1.56.2@sha256:144da5572a6dfac34bb1c079a347f055c56cc35943b0eb244c7225a18fe30dda
|
||||
tag: 1.57.0@sha256:1aca01738deb8864a71e0b780162b3fa817aa630933e7943ee788e6e55319385
|
||||
pullPolicy: IfNotPresent
|
||||
timezoneandlocale: {}
|
||||
# N8N_DEFAULT_LOCALE: "en"
|
||||
|
|
Loading…
Reference in New Issue