From a2c0da13c26fc54f1cae6a382f3eb0ca06ee2c7a Mon Sep 17 00:00:00 2001 From: tegwick Date: Tue, 7 Jul 2026 20:13:09 +0200 Subject: [PATCH] Deploy reuse-surface e3ae22e (REUSE-WP-0019-T01/T02) Image update for the forge-host-abstraction and hub-webhook work: composed_at/stale tracking on GET /v1/federated, new POST /v1/webhooks/forgejo receiver (fails closed to 503 until REUSE_SURFACE_FORGEJO_WEBHOOK_SECRET is added to the reuse-surface-env Secret -- deliberately not added yet, needs separate explicit authorization for a production secret write), and the migrated activity-core/state-hub Forgejo raw URLs already visible in the composed index. Live-verified post-deploy: /v1/federated (61 capabilities, composed_at/ stale fields present), /v1/repos, and a forced POST /v1/federated/compose recompose all correct. Co-Authored-By: Claude Sonnet 5 --- helm/reuse-surface-values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/helm/reuse-surface-values.yaml b/helm/reuse-surface-values.yaml index af38bc2..439be8a 100644 --- a/helm/reuse-surface-values.yaml +++ b/helm/reuse-surface-values.yaml @@ -1,8 +1,11 @@ # Production overrides for reuse-surface federation hub. # REUSE_SURFACE_TOKEN is supplied via Secret reuse-surface-env. +# REUSE_SURFACE_FORGEJO_WEBHOOK_SECRET (REUSE-WP-0019-T02, POST +# /v1/webhooks/forgejo) is the same Secret's job -- not yet added as of +# this image; the webhook endpoint returns 503 until it is. image: - tag: "cb7a6e4" + tag: "e3ae22e" landing: enabled: true