Skip to content

Conversation

@chaplain-grimaldus
Copy link
Contributor

@chaplain-grimaldus chaplain-grimaldus bot commented Sep 17, 2025

This PR contains the following updates:

Package Update Change
8gears.container-registry.com/library/n8n (source) minor 1.0.14 -> 1.1.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

n8n-io/n8n (8gears.container-registry.com/library/n8n)

v1.1.0

Bug Fixes
  • Add missing indices on sqlite (#​6673) (b1838f7)
  • API: Do not add starting node on workflow creation (#​6686) (92192fb)
  • API: Fix issue with workflow setting not supporting newer nanoids (#​6699) (c7e1013)
  • AwsS3 Node: Fix issue if bucket name contains a '.' (#​6542) (540d32d)
  • Brevo Node: Rename SendInBlue node to Brevo node (#​6521) (e63b398)
  • Code Node: Install python modules always in a user-writable folder (#​6568) (bf35124)
  • core: Add empty credential value marker to show empty pw field (#​6532) (9294e2d)
  • core: Deleting manual executions should defer deleting binary data (#​6680) (462a674)
  • core: Filter out workflows that failed to activate on startup (#​6676) (667c15d)
  • core: Fix credentials test (#​6569) (1abd172)
  • core: Fix migrations for MySQL/MariaDB (#​6591) (29882a6)
  • core: Handle all uncaught exception, not just the ones from Axios (#​6666) (ff07595)
  • core: Improve the performance of last 2 sqlite migrations (#​6522) (31cba87)
  • core: Load SAML libraries dynamically (#​6690) (fce5609)
  • core: Redirect user to previous url after SSO signin (#​6710) (08331c6)
  • core: Reduce memory consumption on BinaryDataManager.init (#​6633) (329d22f)
  • core: Remove typeorm patches, but still enforce transactions on every migration (#​6594) (9def7a7), closes #​6519
  • core: Rename to credential_stubs and variable_stubs.json (#​6528) (b06462f)
  • core: Support redis cluster in queue mode (#​6708) (4029386)
  • core: Update docker compose setup for V1 images (#​6642) (05007d8)
  • core: Upgrade semver to address CVE-2022-25883 (#​6689) (9daf944)
  • core: Use exec in docker images to forward signals correctly (#​6732) (ed9f86b)
  • core: Use JWT as reset password token (#​6714) (89f4402)
  • core: Use lower cased email for SAML email attribute (#​6663) (eedde24)
  • core: Use owners file to export wf owners (#​6547) (4b755fb)
  • crowd.dev Node: Fix documentation urls for crowd.dev credentials and nodes (#​6696) (acda7f2)
  • editor: Add default author name and email to source control settings (#​6543) (e1a02c7)
  • editor: Add paywall state to non owner users for Variables (#​6679) (e7091d6)
  • editor: Change default branchColor and remove label (#​6541) (186271e)
  • editor: Ensure default credential values are not detected as dirty state (#​6677) (c7b74c3)
  • editor: Extend menu item and use it as a recursive component (#​6618) (d617f63)
  • editor: Hide Execute Node button for unknown nodes (#​6684) (6887b4e)
  • editor: Increase contrast ratio in execution list workflow names (#​6661) (c0b1cb2)
  • editor: Make Source control branch select required (#​6619) (20737b5)
  • editor: Prevent keyboard shortcuts to edit workflows in readonly mode (#​6613) (7383e7f)
  • editor: Prevent RMC from loading schema if it's already cached (#​6695) (a79aa19)
  • editor: Remove global link styling in v1 banner (#​6705) (76a765a)
  • editor: Show appropriate empty workflow list content when instance environment is readonly (#​6610) (7515f7d)
  • editor: Show retry information in execution list only when it exists (#​6587) (3ca66be)
  • editor: Skip error line highlighting if out of range (#​6721) (a62d00a)
  • editor: Update design system menu item component (#​6659) (84466e9)
  • FileMaker Node: Improve returned error responses (#​6585) (91a052e)
  • FTP Node: List recursive ignore . and .. to prevent infinite loops (#​6707) (995d5cc)
  • GitLab Trigger Node: Fix trigger activation 404 error (#​6711) (8ceb832)
  • Gmail Trigger Node: Early returns in case of no data (#​6727) (c2511a8)
  • Google BigQuery Node: Error description improvement (#​6715) (95837d2)
  • Google Drive Node: Fix regex in file RLC (#​6607) (5672146)
  • Google Drive Node: URL parsing (#​6527) (d9ed0b3)
  • Google Sheets Node: Incorrect read of 0 and false (#​6525) (806d134)
  • HTTP Request Node: Cleanup circular references in response (#​6590) (aecc05b)
  • Merge Node: Enrich input 2 fix (#​6526) (c82c7f1)
  • Microsoft Outlook Node: Fix issue with category not correctly applying (#​6583) (fc8ed55)
  • Notion Node: Version fix (#​6531) (38dc784)
  • Postgres Node: Arrays in query replacement fix (#​6718) (4cae091)
  • Postgres Node: For select queries, empty result should be be replaced with {"success":true} (#​6703) (250175d)
  • Postgres Node: Upsert does not fetch columns when schema other then public (#​6643) (aaa9ee3)
  • Salesforce Node: Fix typo for adding a contact to a campaign (#​6598) (7ffe3cb)
  • Sendy Node: Fix issue with brand id not being sent (#​6530) (2e8dfb8)
  • Stop n8n from complaining about credentials when saving a new workflow form a template (#​6671) (486d16b)
  • Strapi Node: Fix issue with pagination (#​4991) (54444fa)
  • Telegram Trigger Node: Add guard to 'include' call on null or undefined (#​6730) (533b0ba)
  • XML Node: Fix issue with not returning valid data (#​6565) (cdd215f)
Features
Reverts

1.0.1 (2023-07-05)

Bug Fixes
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.

@chaplain-grimaldus chaplain-grimaldus bot force-pushed the renovate/8gears.container-registry.com-library-n8n-1.x branch from d6e62b4 to dbb5251 Compare October 27, 2025 14:03
@chaplain-grimaldus chaplain-grimaldus bot changed the title fix(container): update image 8gears.container-registry.com/library/n8n ( 1.0.14 → 1.0.15 ) fix(container): update image 8gears.container-registry.com/library/n8n ( 1.0.14 → 1.0.16 ) Oct 27, 2025
@chaplain-grimaldus chaplain-grimaldus bot force-pushed the renovate/8gears.container-registry.com-library-n8n-1.x branch from dbb5251 to eebe3fb Compare October 30, 2025 17:04
@chaplain-grimaldus chaplain-grimaldus bot changed the title fix(container): update image 8gears.container-registry.com/library/n8n ( 1.0.14 → 1.0.16 ) feat(container): update image 8gears.container-registry.com/library/n8n ( 1.0.14 → 1.1.0 ) Oct 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant