From bf5fb205c9af2df724cbcd2bf69aaaa2f902a912 Mon Sep 17 00:00:00 2001 From: Jacob Mathison Date: Wed, 24 Jun 2026 15:45:29 -0500 Subject: [PATCH] fix(ci): point woodpecker at reachable gitea --- src/data/toolkit/changelog.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/data/toolkit/changelog.json b/src/data/toolkit/changelog.json index 34937b4..3db7241 100644 --- a/src/data/toolkit/changelog.json +++ b/src/data/toolkit/changelog.json @@ -1,4 +1,16 @@ [ + { + "id": "woodpecker-gitea-endpoint-fix", + "version": "0.0.5-20260624-local", + "createdAt": "2026-06-24", + "title": "Woodpecker Gitea Endpoint Fix", + "summary": "Repaired Woodpecker pipeline creation by pointing the server at the Gitea endpoint reachable from the cluster.", + "changes": [ + "Updated the Woodpecker Kubernetes configuration to use the reachable Gitea IP endpoint instead of the unresolved HTTPS hostname.", + "Restarted the Woodpecker server and agent so new pipeline runs can fetch repository config again.", + "Validated Gitea API reachability from inside the Kubernetes namespace." + ] + }, { "id": "deployed-toolkit-socket-workspace", "version": "0.0.5-20260624-local",