chore(helm): update image ghcr.io/n8n-io/n8n 1.105.0 → 1.106.2 (#38087)

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 | `73e7282`
-> `a9665e7` |

---

> [!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>

###
[`v1.106.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#11060-2025-08-04)

##### Bug Fixes

- **core:** Assign `execute` method to declarative nodes even if they
have `methods` property
([#&#8203;17796](https://redirect.github.com/n8n-io/n8n/issues/17796))
([3f1016f](https://redirect.github.com/n8n-io/n8n/commit/3f1016f1adc90ce2e7f6905ab247098877f8d258))
- **core:** Check that src folder exists an fallback to dist when
loading modules
([#&#8203;17754](https://redirect.github.com/n8n-io/n8n/issues/17754))
([6c0be29](https://redirect.github.com/n8n-io/n8n/commit/6c0be292b16ab08c92deef037a2659a3d27b8e01))
- **core:** Handle symlinks in blocked paths
([#&#8203;17735](https://redirect.github.com/n8n-io/n8n/issues/17735))
([c2c3e08](https://redirect.github.com/n8n-io/n8n/commit/c2c3e08cdf33570d9051e659812cbfbdd3c077fd))
- **core:** Replace misleading "No path back to node" error with helpful
execution message
([#&#8203;17759](https://redirect.github.com/n8n-io/n8n/issues/17759))
([164800f](https://redirect.github.com/n8n-io/n8n/commit/164800f6a40b1f8c36592c5367c48c3f5ef1a451))
- **editor:** Account for subpath when serving `config.js`
([#&#8203;17832](https://redirect.github.com/n8n-io/n8n/issues/17832))
([b745cad](https://redirect.github.com/n8n-io/n8n/commit/b745cad72c6fcad23894150bf7edad0b568787b7))
- **editor:** Change the checkbox logic for log streaming event
selection
([#&#8203;17653](https://redirect.github.com/n8n-io/n8n/issues/17653))
([43f2675](https://redirect.github.com/n8n-io/n8n/commit/43f267535d106db4c2a9d9caddb414329129b140))
- **editor:** Fix canvas moving check
([#&#8203;17856](https://redirect.github.com/n8n-io/n8n/issues/17856))
([ddc4c0b](https://redirect.github.com/n8n-io/n8n/commit/ddc4c0b7d99834db62ba935cda4c29cfc5197934))
- **editor:** Fix invisible node creator icons
([#&#8203;17870](https://redirect.github.com/n8n-io/n8n/issues/17870))
([a83b76c](https://redirect.github.com/n8n-io/n8n/commit/a83b76cc23f59a78d768473339e40a6c907a88eb))
- **editor:** Store last entered cURL command for each HTTP node
([#&#8203;17834](https://redirect.github.com/n8n-io/n8n/issues/17834))
([e8e7b23](https://redirect.github.com/n8n-io/n8n/commit/e8e7b23d47ca3fa7fb40e951763b7ad871110fc7))
- Fix issue with icon themes not loading for preview nodes
([#&#8203;17869](https://redirect.github.com/n8n-io/n8n/issues/17869))
([6d1f2cb](https://redirect.github.com/n8n-io/n8n/commit/6d1f2cb67e416a14dc839308950dac4d1e51733c))
- Fix issue with some community nodes not displaying correctly
([#&#8203;17866](https://redirect.github.com/n8n-io/n8n/issues/17866))
([f150343](https://redirect.github.com/n8n-io/n8n/commit/f150343141d53449f5a41bedc85ca9bd52cf1b1e))
- **Gmail Trigger Node:** Filter sent emails from trigger results
([#&#8203;17691](https://redirect.github.com/n8n-io/n8n/issues/17691))
([4bab296](https://redirect.github.com/n8n-io/n8n/commit/4bab2960750bbf91f27171b53e8a206dc247e7fa))
- **Google Gemini Node:** Don't pass hardcoded value for durationSeconds
when generating a video
([#&#8203;17793](https://redirect.github.com/n8n-io/n8n/issues/17793))
([460e3b1](https://redirect.github.com/n8n-io/n8n/commit/460e3b1dfdb64bf4501dcf9ff1a480da34c64b6a))
- **Google Sheets Node:** Make it possible to set cell values empty on
updates
([#&#8203;17224](https://redirect.github.com/n8n-io/n8n/issues/17224))
([d924d82](https://redirect.github.com/n8n-io/n8n/commit/d924d82ee2862f398f66eb624815694893527d48))
- Hide settings hint from log view
([#&#8203;17813](https://redirect.github.com/n8n-io/n8n/issues/17813))
([a46fa60](https://redirect.github.com/n8n-io/n8n/commit/a46fa6072e4d5bd02611625c60fe6fff7d31c731))
- **Microsoft Teams Trigger Node:** Forbidden when trying to listen for
channel messages
([#&#8203;17777](https://redirect.github.com/n8n-io/n8n/issues/17777))
([bc97584](https://redirect.github.com/n8n-io/n8n/commit/bc97584c0c6e58878dd0e9708062813c099687a2))
- **Stop and Error Node:** Show error message when error type is an
object
([#&#8203;17898](https://redirect.github.com/n8n-io/n8n/issues/17898))
([aced4bf](https://redirect.github.com/n8n-io/n8n/commit/aced4bf86f343f768ddb81485c24e69d5cf12530))
- **Structured Output Parser Node:** Handle passed objects that do not
match schema
([#&#8203;17774](https://redirect.github.com/n8n-io/n8n/issues/17774))
([1fb78cb](https://redirect.github.com/n8n-io/n8n/commit/1fb78cb0eabfaedad16568e21254c42dae6cebee))

##### Features

- Abort AI builder requests on chat stop
([#&#8203;17854](https://redirect.github.com/n8n-io/n8n/issues/17854))
([ce98f7c](https://redirect.github.com/n8n-io/n8n/commit/ce98f7c175d1875e84bcfa0681bda6035e386dc6))
- Add [@&#8203;n8n/node-cli](https://redirect.github.com/n8n/node-cli)
package with an empty create command
([#&#8203;17620](https://redirect.github.com/n8n-io/n8n/issues/17620))
([79c6b60](https://redirect.github.com/n8n-io/n8n/commit/79c6b60fcb5ea9a3e22a8aa0fa516f270239df69))
- **AWS Bedrock Chat Model Node:** Add inference profile support
([#&#8203;17807](https://redirect.github.com/n8n-io/n8n/issues/17807))
([80513ae](https://redirect.github.com/n8n-io/n8n/commit/80513ae66b95b768b30b8e3e3502f45867128db4))
- **Beeminder Node:** Update Beeminder node to include all resources and
operations
([#&#8203;17713](https://redirect.github.com/n8n-io/n8n/issues/17713))
([b491ed9](https://redirect.github.com/n8n-io/n8n/commit/b491ed99cea87ea0f3e5ea90baf85c388fa65cb4))
- **ClickUp Node:** Add subtasks and markdown support to the get task
operation
([#&#8203;16811](https://redirect.github.com/n8n-io/n8n/issues/16811))
([a5184e4](https://redirect.github.com/n8n-io/n8n/commit/a5184e4895d47f9b079ff7948cdd158a06d34aba))
- **core:** Use hostname in host ID for Docker
([#&#8203;16544](https://redirect.github.com/n8n-io/n8n/issues/16544))
([308a6f6](https://redirect.github.com/n8n-io/n8n/commit/308a6f65dde20765bb27e21fceac4a5ca887bdc0))
- **editor:** Add front-end for Data Store feature
([#&#8203;17590](https://redirect.github.com/n8n-io/n8n/issues/17590))
([b89c254](https://redirect.github.com/n8n-io/n8n/commit/b89c25439485576cbd7f1f3eabe5af825aa47311))
- Env to disable webhook response iframe sandboxing
([#&#8203;17851](https://redirect.github.com/n8n-io/n8n/issues/17851))
([1ed8239](https://redirect.github.com/n8n-io/n8n/commit/1ed8239625eb85af4138b5431bc77038fda2e513))
- **FTP Node:** Add support for concurrent reads when using SFTP
([#&#8203;17896](https://redirect.github.com/n8n-io/n8n/issues/17896))
([e437dac](https://redirect.github.com/n8n-io/n8n/commit/e437dace7069744c26eb1cce368f07d31f363ab5))
- **Google BigQuery Node:** Add parameterized query support
([#&#8203;14302](https://redirect.github.com/n8n-io/n8n/issues/14302))
([096e535](https://redirect.github.com/n8n-io/n8n/commit/096e535f1ededcf6d21b42c10fee68d142a7da7c))
- **MongoDB Node:** Add search index CRUD API to MongoDB CRUD Node
([#&#8203;16490](https://redirect.github.com/n8n-io/n8n/issues/16490))
([1554e76](https://redirect.github.com/n8n-io/n8n/commit/1554e76500470613ddb310424f693c07fe0887cd))
- **n8n Form Trigger Node:** Add CSS variable to customize input
background
([#&#8203;15460](https://redirect.github.com/n8n-io/n8n/issues/15460))
([22f505d](https://redirect.github.com/n8n-io/n8n/commit/22f505de691b926f9e56122bbd07c63128e5703e))
- **Slack Trigger Node:** Add support for signature verification
([#&#8203;17838](https://redirect.github.com/n8n-io/n8n/issues/17838))
([1330581](https://redirect.github.com/n8n-io/n8n/commit/133058183e90570f8272075a10d9257d05728085))
- Table in confirm modal to see all workflows using nodes before
updating / uninstalling
([#&#8203;17488](https://redirect.github.com/n8n-io/n8n/issues/17488))
([76230d2](https://redirect.github.com/n8n-io/n8n/commit/76230d2640f04da8a2a3c78dbdf5003b0ebd1771))
- **Vercel AI Gateway Node:** Add Vercel AI Gateway model Node
([#&#8203;17524](https://redirect.github.com/n8n-io/n8n/issues/17524))
([e97cd8a](https://redirect.github.com/n8n-io/n8n/commit/e97cd8afa18bbf67dc296c79cd1057e5bab083ab))
- **Webhook Node:** Add notices about using the 'Content-Type' header
([#&#8203;17739](https://redirect.github.com/n8n-io/n8n/issues/17739))
([1c5a27d](https://redirect.github.com/n8n-io/n8n/commit/1c5a27d3ee8216b6cb5e1894d38881b2de14c654))
- **Wordpress Node:** Add date fields
([#&#8203;17755](https://redirect.github.com/n8n-io/n8n/issues/17755))
([724b5a5](https://redirect.github.com/n8n-io/n8n/commit/724b5a51f2259de29dac3be0b51e9d80fd5244de))

##### Performance Improvements

- **core:** Detect event loop blocking
([#&#8203;17805](https://redirect.github.com/n8n-io/n8n/issues/17805))
([b8b8507](https://redirect.github.com/n8n-io/n8n/commit/b8b8507ad69cea3ca706ef8230eaf99067e07014))
- **core:** Introduce decorator to report slow method calls
([#&#8203;17729](https://redirect.github.com/n8n-io/n8n/issues/17729))
([056302e](https://redirect.github.com/n8n-io/n8n/commit/056302ebe548862bf7550ed0aaf63cac61df0c9b))
- **core:** Stop typechecking during build
([#&#8203;17833](https://redirect.github.com/n8n-io/n8n/issues/17833))
([08a7b36](https://redirect.github.com/n8n-io/n8n/commit/08a7b365b8d34fd3dcc4deb878afb8e35c14bb0c))

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
TrueCharts Bot
2025-08-08 19:25:18 +00:00
committed by GitHub
parent ac6c96bf8e
commit b828a34bdb
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable
apiVersion: v2
appVersion: 1.105.0
appVersion: 1.106.2
dependencies:
- name: common
version: 28.15.1
@@ -44,5 +44,5 @@ sources:
- https://github.com/n8n-io/n8n
- https://github.com/truecharts/charts/tree/master/charts/stable/n8n
type: application
version: 17.7.1
version: 17.8.0
+1 -1
View File
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/n8n-io/n8n
tag: 1.105.0@sha256:73e728289edda75024cf546b004f81a8aa3420450d0353a8c8e1ce134e9ea0fe
tag: 1.106.2@sha256:a9665e7cd0018474f4ea1e2753a594f13146ad635bfbbcb4e3d695a58691dd6c
pullPolicy: IfNotPresent
timezoneandlocale: {}
# N8N_DEFAULT_LOCALE: "en"