chore: bump Ketesa to 1.3.0; 1.155.0:0 → 1.155.0:1#79
Open
helix-nine wants to merge 1 commit into
Open
Conversation
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
Bumps the bundled Admin Dashboard (Ketesa) from v1.2.1 → v1.3.0. Synapse itself is unchanged at 1.155.0, so the StartOS version goes
1.155.0:0 → 1.155.0:1.Ketesa is downloaded as a release tarball at build time and served by the package's own nginx sidecar — not run as a container — so this is a
MakefileSYNAPSE_ADMIN_VERSION+SYNAPSE_ADMIN_CHECKSUMchange.Changes
Makefile:SYNAPSE_ADMIN_VERSION→v1.3.0,SYNAPSE_ADMIN_CHECKSUM→ SHA-256 of the newketesa.tar.gz(ad241735…801c3).startos/versions/current.ts:version→1.155.0:1, release notes rewritten (all locales) to describe the Ketesa bump. In-place edit — no new migration, existingcreate-admin-userclear-task migration carried forward.package-lock.json:npm update(no start-sdk bump — already at latest 1.5.3).Ketesa 1.3.0 highlights
Full upstream notes: https://github.com/etkecc/ketesa/releases/tag/v1.3.0
Test plan
npm run check(tsc) green.makebuild verification (PR review).