Skip to content

v1.3.0

Choose a tag to compare

@jfreed-dev jfreed-dev released this 30 Dec 16:57
· 42 commits to main since this release
485763d

Added

CI/CD & Automation

  • GitHub Actions workflow for Terraform validation (fmt, init, validate) on PRs
  • TFLint integration with recommended ruleset (.tflint.hcl)
  • Trivy security scanning for misconfigurations (trivy.yaml)
  • terraform-docs integration for auto-generated documentation (.terraform-docs.yml)
  • Dependabot for Terraform provider and GitHub Actions updates
  • Pre-commit hooks for local validation (.pre-commit-config.yaml)
  • CODEOWNERS file for automatic PR review requests

Repository Configuration

  • Branch protection with required status checks and code owner reviews
  • Issue templates (bug report, feature request)
  • Pull request template with validation checklist
  • CONTRIBUTING guide with development setup instructions

Removed

  • Unused install_timeout variable from k3s-cluster module
  • Unused allow_scheduling_on_control_plane variable from talos-cluster module