Update ghcr.io/n8n-io/n8n Docker tag to v1.95.0 #489

Merged
alexlebens merged 1 commits from renovate/ghcr.io-n8n-io-n8n-1.x into main 2025-05-27 06:40:14 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/n8n-io/n8n (source) minor 1.94.0 -> 1.95.0

Release Notes

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

v1.95.0

Bug Fixes
  • Chat Trigger Node: Don't continue when action is load previous session and option is not set (#​15438) (8fd0738)
  • core: Add support for proxy using forward headers (#​15006) (b1687c6)
  • core: Fix community package installation on windows (#​15685) (647cb85)
  • core: Fix license reloading flow in scaling mode (#​15650) (c2449ee)
  • core: Use destination node to select the correct pinned trigger to start from (#​15633) (dc0802b)
  • editor: Add type definition for $getWorkflowStaticData to code node (#​15544) (bca03ca)
  • editor: Don't mark node as dirty when NDV is opened (#​15222) (8d1170e)
  • editor: Fix how deviation percentage is calculated in Insights summary (#​15526) (26de979)
  • editor: Fix notification toast offset outside of NodeView if chat/logs were opened (#​15622) (70ea7a8)
  • editor: Fix schema view showing incorrect data on loop node done branch (#​15635) (f762c59)
  • editor: Fix update panel icon display. Fix title on insights dashboard (#​15593) (075b035)
  • editor: Handle Loop node execution data preview correctly when inserting a node (#​15351) (5967c13)
  • editor: Make deleting Call n8n Workflow Tool fromAI workflow input descriptions work (#​15459) (0e708dd)
  • Fix jobs for secrets inherit (#​15532) (cf29b5f)
  • Google Drive Node: Incorrect MIME type when uploading files on cloud (#​15478) (2060498)
  • HTTP Request Node: Fix prototype pollution vulnerability (#​15463) (1ffc33d)
  • Information Extractor Node: Improve error handling for empty inputs (#​15590) (bb2f675)
  • Jira Software Node: Use old endpoints to get all issues on self-hosted instances (#​15591) (e23ffcc)
  • MongoDB Node: Stop overwriting nested values on update (#​15543) (3ee15a8)
  • Summarize Node: Convert v1 split by values to string (#​15525) (4d037ca)
  • Telegram Node: Include error message in output when continueOnFail is set (#​15540) (b8ee275)
Features
  • Airtop Node: Add File operations and scroll micro-interaction (#​15089) (86885a7)
  • Anthropic Chat Model Node: Set the new Claude 4 Sonnet model to be the default (#​15609) (cf8b611)
  • core: Add logs for insights flushing and compaction (#​15519) (3743a8c)
  • core: Invalidate all sessions when MFA is enabled/disabled (#​15524) (2a35c19)
  • core: Scope getStatus for environments for project admin role (#​15404) (f9f9597)
  • editor: "Executing" state in the output panel (#​15470) (7e3bcd3)
  • editor: Add an option to sync canvas with log view (#​15391) (9938e63)
  • editor: Distinguish official verified nodes from community built nodes (#​15630) (7f0c6d6)
  • editor: Save new project on Enter in name field (#​15535) (fbf7083)
  • editor: Show informative message in NDV when AI tools have no parameters (#​15515) (a426ecd)
  • editor: Use resource locator at Simple Vector Store memory key, allow cross workflow use (#​15421) (e5c2aea)
  • Merge Node: Option in combineBySql operation to return either confirmation of succes or empty result (#​15509) (a86bc43)
  • Migrate Test Workflows to Main Repo (#​15504) (867842d)

Configuration

📅 Schedule: Branch creation - Every minute ( * */1 * * * ) in timezone US/Central, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.94.0` -> `1.95.0` | --- ### Release Notes <details> <summary>n8n-io/n8n (ghcr.io/n8n-io/n8n)</summary> ### [`v1.95.0`](https://github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1950-2025-05-26) ##### Bug Fixes - **Chat Trigger Node:** Don't continue when action is load previous session and option is not set ([#&#8203;15438](https://github.com/n8n-io/n8n/issues/15438)) ([8fd0738](https://github.com/n8n-io/n8n/commit/8fd0738191f87f5762f23c763f64e86fdd444830)) - **core:** Add support for proxy using forward headers ([#&#8203;15006](https://github.com/n8n-io/n8n/issues/15006)) ([b1687c6](https://github.com/n8n-io/n8n/commit/b1687c6be2cbeda0989505f67be3c2a64489c5d0)) - **core:** Fix community package installation on windows ([#&#8203;15685](https://github.com/n8n-io/n8n/issues/15685)) ([647cb85](https://github.com/n8n-io/n8n/commit/647cb851e5e7f7b206bede8ac858f6c506b7a8c7)) - **core:** Fix license reloading flow in scaling mode ([#&#8203;15650](https://github.com/n8n-io/n8n/issues/15650)) ([c2449ee](https://github.com/n8n-io/n8n/commit/c2449ee2c8fec784e16620eebf936ce008598765)) - **core:** Use destination node to select the correct pinned trigger to start from ([#&#8203;15633](https://github.com/n8n-io/n8n/issues/15633)) ([dc0802b](https://github.com/n8n-io/n8n/commit/dc0802bbd1034812a7061d0610acb62986e1f3bf)) - **editor:** Add type definition for $getWorkflowStaticData to code node ([#&#8203;15544](https://github.com/n8n-io/n8n/issues/15544)) ([bca03ca](https://github.com/n8n-io/n8n/commit/bca03ca7392b00ce2edd7d829bc23b6d999a0e37)) - **editor:** Don't mark node as dirty when NDV is opened ([#&#8203;15222](https://github.com/n8n-io/n8n/issues/15222)) ([8d1170e](https://github.com/n8n-io/n8n/commit/8d1170e3ddc179a6ac1e6efe584cbbce702e11ab)) - **editor:** Fix how deviation percentage is calculated in Insights summary ([#&#8203;15526](https://github.com/n8n-io/n8n/issues/15526)) ([26de979](https://github.com/n8n-io/n8n/commit/26de97976aed4d5f11f7e37ca55fc5c1fe283099)) - **editor:** Fix notification toast offset outside of NodeView if chat/logs were opened ([#&#8203;15622](https://github.com/n8n-io/n8n/issues/15622)) ([70ea7a8](https://github.com/n8n-io/n8n/commit/70ea7a88594026479a934341b5c149661e75973b)) - **editor:** Fix schema view showing incorrect data on loop node done branch ([#&#8203;15635](https://github.com/n8n-io/n8n/issues/15635)) ([f762c59](https://github.com/n8n-io/n8n/commit/f762c59fb353dd334e4239b545ae44503b6e78d4)) - **editor:** Fix update panel icon display. Fix title on insights dashboard ([#&#8203;15593](https://github.com/n8n-io/n8n/issues/15593)) ([075b035](https://github.com/n8n-io/n8n/commit/075b035d64d462e84e35c2e3b73afee0fca592b8)) - **editor:** Handle Loop node execution data preview correctly when inserting a node ([#&#8203;15351](https://github.com/n8n-io/n8n/issues/15351)) ([5967c13](https://github.com/n8n-io/n8n/commit/5967c131654d5d8e87633fba9181af5ed571539b)) - **editor:** Make deleting Call n8n Workflow Tool fromAI workflow input descriptions work ([#&#8203;15459](https://github.com/n8n-io/n8n/issues/15459)) ([0e708dd](https://github.com/n8n-io/n8n/commit/0e708ddb54a2487ce48776b6470a7bc71998b845)) - Fix jobs for secrets inherit ([#&#8203;15532](https://github.com/n8n-io/n8n/issues/15532)) ([cf29b5f](https://github.com/n8n-io/n8n/commit/cf29b5f188c83f02ea3d1f8cb9a064dfebaca3eb)) - **Google Drive Node:** Incorrect MIME type when uploading files on cloud ([#&#8203;15478](https://github.com/n8n-io/n8n/issues/15478)) ([2060498](https://github.com/n8n-io/n8n/commit/20604983cd007fc041da6b9dd084264c8977bb68)) - **HTTP Request Node:** Fix prototype pollution vulnerability ([#&#8203;15463](https://github.com/n8n-io/n8n/issues/15463)) ([1ffc33d](https://github.com/n8n-io/n8n/commit/1ffc33dcc63dfcc0dc27905a9c0a01de33da4160)) - **Information Extractor Node:** Improve error handling for empty inputs ([#&#8203;15590](https://github.com/n8n-io/n8n/issues/15590)) ([bb2f675](https://github.com/n8n-io/n8n/commit/bb2f675817ccfc2e11ce9b758c4f9dd80a992cd5)) - **Jira Software Node:** Use old endpoints to get all issues on self-hosted instances ([#&#8203;15591](https://github.com/n8n-io/n8n/issues/15591)) ([e23ffcc](https://github.com/n8n-io/n8n/commit/e23ffccca8248aa76435be9d20cc3df6bd6c3773)) - **MongoDB Node:** Stop overwriting nested values on update ([#&#8203;15543](https://github.com/n8n-io/n8n/issues/15543)) ([3ee15a8](https://github.com/n8n-io/n8n/commit/3ee15a833128cac63a767f13aaaaad7ebd960501)) - **Summarize Node:** Convert v1 split by values to string ([#&#8203;15525](https://github.com/n8n-io/n8n/issues/15525)) ([4d037ca](https://github.com/n8n-io/n8n/commit/4d037ca68abe4660b3815da3b99e8b65e2b80c43)) - **Telegram Node:** Include error message in output when continueOnFail is set ([#&#8203;15540](https://github.com/n8n-io/n8n/issues/15540)) ([b8ee275](https://github.com/n8n-io/n8n/commit/b8ee275f0beeaf054cd0ef52e987c73bc211ec27)) ##### Features - **Airtop Node:** Add File operations and scroll micro-interaction ([#&#8203;15089](https://github.com/n8n-io/n8n/issues/15089)) ([86885a7](https://github.com/n8n-io/n8n/commit/86885a7d0e035a480960600a20303ebcda508870)) - **Anthropic Chat Model Node:** Set the new Claude 4 Sonnet model to be the default ([#&#8203;15609](https://github.com/n8n-io/n8n/issues/15609)) ([cf8b611](https://github.com/n8n-io/n8n/commit/cf8b611d14528b3a898a1b89d6c817a0b7e63575)) - **core:** Add logs for insights flushing and compaction ([#&#8203;15519](https://github.com/n8n-io/n8n/issues/15519)) ([3743a8c](https://github.com/n8n-io/n8n/commit/3743a8c33dfc77295e743bf8606e45850be21579)) - **core:** Invalidate all sessions when MFA is enabled/disabled ([#&#8203;15524](https://github.com/n8n-io/n8n/issues/15524)) ([2a35c19](https://github.com/n8n-io/n8n/commit/2a35c19ef971bd9a2612a43471e6f87dd4c43f7b)) - **core:** Scope getStatus for environments for project admin role ([#&#8203;15404](https://github.com/n8n-io/n8n/issues/15404)) ([f9f9597](https://github.com/n8n-io/n8n/commit/f9f9597bbd20a8a97c0100f20586e9c1a8acd4d9)) - **editor:** "Executing" state in the output panel ([#&#8203;15470](https://github.com/n8n-io/n8n/issues/15470)) ([7e3bcd3](https://github.com/n8n-io/n8n/commit/7e3bcd389546a8b85a9a81e0ce76f5aeb4df3e7c)) - **editor:** Add an option to sync canvas with log view ([#&#8203;15391](https://github.com/n8n-io/n8n/issues/15391)) ([9938e63](https://github.com/n8n-io/n8n/commit/9938e63a666cb37461ce642836c427f05a44ebc9)) - **editor:** Distinguish official verified nodes from community built nodes ([#&#8203;15630](https://github.com/n8n-io/n8n/issues/15630)) ([7f0c6d6](https://github.com/n8n-io/n8n/commit/7f0c6d62e6a1b9a1b2fc92ad05d4c47d3a9393d6)) - **editor:** Save new project on Enter in name field ([#&#8203;15535](https://github.com/n8n-io/n8n/issues/15535)) ([fbf7083](https://github.com/n8n-io/n8n/commit/fbf7083062488d1b7e2e69b8ed7f5bcded417baf)) - **editor:** Show informative message in NDV when AI tools have no parameters ([#&#8203;15515](https://github.com/n8n-io/n8n/issues/15515)) ([a426ecd](https://github.com/n8n-io/n8n/commit/a426ecd2f13208ac80ddcbabbc8ac8fdbd268ab0)) - **editor:** Use resource locator at Simple Vector Store memory key, allow cross workflow use ([#&#8203;15421](https://github.com/n8n-io/n8n/issues/15421)) ([e5c2aea](https://github.com/n8n-io/n8n/commit/e5c2aea6fe770698c0f8d6986b6b4662e89f90b4)) - **Merge Node:** Option in combineBySql operation to return either confirmation of succes or empty result ([#&#8203;15509](https://github.com/n8n-io/n8n/issues/15509)) ([a86bc43](https://github.com/n8n-io/n8n/commit/a86bc43f50185f0aa647a63dfe04d147fad62256)) - Migrate Test Workflows to Main Repo ([#&#8203;15504](https://github.com/n8n-io/n8n/issues/15504)) ([867842d](https://github.com/n8n-io/n8n/commit/867842d4735a73ce117ae418ea49db4f1f567c94)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Every minute ( * */1 * * * ) in timezone US/Central, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xLjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC4xLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
renovate-bot added 1 commit 2025-05-26 13:20:59 +00:00
Update ghcr.io/n8n-io/n8n Docker tag to v1.95.0
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 16s
b110309a1e
renovate-bot force-pushed renovate/ghcr.io-n8n-io-n8n-1.x from b110309a1e to 253b484f22 2025-05-26 16:01:40 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-n8n-io-n8n-1.x from 253b484f22 to c469b1b2ac 2025-05-26 22:31:47 +00:00 Compare
renovate-bot force-pushed renovate/ghcr.io-n8n-io-n8n-1.x from c469b1b2ac to 09df35bebd 2025-05-26 23:11:51 +00:00 Compare
alexlebens merged commit e2725426d3 into main 2025-05-27 06:40:14 +00:00
alexlebens deleted branch renovate/ghcr.io-n8n-io-n8n-1.x 2025-05-27 06:40:16 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alexlebens/infrastructure#489
No description provided.