Skip to content

Releases: bukx/platform-control-plane

v0.3.0

19 Jun 14:29

Choose a tag to compare

GitOps promotion and platform policy release.

Highlights:

  • PR-based GitOps promotion flow with branch promotion metadata and optional GitHub PR creation
  • drift detection and cluster reconcile feedback persisted on environment requests
  • quota profiles, policy packs, and estimated monthly cost attached to environment classes
  • additional rendered manifests for limit ranges and policy pack metadata
  • runtime image updated to include git and gh for in-cluster GitOps promotion workflows

v0.2.0

19 Jun 14:07

Choose a tag to compare

Production-hardening source release.

Highlights:

  • Helm chart plus AWS, GCP, and Azure deployment overlays
  • explicit platformmigrate command and Helm pre-install/pre-upgrade migration job
  • real readiness checks for Postgres, queue backend, OIDC discovery, GitOps path, and Kubernetes dependency
  • hardened HTTP server timeouts and strict production config validation
  • secret-manager-friendly config with *_FILE support and secret-backed Helm env wiring

v0.1.0

19 Jun 13:51

Choose a tag to compare

First public release of the platform control plane showcase.

Highlights:

  • Go API server and CLI for environment request workflows
  • JWT/OIDC auth, RBAC, and HMAC-signed approvals
  • Postgres persistence plus durable reconcile queue with retry/backoff
  • OpenTelemetry traces, Prometheus-style metrics, and structured logs
  • Async GitOps/Kubernetes reconciliation with Git commit and optional push flow
  • Docker, local dev stack, tests, and GitHub Actions CI