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 n8nio/n8n docker tag to v1.75.0 #2996

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2025

This PR contains the following updates:

Package Update Change
n8nio/n8n (source) minor 1.74.1 -> 1.75.0

Warning

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


Release Notes

n8n-io/n8n (n8nio/n8n)

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: Never, 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

f2c-ci-robot bot commented Jan 15, 2025

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@@ -1,6 +1,6 @@
services:
homeassistant:
image: n8nio/n8n:1.74.1
image: n8nio/n8n:1.75.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code you provided has no apparent errors or issues at a glance. It simply updates the version of the Docker image being used from 1.74.1 to 1.75.0. While there is an opportunity for better practices such as specifying environment variables for sensitive information within secrets if available (e.g., CONTAINER_NAME) and potentially using a more precise container tag instead of a general release name (n8nio/n8n:latest could be preferable for production), these improvements do not affect functionality based solely on comparing images.

Copy link

f2c-ci-robot bot commented Jan 15, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

1 similar comment
Copy link

f2c-ci-robot bot commented Jan 15, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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