Skip to content

Releases: bmorton/temporal-operator

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 23:55
28e0984

0.11.0 (2026-07-24)

Features

  • controller: reconcile dependents when their cluster becomes ready (#138) (6c5f3f5)
  • controller: restart services when dynamicConfig changes (#135) (b42edb4)

Bug Fixes

  • docs: serve site from temporal-operator.bmorton.dev custom domain (#137) (1f3a57e)
  • docs: use hx: prefix for landing-page hero spacing (#140) (fd54c29)

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 02:58
1335169

0.10.1 (2026-07-24)

Bug Fixes

  • api: accept scalar dynamicConfig values (#133) (d959157)

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 07:10
41d443b

0.10.0 (2026-07-23)

⚠ BREAKING CHANGES

  • spec.ui.auth is now a typed object, not raw YAML.

Features

  • add TemporalWorkflowRun CRD for one-off workflow runs (#100) (b03268d)
  • Microsoft Entra authentication for Temporal (server JWT + UI OIDC) (#89) (d674939)
  • versions: add latest Temporal server patches and UI 2.52.1 (#131) (9c616b0)
  • versions: default to Temporal UI v2.51.1 for latest server (#108) (a604c94)

Bug Fixes

  • deps: bump go to 1.26.5 and x/text to v0.39.0 (govulncheck) (#117) (0aa5437)

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 08:56
2c06fcd

0.9.0 (2026-06-24)

Features

  • automate multi-cluster replication (connection CRD + failover) (#93) (3ff6c9b)
  • passwordless Azure Postgres auth via cluster-scoped Workload Identity (#47) (#85) (eec8171)

Bug Fixes

  • config: render passwordCommand as Temporal's structured config (#88) (19c5303)

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 07:30
1322a0b

0.8.0 (2026-06-19)

⚠ BREAKING CHANGES

  • devserver: TemporalDevServer.spec.version is now a Temporal server version (e.g. 1.31.1) mapped to the CLI image, not a raw temporalio/temporal tag. Use spec.image to pin a CLI image directly.

Features

  • devserver: accept a Temporal server version for TemporalDevServer (#79) (80d32b9)
  • ui: live-refresh pause/resume controls + layout polish (#78) (19f9a4f)

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 05:51
2d25508

0.7.0 (2026-06-19)

Features

  • ui: read-only operator UI (topology & state overview) (#63) (de0f61d)

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 19:35
29b86b8

0.6.0 (2026-06-18)

Features

  • add TemporalDevServer CRD for disposable dev servers (#68) (2d896a8)

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 07:35
412a52d

0.5.1 (2026-06-18)

Bug Fixes

  • controller: remove stranded finalizer when cluster deleted first (#62) (28f444c)
  • temporal: set RequestId on schedule create/update requests (#66) (7550264)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 04:53
573b900

0.5.0 (2026-06-18)

Features

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 06:58
7224ffb

0.4.0 (2026-06-17)

Features

  • Azure-friendly operator (phase 1) — podTemplate overrides, examples, docs (#48) (b5b16e4)
  • in-browser resource preview tool (WebAssembly) (#50) (3944eb8)
  • preview: redesign the resource preview page (#52) (dc5f4c5)

Bug Fixes

  • preview: re-highlight YAML on subsequent renders (#55) (c18460c)