Compare commits

..

8 Commits

Author SHA1 Message Date
3e39a1e203 chore: upgrade to 2.6.2 2026-02-01 10:58:41 -05:00
b4f10e64d2 Merge pull request 'chore: publish 3.0.0+2.1.4 release' (#7) from 3.0.0 into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #7
Reviewed-by: cyrnel <cyrnel@noreply.git.coopcloud.tech>
2026-01-04 09:48:08 +00:00
b3c6c364f9 feat: 3.0.0+2.1.4
All checks were successful
continuous-integration/drone/tag Build is passing
2026-01-02 15:59:02 +00:00
068485f2d6 feat: update
All checks were successful
continuous-integration/drone/tag Build is passing
2026-01-02 12:35:32 +00:00
93dc4b8bb6 chore: publish 2.1.0+1.120.1 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2025-11-13 20:46:11 +01:00
09c06ecbc4 Merge pull request 'chore: upgrade to 1.114.4' (#6) from v1-106-2 into main
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Reviewed-on: #6
2025-10-12 13:34:24 +00:00
8b089791f6 chore: upgrade to 1.114.4 2025-10-11 13:46:51 -04:00
d09218c03a chore: upgrade to 1.106.2 2025-10-11 13:39:36 -04:00
7 changed files with 11 additions and 17 deletions

View File

@ -21,9 +21,6 @@ COMPOSE_FILE="compose.yml"
# SSO using traefik-forward-auth
#COMPOSE_FILE="$COMPOSE_FILE:compose.sso.yml"
# Disable user management completely, useful for SSO
#N8N_USER_MANAGEMENT_DISABLED=false
# Basic auth
#COMPOSE_FILE="$COMPOSE_FILE:compose.basicauth.yml"
#N8N_BASIC_AUTH_ACTIVE=true

View File

@ -1,5 +1,3 @@
version: '3.8'
services:
app:
environment:

View File

@ -1,6 +1,3 @@
---
version: '3.8'
# Compose for PostGres mode instead of the default sqlite mode.
services:
app:

View File

@ -1,7 +1,3 @@
---
version: '3.8'
services:
app:
environment:

View File

@ -1,9 +1,6 @@
---
version: '3.8'
services:
app:
image: n8nio/n8n:1.114.3
image: n8nio/n8n:2.6.2
environment:
- N8N_PERSONALIZATION_ENABLED
- N8N_DIAGNOSTICS_ENABLED
@ -30,7 +27,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.scheme=https"
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.permanent=true"
- "coop-cloud.${STACK_NAME}.version=1.1.0+1.114.3"
- "coop-cloud.${STACK_NAME}.version=3.1.0+2.6.2"
- "backupbot.backup=true"
- "backupbot.backup.path=/home/node/.n8n"

3
release/2.0.0+1.114.4 Normal file
View File

@ -0,0 +1,3 @@
There are lots of changes between v1.81 and v1.114, but seems like there's
only one breaking change involving pyiode/python runners.
See here more for info: https://docs.n8n.io/release-notes/#n8n11132

6
release/3.0.0+2.1.4 Normal file
View File

@ -0,0 +1,6 @@
This is a major release from n8n. There have been lots of changes,
some of which that need manual migration before update.
You can see the summary of breaking changes here: https://docs.n8n.io/2-0-breaking-changes/
And you can follow the guide of the migration tool here: https://docs.n8n.io/migration-tool-v2/