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

chore(deps): update ghcr.io/n8n-io/n8n docker tag to v1.78.0 #58

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/n8n-io/n8n (source) minor 1.74.0 -> 1.78.0

Release Notes

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

v1.78.0

Bug Fixes
  • AI Agent Node: Ignore SSL errors option for SQLAgent (#​13052) (a90529f)
  • Code Node: Do not validate code within comments (#​12938) (cdfa225)
  • core: "Respond to Webhook" should work with workflows with waiting nodes (#​12806) (e8635f2)
  • core: Do not emit workflow-post-execute event for waiting executions (#​13065) (1593b6c)
  • core: Do not enable strict type validation by default for resource mapper (#​13037) (fdcff90)
  • core: Fix empty node execution stack (#​12945) (7031569)
  • core: Only use new resource mapper type validation when it is enabled (#​13099) (a37c8e8)
  • editor: Actually enforce the version and don't break for old values in local storage (#​13025) (884a7e2)
  • editor: Add telemetry to source control feature (#​13016) (18eaa54)
  • editor: Allow switch to Fixed for boolean and number parameters with invalid expressions (#​12948) (118be24)
  • editor: Allow to re-open sub-connection node creator if already active (#​13041) (16d59e9)
  • editor: Code node overwrites code when switching nodes after edits (#​13078) (00e3ebc)
  • editor: Fix execution running status listener for chat messages (#​12951) (4d55a29)
  • editor: Fix position of connector buttons when the line is straight (#​13034) (3a908ac)
  • editor: Fix showing and hiding canvas edge toolbar when hovering (#​13009) (ac7bc4f)
  • editor: Make AI transform node read only in executions view (#​12970) (ce1deb8)
  • editor: Prevent infinite loop in expressions crashing the browser (#​12732) (8c2dbcf)
  • editor: Refine push modal layout (#​12886) (212a5bf)
  • editor: SchemaView renders duplicate structures properly (#​12943) (0d8a544)
  • editor: Update node issues when opening execution (#​12972) (1a91523)
  • editor: Use correct connection index when connecting adjancent nodes after deleting a node (#​12973) (c7a15d5)
  • GitHub Node: Don't truncate filenames retrieved from GitHub (#​12923) (7e18447)
  • Google Cloud Firestore Node: Fix potential prototype pollution vulnerability (#​13035) (f150f79)
  • Increment runIndex in WorkflowToolV2 tool executions to avoid reusing out of date inputs (#​13008) (cc907fb)
  • Sync partial execution version of FE and BE, also allow enforcing a specific version (#​12840) (a155043)
  • Wise Node: Use ISO formatting for timestamps (#​10288) (1a2d39a)
Features

v1.77.0

Bug Fixes
  • core: Account for pre-execution failure in scaling mode (#​12815) (b4d27c4)
  • core: Display the last activated plan name when multiple are activated (#​12835) (03365f0)
  • core: Fix possible corruption of OAuth2 credential (#​12880) (ac84ea1)
  • core: Fix usage of external libs in task runner (#​12788) (3d9d5bf)
  • core: Handle max stalled count error better (#​12824) (eabf160)
  • core: Improve error handling in credential decryption and parsing (#​12868) (0c86bf2)
  • core: Renew license on startup for instances with detached floating entitlements (#​12884) (f32eef8)
  • core: Update execution entity and execution data in transaction (#​12756) (1f43181)
  • core: Validate credential data before encryption (#​12885) (3d27a14)
  • editor: Add notice when user hits the limit for execution metadata item length (#​12676) (02df25c)
  • editor: Don't send run data for full manual executions (#​12687) (9139dc3)
  • editor: Fix sub-execution links in empty output tables (#​12781) (114ed88)
  • editor: Fix workflow move project select filtering (#​12764) (358d284)
  • editor: Focus executions iframe when n8n is ready to delegate keyboard events (#​12741) (d506218)
  • editor: Handle large payloads in the AI Assistant requests better (#​12747) (eb4dea1)
  • editor: Hide Set up Template button for empty workflows (#​12808) (36e615b)
  • editor: Load appropriate credentials in canvas V2 for new workflow (#​12722) (2020dc5)
  • editor: Properly set active project in new canvas (#​12810) (648c6f9)
  • editor: Render inline SVGs correctly on the external secrets settings page (#​12802) (5820ade)
  • editor: Show input selector when node has error (#​12813) (5b760e7)
  • editor: Show mappings by default in sub-node NDVs when the root node isn't executed (#​12642) (fb662dd)
  • Postgres PGVector Store Node: Release postgres connections back to the pool (#​12723) (663dfb4)
Features

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

v1.75.0

Bug Fixes
  • core: AugmentObject should check for own propeties correctly (#​12534) (0cdf393)
  • core: Disallow code generation in task runner (#​12522) (35b6180)
  • core: Fix node exclusion on the frontend types (#​12544) (b2cbed9)
  • core: Fix orchestration flow with expired license (#​12444) (ecff3b7)
  • core: Fix Sentry error reporting on task runners (#​12495) (88c0838)
  • core: Improve cyclic dependency check in the DI container (#​12600) (c3c4a20)
  • core: Only show personal credentials in the personal space (#​12433) (8a42d55)
  • core: Prefix package name in supportedNodes on generated types as well (#​12514) (4a1a999)
  • core: Prevent prototype pollution in task runner (#​12588) (bdf266c)
  • core: Prevent prototype pollution of internal classes in task runner (#​12610) (eceee7f)
  • core: Use timing safe function to compare runner auth tokens (#​12485) (8fab98f)
  • core: Validate values which are intentionally 0 (#​12382) (562506e)
  • Don't break oauth credentials when updating them and allow fixing broken oauth credentials by repeating the authorization flow (#​12563) (73897c7)
  • editor: Don't show toolsUnused notice if run had errors (#​12529) (3ec5b28)
  • editor: Ensure proper "AI Template" URL construction in node creator (#​12566) (13bf69f)
  • editor: Fix NDV resize handle and scrollbar overlapping (#​12509) (c28f302)
  • editor: Fix parameter input validation (#​12532) (6711cbc)
  • editor: Fix selection rectangle context menu on new canvas (#​12584) (c8e3c53)
  • editor: Fix the openselectivenodecreator custom action on new canvas (#​12580) (2110e9a)
  • editor: Fix workflow initilisation for test definition routes & add unit tests (#​12507) (2775f61)
  • editor: Make clicking item in RLC work the first time on small screens (#​12585) (479933f)
  • editor: Make sure code editors work correctly in fullscreen (#​12597) (aa1f3a7)
  • editor: Override selected nodes on single click without Meta/Ctrl key (#​12549) (02c2d5e)
  • editor: Show NDV errors when opening existing nodes with errors (#​12567) (bee7267)
  • editor: Swap Activate/Deactivate texts in FloatingToolbar (#​12526) (44679b4)
  • editor: Update filter and feedback for source control (#​12504) (865fc21)
  • editor: Update selected node when navigating via flowing nodes (#​12581) (88659d8)
  • Google Calendar Node: Updates and fixes (#​10715) (7227a29)
  • Spotify Node: Fix issue with null values breaking the response (#​12080) (a56a462)
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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

github-actions bot commented Jan 9, 2025

Next version to publish after this PR is merged: 0.2.16

@renovate renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-1.x branch from 4d32637 to 2e34a37 Compare January 15, 2025 17:34
@renovate renovate bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v1.74.1 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v1.75.0 Jan 15, 2025
Copy link
Contributor

Next version to publish after this PR is merged: 0.2.16

@renovate renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-1.x branch from 2e34a37 to 3b3ce62 Compare January 17, 2025 12:22
@renovate renovate bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v1.75.0 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v1.75.1 Jan 17, 2025
Copy link
Contributor

Next version to publish after this PR is merged: 0.2.16

@renovate renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-1.x branch from 3b3ce62 to 411f33b Compare January 17, 2025 16:42
@renovate renovate bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v1.75.1 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v1.75.2 Jan 17, 2025
Copy link
Contributor

Next version to publish after this PR is merged: 0.2.16

@renovate renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-1.x branch from 411f33b to 4f79a28 Compare January 22, 2025 13:12
@renovate renovate bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v1.75.2 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v1.76.0 Jan 22, 2025
Copy link
Contributor

Next version to publish after this PR is merged: 0.2.16

@renovate renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-1.x branch from 4f79a28 to 0cea306 Compare January 23, 2025 12:45
@renovate renovate bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v1.76.0 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v1.76.1 Jan 23, 2025
Copy link
Contributor

Next version to publish after this PR is merged: 0.2.16

@renovate renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-1.x branch from 0cea306 to 40ec1d9 Compare January 29, 2025 12:46
@renovate renovate bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v1.76.1 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v1.77.0 Jan 29, 2025
Copy link
Contributor

Next version to publish after this PR is merged: 0.2.16

@renovate renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-1.x branch from 40ec1d9 to 2e8357b Compare February 5, 2025 03:32
@renovate renovate bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v1.77.0 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v1.77.2 Feb 5, 2025
Copy link
Contributor

github-actions bot commented Feb 5, 2025

Next version to publish after this PR is merged: 0.2.16

@renovate renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-1.x branch from 2e8357b to 0fff24d Compare February 6, 2025 14:03
@renovate renovate bot changed the title chore(deps): update ghcr.io/n8n-io/n8n docker tag to v1.77.2 chore(deps): update ghcr.io/n8n-io/n8n docker tag to v1.78.0 Feb 6, 2025
Copy link
Contributor

github-actions bot commented Feb 6, 2025

Next version to publish after this PR is merged: 0.2.16

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