Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update image docker.io/n8nio/n8n to v1.73.1 #124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2024

This PR contains the following updates:

Package Update Change
docker.io/n8nio/n8n (source) minor 1.26.0 -> 1.73.1

Warning

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


Release Notes

n8n-io/n8n (docker.io/n8nio/n8n)

v1.73.0

Bug Fixes
Features
Performance Improvements
  • editor: SchemaView performance improvement by ≈90% 🚀 (#​12180) (6a58309)

v1.72.1

Bug Fixes
  • core: Fix $getWorkflowStaticData on task runners (#​12153) (215cb22)
  • core: Fix race condition in AI tool invocation with multiple items from the parent (#​12169) (67a99dd)
  • editor: Fix canvas panning using Control + Left Mouse Button on Windows (#​12104) (ef3358d)

v1.72.0

Bug Fixes
Features

v1.71.3

Bug Fixes
  • core: Fix $getWorkflowStaticData on task runners (#​12153) (26435f7)
  • editor: Fix canvas panning using Control + Left Mouse Button on Windows (#​12104) (77caa64)

v1.71.2

Bug Fixes
Features

v1.71.1

Bug Fixes

v1.71.0

Bug Fixes
  • core: Fix push for waiting executions (#​11984) (8d71307)
  • core: Improve header parameter parsing on http client responses (#​11953) (41e9e39)
  • core: Opt-out from optimizations if $item is used (#​12036) (872535a)
  • core: Use the configured timezone in task runner (#​12032) (2e6845a)
  • core: Validate node name when creating NodeOperationErrror (#​11999) (e68c9da)
  • editor: Add execution concurrency info and paywall (#​11847) (57d3269)
  • editor: Fix bug causing connection lines to disappear when hovering stickies (#​11950) (439a1cc)
  • editor: Fix canvas keybindings using splitter keys such as zooming using + key (#​12022) (6af9c82)
  • editor: Fix community check (#​11979) (af0398a)
  • editor: Fix copy/paste keyboard events in canvas chat (#​12004) (967340a)
  • editor: Fix node showing as successful if errors exists on subsequent runs (#​12019) (8616b17)
  • editor: Fix pin data showing up in production executions on new canvas (#​11951) (5f6f8a1)
  • editor: Handle source control initialization to prevent UI form crashing (#​11776) (6be8e86)
  • editor: Implement dirty nodes for partial executions (#​11739) (b8da4ff)
  • editor: Resolve going back from Settings (#​11958) (d74423c)
  • editor: Unify executions card label color (#​11949) (fc79718)
  • editor: Use optional chaining for all members in execution data when using the debug feature (#​12024) (67aa0c9)
  • GraphQL Node: Throw error if GraphQL variables are not objects or strings (#​11904) (85f30b2)
  • HTTP Request Node: Use iconv-lite to decode http responses, to support more encoding types (#​11930) (461b39c)
  • Load workflows with unconnected Switch outputs (#​12020) (abc851c)
  • n8n Form Node: Use https to load google fonts (#​11948) (eccd924)
  • Telegram Trigger Node: Fix header secret check (#​12018) (f16de4d)
  • Webflow Node: Fix issue with pagination in v2 node (#​11934) (1eb94bc)
  • Webflow Node: Fix issue with publishing items (#​11982) (0a8a57e)
Features
Performance Improvements

v1.70.4

Bug Fixes
Features

v1.70.3

Bug Fixes

v1.70.2

Bug Fixes

v1.70.1

Bug Fixes
  • editor: Fix bug causing connection lines to disappear when hovering stickies (#​11950) (c018b63)
  • editor: Fix pin data showing up in production executions on new canvas (#​11951) (e4e5077)

v1.70.0

Bug Fixes
  • AI Agent Node: Add binary message before scratchpad to prevent tool calling loops (#​11845) (5c80cb5)
  • CodeNodeEditor walk cannot read properties of null (#​11129) (d99e0a7)
  • core: Bring back execution data on the executionFinished push message (#​11821) (0313570)
  • core: Correct invalid WS status code on removing connection (#​11901) (1d80225)
  • core: Don't use unbound context methods in code sandboxes (#​11914) (f6c0d04)
  • core: Fix broken execution query when using projectId (#​11852) (a061dbc)
  • core: Fix validation of items returned in the task runner (#​11897) (a535e88)
  • editor: Add missing trigger waiting tooltip on new canvas (#​11918) (a8df221)
  • editor: Don't re-render input panel after node finishes executing (#​11813) (b3a99a2)
  • editor: Fix AI assistant loading message layout (#​11819) (89b4807)
  • editor: Fix new canvas discovery tooltip position after adding github stars button (#​11898) (f4ab5c7)
  • editor: Fix node position not getting set when dragging selection on new canvas (#​11871) (595de81)
  • editor: Restore workers view (#​11876) (3aa72f6)
  • editor: Turn NPS survey into a modal and make sure it shows above the Ask AI button (#​11814) (ca169f3)
  • editor: Use crypto.randomUUID() to initialize node id if missing on new canvas (#​11873) (bc4857a)
  • n8n Form Node: Duplicate popup in manual mode (#​11925) (2c34bf4)
  • n8n Form Node: Redirect if completion page to trigger (#​11822) (1a8fb7b)
  • OpenAI Node: Remove preview chatInput parameter for Assistant:Messsage operation (#​11825) (4dde287)
  • Retain execution data between partial executions (new flow) (#​11828) (3320436)
Features

v1.69.2

Bug Fixes

v1.69.1

Bug Fixes

v1.69.0

Bug Fixes
  • Add supported versions warning to Zep memory node (#​11803) (9cc5bc1)
  • AI Agent Node: Escape curly brackets in tools description for non Tool agents (#​11772) (83abdfa)
  • Anthropic Chat Model Node: Update credentials test endpoint (#​11756) (6cf0aba)
  • core: Add missing env vars to task runner config (#​11810) (870c576)
  • core: Allow Azure's SAML metadata XML containing WS-Federation nodes to pass validation (#​11724) (3b62bd5)
  • core: Delete binary data parent folder when pruning executions (#​11790) (17ef2c6)
  • core: Fix diagnostics.enabled default value (#​11809) (5fa72b0)
  • core: Improve the security on OAuth callback endpoints (#​11593) (274fcf4)
  • core: Restore old names for pruning config keys (#​11782) (d15b8d0)
  • core: Unload any existing version of a community nodes package before upgrading it (#​11727) (1d8fd13)
  • editor: Add documentation link to insufficient quota message (#​11777) (1987363)
  • editor: Add project header subtitle (#​11797) (ff4261c)
  • editor: Change Home label to Overview (#​11736) (1a78360)
  • editor: Fix executions sorting (#​11808) (cd5ad65)
  • editor: Fix partial executions not working due to broken push message queue and race conditions (#​11798) (b05d435)
  • editor: Fix reordered switch connections when copying nodes on new canvas (#​11788) (6c2dad7)
  • editor: Fix the issue with RMC Values to Send collection disappears (#​11710) (7bb9002)
  • editor: Improve formatting of expired trial error message (#​11708) (8a0ad0f)
  • editor: Optimize application layout (#​11769) (91f9390)
  • Google Sheets Trigger Node: Fix issue with regex showing correct sheet as invalid (#​11770) (d5ba1a0)
  • HTTP Request Node: Continue using error (#​11733) (d1bae1a)
  • n8n Form Node: Support expressions in completion page (#​11781) (1099167)
  • Prevent workflow to run if active and single webhook service (#​11752) (bcb9a20)
  • Read/Write Files from Disk Node: Escape parenthesis when reading file (#​11753) (285534e)
  • YouTube Node: Issue in published before and after dates filters (#​11741) (7381c28)
Features
  • core: Improve debugging of sub-workflows (#​11602) (fd3254d)
  • core: Improve handling of manual executions with wait nodes (#​11750) (61696c3)
  • editor: Add Info Note to NDV Output Panel if no existing Tools were used during Execution (#​11672) (de0e861)
  • editor: Add option to create sub workflow from workflows list in Execute Workflow node (#​11706) (c265d44)
  • editor: Add selection navigation using the keyboard on new canvas (#​11679) (6cd9b99)
  • editor: Add universal Create Resource Menu (#​11564) (b38ce14)
  • Embeddings Azure OpenAI Node, Azure OpenAI Chat Model Node: Add support for basePath url in Azure Open AI nodes (#​11784) (e298ebe)
  • Embeddings OpenAI Node, Embeddings Azure OpenAI Node: Add dimensions option (#​11773) (de01a8a)
  • GitHub stars dismiss button (#​11794) (8fbad74)

v1.68.1

Bug Fixes

v1.68.0

Bug Fixes
  • AI Agent Node: Throw better errors for non-tool agents when using structured tools (#​11582) (9b6123d)
  • Auto-fixing Output Parser Node: Only run retry chain on parsing errors (#​11569) (21b31e4)
  • core: Continue with error output reverse items in success branch (#​11684) (6d5ee83)
  • core: Ensure task runner server closes websocket connection correctly (#​11633) (b496bf3)
  • core: Handle websocket connection error more gracefully in task runners (#​11635) (af7d6e6)
  • core: Improve model sub-nodes error handling (#​11418) (57467d0)
  • core: Make push work for waiting webhooks (#​11678) (600479b)
  • core: Revert all the context helpers changes (#​11616) (20fd38f)
  • core: Set the authentication methad to email during startup if the SAML configuration in the database has been corrupted (#​11600) (6439291)
  • core: Use cached value in retrieval of personal project owner (#​11533) (04029d8)
  • Credentials save button is hidden unless you make changes to the (#​11492) (835fbfe)
  • editor: Add stickies to node insert position conflict check allowlist (#​11624) (fc39e3c)
  • editor: Adjust Scrollbar Width of RunData Header Row (#​11561) (d17d76a)
  • editor: Cap NDV Output View Tab Index to prevent rare edge case (#​11614) (a6c8ee4)
  • editor: Do not show hover tooltip when autocomplete is active (#​11653) (23caf43)
  • editor: Enable pinning main output with error and always allow unpinning (#​11452) (40c8882)
  • editor: Fix collapsing nested items in expression modal schema view (#​11645) (41dea52)
  • editor: Fix default workflow settings (#​11632) (658568e)
  • editor: Fix duplicate chat trigger (#​11693) (a025848)
  • editor: Fix hiding SQL query output when trying to select (#​11649) (4dbf2f4)
  • editor: Fix scrolling in code edit modal (#​11647) (8f695f3)
  • editor: Prevent error being thrown in RLC while loading (#​11676) (ca8cb45)
  • editor: Prevent NodeCreator from swallowing AskAssistant enter event (#​11532) (db94f16)
  • editor: Show node executing status shortly before switching to success on new canvas (#​11675) (b0ba24c)
  • editor: Show only error title and 'Open errored node' button; hide 'Ask Assistant' in root for sub-node errors (#​11573) (8cba100)
  • Facebook Lead Ads Trigger Node: Fix issue with optional fields (#​11692) (70d315b)
  • Google BigQuery Node: Add item index to insert error (#​11702) (145d092)
  • Google Drive Node: Fix file upload for streams (#​11698) (770230f)
  • In-Memory Vector Store Node: Fix displaying execution data of connected embedding nodes (#​11701) (40ade15)
  • Item List Output Parser Node: Fix number of items parameter issue (#​11696) (01ebe9d)
  • n8n Form Node: Find completion page (#​11674) (ed3ad6d)
  • n8n Form Node: Open form page if form trigger has pin data (#​11673) (f0492bd)
  • n8n Form Node: Trigger page stack in waiting if error in workflow (#​11671) (94b5873)
  • n8n Form Trigger Node: Checkboxes different sizes (#​11677) (c08d23c)
  • NDV search bugs (#​11613) (c32cf64)
  • Notion Node: Extract page url (#​11643) (cbdd535)
  • Redis Chat Memory Node: Respect the SSL flag from the credential (#​11689) (b5cbf75)
  • Supabase Node: Reset query parameters in get many operation (#​11630) (7458229)
  • Switch Node: Maintain output connections (#​11162) (9bd79fc)
Features
Performance Improvements

v1.67.1

Bug Fixes

v1.67.0

Bug Fixes

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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.

Copy link

github-actions bot commented Feb 3, 2024

--- HelmRelease: automation/n8n-app Deployment: automation/n8n-app

+++ HelmRelease: automation/n8n-app Deployment: automation/n8n-app

@@ -68,13 +68,13 @@

           value: databricks/sql
         - name: WEBHOOK_URL
           value: https://n8n.
         envFrom:
         - secretRef:
             name: n8n-app-secrets
-        image: docker.io/n8nio/n8n:1.26.0
+        image: docker.io/n8nio/n8n:1.73.1
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 80

Copy link

github-actions bot commented Feb 3, 2024

--- kubernetes/apps/automation/n8n/app Kustomization: flux-system/cluster-apps-automation-n8n-app HelmRelease: automation/n8n-app

+++ kubernetes/apps/automation/n8n/app Kustomization: flux-system/cluster-apps-automation-n8n-app HelmRelease: automation/n8n-app

@@ -53,13 +53,13 @@

               WEBHOOK_URL: https://n8n.
             envFrom:
             - secretRef:
                 name: n8n-app-secrets
             image:
               repository: docker.io/n8nio/n8n
-              tag: 1.26.0
+              tag: 1.73.1
         replicas: 1
     ingress:
       main:
         annotations:
           external-dns.alpha.kubernetes.io/target: external.
         className: external

@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.27.2 feat(container): update image docker.io/n8nio/n8n to v1.28.0 Feb 7, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from 9387de9 to 25d6801 Compare February 7, 2024 16:52
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.28.0 feat(container): update image docker.io/n8nio/n8n to v1.29.0 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from 25d6801 to fa36498 Compare February 15, 2024 12:04
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.29.0 feat(container): update image docker.io/n8nio/n8n to v1.29.1 Feb 16, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from fa36498 to ca9bc8b Compare February 16, 2024 10:36
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.29.1 feat(container): update image docker.io/n8nio/n8n to v1.30.0 Feb 21, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from ca9bc8b to a7a9c81 Compare February 21, 2024 19:00
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.30.0 feat(container): update image docker.io/n8nio/n8n to v1.30.1 Feb 23, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from a7a9c81 to 1c22fbb Compare February 23, 2024 17:10
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.30.1 feat(container): update image docker.io/n8nio/n8n to v1.31.0 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from 1c22fbb to c4631ec Compare February 28, 2024 14:00
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.31.0 feat(container): update image docker.io/n8nio/n8n to v1.31.1 Mar 6, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from c4631ec to 80341e2 Compare March 6, 2024 12:10
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.31.1 feat(container): update image docker.io/n8nio/n8n to v1.32.0 Mar 6, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch 2 times, most recently from a33a3fe to ee38fca Compare March 7, 2024 11:19
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.32.0 feat(container): update image docker.io/n8nio/n8n to v1.32.1 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from ee38fca to 4a702fa Compare March 13, 2024 17:47
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.32.1 feat(container): update image docker.io/n8nio/n8n to v1.33.0 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from 4a702fa to 0f603cb Compare March 15, 2024 16:40
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.33.0 feat(container): update image docker.io/n8nio/n8n to v1.33.1 Mar 15, 2024
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.33.1 feat(container): update image docker.io/n8nio/n8n to v1.34.0 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from 0f603cb to 2b18e67 Compare March 20, 2024 15:46
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.34.0 feat(container): update image docker.io/n8nio/n8n to v1.34.1 Mar 25, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from c5588ba to 3b7efcf Compare November 6, 2024 18:42
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.66.0 feat(container): update image docker.io/n8nio/n8n to v1.67.0 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from 3b7efcf to 0474d11 Compare November 7, 2024 14:33
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.67.0 feat(container): update image docker.io/n8nio/n8n to v1.67.1 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from 0474d11 to cbb778d Compare November 13, 2024 19:35
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.67.1 feat(container): update image docker.io/n8nio/n8n to v1.68.0 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from cbb778d to 21bcfdf Compare November 20, 2024 17:22
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.68.0 feat(container): update image docker.io/n8nio/n8n to v1.69.0 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from 21bcfdf to 1206388 Compare November 25, 2024 15:03
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.69.0 feat(container): update image docker.io/n8nio/n8n to v1.69.1 Nov 25, 2024
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.69.1 feat(container): update image docker.io/n8nio/n8n to v1.69.2 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from 1206388 to b64565a Compare November 27, 2024 14:46
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.69.2 feat(container): update image docker.io/n8nio/n8n to v1.70.0 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from b64565a to 941af12 Compare November 29, 2024 12:42
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.70.0 feat(container): update image docker.io/n8nio/n8n to v1.70.1 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from 941af12 to ab54f95 Compare December 4, 2024 16:57
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.70.1 feat(container): update image docker.io/n8nio/n8n to v1.71.0 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from ab54f95 to 82c2dc7 Compare December 6, 2024 11:32
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.71.0 feat(container): update image docker.io/n8nio/n8n to v1.71.1 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from 82c2dc7 to 62a1ef7 Compare December 10, 2024 17:09
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.71.1 feat(container): update image docker.io/n8nio/n8n to v1.71.2 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from 62a1ef7 to a3194b0 Compare December 11, 2024 16:27
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.71.2 feat(container): update image docker.io/n8nio/n8n to v1.72.0 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from a3194b0 to 94ff8f0 Compare December 12, 2024 15:58
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.72.0 feat(container): update image docker.io/n8nio/n8n to v1.72.1 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from 94ff8f0 to f76f4a1 Compare December 19, 2024 15:14
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.72.1 feat(container): update image docker.io/n8nio/n8n to v1.73.0 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/docker.io-n8nio-n8n-1.x branch from f76f4a1 to a58e33a Compare December 19, 2024 18:28
@renovate renovate bot changed the title feat(container): update image docker.io/n8nio/n8n to v1.73.0 feat(container): update image docker.io/n8nio/n8n to v1.73.1 Dec 19, 2024
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.

0 participants