⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.76.0 #695

Open
renovatebot wants to merge 1 commit from renovate/ghcr.io-n8n-io-n8n-1.x into main
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/n8n-io/n8n (source) minor 1.75.2 -> 1.76.0

Release Notes

n8n-io/n8n (ghcr.io/n8n-io/n8n)

v1.76.0

Bug Fixes
  • core: Align saving behavior in workflowExecuteAfter hooks (#​12731) (9d76210)
  • core: AugmentObject should handle the constructor property correctly (#​12744) (36bc164)
  • core: Fix keyboard shortcuts for non-ansi layouts (#​12672) (4c8193f)
  • core: Fix license CLI commands showing incorrect renewal setting (#​12759) (024ada8)
  • core: Fix license initialization failure on startup (#​12737) (ac2f647)
  • core: Recover successful data-less executions (#​12720) (a39b8bd)
  • core: Remove run data of utility nodes for partial executions v2 (#​12673) (b66a9dc)
  • core: Sync hookFunctionsSave and hookFunctionsSaveWorker (#​12740) (d410b8f)
  • core: Update isDocker check to return true on kubernetes/containerd (#​12603) (c55dac6)
  • editor: Add unicode code points to expression language for emoji (#​12633) (819ebd0)
  • editor: Correct missing whitespace in JSON output (#​12677) (b098b19)
  • editor: Defer crypto.randomUUID call in CodeNodeEditor (#​12630) (58f6532)
  • editor: Fix Code node bug erasing and overwriting code when switching between nodes (#​12637) (02d953d)
  • editor: Fix execution list hover & selection colour in dark mode (#​12628) (95c40c0)
  • editor: Fix JsonEditor with expressions (#​12739) (56c93ca)
  • editor: Fix navbar height flickering during load (#​12738) (a96b3f0)
  • editor: Open chat when executing agent node in canvas v2 (#​12617) (457edd9)
  • editor: Partial execution of a workflow with manual chat trigger (#​12662) (2f81b29)
  • editor: Show connector label above the line when it's straight (#​12622) (c97bd48)
  • editor: Show run workflow button when chat trigger has pinned data (#​12616) (da8aafc)
  • editor: Update workflow re-initialization to use query parameter (#​12650) (982131a)
  • Execute Workflow Node: Pass binary data to sub-workflow (#​12635) (e9c152e)
  • Google Gemini Chat Model Node: Add base URL support for Google Gemini Chat API (#​12643) (14f4bc7)
  • GraphQL Node: Change default request format to json instead of graphql (#​11346) (c7c122f)
  • Jira Software Node: Get custom fields(RLC) in update operation for server deployment type (#​12719) (353df79)
  • n8n Form Node: Remove the ability to change the formatting of dates (#​12666) (14904ff)
  • OpenAI Chat Model Node: Fix loading of custom models when using custom credential URL (#​12634) (7cc553e)
  • OpenAI Chat Model Node: Restore default model value (#​12745) (d1b6692)
  • Postgres Chat Memory Node: Do not terminate the connection pool (#​12674) (e7f00bc)
  • Postgres Node: Allow using composite key in upsert queries (#​12639) (83ce3a9)
  • Wait Node: Fix for hasNextPage in waiting forms (#​12636) (652b8d1)
Features

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/n8n-io/n8n](https://n8n.io) ([source](https://github.com/n8n-io/n8n)) | minor | `1.75.2` -> `1.76.0` | --- ### Release Notes <details> <summary>n8n-io/n8n (ghcr.io/n8n-io/n8n)</summary> ### [`v1.76.0`](https://github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1760-2025-01-22) ##### Bug Fixes - **core:** Align saving behavior in `workflowExecuteAfter` hooks ([#&#8203;12731](https://github.com/n8n-io/n8n/issues/12731)) ([9d76210](https://github.com/n8n-io/n8n/commit/9d76210a570e025d01d1f6596667abf40fbd8d12)) - **core:** AugmentObject should handle the constructor property correctly ([#&#8203;12744](https://github.com/n8n-io/n8n/issues/12744)) ([36bc164](https://github.com/n8n-io/n8n/commit/36bc164da486f2e2d05091b457b8eea6521ca22e)) - **core:** Fix keyboard shortcuts for non-ansi layouts ([#&#8203;12672](https://github.com/n8n-io/n8n/issues/12672)) ([4c8193f](https://github.com/n8n-io/n8n/commit/4c8193fedc2e3967c9a06c0652483128df509653)) - **core:** Fix license CLI commands showing incorrect renewal setting ([#&#8203;12759](https://github.com/n8n-io/n8n/issues/12759)) ([024ada8](https://github.com/n8n-io/n8n/commit/024ada822c1bc40958e594bb08707cf77d3397ec)) - **core:** Fix license initialization failure on startup ([#&#8203;12737](https://github.com/n8n-io/n8n/issues/12737)) ([ac2f647](https://github.com/n8n-io/n8n/commit/ac2f6476c114f51fafb9b7b66e41e0c87f4a1bf6)) - **core:** Recover successful data-less executions ([#&#8203;12720](https://github.com/n8n-io/n8n/issues/12720)) ([a39b8bd](https://github.com/n8n-io/n8n/commit/a39b8bd32be50c8323e415f820b25b4bcb81d960)) - **core:** Remove run data of utility nodes for partial executions v2 ([#&#8203;12673](https://github.com/n8n-io/n8n/issues/12673)) ([b66a9dc](https://github.com/n8n-io/n8n/commit/b66a9dc8fb6f7b19122cacbb7e2f86b4c921c3fb)) - **core:** Sync `hookFunctionsSave` and `hookFunctionsSaveWorker` ([#&#8203;12740](https://github.com/n8n-io/n8n/issues/12740)) ([d410b8f](https://github.com/n8n-io/n8n/commit/d410b8f5a7e99658e1e8dcb2e02901bd01ce9c59)) - **core:** Update isDocker check to return true on kubernetes/containerd ([#&#8203;12603](https://github.com/n8n-io/n8n/issues/12603)) ([c55dac6](https://github.com/n8n-io/n8n/commit/c55dac66ed97a2317d4c696c3b505790ec5d72fe)) - **editor:** Add unicode code points to expression language for emoji ([#&#8203;12633](https://github.com/n8n-io/n8n/issues/12633)) ([819ebd0](https://github.com/n8n-io/n8n/commit/819ebd058d1d60b3663d92b4a652728da7134a3b)) - **editor:** Correct missing whitespace in JSON output ([#&#8203;12677](https://github.com/n8n-io/n8n/issues/12677)) ([b098b19](https://github.com/n8n-io/n8n/commit/b098b19c7f0e3a9848c3fcfa012999050f2d3c7a)) - **editor:** Defer crypto.randomUUID call in CodeNodeEditor ([#&#8203;12630](https://github.com/n8n-io/n8n/issues/12630)) ([58f6532](https://github.com/n8n-io/n8n/commit/58f6532630bacd288d3c0a79b40150f465898419)) - **editor:** Fix Code node bug erasing and overwriting code when switching between nodes ([#&#8203;12637](https://github.com/n8n-io/n8n/issues/12637)) ([02d953d](https://github.com/n8n-io/n8n/commit/02d953db34ec4e44977a8ca908628b62cca82fde)) - **editor:** Fix execution list hover & selection colour in dark mode ([#&#8203;12628](https://github.com/n8n-io/n8n/issues/12628)) ([95c40c0](https://github.com/n8n-io/n8n/commit/95c40c02cb8fef77cf633cf5aec08e98746cff36)) - **editor:** Fix JsonEditor with expressions ([#&#8203;12739](https://github.com/n8n-io/n8n/issues/12739)) ([56c93ca](https://github.com/n8n-io/n8n/commit/56c93caae026738c1c0bebb4187b238e34a330f6)) - **editor:** Fix navbar height flickering during load ([#&#8203;12738](https://github.com/n8n-io/n8n/issues/12738)) ([a96b3f0](https://github.com/n8n-io/n8n/commit/a96b3f0091798a52bb33107b919b5d8287ba7506)) - **editor:** Open chat when executing agent node in canvas v2 ([#&#8203;12617](https://github.com/n8n-io/n8n/issues/12617)) ([457edd9](https://github.com/n8n-io/n8n/commit/457edd99bb853d8ccf3014605d5823933f3c0bc6)) - **editor:** Partial execution of a workflow with manual chat trigger ([#&#8203;12662](https://github.com/n8n-io/n8n/issues/12662)) ([2f81b29](https://github.com/n8n-io/n8n/commit/2f81b29d341535b512df0aa01b25a91d109f113f)) - **editor:** Show connector label above the line when it's straight ([#&#8203;12622](https://github.com/n8n-io/n8n/issues/12622)) ([c97bd48](https://github.com/n8n-io/n8n/commit/c97bd48a77643b9c2a5d7218e21b957af15cee0b)) - **editor:** Show run workflow button when chat trigger has pinned data ([#&#8203;12616](https://github.com/n8n-io/n8n/issues/12616)) ([da8aafc](https://github.com/n8n-io/n8n/commit/da8aafc0e3a1b5d862f0723d0d53d2c38bcaebc3)) - **editor:** Update workflow re-initialization to use query parameter ([#&#8203;12650](https://github.com/n8n-io/n8n/issues/12650)) ([982131a](https://github.com/n8n-io/n8n/commit/982131a75a32f741c120156826c303989aac189c)) - **Execute Workflow Node:** Pass binary data to sub-workflow ([#&#8203;12635](https://github.com/n8n-io/n8n/issues/12635)) ([e9c152e](https://github.com/n8n-io/n8n/commit/e9c152e369a4c2762bd8e6ad17eaa704bb3771bb)) - **Google Gemini Chat Model Node:** Add base URL support for Google Gemini Chat API ([#&#8203;12643](https://github.com/n8n-io/n8n/issues/12643)) ([14f4bc7](https://github.com/n8n-io/n8n/commit/14f4bc769027789513808b4000444edf99dc5d1c)) - **GraphQL Node:** Change default request format to json instead of graphql ([#&#8203;11346](https://github.com/n8n-io/n8n/issues/11346)) ([c7c122f](https://github.com/n8n-io/n8n/commit/c7c122f9173df824cc1b5ab864333bffd0d31f82)) - **Jira Software Node:** Get custom fields(RLC) in update operation for server deployment type ([#&#8203;12719](https://github.com/n8n-io/n8n/issues/12719)) ([353df79](https://github.com/n8n-io/n8n/commit/353df7941117e20547cd4f3fc514979a54619720)) - **n8n Form Node:** Remove the ability to change the formatting of dates ([#&#8203;12666](https://github.com/n8n-io/n8n/issues/12666)) ([14904ff](https://github.com/n8n-io/n8n/commit/14904ff77951fef23eb789a43947492a4cd3fa20)) - **OpenAI Chat Model Node:** Fix loading of custom models when using custom credential URL ([#&#8203;12634](https://github.com/n8n-io/n8n/issues/12634)) ([7cc553e](https://github.com/n8n-io/n8n/commit/7cc553e3b277a16682bfca1ea08cb98178e38580)) - **OpenAI Chat Model Node:** Restore default model value ([#&#8203;12745](https://github.com/n8n-io/n8n/issues/12745)) ([d1b6692](https://github.com/n8n-io/n8n/commit/d1b6692736182fa2eab768ba3ad0adb8504ebbbd)) - **Postgres Chat Memory Node:** Do not terminate the connection pool ([#&#8203;12674](https://github.com/n8n-io/n8n/issues/12674)) ([e7f00bc](https://github.com/n8n-io/n8n/commit/e7f00bcb7f2dce66ca07a9322d50f96356c1a43d)) - **Postgres Node:** Allow using composite key in upsert queries ([#&#8203;12639](https://github.com/n8n-io/n8n/issues/12639)) ([83ce3a9](https://github.com/n8n-io/n8n/commit/83ce3a90963ba76601234f4314363a8ccc310f0f)) - **Wait Node:** Fix for hasNextPage in waiting forms ([#&#8203;12636](https://github.com/n8n-io/n8n/issues/12636)) ([652b8d1](https://github.com/n8n-io/n8n/commit/652b8d170b9624d47b5f2d8d679c165cc14ea548)) ##### Features - Add credential only node for Microsoft Azure Monitor ([#&#8203;12645](https://github.com/n8n-io/n8n/issues/12645)) ([6ef8882](https://github.com/n8n-io/n8n/commit/6ef8882a108c672ab097c9dd1c590d4e9e7f3bcc)) - Add Miro credential only node ([#&#8203;12746](https://github.com/n8n-io/n8n/issues/12746)) ([5b29086](https://github.com/n8n-io/n8n/commit/5b29086e2f9b7f638fac4440711f673438e57492)) - Add SSM endpoint to AWS credentials ([#&#8203;12212](https://github.com/n8n-io/n8n/issues/12212)) ([565c7b8](https://github.com/n8n-io/n8n/commit/565c7b8b9cfd3e10f6a2c60add96fea4c4d95d33)) - **core:** Enable task runner by default ([#&#8203;12726](https://github.com/n8n-io/n8n/issues/12726)) ([9e2a01a](https://github.com/n8n-io/n8n/commit/9e2a01aeaf36766a1cf7a1d9a4d6e02f45739bd3)) - **editor:** Force final canvas v2 migration and remove switcher from UI ([#&#8203;12717](https://github.com/n8n-io/n8n/issues/12717)) ([29335b9](https://github.com/n8n-io/n8n/commit/29335b9b6acf97c817bea70688e8a2786fbd8889)) - **editor:** VariablesView Reskin - Add Filters for missing values ([#&#8203;12611](https://github.com/n8n-io/n8n/issues/12611)) ([1eeb788](https://github.com/n8n-io/n8n/commit/1eeb788d327287d21eab7ad6f2156453ab7642c7)) - **Jira Software Node:** Personal Access Token credential type ([#&#8203;11038](https://github.com/n8n-io/n8n/issues/11038)) ([1c7a38f](https://github.com/n8n-io/n8n/commit/1c7a38f6bab108daa47401cd98c185590bf299a8)) - **n8n Form Trigger Node:** Form Improvements ([#&#8203;12590](https://github.com/n8n-io/n8n/issues/12590)) ([f167578](https://github.com/n8n-io/n8n/commit/f167578b3251e553a4d000e731e1bb60348916ad)) - Synchronize deletions when pulling from source control ([#&#8203;12170](https://github.com/n8n-io/n8n/issues/12170)) ([967ee4b](https://github.com/n8n-io/n8n/commit/967ee4b89b94b92fc3955c56bf4c9cca0bd64eac)) </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45MC4zIiwidXBkYXRlZEluVmVyIjoiMzkuOTAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2025-01-22 09:01:58 -05:00
⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.76.0
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 5s
fd4d6aa06a
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 5s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ghcr.io-n8n-io-n8n-1.x:renovate/ghcr.io-n8n-io-n8n-1.x
git checkout renovate/ghcr.io-n8n-io-n8n-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/ghcr.io-n8n-io-n8n-1.x
git checkout renovate/ghcr.io-n8n-io-n8n-1.x
git rebase main
git checkout main
git merge --ff-only renovate/ghcr.io-n8n-io-n8n-1.x
git checkout renovate/ghcr.io-n8n-io-n8n-1.x
git rebase main
git checkout main
git merge --no-ff renovate/ghcr.io-n8n-io-n8n-1.x
git checkout main
git merge --squash renovate/ghcr.io-n8n-io-n8n-1.x
git checkout main
git merge --ff-only renovate/ghcr.io-n8n-io-n8n-1.x
git checkout main
git merge renovate/ghcr.io-n8n-io-n8n-1.x
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mafyuh/iac#695
No description provided.