Automate n8n Docker Updates with AI-Powered Release Summaries
This workflow automates the update process for a self-hosted n8n instance running on Docker. It checks for new versions, summarizes release notes using AI, and requests approval via Telegram before updating.
This workflow is designed to streamline the maintenance of a self-hosted n8n instance on Docker by automating the update process. It runs hourly to check for new Docker image versions, fetches and summarizes release notes using an AI model, and sends a Telegram message for manual approval. If approved, it updates the Docker container seamlessly. The workflow ensures you stay up-to-date with the latest features and fixes without manual intervention, unless desired.
Platform
n8n
Category
IT & Development
Price
Free
Creator
Yara Mansour
if
set
ssh
telegram
stickyNote
httpRequest
scheduleTrigger
removeDuplicates
chainLlm
lmChatGoogleGemini
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.