up
Some checks failed
AOC Guard CI / aoc-guard (push) Has been cancelled
AOC Guard CI / aoc-verify (push) Has been cancelled
Docs CI / lint-and-preview (push) Has been cancelled

This commit is contained in:
StellaOps Bot
2025-11-24 09:07:40 +02:00
parent 150b3730ef
commit e6119cbe91
59 changed files with 1827 additions and 204 deletions

View File

@@ -7,3 +7,8 @@
| 2025-11-24 | Completed DEVOPS-CLI-41-001: added CLI multi-platform build script (`scripts/cli/build-cli.sh`) and manual workflow `.gitea/workflows/cli-build.yml` producing archives, checksums, and SBOMs into `out/cli/`. | Implementer |
| 2025-11-24 | Completed DEVOPS-CLI-42-001: wired CLI build workflow to optionally cosign archives; added artifact list; parity cache stub via SBOM + checksum, ready for downstream golden output parity checks. | Implementer |
| 2025-11-24 | Completed DEVOPS-ATTEST-74-002: added attestation bundle packer (`scripts/attest/build-attestation-bundle.sh`) and workflow `.gitea/workflows/attestation-bundle.yml` to create checksum-verified offline bundles. | Implementer |
| 2025-11-24 | Completed DEVOPS-ATTEST-75-001: published Prometheus alert rules (`ops/devops/attestation/attestation-alerts.yaml`) and Grafana dashboard stub (`ops/devops/attestation/grafana/attestation-latency.json`) covering latency, failure rate, and key rotation; documented in `ops/devops/attestation/ALERTS.md`. | Implementer |
| 2025-11-24 | Completed DEVOPS-CLI-43-002/003: added chaos smoke (`scripts/cli/chaos-smoke.sh`) and parity diff (`scripts/cli/parity-diff.sh`) scripts plus workflow `.gitea/workflows/cli-chaos-parity.yml` to run them and upload evidence. | Implementer |
| 2025-11-24 | Completed DEVOPS-DEVPORT-63-001/64-001: added devportal build script (`scripts/devportal/build-devportal.sh`), AGENTS.md for devportal, and scheduled workflow `.gitea/workflows/devportal-offline.yml` to produce nightly offline bundles with checksums. | Implementer |
| 2025-11-24 | Completed DEVOPS-SCANNER-PHP-27-011-REL & DEVOPS-SCANNER-RUBY-28-006-REL: added analyzer packaging script (`scripts/scanner/package-analyzer.sh`) and workflow `.gitea/workflows/scanner-analyzers-release.yml` to produce signed SBOM+checksum archives in `out/scanner-analyzers/`. | Implementer |
| 2025-11-24 | DEVOPS-SCANNER-NATIVE-20-010-REL remains BLOCKED: native analyzer project (`SCANNER-ANALYZERS-NATIVE-20-010`) not present; packaging deferred until project lands. | Implementer |