Skip to content

chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.21.4#83

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-n8n-io-n8n-2.x
Open

chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.21.4#83
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-n8n-io-n8n-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 14, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
ghcr.io/n8n-io/n8n (source) minor 2.4.12.21.4

Release Notes

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

v2.21.0

Bug Fixes
  • Add warning to Computer Use install modal (#​30094) (ecf96ad)
  • ai-builder: Allow restoring archived workflows from Instance AI (#​29813) (a33a89a)
  • ai-builder: Preserve collected planning context (#​29916) (5e3aa1a)
  • ai-builder: Resolve HitlTool variants to base node in get_node_types (#​29731) (ed9471a)
  • Airtable Node: Fix typecast option dropping attachment field updates (#​29556) (0cafc71)
  • Align undici override across major versions (#​30028) (6b893b4)
  • Calendly Trigger Node: Use API v2 for webhook subscriptions (#​29771) (0edcdcf)
  • core: Activate agent chat integrations on every main (#​30029) (6f4f0a0)
  • core: Add configurable retries and error details to S3 (#​28309) (e2576ca)
  • core: Add ESLint rule to prevent error instances in toThrow assertions (#​29889) (75ed71c)
  • core: Add liveness timeouts for Instance AI (#​30145) (52a4bcb)
  • core: Add support for context establishment hooks in webhook mode (#​29893) (04e9b25)
  • core: Add workflow structure validation (#​29699) (bec74ae)
  • core: Advance Postgres IDENTITY sequences after entity import (#​29762) (ca33060)
  • core: Agent sessions correctly quoting columns in queries for Postgres (#​29999) (9f92005)
  • core: Agents called from workflows use the workflows owner/user ID for calling further workflows through the agent (#​30242) (9072ee3)
  • core: Allow GIT_SSH_COMMAND in simple-git after 3.36.0 upgrade (#​29894) (f42be90)
  • core: Allow profile edits when SSO is no longer active (#​29765) (2714f00)
  • core: Allow same-domain redirects in instance-ai web research (TRUST-73) (#​30107) (3123f25)
  • core: Always create instance-ai sandbox workspace dirs (TRUST-79) (#​30106) (5e88748)
  • core: Avoid MCP get_execution hang on circular references (#​30051) (60e23e1)
  • core: Check npm provenance in community package scanner (#​29667) (804f51c)
  • core: Clarify 0-based indexing in workflow SDK prompts and JSDoc (#​29734) (fba873c)
  • core: Clarify agent builder prompt guidance (#​30127) (75646c4)
  • core: Defer credential setup during workflow builds (#​30181) (bb73952)
  • core: Emit missing auth audit events for OIDC and SSO-restricted login (#​29856) (dd812c5)
  • core: Export boolean CSV values as true/false for Data Tables (#​30007) (94d91e1)
  • core: Filter WaitTracker to only poll waiting executions (#​29898) (5c7921f)
  • core: Fix duplicate task request on runner defer (#​28315) (80c8a6c)
  • core: Harden axios error handling against non-string error stack (#​29100) (2dbf02e)
  • core: Improve AI chat file upload handling and error states (#​29701) (afe119b)
  • core: Improve documentation usage in mcp tools (#​30210) (e8827cd)
  • core: Initialise encryption key proxy on worker and webhook instances (#​29912) (ae57e60)
  • core: Inline AI_NODE_SDK_VERSION to save memory by not loading @​n8n/ai-utilities on boot (#​30113) (f709e53)
  • core: Persist agent chat draft across modes and hide unfinished tool-approval toggle (#​30123) (7094b48)
  • core: Preserve node positions on AI workflow updates (#​29850) (f2764f0)
  • core: Prevent proxy layer accumulation in ObservableObject (#​30129) (0a76135)
  • core: Propagate waitTill from worker to main in scaling mode (#​30099) (3702ff8)
  • core: Scope credential resolution (#​30156) (174f0f8)
  • core: Simple-git update broke https connection (#​29998) (01300e9)
  • core: Simplify Slack redirect URL verification process for agents (#​30033) (8201281)
  • core: Skip disabled tool nodes when mapping AI Agent tool sources (#​29460) (bd7eeb7)
  • core: Skip unknown fixedCollection keys instead of throwing (#​29689) (a30772c)
  • core: Stop applying node-defined sensitive output fields to runtime data (#​30198) (f4e8088)
  • core: Stop logging password reset token values (#​29405) (bc8d196)
  • core: Support type filters on global credential lookups (#​30002) (8e0f37d)
  • core: Throw on bare OutputSelector passed to .add()/.to() (#​29736) (60a5122)
  • core: Validate AI builder credential IDs before save (#​30070) (ceaebc6)
  • Correct connect.html path in browser extension (#​29714) (9b3b29b)
  • EditImage Node: Fix composite operation failing with stream empty buffer (#​30088) (0cc163b)
  • editor: Add expand/collapse to chat panel in Agents (#​30069) (f87094c)
  • editor: Disable chat during interactive agent choices (#​30111) (8171cf0)
  • editor: Fix Agents styling issues from merge regression (#​30032) (478d499)
  • editor: Fix collapse/expand for Chat sidebar (#​29378) (ee847d1)
  • editor: Improve sidebar new resource menu UX (#​29597) (d5af542)
  • editor: Make sure trimmed placeholder never reaches backend (#​29842) (f7c7acc)
  • editor: Match input height with mode selector in resource locator (#​30075) (277431b)
  • editor: Polish encryption keys settings page (#​30008) (5cbd2dd)
  • editor: Preserve decimal suffix when duplicating a node (#​29541) (08a36d7)
  • editor: Refresh node icon when diff sidebar selection changes (#​29816) (ff41613)
  • editor: Rename canvas header dropdown action to Description (#​29719) (49e7b05)
  • editor: Rename encryption keys "Type" column to "Status" (#​29966) (e71afed)
  • editor: Render tooltips above popovers (#​29997) (ba5b3d1)
  • editor: Resolve expressions in 'Go to Sub-workflow' navigation (#​29843) (d6bae35)
  • Fix 15 security issues in fast-xml-builder, basic-ftp, fast-uri and 5 more (#​30169) (267fe49)
  • Git Node: Restore Clone and other operations on simple-git 3.36+ (#​30223) (a8aa955)
  • Google Chat Node: Clarify message resource name field (#​29964) (55df7cb)
  • Google Sheets Node: Reduce duplicate API calls in append operation to avoid quota limits (#​29444) (d63e1ae)
  • Handle IMAP fetch errors to prevent instance crash and stuck workflows (#​29469) (46d52ff)
  • HTTP Request Node: Validate URL type in older node versions (#​29886) (29a864c)
  • MongoDB Node: Resolve collection parameter per item in write operations (#​29956) (582b6ae)
  • Notion Node: Paginate Get Many operations beyond 100-item API cap (#​29690) (d318bc1)
  • Notion Node: Serialize staticData as ISO string in NotionTrigger (#​29688) (d2e1eb3)
  • Notion Node: Update UI URLs from notion.so to notion.com ahead of domain migration (#​29861) (3593131)
  • Oracle DB Node: Handle the test failures (#​28341) (0697562)
  • Restore broken stdlib calls in Python Code node (#​29776) (a786476)
  • RSS Feed Read Node: Respect proxy settings (#​30059) (2e046d5)
  • Salesforce Node: Fix trigger not firing on repeated record updates (#​29107) (f871d44)
  • Schedule Node: Fix hourly intervals that don't divide evenly into 24h (#​29778) (1a22c76)
  • Snowflake Node: Fix issue with Insert and Update operations not working (#​29339) (4c369e8)
  • Supabase Node: Don't display RPCs in an RLC for the table (#​28146) (78aa0e7)
  • Wait Node: Resolve expressions inside Custom HTML form fields (#​30060) (7c1a771)
  • YouTube Node: Fix misspelled "unlisted" privacy status value in Video Update operation (#​30203) (96b018d)
Features
  • Acuity Scheduling Trigger Node: Add webhook request verification (#​29261) (da41470)
  • Add fully dynamic disclaimer to Quick Connect offer (#​29852) (b6127d8)
  • ai-builder: Add per-PR eval regression detection vs LangSmith baseline (#​29456) (bbe3e2d)
  • ai-builder: Guarantee user-visible output on terminal states (#​29636) (4d9e624)
  • Asana Trigger Node: Add webhook request verification (#​29258) (94e4033)
  • Cal Trigger Node: Add webhook request verification (#​29484) (3276edc)
  • Calendly Trigger Node: Add webhook request verification (#​29482) (e929f9f)
  • core: Accept merge.input(n) inside ifElse/switch branch targets in workflow-sdk (#​29716) (34f2107)
  • core: Add flag to import workflow cli to activate workflow on import (#​29770) (283071e)
  • core: Add IP rate limiting to dynamic credential authentication endpoints (#​30199) (515ae7c)
  • core: Add MCP tool to list credentials (#​29438) (d6cc3be)
  • core: Add multi-config evaluations backend (#​29784) (8116e0a)
  • core: Add n8n-object-validation ESLint rule for community nodes (#​29698) (701f9a4)
  • core: Add no-template-placeholders ESLint rule for community nodes (#​29796) (c4056b2)
  • core: Add observational memory storage foundation (#​29814) (be4ef22)
  • core: Define community packages with environment variables (#​29961) (730c3e1)
  • core: Generate service-specific OAuth2 credentials for dedicated MCP tools (#​29884) (8617067)
  • core: Server-side pagination, sorting, and filtering for encryption keys (#​29708) (9afbe13)
  • core: Transform MCP server configs into dedicated MCP tools (#​29493) (4dce41f)
  • core: Use McpManagerClient and enforce whether MCP server connections are allowed (#​29694) (8235474)
  • Customer.io Trigger Node: Add webhook request verification (#​29480) (a772016)
  • editor: Add envFeatureFlag and copyButton property options (#​29733) (75053fe)
  • editor: Cap eval concurrency slider at admin-set limit (#​29807) (6232de4)
  • editor: Eval run detail loading + error states (TRUST-70 follow-up) (#​29817) (6f9b99a)
  • editor: Redesign evaluation run detail page (#​29592) (9014bae)
  • editor: Show locked state and permission notice on data redaction workflow settings (#​30022) (7635131)
  • Figma Trigger Node: Add OAuth2 authentication support (#​30079) (e3e70d6)
  • Figma Trigger Node: Add webhook request verification (#​29262) (910822f)
  • Formstack Trigger Node: Add webhook request verification (#​29495) (4e28652)
  • GitLab Trigger Node: Add webhook request verification (#​29260) (fbf89bd)
  • Jira Node: Add OAuth2 (3LO) support (#​29414) (4d5bafc)
  • MailerLite Trigger Node: Add webhook request verification (#​29491) (12b7cc6)
  • Mautic Trigger Node: Add webhook request verification (#​29658) (eaadf19)
  • Microsoft Outlook Node: Add location and attendees fields to calendar events (#​29844) (2e21c5f)
  • Microsoft Outlook Node: Add support for recurring event instances (#​29802) (dab3653)
  • Onfleet Trigger Node: Add webhook request verification (#​29485) (133a5aa)
  • Strava Node: Allow custom OAuth2 scopes (#​29972) (5abcae6)
  • Taiga Trigger Node: Add webhook request verification (#​29487) (3c97c49)
  • Trello Trigger Node: Add webhook request verification (#​29252) (8f1f42d)
  • Twilio Trigger Node: Add webhook request verification (#​29259) (acc9643)

v2.20.12

No changelog generated. Likely points to fixes in our CI.

v2.20.11

Bug Fixes
  • core: Resolve empty expressions to empty string in VM evaluator (#​30325) (505111e)

v2.20.9

Bug Fixes
  • core: Prevent proxy layer accumulation in ObservableObject (#​30505) (4394fe4)

v2.20.8

Bug Fixes
  • core: Preserve nested arrays in VM expression engine output (#​30334) (067939a)

v2.20.7

Bug Fixes
  • core: Preserve AxiosHeaders instance when applying OpenAI vendor defaults (#​30285) (979aa28)

v2.20.6

Bug Fixes
  • Salesforce Node: Fix trigger not firing on repeated record updates (#​30006) (f259afa)

v2.20.5

Bug Fixes

v2.20.4

Bug Fixes
  • core: Add support for context establishment hooks in webhook mode (#​29900) (71d4122)
  • core: Allow GIT_SSH_COMMAND in simple-git after 3.36.0 upgrade (#​29946) (2f31aca)
  • Snowflake Node: Fix issue with Insert and Update operations not working (#​29809) (98004c6)

v2.20.0

Bug Fixes
  • ai-builder: Add boundaries on the workflow builder remediation loops (#​29430) (2259f32)
  • ai-builder: Allow skipping final ask-user question (#​29563) (661f990)
  • ai-builder: Filter LangSmith eval dataset by local file slugs (#​29507) (54d9286)
  • ai-builder: Handle properties with contradicting displayOptions as OR alternatives instead of AND (#​29500) (84ac811)
  • ai-builder: Stop builder from adding auth to inbound trigger nodes by default (#​29648) (c28d501)
  • Allow 5-field cron expressions with step values in polling nodes (#​29447) (d18f183)
  • Anthropic Chat Model Node: Add adaptive thinking mode for Claude Opus 4.7+ (#​29467) (90d875c)
  • Compare Datasets Node: Preserve falsy values in mix mode except fields (#​29666) (62ddc5c)
  • core: Accept placeholder() inside node credentials slot (#​29691) (dc6bd68)
  • core: Acquire expression isolate for dynamic node parameter requests (#​29671) (418f1f2)
  • core: Add file path validation to localFile source (#​29464) (7277566)
  • core: Add GET handler to MCP endpoint for Streamable HTTP spec compliance (#​28787) (4ae0322)
  • core: Add timeout to external secrets provider refresh (#​29679) (e350429)
  • core: Apply credential allowed domains in declarative node requests (#​29082) (8551b1b)
  • core: Correct LDAP search filter construction (#​29388) (32dd743)
  • core: Fix code node executions hanging when idle timer overlaps with task acceptance (#​29239) (7bd3532)
  • core: Fix MCP OAuth discovery URL construction and grant type selection (#​27283) (d92ec16)
  • core: Force saving executions when instance AI executes WFs (#​29515) (ef56501)
  • core: Gate Instance AI edits to pre-existing workflows (#​29501) (6175fd6)
  • core: Generate array types for properties with multipleValues (#​29410) (fb65c61)
  • core: Handle missing runData during execution recovery (#​29513) (8b7b4f5)
  • core: Harden Set node workflow SDK contract (#​29568) (625ed5e)
  • core: Include stack trace in error logs for non-ApplicationError errors (#​29496) (16d1461)
  • core: Increase default task runner grant token TTL to 30s (#​29443) (328f4b8)
  • core: Isolate expressions on chat resumption and test webhook deactivation (#​29703) (568e5a2)
  • core: Make MCP client registration cap tunable and surface a proper limit error (#​29429) (dad4231)
  • core: Make task runner grant token TTL configurable (#​29357) (3f350a8)
  • core: Pass nodeTypesProvider to validate workflows fully at instance AI (#​29333) (388cd79)
  • core: Persist execution context before writing to db (#​28973) (c4bb5ae)
  • core: Recreate data table backing tables on entity import (#​29454) (6bca1fa)
  • core: Reject empty webhookMethods in community lint rule (#​29474) (34d7a02)
  • core: Reset Redis retry counter on successful reconnect (#​29377) (7722023)
  • core: Respect global admin scope when listing favorites (#​29472) (d9d1e7c)
  • core: Restore peer project discovery in share dropdowns (#​29537) (2a0e2fb)
  • core: Round fractional time saved values before inserting into insights BIGINT column (#​29553) (74d55b9)
  • core: Show AI Builder draft workflows in workflow list (#​29670) (dc52bbd)
  • core: Use editor base URL for workflow and execution links (#​23630) (896461b)
  • core: Validate workflow import URL requests (#​29178) (ecd0ba8)
  • core: Wire EncryptionKeyProxy provider on bootstrap (#​29581) (ee7260c)
  • DeepL Node: Update credentials to use header-based authentication (#​24614) (b72bd19)
  • Drop template search tools from builder (#​29573) (9b00ccb)
  • editor: Add proper bg color for hover state with color-mix() (#​29590) (6698c42)
  • editor: Align message box button radius with N8nButton (#​29397) (bc315d0)
  • editor: Fix OAuth2 credential showing "Needs first setup" after connecting (#​29617) (243f665)
  • editor: Fix sub-workflow folder placement and connection loss (#​28770) (44579d6)
  • editor: Ignore paste events on read-only canvas (#​29673) (34c49b9)
  • editor: Keep publish actions menu enabled for published workflows (#​29396) (c65fa28)
  • editor: Load more executions on tall screens (#​29407) (a273a9d)
  • editor: Make instance ai resource link chips open resources (#​29577) (b97ca36)
  • editor: Make textarea resize handle accessible in NDV (#​29676) (9fda733)
  • editor: Mark workflow dirty after debug pinData changes (#​28886) (2beb006)
  • editor: Never block publishing on node execution issues (#​29479) (5a56459)
  • editor: Polish encryption keys date range filter (#​29569) (56412bc)
  • editor: Remove clipping for focus panel textarea (#​28677) (5361257)
  • editor: Restore read-only mode for archived workflows on canvas (#​29559) (a7ef741)
  • editor: Show permission-aware message on redacted input/output panels (#​29521) (83c400e)
  • editor: Surface unofficial verified community node tools in AI Tools picker (#​28985) (f77dfd1)
  • Fix ollama node url path and thinking tokens (#​23963) (4ea1153)
  • Google Drive Node: Resolve original file name when copying with empty name (#​28896) (c274976)
  • Merge Node: Improve SQL Query mode memory efficiency and error reporting (#​28993) (12275c8)
  • Microsoft Outlook Trigger Node: Use per-folder endpoints for folder-scoped message polling (#​29663) (f401f91)
  • No Credits state for n8n Connect badge (#​29375) (47ad397)
  • Notion Node: Support app.notion.com URL format for page and block ID extraction (#​29554) (221c7f7)
  • Postgres Node: Output Large-Format Numbers As option ignored after pool is cached (#​29477) (a65e181)
  • Salesforce Node: Allow overriding JWT audience with My Domain URL (#​29016) (9decb1e)
  • Schedule Node: Cap day-of-month jitter at 28 (#​29614) (86f47ee)
  • Skip AI tool generation for community trigger nodes (#​29453) (c724dac)
  • Snowflake Node: Avoid call stack overflow on large result sets (#​29200) (b2ac67f)
  • Telegram Trigger Node: Drop pending updates when creating a new webhook (#​29103) (4358f1d)
  • Todoist Node: Migrate to Todoist unified API v1 endpoints (#​29532) (5799481)
  • Use explicit node references for AI memory session keys (#​29473) (139b803)
  • Validate sql (#​24706) (47a6658)
  • Zammad Node: Add To and CC fields for email articles (#​28860) (e04f027)
Features

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@renovate renovate Bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 08d528e to 14e0e18 Compare January 15, 2026 13:35
@renovate renovate Bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.4.2 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.4.3 Jan 15, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@renovate renovate Bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 14e0e18 to 58d52e4 Compare January 16, 2026 18:31
@renovate renovate Bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.4.3 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.4.4 Jan 16, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@renovate renovate Bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 58d52e4 to d00656c Compare January 20, 2026 14:12
@renovate renovate Bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.4.4 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.5.0 Jan 20, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@renovate renovate Bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from d00656c to aadc4a8 Compare January 22, 2026 14:11
@renovate renovate Bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.5.0 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.5.1 Jan 22, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from aadc4a8 to 9bd4c48 Compare January 23, 2026 17:52
@renovate renovate Bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.5.1 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.5.2 Jan 23, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@renovate renovate Bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 9bd4c48 to 214cb30 Compare January 26, 2026 17:53
@renovate renovate Bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.5.2 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.6.0 Jan 26, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@renovate renovate Bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 214cb30 to 7c9aaf1 Compare January 27, 2026 19:04
@renovate renovate Bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.6.0 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.6.1 Jan 27, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@renovate renovate Bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 7c9aaf1 to 98661ef Compare January 28, 2026 18:53
@renovate renovate Bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.6.1 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.6.2 Jan 28, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@renovate renovate Bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 98661ef to 79139c8 Compare February 2, 2026 13:53
@renovate renovate Bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.6.2 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.7.0 Feb 2, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 2, 2026

Next version to publish after this PR is merged: 0.4.9

@renovate renovate Bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 79139c8 to 8f165ef Compare February 3, 2026 12:53
@renovate renovate Bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.7.0 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.7.1 Feb 3, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 3, 2026

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@renovate renovate Bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 32d0373 to 8922d23 Compare March 30, 2026 17:24
@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@renovate renovate Bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.14.2 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.15.0 Mar 30, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 8922d23 to 4e5b149 Compare April 7, 2026 05:12
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 7, 2026

Next version to publish after this PR is merged: 0.4.9

@renovate renovate Bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.15.0 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v2.16.0 Apr 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

20 similar comments
@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 1, 2026

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

@github-actions
Copy link
Copy Markdown
Contributor

Next version to publish after this PR is merged: 0.4.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants