From ca6c668827548f4be5c5a1f1e82ca7d6b3df4460 Mon Sep 17 00:00:00 2001 From: AI-Agent Date: Fri, 5 Jun 2026 20:10:10 +0000 Subject: [PATCH] docs: update STATUS.md for 2026-06-05 flux kustomize bug fix Documents the critical fix: api-company-source.yaml was present in testing1/first-cluster/cluster/flux/ but not registered in the kustomization.yaml resources list. Talos fork PR #423 (now merged) adds the missing entry; upstream PR #14 pending operator merge. Closes leeworks-agents/api-company#187 Ref leeworks-agents/api-company#90 Ref leeworks-agents/api-company#2 --- STATUS.md | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/STATUS.md b/STATUS.md index 55fb3f5..3edf71a 100644 --- a/STATUS.md +++ b/STATUS.md @@ -14,7 +14,7 @@ Legend: [x]=done, [~]=in-progress, [ ]=not started ## Infrastructure - Cluster nodes: 3 control plane (10.0.1.3, .4, .5) + workers (testing1) -- **Flux wiring (api-company):** `flux/api-company-source/` — Fork PR #399 **MERGED** to leeworks-agents/Talos; upstream PR #14 open on 0xWheatyz/Talos — awaiting operator merge to activate Flux (issue #2) +- **Flux wiring (api-company):** `flux/api-company-source/` — Fork PR #399 MERGED + kustomize registration bug fixed (Talos fork PR #423 MERGED, 2026-06-05); upstream PR #14 open on 0xWheatyz/Talos — awaiting operator merge to activate Flux (issues #2, #90, #187) - **Gitea Actions runner:** Flux manifest committed at `flux/gitea-runner/` — PENDING runner token secret + Talos wiring (issue #3) - **Container registry:** Gitea built-in registry selected; docs/registry.md committed — PENDING Gitea packages enabled (issue #4) - **Prometheus + Grafana:** Flux HelmRelease at `flux/monitoring/` — PENDING Flux wiring + Grafana secret (issue #7) @@ -22,9 +22,32 @@ Legend: [x]=done, [~]=in-progress, [ ]=not started - **API service manifests:** `flux/zip-enrichment/`, `flux/holidays/`, `flux/air-quality/` scaffolded (PR #48, closes #46) - **Image automation:** `flux/image-automation/` — ImageRepository + ImagePolicy + ImageUpdateAutomation for all three APIs - **VIN Decoder manifests:** `flux/vin-decoder/` — Flux HelmRelease + Kustomization committed (issue #140) -- **Alertmanager:** `flux/monitoring/helmrelease.yaml` — enabled with Slack receiver config (`gatus-slack-webhook` secret); PR #212 open (issue #210) +- **Alertmanager:** `flux/monitoring/helmrelease.yaml` — enabled with Slack receiver config (`gatus-slack-webhook` secret); PR #212 merged (issue #210) -## Completed This Cycle (2026-06-05 — Sprint Planning Cycle #211) +## Completed This Cycle (2026-06-05 — Triage + Fix Cycle) + +- **Flux kustomize bug fixed (critical):** `api-company-source.yaml` was present in `testing1/first-cluster/cluster/flux/` on the Talos fork but NOT registered in the kustomization.yaml resources list. Talos fork PR #423 added the missing `- api-company-source.yaml` entry; `kustomize build testing1/first-cluster/cluster/flux/` = **PASS**; PR #423 **MERGED** to `leeworks-agents/Talos:main`. +- **Upstream Talos PR #14** now contains the complete fix and is pending operator merge to `0xWheatyz/Talos`. +- **Issues #187, #90, #2** updated with root-cause analysis and fix status. +- **All 29 agent-ready issues reviewed** — 25 are manual operator tasks; 4 blocked on Flux activation. +- **`kustomize build flux/` = PASS** — no regressions. + +## Current Blockers (as of 2026-06-05, updated) + +In dependency order — operator tasks unless noted: + +1. **P1 #47** — Create `0xWheatyz/api-company` upstream repo (operator) — **highest priority** +2. **P1 #2/#90/#187** — Merge upstream PR #14 on `0xWheatyz/Talos` — **fix is ready (Talos fork PR #423 merged)** +3. **P1 #76** — Create `gitea-leeworks-agents-token` secret in `flux-system` (operator) +4. **P1 #77** — Create `gitea-runner-token` secret in `gitea-runner` namespace (operator) +5. **P1 #79** — Create `gitea-registry` imagePullSecrets in all API namespaces (operator) +6. **P1 #83** — Configure `GITEA_TOKEN` Actions secret in zip-enrichment, holidays, air-quality repos (operator) +7. **P1 #126** — Configure `GITEA_TOKEN` Actions secret in vin-decoder repo (operator) +8. **P1 #127** — Create `gitea-registry` imagePullSecret in `vin-decoder` namespace (operator) +9. **P2 #80** — Create `gitea-image-automation-token` secret in `flux-system` (operator) +10. **P2 #173** — Create ESO source secrets in `external-secrets` namespace (operator) + +## Completed Previous Cycle (2026-06-05 — Sprint Planning Cycle #211) - **#211** — STATUS.md updated for 2026-06-05 sprint planning cycle (this entry). Last-updated date confirmed 2026-06-05. - **1 new issue implemented:** #210 (Enable Alertmanager + Slack receiver — gap identified by roadmap cross-reference); PR #212 opened to `leeworks-agents/api-company` with `kustomize build flux/` = PASS.