Skip to content

v0.6.1

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Aug 15:55
· 1 commit to main since this release
v0.6.1
c18869a

Platform Orchestrator Helm chart 0.6.1

This patch ships the API fixes used by the new CLI and Terraform automation
surfaces. IAM now returns complete, stable pages for service users, roles, and
SCIM group mappings, and the data plane supports explicitly clearing metadata
key constraints.

Included versions

Component Version
Control plane v2.1.0
Data plane v3.1.1
IAM v2.3.1
Runner v3.0.0
Console v1.2.0
Kubernetes runner chart 0.3.0
NATS Helm dependency 2.14.0

What changed

  • IAM list endpoints use stable database ordering and correctly advance the
    offset, so automation can traverse every page without gaps or duplicates.
  • Data-plane metadata key updates distinguish an omitted constraint from an
    explicit JSON null, allowing clients to remove a previously configured
    constraint.
  • The chart deploys IAM v2.3.1 and data plane v3.1.1. No route, value, or
    secret changes are required.

Upgrade

Upgrade normally from chart 0.6.0. The patch requires no manual migration and
does not change the chart's public values schema.

Qualification

  • IAM and data-plane unit, integration, lint, generation, vulnerability, and
    container-build gates passed before publication.
  • The CLI and Terraform provider automation suites exercised the fixes against
    WX1, including multi-page listings and setting then clearing metadata
    constraints.
  • The chart passed dependency resolution, linting, rendered contract tests,
    and full template rendering with the released images.