Skip to content

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/Swagger API entities with providesApis (#17).
  • Example .cce/backstage.yaml owner_mappings and docs for enriched catalog export.

Changed

  • Git operations for repository discovery and GitHub clones use go-git instead of a system git binary.
  • 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 --ref accepts branch or tag short names (and full refs/... values), matching git 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 backstage export 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-iam alias) (#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.com lens 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-stackgen pipeline (#8).

0.0.4 - 2026-06-02

Changed

  • Usage guides document releases.stackgen.com lens 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.