Change Log
This change log starts with the open source publication of the Platform Orchestrator ecosystem.
August 29, 2026
- New: Released
platform-orchestrator-cli v1.2.0with role and permission discovery, SCIM group-mapping administration, service-user creation and credential rotation, and metadata-key lifecycle commands. - New: Released
terraform-provider-platform-orchestrator v1.1.0with resources for configurable roles, SCIM group mappings, and metadata keys, plus data sources for roles, permissions, mappings, and metadata-key inventories. - API: Released IAM
v2.3.1with stable service-user cursor pagination and corrected member pagination, preventing skipped rows during automation inventory reads. - API: Released data plane
v3.1.1with explicit omission, null, and value semantics for metadata-key updates. Terraform can now clear optional constraints without replacing the key. - Self-hosted: Released Platform Orchestrator Helm chart
v0.6.1with IAMv2.3.1and data planev3.1.1. - Secure: Updated vulnerable runtime dependencies in the data plane and Terraform provider. Reachability analysis found no remaining called vulnerable symbols in IAM, data plane, CLI, or provider.
- Docs: Added complete CLI examples and Terraform/OpenTofu configuration for the new automation surface. Service users remain intentionally excluded from Terraform so one-time bearer credentials are not persisted in state.
- Qualified: All four repositories passed generation, build, unit, integration or acceptance, lint, and hosted CI gates. The final fork images also passed complete CLI/API/SCIM and Terraform lifecycle exercises on WX1, including cleanup and direct residue checks.
August 28, 2026
- New: Released IAM
v2.3.0with organization-scoped SCIM 2.0 user and group provisioning, scoped service-user bearer credentials, group-to-role mappings, and provisioning audit events. - Secure: SCIM deprovisioning now revokes sessions and device logins, blocks SSO and invitation paths from restoring access, preserves access in other organizations, and keeps every directory operation tenant-scoped.
- Compatible: Added SCIM discovery resources, pagination and filtering, case-insensitive PATCH operations, full-resource PUT updates, and the wire formats required by common Entra and Authentik provisioning flows.
- Improved: Released self-hosted chart
v0.6.0with IAMv2.3.0and public routes for the SCIM protocol and group-mapping management API. - Docs: Added the SCIM provisioning guide, including worked configurations for Microsoft Entra ID and Authentik.
- Qualified: The final IAM release passed 430 unit tests, 348 clean-database integration tests, authorization-upgrade coverage, static analysis, and vulnerability scanning. The audited image and feature chart also completed a SCIM end-to-end exercise on WX1 before release.
August 25, 2026
- New: Released IAM
v2.2.0with an authoritative catalog of 34 entity-specific read and write permissions. Role create and update requests now reject unknown permission identifiers. - New: Released control plane
v2.1.0and data planev3.1.0with granular authorization checks for each supported orchestrator entity. - New: Released console
v1.2.0with a role editor that loads, describes, and groups the permission catalog, so operators can build roles without guessing identifiers. - API: Added the permission-catalog endpoint, complete request and response examples, valid permission values, role payloads, and end-to-end role and service-user workflows to the RBAC guide and API specification.
- Compatible: Existing built-in and configurable roles keep their previous effective access through explicit legacy permission implications. This also permits IAM to roll out before the control plane and data plane.
- Improved: Released self-hosted chart
v0.5.0with the granular components and the public permission-catalog route. - Qualified: Verified a module-only role returned
403for project and deployment writes on WX1, then completed the installer base, Redis, PostgreSQL, independent verification, and teardown scenarios.
August 21, 2026
- New: Added configurable organization roles with explicit permissions,
while keeping the built-in Admin, Deployer, and Viewer roles immutable.
Released console
v1.1.0with role listing, creation, editing, and deletion under Settings → Roles. - API: Published the complete
listRoles,createRole,getRole,updateRole, anddeleteRolecontract in the API specification. - Improved: Released
platform-orchestrator-cli v1.1.0with IAM client bindings generated from the same Casbin RBAC and configurable role API contract. - Changed: Released IAM
v2.1.0with Casbin authorization evaluated inside IAM and policy data stored in the existing IAM PostgreSQL database. - Improved: Added bounded in-process authorization caches and NATS invalidation so role and assignment changes propagate across IAM replicas without a shared remote authorization service on every request.
- Simplified: Released self-hosted chart
v0.4.0, removing the SpiceDB workload, operator, endpoint, pre-shared key, and separate runtime database dependency. - Fixed: Released qualified chart
v0.4.3with consolev1.1.0, an application-account-safe NATS bootstrap probe, and the runner gateway wired to the documented NATS endpoint. It supersedes the intermediate0.4.1and0.4.2chart revisions. - Upgrade: Chart
0.4.3automatically migrates qualified IAMv2.0.1installations from schema 29 to Casbin during an ordinary Helm upgrade. The migration is serialized, resumable, verified before readiness, and retains the former SpiceDB database for a guarded rollback window. Follow the upgrade procedure before rollout.
August 11, 2026
- Breaking: Standardized runner communication on outbound HTTPS through a stateless runner gateway. Runner agents and deployment Jobs no longer receive broker endpoints or credentials; JetStream remains the Orchestrator’s internal durable transport.
- New: Added short-lived Ed25519 agent authentication, deployment-scoped Job tokens, encrypted portable delivery receipts, separate public and cluster-internal gateway endpoints, and multi-replica gateway operation without sticky sessions.
- New: Added simple, edge, and air-gap deployment modes. Edge installations persist results and encrypted logs in an RWX HTTPS outbox during outages. Air-gap installations run a protected-side gateway and broker and require a separately authorized reverse relay to return results and logs.
- Changed: Released runner and data plane
v3.0.0, Kubernetes runner chart0.3.0, Kubernetes and ECS runner modulesv4.0.0, use casesv3.0.0, and self-hosted chartv0.3.0for the gateway architecture. - Simplified: Documented that
kubernetes,kubernetes-gke, andkubernetes-eksuse the same Kubernetes Job executor. Their differences are cluster discovery and temporary cloud authentication, not separate runtime implementations.
July 23, 2026
- Improved: Migrated GitHub Actions across the Stellwerk Labs and Stellwerk Terraform module repositories from Node 20-backed action releases to Node 24-compatible releases.
- Improved: Moved the remaining Terraform module CI callers from the former Humanitec reusable workflows to
stellwerk-tf-modules/reusable-workflows. - Improved: Enabled Dependabot updates for GitHub Actions in workflow-bearing repositories so future runtime migrations arrive as routine dependency updates.
- Improved: Updated the developer documentation build to Node.js 22 LTS while keeping GitHub Actions themselves on their supported Node 24 runtime.
July 20, 2026
- New: Published the shared
golibandplatform-orchestrator-graphsource repositories and theirv1.0.0releases. - New: Published the Platform Orchestrator
control plane,data plane,frontend,IAM service, andrunnersource repositories. - New: Published the
imagescatalog and versioned, multi-platform container images for the control plane, data plane, frontend, IAM service, and runner underghcr.io/stellwerk-labs. - New: Released the hardened runner as
v1.0.3; remote mode now requires an explicitly configured endpoint. - Improved: Released the self-hosted Platform Orchestrator Helm chart as
v0.1.8, with current public Stellwerk images for all five services. - New: Published the Kubernetes agent runner chart
0.1.1atoci://ghcr.io/stellwerk-labs/charts/platform-orchestrator-kubernetes-agent-runner. - New: Published the signed
stellwerk-labs/platform-orchestratorprovider in the OpenTofu Registry. - Improved: Updated the documentation for a self-hosted-only offering and per-installation OIDC issuers; the guides no longer assume a hosted Stellwerk API or central OIDC service.
July 13, 2026
- New: Published
module-definition-library v1.0.0and updated the provider examples to use the public Stellwerk module library. - New: Published
platform-orchestrator-use-cases v1.0.0with validated Terraform and OpenTofu examples. - New: Published the
platform-orchestrator-helm-chartsource repository and its initialv0.1.0release. - New: Released the public Kubernetes agent and serverless ECS runner modules as
v2.0.0under thestellwerk-tf-modulesorganization. - New: Published the migrated
first-deploymentrepository with validated local, AWS, Google Cloud, and Azure configurations. - New: Published the
terraform-provider-platform-orchestratorsource repository under thestellwerk-labsGitHub organization. - New: Released
terraform-provider-platform-orchestratorv1.0.0 with signed provider archives for Terraform and OpenTofu. - Improved: Released
terraform-provider-platform-orchestrator v1.0.1with public module-library examples and signed checksums. - New: Published the
stellwerk-labs/platform-orchestratorprovider in the Terraform Registry. - New: Submitted
stellwerk-labs/platform-orchestratorto the OpenTofu Registry; publication completed on July 20.
July 10, 2026
- New: Published the
platform-orchestrator-clisource repository under thestellwerk-labsGitHub organization. - New: Released
platform-orchestrator-cliv1.0.0 with installation archives for Linux, macOS, and Windows. - New: Published the public
octlcontainer image asghcr.io/stellwerk-labs/octl. - New: Published package-manager distribution metadata through
homebrew-tapandscoop-bucket.
July 9, 2026
- New: Published the supporting
semantic-release-action,homebrew-tap, andscoop-bucketrepositories under thestellwerk-labsGitHub organization.