chore: bump start-sdk to 1.5.0, Ketesa to 1.2.1, plus doc-convention refresh#72
Closed
helix-nine wants to merge 2 commits into
Closed
chore: bump start-sdk to 1.5.0, Ketesa to 1.2.1, plus doc-convention refresh#72helix-nine wants to merge 2 commits into
helix-nine wants to merge 2 commits into
Conversation
Contributor
Author
- @start9labs/start-sdk 1.3.3 → 1.5.0 - Ketesa (Synapse admin dashboard) v1.2.0 → v1.2.1; checksum refreshed. Synapse 1.152.1 was already bumped on master in 03fefdc (along with the admin-password action refactor), so that part of the original PR is no longer needed.
- Add user-facing instructions.md per the new writing-instructions.md guide. Reflects current action surface: setServerName (hidden, surfaced via the 'Choose the permanent address/URL' critical task) and setAdminPassword (enabled, surfaced via the 'Create a root admin user' critical task during setup, then runnable any time to rotate the admin password). Removes references to the old Create Admin User / Reset Admin Password actions that were merged into setAdminPassword in 03fefdc. - CLAUDE.md becomes a one-liner pointing at CONTRIBUTING.md. - CONTRIBUTING.md adopts the hello-world template shape; the 'Updating the upstream version' section explains Synapse (docker tag) and Ketesa (static-asset tarball driven by SYNAPSE_ADMIN_VERSION in the Makefile, served by our nginx) separately. - Remove docsUrls from the manifest; ported URLs live in the Documentation section of instructions.md with context. (Legacy docs/instructions.md HTML file was deleted in the previous commit alongside the bump.)
Contributor
Author
|
Rebased onto current master to undo the premature "superseded" close. The earlier comment was wrong on two counts:
What master did integrate (03fefdc) is the Synapse 1.152.1 bump and the admin-password action refactor (
Renamed the PR title accordingly. Ready for another look. |
3 tasks
2 tasks
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
Routine maintenance:
1.151.0→1.152.1(minor + patch). 1.152.1 ships two security fixes — ELEMENTSEC-2026-1706 (worker-lock DoS, GHSA-8q93-326v-3m7g) and ELEMENTSEC-2025-1636 (pagination of rejected events, GHSA-6qf2-7x63-mm6v). 1.152.0 added admin APIs and a newquarantined_media_changesstream writer; the new stream writer note is worker-deployment-only and doesn't affect this single-process package.v1.2.0→v1.2.1(patch — bugfixes around list context, room hierarchy, search filter visibility). Checksum verified against the freshly downloadedketesa.tar.gz.1.3.3→1.5.0. Clean update —tsc --noEmitpasses with no changes to the package code.npm update— picks up latest published deps.Version file renamed in place (no migration needed).
Verification
npx tsc --noEmit— clean.make— bothsynapse_x86_64.s9pk(192M) andsynapse_aarch64.s9pk(180M) built successfully with SDK 1.5.0 reported.Test plan