feat(versions): add latest Temporal server patches and UI 2.52.1#131
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refreshes the Temporal version compatibility matrix (
hack/version-matrix.yaml) with the newest upstream releases and regeneratesinternal/temporal/versions_gen.go.Server patch releases added
LatestSupportedVersion()is now 1.31.2.UI
uiSeries2.52), the latesttemporalio/uirelease.Notes
minSchemaSQL/Cassandra/ES) are unchanged — all additions are within existing minors, and the release notes show no schema migrations.1.30.4.1) are intentionally omitted: they are superseded by newer patches and are notmajor.minor.patch.make gen-version-matrix;make testandmake helm-chartare clean.Sources: temporal releases, ui releases