chore(helm): update image docker.io/n8nio/n8n 1.80.3 → 1.81.1 (#32657)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/n8nio/n8n](https://n8n.io)
([source](https://redirect.github.com/n8n-io/n8n)) | minor | `76997d1`
-> `03ec7a3` |

---

> [!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 (docker.io/n8nio/n8n)</summary>

###
[`v1.81.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1810-2025-02-24)

##### Bug Fixes

- Always clear popupWindowState before showing popup from form trigger
([#&#8203;13363](https://redirect.github.com/n8n-io/n8n/issues/13363))
([b7f1265](b7f12650f1))
- **Code Node:** Fix `$items` in Code node when using task runner
([#&#8203;13368](https://redirect.github.com/n8n-io/n8n/issues/13368))
([87b3c50](87b3c508b3))
- **core:** Avoid renewing the license on init to prevent excessive
duplicate renewal calls
([#&#8203;13347](https://redirect.github.com/n8n-io/n8n/issues/13347))
([1e1f528](1e1f528466))
- **core:** Ensure that 'workflow-post-execute' event has userId
whenever it's available
([#&#8203;13326](https://redirect.github.com/n8n-io/n8n/issues/13326))
([f41e353](f41e353887))
- **core:** Fix DB migrations for MySQL
([#&#8203;13261](https://redirect.github.com/n8n-io/n8n/issues/13261))
([d0968a1](d0968a10d5))
- **core:** Fix resuming executions on test webhooks from Wait forms
([#&#8203;13410](https://redirect.github.com/n8n-io/n8n/issues/13410))
([8ffd316](8ffd3167d5))
- **core:** Handle connections for missing nodes in a workflow
([#&#8203;13362](https://redirect.github.com/n8n-io/n8n/issues/13362))
([1e5feb1](1e5feb195d))
- **core:** Make sure middleware works with legacy API Keys
([#&#8203;13390](https://redirect.github.com/n8n-io/n8n/issues/13390))
([ca76ef4](ca76ef4bc2))
- **core:** Return original hooks errors to the frontend
([#&#8203;13365](https://redirect.github.com/n8n-io/n8n/issues/13365))
([5439181](5439181e92))
- **editor:** Correctly close node creator when selecting/deselecting a
node
([#&#8203;13338](https://redirect.github.com/n8n-io/n8n/issues/13338))
([c3dc66e](c3dc66ee73))
- **editor:** Do not show credential details popup for users without
necessary scopes with direct link
([#&#8203;13264](https://redirect.github.com/n8n-io/n8n/issues/13264))
([a5401d0](a5401d06a5))
- **editor:** Do not show project settings for users without permission
with direct link
([#&#8203;13246](https://redirect.github.com/n8n-io/n8n/issues/13246))
([fa488f1](fa488f1561))
- **editor:** Don't open form popup window if different trigger node is
used
([#&#8203;13391](https://redirect.github.com/n8n-io/n8n/issues/13391))
([57a9a5b](57a9a5b15f))
- **editor:** Fix configurable node description margins and text
alignment
([#&#8203;13318](https://redirect.github.com/n8n-io/n8n/issues/13318))
([c881ea2](c881ea2c7b))
- **editor:** Fix workflow moving E2E tests
([#&#8203;13396](https://redirect.github.com/n8n-io/n8n/issues/13396))
([073b05b](073b05b10c))
- **editor:** Optionally share credentials used by the workflow when
moving the workflow between projects
([#&#8203;12524](https://redirect.github.com/n8n-io/n8n/issues/12524))
([7bd83d7](7bd83d7d33))
- **editor:** Polyfill `Array.prototype.toSorted` (no-chanhelog)
([#&#8203;13463](https://redirect.github.com/n8n-io/n8n/issues/13463))
([f2b15ea](f2b15ea086))
- **editor:** Register/unregister keybindings on window focus/blur
([#&#8203;13419](https://redirect.github.com/n8n-io/n8n/issues/13419))
([7a504dc](7a504dc30f))
- **editor:** Switch back to selection mode on window blur
([#&#8203;13341](https://redirect.github.com/n8n-io/n8n/issues/13341))
([415e25b](415e25b5d5))
- Prevent flicker during paginated workflow navigation
([#&#8203;13348](https://redirect.github.com/n8n-io/n8n/issues/13348))
([d277e0b](d277e0ba0e))

##### Features

- **core:** Hackmation - Add last activity metric
([#&#8203;13237](https://redirect.github.com/n8n-io/n8n/issues/13237))
([272f55b](272f55b80f))
- **editor:** Change rename node keyboard shortcut to Space on new
canvas
([#&#8203;11872](https://redirect.github.com/n8n-io/n8n/issues/11872))
([c90d0d9](c90d0d9161))
- **editor:** Implement breadcrumbs component
([#&#8203;13317](https://redirect.github.com/n8n-io/n8n/issues/13317))
([db297f1](db297f107d))
- **editor:** Implement folder navigation in workflows list
([#&#8203;13370](https://redirect.github.com/n8n-io/n8n/issues/13370))
([0eae14e](0eae14e27a))
- **editor:** Rename 'Text' fields on AI nodes to 'Prompt'
([#&#8203;13416](https://redirect.github.com/n8n-io/n8n/issues/13416))
([4fa666b](4fa666b976))
- Enable partial exections v2 by default
([#&#8203;13344](https://redirect.github.com/n8n-io/n8n/issues/13344))
([29ae239](29ae2396c9))
- **n8n Form Node:** Limit wait time parameters
([#&#8203;13160](https://redirect.github.com/n8n-io/n8n/issues/13160))
([14b6f8b](14b6f8b972))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2025-02-27 20:07:23 +01:00
committed by GitHub
parent d8aa3d7ebe
commit f778201ebe
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 1.80.3
appVersion: 1.81.1
dependencies:
- name: common
version: 25.4.10
@@ -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.40.3
version: 15.41.0

View File

@@ -1,6 +1,6 @@
image:
repository: docker.io/n8nio/n8n
tag: 1.80.3@sha256:76997d169566a957f9304027c2f7e4304bc684ddf7ec7120602dc2a0b66e42ce
tag: 1.81.1@sha256:03ec7a3823cfc1af42aa6117132296ee25a3320ae8b5002f9d89e5ba7c797120
pullPolicy: IfNotPresent
timezoneandlocale: {}
# N8N_DEFAULT_LOCALE: "en"