From 4a2af9914747dd6e36ec1478dab4e10c8eda2917 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 5 Jun 2026 04:28:33 +0000 Subject: [PATCH] upstream(n8n): release-notes sources --- cc-ci-plan/upstream/n8n.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cc-ci-plan/upstream/n8n.md diff --git a/cc-ci-plan/upstream/n8n.md b/cc-ci-plan/upstream/n8n.md new file mode 100644 index 0000000..c3a6d77 --- /dev/null +++ b/cc-ci-plan/upstream/n8n.md @@ -0,0 +1,14 @@ +# Upstream sources — n8n + +| service | image | source repo | releases / changelog | +|---------|-------|-------------|----------------------| +| app | n8nio/n8n | https://github.com/n8n-io/n8n | https://github.com/n8n-io/n8n/releases | +| db | pgautoupgrade/pgautoupgrade | https://github.com/pgautoupgrade/pgautoupgrade | https://hub.docker.com/r/pgautoupgrade/pgautoupgrade/tags | + +## Standing notes +- pgautoupgrade uses a non-standard tag scheme (e.g. `17-alpine`, `18-alpine`) mapping to the TARGET + Postgres major version. `18-alpine` = upgrade-on-start to Postgres 18. The compose.postgres.yml + controls this image; the main compose.yml uses only `n8nio/n8n` (sqlite mode). +- n8n 2.x: no breaking DB migrations between 2.23.2 and 2.25.3; standard rolling upgrade is safe. +- The n8n Docker image on Docker Hub uses plain semver tags (e.g. `2.25.3`); no `-stable` suffix needed. +- n8n release notes: https://docs.n8n.io/release-notes/