chore(helm): update image ghcr.io/n8n-io/n8n 1.123.5 → 2.0.2 (#42800)
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)) | major | `c8ea89d` -> `e3a4256` | --- > [!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.0.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#200-2025-12-08) ##### Bug Fixes - Add `HOME` env var to distroless runners image ([#​22796](https://redirect.github.com/n8n-io/n8n/issues/22796)) ([2cf1021](https://redirect.github.com/n8n-io/n8n/commit/2cf10216bd396118eb170f237b918df5850a3402)) - **core:** Allowlist `HOME` env var in JS runner config ([#​22839](https://redirect.github.com/n8n-io/n8n/issues/22839)) ([a31ca3d](https://redirect.github.com/n8n-io/n8n/commit/a31ca3d19052f7fdecb1c2ed9a81e15ff9bd14b6)) - **core:** Do not prevent credential save if property has default value ([#​22720](https://redirect.github.com/n8n-io/n8n/issues/22720)) ([03744c3](https://redirect.github.com/n8n-io/n8n/commit/03744c30c59b96a8ad67d8d6b321e0f7ff0571e2)) - **core:** Update migration that activate workflows with executeWorkflowTrigger ([#​22860](https://redirect.github.com/n8n-io/n8n/issues/22860)) ([f7cb18c](https://redirect.github.com/n8n-io/n8n/commit/f7cb18ce3853a1813646460fc472b0d20f482a53)) - **editor:** Bind color-scheme to app theme setting ([#​22774](https://redirect.github.com/n8n-io/n8n/issues/22774)) ([3d46b97](https://redirect.github.com/n8n-io/n8n/commit/3d46b97bdf1c01852998ce5a5eb4631fe990d268)) - **editor:** Design tweaks for publish modals ([#​22694](https://redirect.github.com/n8n-io/n8n/issues/22694)) ([98efa19](https://redirect.github.com/n8n-io/n8n/commit/98efa19ca4d9cf17c88a3778c00fea45caa54738)) - Fetch workflow before updating checksum ([#​22927](https://redirect.github.com/n8n-io/n8n/issues/22927)) ([2260953](https://redirect.github.com/n8n-io/n8n/commit/22609531c39dce6477123734f68a53d932a26d8b)) - Security patches ([#​22748](https://redirect.github.com/n8n-io/n8n/issues/22748)) ([d22c173](https://redirect.github.com/n8n-io/n8n/commit/d22c173aec9f990f1912450399eea29893e62d24)) - Security patches for jws ([#​22918](https://redirect.github.com/n8n-io/n8n/issues/22918)) ([a642722](https://redirect.github.com/n8n-io/n8n/commit/a642722115a011f16292074833d47bee540a34b2)) - Update checksum after restoring workflow ([#​22920](https://redirect.github.com/n8n-io/n8n/issues/22920)) ([207c3f8](https://redirect.github.com/n8n-io/n8n/commit/207c3f8ba81e9c5b2148278f7def492b4789d2dc)) ##### Features - Validate nodes before activating ([#​22916](https://redirect.github.com/n8n-io/n8n/issues/22916)) ([1aa325a](https://redirect.github.com/n8n-io/n8n/commit/1aa325a64f26a8b377cee341df7486dcedd535b2)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.123.5
|
||||
appVersion: 2.0.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.10
|
||||
@@ -46,5 +46,5 @@ sources:
|
||||
- https://github.com/n8n-io/n8n
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/n8n
|
||||
type: application
|
||||
version: 17.46.6
|
||||
version: 18.0.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/n8n-io/n8n
|
||||
tag: 1.123.5@sha256:c8ea89d97e420858c61d39ead4f310284dba3a4462521ec169e54a0254f213c2
|
||||
tag: 2.0.2@sha256:e3a4256dd2aa3b987e10da3c1194081575933987b26a604a4f52d2bdd62a5b72
|
||||
pullPolicy: IfNotPresent
|
||||
timezoneandlocale: {}
|
||||
# N8N_DEFAULT_LOCALE: "en"
|
||||
|
||||
Reference in New Issue
Block a user