Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 959 Bytes

File metadata and controls

25 lines (20 loc) · 959 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2026-03-13

Added

  • Initial release of OptiBuild
  • Four-phase build pipeline: build, tag, manifest, deploy
  • Multi-platform Docker image support (AMD64 + ARM64)
  • Docker buildx integration with local and remote builder support
  • Crane-based tagging and manifest creation
  • Registry-based build caching per platform
  • Deployment to GitHub Container Registry and Docker Hub
  • Flexible configuration via build.conf files
  • Automatic platform detection
  • Framework-level configuration via ~/.optibuild/config
  • Token management with multiple source support
  • Verbose/debug output mode
  • Sample project with example configuration