mirror of
https://github.com/truecharts/charts.git
synced 2026-07-07 19:04:37 -03:00
feat(n8n): update image ghcr.io/n8n-io/n8n 2.6.2 → 2.7.0 (#44463)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/n8n-io/n8n](https://n8n.io) ([source](https://redirect.github.com/n8n-io/n8n)) | minor | `ff6fe9e` -> `edb0e69` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>n8n-io/n8n (ghcr.io/n8n-io/n8n)</summary> ### [`v2.7.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#270-2026-02-02) ##### Bug Fixes - **AI Agent Node:** Fix gemini thought signatures for parallel tool calls ([#​24982](https://redirect.github.com/n8n-io/n8n/issues/24982)) ([3dbca3e](3dbca3e0df)) - **ai-builder:** Detect placeholder values inside larger parameters generated by workflow builder ([#​24950](https://redirect.github.com/n8n-io/n8n/issues/24950)) ([2b0f13d](2b0f13d760)) - **ai-builder:** Fixing padding in WFB chat when message feedback is showing ([#​25079](https://redirect.github.com/n8n-io/n8n/issues/25079)) ([fb7e5d5](fb7e5d5a20)) - **AMQP Trigger Node:** Save failed executions ([#​21878](https://redirect.github.com/n8n-io/n8n/issues/21878)) ([89f8fb0](89f8fb04ca)) - **Chat Node:** Output structure for Send and Wait operation ([#​24898](https://redirect.github.com/n8n-io/n8n/issues/24898)) ([36afab0](36afab0ec0)) - **core:** Add Redis TCP Keep-Alive Configuration for Queue Mode ([#​23902](https://redirect.github.com/n8n-io/n8n/issues/23902)) ([e7c5c17](e7c5c17402)) - **core:** Do not send an undefined location header on form redirects ([#​24989](https://redirect.github.com/n8n-io/n8n/issues/24989)) ([a8d75f7](a8d75f7433)) - **core:** Ensure execution ID is available at runtime in Webhook response ([#​24876](https://redirect.github.com/n8n-io/n8n/issues/24876)) ([ad7571f](ad7571fdb2)) - **core:** Ensure workflows with response promises respect graceful shutdown ([#​24879](https://redirect.github.com/n8n-io/n8n/issues/24879)) ([b006ecf](b006ecfb96)) - **core:** Fix missing early return on Bull error ([#​25084](https://redirect.github.com/n8n-io/n8n/issues/25084)) ([ea4d2d2](ea4d2d217a)) - **core:** Fix orchestration init modules ([#​23360](https://redirect.github.com/n8n-io/n8n/issues/23360)) ([9958eed](9958eed92c)) - **core:** Log warning where file values contain white space at the start or end (e.g. new lines) ([#​24442](https://redirect.github.com/n8n-io/n8n/issues/24442)) ([ae17e8e](ae17e8ec61)) - **core:** Replace deprecated 'application' actor value with 'app' in Linear OAuth ([#​20985](https://redirect.github.com/n8n-io/n8n/issues/20985)) ([1edb600](1edb600151)) - **core:** Revert ensuring execution ID in webhook response ([#​25146](https://redirect.github.com/n8n-io/n8n/issues/25146)) ([a7408fa](a7408fa082)) - **core:** Small optimizations on users api to reduce db calls ([#​24882](https://redirect.github.com/n8n-io/n8n/issues/24882)) ([dce4871](dce48711ce)) - **core:** Support reconnecting on Redis failover ([#​25038](https://redirect.github.com/n8n-io/n8n/issues/25038)) ([7e580ea](7e580ea8cf)) - **core:** Update AI Builder node types after community package changes ([#​24883](https://redirect.github.com/n8n-io/n8n/issues/24883)) ([0faada7](0faada7f36)) - **core:** Update ownership cache update on folder transfer ([#​24974](https://redirect.github.com/n8n-io/n8n/issues/24974)) ([40f6705](40f670562e)) - **core:** Use proxy for all npm commands ([#​24909](https://redirect.github.com/n8n-io/n8n/issues/24909)) ([e1dd077](e1dd07777d)) - **core:** Use stricter flags when starting python runner ([#​24983](https://redirect.github.com/n8n-io/n8n/issues/24983)) ([21421f5](21421f5c39)) - **editor:** Allow '-' and '\_' in subworkflow caller IDs ([#​24849](https://redirect.github.com/n8n-io/n8n/issues/24849)) ([35583ad](35583ad80b)) - **editor:** Disable hover effects on non-drop-targets during drag ([#​24948](https://redirect.github.com/n8n-io/n8n/issues/24948)) ([8983bd5](8983bd563f)) - **editor:** Disable WF history button when autosave is not complete ([#​24904](https://redirect.github.com/n8n-io/n8n/issues/24904)) ([567ae92](567ae92756)) - **editor:** Fix layout of insights tab ([#​24994](https://redirect.github.com/n8n-io/n8n/issues/24994)) ([526a239](526a2394df)) - **editor:** Improve checkbox and lock icon alignment ([#​24575](https://redirect.github.com/n8n-io/n8n/issues/24575)) ([7129c88](7129c88fd9)) - **editor:** Move version store init after authentication ([#​25081](https://redirect.github.com/n8n-io/n8n/issues/25081)) ([326869e](326869e794)) - **editor:** Prevent connection lines from overlapping plus handle buttons ([#​24631](https://redirect.github.com/n8n-io/n8n/issues/24631)) ([5c025c1](5c025c1684)) - **editor:** Prevent executions date picker popover from being clipped ([#​24896](https://redirect.github.com/n8n-io/n8n/issues/24896)) ([1e777cf](1e777cf8e0)) - **editor:** Truncate long project names with ellipsis in breadcrumb ([#​24853](https://redirect.github.com/n8n-io/n8n/issues/24853)) ([b384e8c](b384e8c9ec)) - Fix issue with workflowId not being correctly validated ([#​24866](https://redirect.github.com/n8n-io/n8n/issues/24866)) ([f9e230e](f9e230e2d0)) - **MySQL Node:** Support "Continue on Error" for connection-related errors ([#​25032](https://redirect.github.com/n8n-io/n8n/issues/25032)) ([f3e2930](f3e2930f0e)) - Update stack cleanup command message to work from any directory ([#​25034](https://redirect.github.com/n8n-io/n8n/issues/25034)) ([01f000b](01f000b4c8)) - Validate OpenAI urls ([#​24922](https://redirect.github.com/n8n-io/n8n/issues/24922)) ([8b7ba6f](8b7ba6f53b)) - **VectorStoreAzureAISearch Node:** Clear Azure AI Search index once per batch ([#​25069](https://redirect.github.com/n8n-io/n8n/issues/25069)) ([a5cde70](a5cde70330)) - **Wait Node:** Reject wait execution when workflow is canceled ([#​15924](https://redirect.github.com/n8n-io/n8n/issues/15924)) ([e3110d1](e3110d1f24)) ##### Features - Add Currents.dev node ([#​24566](https://redirect.github.com/n8n-io/n8n/issues/24566)) ([356e3e6](356e3e69bc)) - Add option to select eval suite on manual workflow dispatch ([#​24998](https://redirect.github.com/n8n-io/n8n/issues/24998)) ([784ab19](784ab19e40)) - **ai-builder:** Moving feedback buttons in workflow builder chat ([#​24732](https://redirect.github.com/n8n-io/n8n/issues/24732)) ([18c903d](18c903d782)) - **ai-builder:** Workflow builder "respond to webhook" understanding ([#​24641](https://redirect.github.com/n8n-io/n8n/issues/24641)) ([d12e931](d12e9318d0)) - **core:** Add auto-publish on Environments Feature Pull ([#​24701](https://redirect.github.com/n8n-io/n8n/issues/24701)) ([18487d0](18487d0459)) - **core:** Add data table resources to the public API ([#​23610](https://redirect.github.com/n8n-io/n8n/issues/23610)) ([6b474e4](6b474e4141)) - **core:** Add default Postgres query timeout ([#​25041](https://redirect.github.com/n8n-io/n8n/issues/25041)) ([daba1e2](daba1e2846)) - **core:** Add profiling support via sentry ([#​25049](https://redirect.github.com/n8n-io/n8n/issues/25049)) ([659de94](659de949cb)) - **core:** Allow changing the oauth token data for oauth2 credentials on public API PATCH ([#​25042](https://redirect.github.com/n8n-io/n8n/issues/25042)) ([252c5a6](252c5a6c3c)) - **core:** Fill out external secret provider endpoints for CRUD operations ([#​24862](https://redirect.github.com/n8n-io/n8n/issues/24862)) ([386979a](386979a27c)) - **core:** Index both latest published and draft workflow versions ([#​24861](https://redirect.github.com/n8n-io/n8n/issues/24861)) ([0e1b2a8](0e1b2a870e)) - **core:** Make database ping timeout configurable ([#​24985](https://redirect.github.com/n8n-io/n8n/issues/24985)) ([308429c](308429c871)) - **Crypto Node:** Add credentials for Hmac and Sign operations ([#​24798](https://redirect.github.com/n8n-io/n8n/issues/24798)) ([25f5199](25f5199b46)) - **editor:** Add AI Usage settings page ([#​20926](https://redirect.github.com/n8n-io/n8n/issues/20926)) ([ff68b7b](ff68b7bd2c)) - **editor:** Add Dialog component to design system ([#​24591](https://redirect.github.com/n8n-io/n8n/issues/24591)) ([a19ae52](a19ae52e7b)) - **editor:** Add secrets provider connections dashboard ([#​24654](https://redirect.github.com/n8n-io/n8n/issues/24654)) ([6dd4cc8](6dd4cc81b4)) - **editor:** Pause autosave on connection failures ([#​24456](https://redirect.github.com/n8n-io/n8n/issues/24456)) ([769e781](769e7819a6)) - **editor:** Secret Store connection modal for multiple providers ([#​25004](https://redirect.github.com/n8n-io/n8n/issues/25004)) ([768bf7f](768bf7f7f1)) - **editor:** Show ChatHub action buttons on hover ([#​24923](https://redirect.github.com/n8n-io/n8n/issues/24923)) ([779a04f](779a04f471)) - **FormTrigger Node:** Support ip filtering for the FormTrigger node ([#​24644](https://redirect.github.com/n8n-io/n8n/issues/24644)) ([44650b1](44650b1bb3)) - **Kafka Trigger Node:** Add option to keep binary data for downstream processing ([#​21843](https://redirect.github.com/n8n-io/n8n/issues/21843)) ([b110a9e](b110a9e467)) - **Microsoft Agent 365 Trigger Node:** Integration for Microsoft Agents 365 ([#​25145](https://redirect.github.com/n8n-io/n8n/issues/25145)) ([805b222](805b2223a8)) - Remove success toasts on workflow creation ([#​24979](https://redirect.github.com/n8n-io/n8n/issues/24979)) ([36355f8](36355f8c58)) - **Zendesk Trigger Node:** Add webhook signature verification ([#​24881](https://redirect.github.com/n8n-io/n8n/issues/24881)) ([4622aca](4622acaccc)) ##### Performance Improvements - **core:** Continue reducing baseline memory usage ([#​24981](https://redirect.github.com/n8n-io/n8n/issues/24981)) ([a5117a3](a5117a30fc)) - **core:** Lazyload Swagger, PSL and MCP libs ([#​24902](https://redirect.github.com/n8n-io/n8n/issues/24902)) ([012ce09](012ce09846)) - **core:** Make MCP module exclusive to main ([#​24899](https://redirect.github.com/n8n-io/n8n/issues/24899)) ([b75347b](b75347b3a1)) - **core:** Minimize execution data fetching ([#​25073](https://redirect.github.com/n8n-io/n8n/issues/25073)) ([efd741f](efd741f529)) - **core:** Optimize saving execution progress ([#​25089](https://redirect.github.com/n8n-io/n8n/issues/25089)) ([075ffd0](075ffd05f1)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbjhuIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.6.3
|
||||
appVersion: 2.7.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.40
|
||||
@@ -49,5 +49,4 @@ sources:
|
||||
- https://github.com/n8n-io/n8n
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/n8n
|
||||
type: application
|
||||
version: 18.6.5
|
||||
|
||||
version: 18.7.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/n8n-io/n8n
|
||||
tag: 2.6.3@sha256:a9beb0dcaa547f0742a322f497af72127338d6ab8f3697b3be44f8ab737726f2
|
||||
tag: 2.7.0@sha256:edb0e69b4dec9525f1852382c18f765ca545a010d60aa4895d49cd50c15c6fdd
|
||||
pullPolicy: IfNotPresent
|
||||
timezoneandlocale: {}
|
||||
# N8N_DEFAULT_LOCALE: "en"
|
||||
|
||||
Reference in New Issue
Block a user