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.31.0 #2577

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions apps/n8n-1/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
"exposable": true,
"port": 8215,
"id": "n8n-1",
"tipi_version": 2,
"version": "1.30.1",
"categories": ["automation"],
"tipi_version": 3,
"version": "1.31.0",
"categories": [
"automation"
],
"description": "n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.",
"short_desc": "Workflow Automation Tool. Alternative to Zapier",
"author": "n8n.io",
Expand All @@ -27,5 +29,8 @@
"env_variable": "N8N_NR_DB_PASSWORD"
}
],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}
2 changes: 1 addition & 1 deletion apps/n8n-1/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.7"
services:
n8n-1:
container_name: n8n-1
image: n8nio/n8n:1.30.1
image: n8nio/n8n:1.31.0
restart: unless-stopped
ports:
- ${APP_PORT}:5678
Expand Down
13 changes: 9 additions & 4 deletions apps/n8n/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@
"deprecated": true,
"port": 8094,
"id": "n8n",
"tipi_version": 27,
"version": "0.237.0",
"categories": ["automation"],
"tipi_version": 28,
"version": "1.31.0",
"categories": [
"automation"
],
"description": "n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.",
"short_desc": "Workflow Automation Tool. Alternative to Zapier",
"author": "n8n.io",
"source": "https://github.com/n8n-io/n8n",
"website": "https://n8n.io/",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}
2 changes: 1 addition & 1 deletion apps/n8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.7'
services:
n8n:
container_name: n8n
image: n8nio/n8n:0.237.0
image: n8nio/n8n:1.31.0
restart: unless-stopped
ports:
- ${APP_PORT}:5678
Expand Down
Loading