Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.13 KB

File metadata and controls

35 lines (21 loc) · 1.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[Unreleased]

Added

  • No entries yet.

[0.1.1] - 2026-06-21

Added

  • Default render output path to project-root docker-compose.yml when no output is provided.
  • Open-source project governance and support docs.
  • Troubleshooting guidance in the README for common CLI validation, secret, and contract-binding errors.
  • Added docs/os-compatibility.md with OS compatibility analysis and recommendations.
  • Improved the bug report template with severity and minimal repro fields.

Changed

  • Compose rendering now preserves secrets as runtime environment placeholders instead of embedding resolved values.
  • Plan secret mapping now stores env variable names rather than secret values.
  • Renderer build-context path rewriting now preserves portable relative paths for nested compose output directories.

Tests

  • Added renderer regression coverage to ensure generated Docker Compose output never includes raw secret values.

Security

  • Added explicit security reporting process and secret-handling guidance.