chore(helm): update image docker.io/n8nio/n8n 1.76.1 → 1.77.0 (#31374)

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 | `75866b0`
-> `dd093bb` |

---

> [!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.77.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1770-2025-01-29)

##### Bug Fixes

- **core:** Account for pre-execution failure in scaling mode
([#&#8203;12815](https://redirect.github.com/n8n-io/n8n/issues/12815))
([b4d27c4](b4d27c49e3))
- **core:** Display the last activated plan name when multiple are
activated
([#&#8203;12835](https://redirect.github.com/n8n-io/n8n/issues/12835))
([03365f0](03365f096d))
- **core:** Fix possible corruption of OAuth2 credential
([#&#8203;12880](https://redirect.github.com/n8n-io/n8n/issues/12880))
([ac84ea1](ac84ea1445))
- **core:** Fix usage of external libs in task runner
([#&#8203;12788](https://redirect.github.com/n8n-io/n8n/issues/12788))
([3d9d5bf](3d9d5bf9d5))
- **core:** Handle max stalled count error better
([#&#8203;12824](https://redirect.github.com/n8n-io/n8n/issues/12824))
([eabf160](eabf160957))
- **core:** Improve error handling in credential decryption and parsing
([#&#8203;12868](https://redirect.github.com/n8n-io/n8n/issues/12868))
([0c86bf2](0c86bf2b37))
- **core:** Renew license on startup for instances with detached
floating entitlements
([#&#8203;12884](https://redirect.github.com/n8n-io/n8n/issues/12884))
([f32eef8](f32eef85bd))
- **core:** Update execution entity and execution data in transaction
([#&#8203;12756](https://redirect.github.com/n8n-io/n8n/issues/12756))
([1f43181](1f43181360))
- **core:** Validate credential data before encryption
([#&#8203;12885](https://redirect.github.com/n8n-io/n8n/issues/12885))
([3d27a14](3d27a14987))
- **editor:** Add notice when user hits the limit for execution metadata
item length
([#&#8203;12676](https://redirect.github.com/n8n-io/n8n/issues/12676))
([02df25c](02df25c450))
- **editor:** Don't send run data for full manual executions
([#&#8203;12687](https://redirect.github.com/n8n-io/n8n/issues/12687))
([9139dc3](9139dc3c29))
- **editor:** Fix sub-execution links in empty output tables
([#&#8203;12781](https://redirect.github.com/n8n-io/n8n/issues/12781))
([114ed88](114ed88368))
- **editor:** Fix workflow move project select filtering
([#&#8203;12764](https://redirect.github.com/n8n-io/n8n/issues/12764))
([358d284](358d2843e5))
- **editor:** Focus executions iframe when n8n is ready to delegate
keyboard events
([#&#8203;12741](https://redirect.github.com/n8n-io/n8n/issues/12741))
([d506218](d5062189db))
- **editor:** Handle large payloads in the AI Assistant requests better
([#&#8203;12747](https://redirect.github.com/n8n-io/n8n/issues/12747))
([eb4dea1](eb4dea1ca8))
- **editor:** Hide Set up Template button for empty workflows
([#&#8203;12808](https://redirect.github.com/n8n-io/n8n/issues/12808))
([36e615b](36e615b28f))
- **editor:** Load appropriate credentials in canvas V2 for new workflow
([#&#8203;12722](https://redirect.github.com/n8n-io/n8n/issues/12722))
([2020dc5](2020dc502f))
- **editor:** Properly set active project in new canvas
([#&#8203;12810](https://redirect.github.com/n8n-io/n8n/issues/12810))
([648c6f9](648c6f9315))
- **editor:** Render inline SVGs correctly on the external secrets
settings page
([#&#8203;12802](https://redirect.github.com/n8n-io/n8n/issues/12802))
([5820ade](5820ade1e4))
- **editor:** Show input selector when node has error
([#&#8203;12813](https://redirect.github.com/n8n-io/n8n/issues/12813))
([5b760e7](5b760e7f7f))
- **editor:** Show mappings by default in sub-node NDVs when the root
node isn't executed
([#&#8203;12642](https://redirect.github.com/n8n-io/n8n/issues/12642))
([fb662dd](fb662dd95c))
- **Postgres PGVector Store Node:** Release postgres connections back to
the pool
([#&#8203;12723](https://redirect.github.com/n8n-io/n8n/issues/12723))
([663dfb4](663dfb48de))

##### Features

- Add DeepSeek Chat Model node
([#&#8203;12873](https://redirect.github.com/n8n-io/n8n/issues/12873))
([9918afa](9918afa51b))
- Add OpenRouter node
([#&#8203;12882](https://redirect.github.com/n8n-io/n8n/issues/12882))
([dc85b02](dc85b022d1))
- Add timeout options to sendAndWait operations
([#&#8203;12753](https://redirect.github.com/n8n-io/n8n/issues/12753))
([3e9f24d](3e9f24ddf4))
- **API:** Add route for schema static files
([#&#8203;12770](https://redirect.github.com/n8n-io/n8n/issues/12770))
([d981b56](d981b5659a))
- **core:** Explicitly report external hook failures
([#&#8203;12830](https://redirect.github.com/n8n-io/n8n/issues/12830))
([a24e442](a24e4420bb))
- **core:** Rename two task runner env vars
([#&#8203;12763](https://redirect.github.com/n8n-io/n8n/issues/12763))
([60187ca](60187cab9b))
- **editor:** Add evaluation workflow and enhance workflow selector with
pinned data support
([#&#8203;12773](https://redirect.github.com/n8n-io/n8n/issues/12773))
([be967eb](be967ebec0))
- **editor:** Always keep at least one executing node indicator in the
workflow
([#&#8203;12829](https://redirect.github.com/n8n-io/n8n/issues/12829))
([c25c613](c25c613a04))
- **Google Chat Node:** Updates
([#&#8203;12827](https://redirect.github.com/n8n-io/n8n/issues/12827))
([e146ad0](e146ad021a))
- **Microsoft Outlook Node:** New operation sendAndWait
([#&#8203;12795](https://redirect.github.com/n8n-io/n8n/issues/12795))
([f4bf55f](f4bf55f0d8))
- **n8n Form Node:** Add read-only/custom HTML form elements
([#&#8203;12760](https://redirect.github.com/n8n-io/n8n/issues/12760))
([ba8aa39](ba8aa39216))
- **Send Email Node:** New operation sendAndWait
([#&#8203;12775](https://redirect.github.com/n8n-io/n8n/issues/12775))
([a197fbb](a197fbb21b))
- **Summarize Node:** Turns error when field not found in items into
warning
([#&#8203;11889](https://redirect.github.com/n8n-io/n8n/issues/11889))
([d7dda3f](d7dda3f5de))
- **Telegram Node:** New operation sendAndWait
([#&#8203;12771](https://redirect.github.com/n8n-io/n8n/issues/12771))
([2c58d47](2c58d47f8e))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
TrueCharts Bot
2025-01-29 16:12:41 +01:00
committed by GitHub
parent efb0979d4f
commit 8f07413ddc
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.76.1
appVersion: 1.77.0
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.36.3
version: 15.37.0

View File

@@ -1,6 +1,6 @@
image:
repository: docker.io/n8nio/n8n
tag: 1.76.1@sha256:75866b041c785ca2d8d32c02fc6b01398f215dfd96cccefe342958df0f8f78b9
tag: 1.77.0@sha256:dd093bb2a9099fc43de6d69958220218970ea1683d756cf72bb8801c4452b533
pullPolicy: IfNotPresent
timezoneandlocale: {}
# N8N_DEFAULT_LOCALE: "en"