chore(deps): update n8nio/n8n docker tag to v1.87.1#3639
Conversation
|
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. DetailsInstructions 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. |
|
[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. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
| image: n8nio/n8n:1.87.0 | ||
| container_name: ${CONTAINER_NAME} | ||
| restart: always | ||
| networks: |
There was a problem hiding this comment.
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.
cd358b1 to
3d7daf9
Compare
| image: n8nio/n8n:1.87.1 | ||
| container_name: ${CONTAINER_NAME} | ||
| restart: always | ||
| networks: |
There was a problem hiding this comment.
The given patch does not contain any major issues or inaccuracies. However, some minor improvements could be made:
-
Container Name Synchronization: The
${CONTAINER_NAME}variable is used for bothcontainer_nameandimage. Ensure consistency if you want to use${CONTAINER_NAME}throughout the configuration. -
Empty Networks Section: If there are no specific network configurations needed, consider removing or commenting out the empty
networks:section under theservices.homeassistant:definition. -
Docker Image Tag Update: While updating from
1.86.0to1.87.1is 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: alwaysOptimized 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.
fe3de2e to
ea79ff8
Compare
| image: n8nio/n8n:1.87.1 | ||
| container_name: ${CONTAINER_NAME} | ||
| restart: always | ||
| networks: |
There was a problem hiding this comment.
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.
chore(deps): update mdcng/mdc docker tag to v1.35.1
This PR contains the following updates:
1.86.0->1.87.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
n8n-io/n8n (n8nio/n8n)
v1.87.0Bug Fixes
AddNodesnode type (#14317) (a245a5c)Features
@n8n/n8n-extension-insightsextension package (#14360) (b91be49)[@tool](https://redirect.github.com/tool)displayOption (#14318) (73748e3)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.
This PR was generated by Mend Renovate. View the repository job log.