From 52e7c954a3cae1b114180adb50932fcb1e13ef76 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 3 Jul 2026 04:09:57 +0000 Subject: [PATCH] upstream(hedgedoc): fix pgautoupgrade source repo URL --- cc-ci-plan/upstream/hedgedoc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc-ci-plan/upstream/hedgedoc.md b/cc-ci-plan/upstream/hedgedoc.md index 28816c5..ef952f9 100644 --- a/cc-ci-plan/upstream/hedgedoc.md +++ b/cc-ci-plan/upstream/hedgedoc.md @@ -3,7 +3,7 @@ | service | image | source repo | releases / changelog | |---------|-------|-------------|----------------------| | app | quay.io/hedgedoc/hedgedoc | https://github.com/hedgedoc/hedgedoc | https://github.com/hedgedoc/hedgedoc/releases | -| db | pgautoupgrade/pgautoupgrade | https://github.com/pgautoupgrade/pgautoupgrade | https://github.com/pgautoupgrade/pgautoupgrade/releases | +| db | pgautoupgrade/pgautoupgrade | https://github.com/pgautoupgrade/docker-pgautoupgrade | https://github.com/pgautoupgrade/docker-pgautoupgrade/commits/main (no GitHub releases; tag-only) | ## Standing notes - hedgedoc 1.11.0 (2026): 4 security CVEs fixed (HTML injection, YAML DoS, CSRF via Gist export, rate-limit bypass). No breaking changes, no migrations, no schema changes. Optional new env var `CMD_RATE_LIMIT_USING_CLOUDFLARE` only needed if running behind Cloudflare — not required for standard deployments.