Releases: kernelpanic09/github-actions-platform
v1.0.0
Initial public release.
Reusable GitHub Actions workflows and composite actions for the CI/CD pieces every platform team rebuilds from scratch.
Reusable workflows (5): terraform.yml (plan + apply with OIDC, PR comments), docker-build.yml (multi-arch buildx, cosign signing, ECR or GHCR), helm-deploy.yml (lint, template, rollout wait), trivy-scan.yml (image/fs/config scanning with SARIF upload), release-please.yml (conventional commits to releases)
Composite actions (5): setup-tooling (cached install of terraform/helm/kubectl/trivy), aws-oidc-assume, pr-comment (idempotent comment-by-marker), terraform-plan-summary (parses tfplan JSON to markdown), kubectl-deploy (apply + rollout wait)
Docs: full reference for workflows and actions, OIDC setup guide, naming and conventions doc
Note: workflow YAMLs in .github/workflows are pending push pending an OAuth scope refresh. Composite actions in actions/ are fully available.