844 B
844 B
Changelog
All notable changes to this project will be documented in this file.
The format follows Keep a Changelog,
and this project adheres to Semantic Versioning.
[Unreleased]
Added
- Initial setup of OpenTofu project structure
- Providers for Proxmox, Omada, GitHub
- PostgreSQL backend support
- GitHub Actions CI/CD workflow with
init,fmt,validate,plan, andapply - Secure secrets handling via
terraform.auto.tfvars
Changed
- N/A
Removed
- N/A
[0.1.0] - 2025-09-27
Added
- First working pipeline applying infrastructure automatically on
main - Docker VM definition (
docker.tf) - GitHub repo/org configuration (
github.tf) - Omada networking definitions (
omada.tf) - Provider and backend config (
provider.tf)