Skip to content

chore(deps): update n8nio/n8n docker tag to v1.87.1#3639

Merged
wanghe-fit2cloud merged 2 commits into
devfrom
renovate/n8nio-n8n-1.x
Apr 9, 2025
Merged

chore(deps): update n8nio/n8n docker tag to v1.87.1#3639
wanghe-fit2cloud merged 2 commits into
devfrom
renovate/n8nio-n8n-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 7, 2025

This PR contains the following updates:

Package Update Change
n8nio/n8n (source) minor 1.86.0 -> 1.87.1

Warning

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


Release Notes

n8n-io/n8n (n8nio/n8n)

v1.87.0

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: 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.

@f2c-ci-robot
Copy link
Copy Markdown

f2c-ci-robot Bot commented Apr 7, 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.

Details

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.

@f2c-ci-robot
Copy link
Copy Markdown

f2c-ci-robot Bot commented Apr 7, 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.

Details 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

image: n8nio/n8n:1.87.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The only difference between the two lines of code is the version number from 1.86.0 to 1.87.0. There are no issues or optimizations suggested other than updating the Docker image tag to reflect the new version.

@renovate renovate Bot force-pushed the renovate/n8nio-n8n-1.x branch from cd358b1 to 3d7daf9 Compare April 9, 2025 02:11
@renovate renovate Bot changed the title chore(deps): update n8nio/n8n docker tag to v1.87.0 chore(deps): update n8nio/n8n docker tag to v1.87.1 Apr 9, 2025
image: n8nio/n8n:1.87.1
container_name: ${CONTAINER_NAME}
restart: always
networks:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The given patch does not contain any major issues or inaccuracies. However, some minor improvements could be made:

  1. Container Name Synchronization: The ${CONTAINER_NAME} variable is used for both container_name and image. Ensure consistency if you want to use ${CONTAINER_NAME} throughout the configuration.

  2. Empty Networks Section: If there are no specific network configurations needed, consider removing or commenting out the empty networks: section under the services.homeassistant: definition.

  3. Docker Image Tag Update: While updating from 1.86.0 to 1.87.1 is generally fine, ensure that this update aligns with all other dependencies (like Core Home Assistant) as breaking changes can occur without notice between versions.

Updated Code (Consistent Naming):

@@ -1,6 +1,6 @@
 services:
   homeassistant:
-    image: n8nio/n8n:1.86.0
+    image: n8nio/n8n:1.87.1
     container_name: CONTAINER_NAME_HOMEASSISTANT
     restart: always

Optimized Version (Removed Empty Network Section):

@@ -1,9 +1,7 @@
 services:
   homeassistant:
-    image: n8nio/n8n:1.86.0
+    image: n8nio/n8n:1.87.1
     container_name: CONTAINER_NAME_HOMEASSISTANT
     restart: always
-
# Remove or comment out if no need for specific networks
# networks:

Remember to replace CONTAINER_NAME, CORE_VERSION, etc., with appropriate placeholders or actual values based on your environment needs.

@renovate renovate Bot force-pushed the renovate/n8nio-n8n-1.x branch from fe3de2e to ea79ff8 Compare April 9, 2025 02:25
image: n8nio/n8n:1.87.1
container_name: ${CONTAINER_NAME}
restart: always
networks:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The line with image: n8nio/n8n:1.86.0 is correct at this time (as of September 2022). The newer tag 1.87.1 seems to have been released after that date, so there should be no issues with using it moving forward without further checking.

If you want to ensure continuity or future-proofing, it might be a good idea to check N8N's official repository for updates and releases before switching tags periodically.

@wanghe-fit2cloud wanghe-fit2cloud merged commit fdd7a42 into dev Apr 9, 2025
1 check was pending
@wanghe-fit2cloud wanghe-fit2cloud deleted the renovate/n8nio-n8n-1.x branch April 9, 2025 14:44
pull Bot pushed a commit to dreamoeu/appstore that referenced this pull request Mar 24, 2026
chore(deps): update mdcng/mdc docker tag to v1.35.1
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