From 852717d212f4704be1292d4303d77ed2175a7c92 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Mon, 10 Aug 2026 16:48:35 +0000 Subject: [PATCH] fix: bump APP_INI_VERSION to v23 app.ini.tmpl changed in "BREAKING CHANGE: remove forgejo" but the config version stayed at v22. Swarm configs are immutable, so upgrading an existing deployment aborts: FATA failed to update config _app_ini_v22: Error response from daemon: rpc error: code = InvalidArgument desc = only updates to Labels are allowed Bumping to v23 makes Swarm create a new config object instead of mutating v22; the orphaned v22 can be pruned after rollout. --- abra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abra.sh b/abra.sh index 54bf0f3..68fe314 100644 --- a/abra.sh +++ b/abra.sh @@ -1,4 +1,4 @@ -export APP_INI_VERSION=v22 +export APP_INI_VERSION=v23 export DOCKER_SETUP_SH_VERSION=v1 export PG_BACKUP_VERSION=v1 -- 2.54.0