Compare commits

..
16 Commits
Author SHA1 Message Date
notplants 206c49b5b0 chore: do not bump version label in PR
The version label bump is handled by 'abra recipe release' after the
upstream PR merges, not in the upgrade PR itself.
2026-08-10 18:54:58 +00:00
autonomic-bot 62807c1e85 chore: upgrade n8n to 2.34.2
cc-ci/testme cc-ci: success
2026-08-07 04:47:41 +00:00
autonomic-bot 9865b6fc40 chore: upgrade n8n to 2.33.3
cc-ci/testme Drone build #1195: success (full suite green)
2026-08-04 16:36:13 +00:00
autonomic-bot c49b32b670 chore: upgrade n8n to 2.32.4
cc-ci/testme cc-ci: success
2026-07-24 08:52:49 +00:00
autonomic-bot fb89d14785 chore: upgrade n8n to 2.31.0
cc-ci/testme cc-ci: success
2026-07-15 00:11:44 +00:00
autonomic-bot 28495ed68b chore: upgrade n8n to 2.30.4
cc-ci/testme cc-ci: success
2026-07-13 23:38:45 +00:00
autonomic-bot ad051f6a95 chore: upgrade n8n to 2.28.2
cc-ci/testme cc-ci: success
2026-06-29 02:10:33 +00:00
autonomic-bot e1aed78e5e chore: upgrade n8n to 2.27.3
cc-ci/testme cc-ci: success
2026-06-23 01:34:21 +00:00
autonomic-bot 989c44b345 chore: upgrade to 3.5.0+2.26.3
cc-ci/testme cc-ci: success
2026-06-12 04:10:30 +00:00
autonomic-bot 6e060edacc chore: upgrade to 3.4.0+2.25.3
cc-ci/testme cc-ci: success
2026-06-05 04:29:39 +00:00
trav 5260a4aa05 Merge pull request 'chore: upgrade to 3.3.0+2.23.2' (#10) from upgrade-3.3.0+2.23.2 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/n8n/pulls/10
2026-06-02 18:00:25 +00:00
autonomic-bot 0abac7df49 chore: upgrade to 3.3.0+2.23.2
cc-ci/testme cc-ci: success
2026-06-02 05:12:40 +00:00
trav 63dd3e0f94 chore: upgrade to 3.2.0+2.20.6 2026-05-11 14:14:56 -04:00
cyrnel b8a8c5ca88 chore: upgrade to 2.9.4 2026-03-01 11:28:05 -05:00
joe-irving b4f10e64d2 Merge pull request 'chore: publish 3.0.0+2.1.4 release' (#7) from 3.0.0 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/n8n/pulls/7
Reviewed-by: cyrnel <cyrnel@noreply.git.coopcloud.tech>
2026-01-04 09:48:08 +00:00
Joe Irving b3c6c364f9 feat: 3.0.0+2.1.4 2026-01-02 15:59:02 +00:00
3 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ services:
- db_password
db:
image: postgres:16
image: pgautoupgrade/pgautoupgrade:18-alpine
networks:
- internal_network
environment:
@@ -30,7 +30,7 @@ services:
healthcheck:
test: ["CMD", "pg_isready", "-U", "root", "-d", "n8n"]
volumes:
- 'postgresql_data:/var/lib/postgresql/data'
- 'postgresql_data:/var/lib/postgresql'
entrypoint: /docker-entrypoint.sh
deploy:
labels:
+2 -2
View File
@@ -1,6 +1,6 @@
services:
app:
image: n8nio/n8n:1.123.9
image: n8nio/n8n:2.34.2
environment:
- N8N_PERSONALIZATION_ENABLED
- N8N_DIAGNOSTICS_ENABLED
@@ -27,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=2.2.0+1.123.9"
- "coop-cloud.${STACK_NAME}.version=3.0.0+2.1.4"
- "backupbot.backup=true"
- "backupbot.backup.path=/home/node/.n8n"
+6
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/