Skip to content

feat(versions): add latest Temporal server patches and UI 2.52.1#131

Merged
bmorton merged 1 commit into
mainfrom
feat/version-matrix-jul2026
Jul 23, 2026
Merged

feat(versions): add latest Temporal server patches and UI 2.52.1#131
bmorton merged 1 commit into
mainfrom
feat/version-matrix-jul2026

Conversation

@bmorton

@bmorton bmorton commented Jul 23, 2026

Copy link
Copy Markdown
Owner

Summary

Refreshes the Temporal version compatibility matrix (hack/version-matrix.yaml) with the newest upstream releases and regenerates internal/temporal/versions_gen.go.

Server patch releases added

Minor Before After
1.28 1.28.3 1.28.3, 1.28.4
1.29 1.29.6 1.29.6, 1.29.7
1.30 1.30.4 1.30.4, 1.30.5, 1.30.6
1.31 1.31.0, 1.31.1 1.31.0, 1.31.1, 1.31.2

LatestSupportedVersion() is now 1.31.2.

UI

  • 1.31 paired UI: 2.51.1 → 2.52.1 (uiSeries 2.52), the latest temporalio/ui release.

Notes

  • Schema versions (minSchemaSQL/Cassandra/ES) are unchanged — all additions are within existing minors, and the release notes show no schema migrations.
  • Four-component hotfix tags (e.g. 1.30.4.1) are intentionally omitted: they are superseded by newer patches and are not major.minor.patch.
  • Older server minors keep their previously paired (known-good) UI versions.
  • Regenerated via make gen-version-matrix; make test and make helm-chart are clean.

Sources: temporal releases, ui releases

Registers the newest upstream Temporal server patch releases across all
supported minors and pairs the latest server line (1.31) with the latest
temporal-ui release:

- 1.28: add 1.28.4
- 1.29: add 1.29.7
- 1.30: add 1.30.5, 1.30.6
- 1.31: add 1.31.2 (now LatestSupportedVersion)
- 1.31 UI: 2.51.1 -> 2.52.1 (uiSeries 2.52)

Schema versions are unchanged (all additions are within existing minors).
Four-component hotfix tags (e.g. 1.30.4.1) are intentionally omitted as
they are superseded and not major.minor.patch.

Source: https://github.com/temporalio/temporal/releases
        https://github.com/temporalio/ui/releases

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 873f1b5d-e31e-47f2-9adf-61295bd74e79
Signed-off-by: Brian Morton <brian@mmmhm.com>
@bmorton
bmorton merged commit 9c616b0 into main Jul 23, 2026
15 checks passed
@bmorton
bmorton deleted the feat/version-matrix-jul2026 branch July 23, 2026 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant