Changelog
All notable changes to CCE are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- Backstage catalog enrichment from the local checkout: ownership via CODEOWNERS / git history +
owner_mappings, README description, TechDocs refs, and OpenAPI/SwaggerAPIentities withprovidesApis(#17). - Example
.cce/backstage.yamlowner_mappingsand docs for enriched catalog export.
Changed
- Git operations for repository discovery and GitHub clones use go-git instead of a system
gitbinary. - Backstage repository discovery runs independent inspection steps in parallel (
errgroup). - Catalog TechDocs/README URLs prefer the remote default branch (
origin/HEAD) over the scanned feature branch. - Clone
--refaccepts branch or tag short names (and fullrefs/...values), matchinggit clone --branch.
Fixed
- Bounded README reads (
io.LimitReader) and skip OpenAPI specs larger than 2 MiB with a discovery warning.
0.0.7 - 2026-08-19
Added
cce --format backstageexport for Backstage Software Catalog YAML from cloud entitlement scans (#15).- Mermaid diagrams in the MkDocs Material docs site (#16).
0.0.6 - 2026-07-06
Added
- Cloud-agnostic policy export (E-SBOM default;
aws-iamalias) (#14). - Cobra-based CLI with testable subcommand options (#12).
- MkDocs GitHub Pages site and consolidated user guides (#10, #11).
- Regulatory reference on AI and software rules for high-security industries.
Changed
- Doc CLI examples use
releases.stackgen.comlens URLs. - Docs consolidated under
docs/for GitHub Pages.
Fixed
- CI trust for the messense Homebrew tap used by cross-compilers.
0.0.5 - 2026-06-03
Added
- Analysis recipes, parse-once packs, and gitignore-aware scans (#9).
Changed
- Container image builds moved to the
homebrew-stackgenpipeline (#8).
0.0.4 - 2026-06-02
Changed
- Usage guides document
releases.stackgen.comlens URLs (#6).
0.0.3 - 2026-06-02
Added
- Multi-arch container image publishing in CI.
0.0.2 - 2026-06-02
Fixed
- Release CI for OSS GoReleaser (no
--split/--merge).
0.0.1 - 2026-06-01
Added
- Standalone CCE CLI releases, JSON output, and GitHub repository scanning (#4).
- Composite mappers and early multi-cloud / language support.