chore: bump Synapse to 1.157.1; bump Ketesa to 1.4.0; 1.156.0:3 → 1.157.1:0 - #82
Closed
helix-nine wants to merge 1 commit into
Closed
chore: bump Synapse to 1.157.1; bump Ketesa to 1.4.0; 1.156.0:3 → 1.157.1:0#82helix-nine wants to merge 1 commit into
helix-nine wants to merge 1 commit into
Conversation
…57.1:0 Synapse v1.156.0 -> v1.157.1 (dockerTag), Ketesa v1.3.0 -> v1.4.0 (Makefile + checksum). start-sdk already at latest 2.0.7. New StartOS version 1.157.1:0.
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
Monitor-cycle upstream bump for
synapse-startos.v1.156.0→v1.157.1—dockerTaginstartos/manifest/index.ts. Imageghcr.io/element-hq/synapse:v1.157.1verified to resolve on ghcr. Pinsv1.157.1(the newest stable) rather thanv1.157.0, since 1.157.1 fixes a config regression introduced by 1.157.0.v1.3.0→v1.4.0—SYNAPSE_ADMIN_VERSION+SYNAPSE_ADMIN_CHECKSUMin theMakefile. Ships as a Makefile-downloaded release tarball (etkecc/ketesa), served by the package's nginx sidecar. Tarball downloaded and SHA-256 verified:34351c13293e66ed3c024598ce48bbc7b347784b9e618b0ceaf1cb42a7a730b7.1.156.0:3→1.157.1:0(startos/versions/current.ts, edited in place). Registry currently publishes1.156.0:3, so1.157.1:0is free. No migration needed, soindex.ts/otheruntouched.2.0.7— no SDK bump. No*-startosgit dependencies, so no lockfile churn.Notable upstream changes
Synapse 1.157.x
exclude_rooms_from_presenceand new presence-tuning options; tightens Sliding Sync locking to prevent repeated deadlocks.experimental_features/MSC3861 config in the wrapped homeserver config, so no action is required for StartOS installs.1.157.1fixes a config regression that rejected falsyexperimental_featuresvalues.Ketesa 1.4.0
wellKnownDiscovery: falseand no longer rewrite the server URL you enter.Full upstream notes: https://github.com/element-hq/synapse/releases/tag/v1.157.1 · https://github.com/etkecc/ketesa/releases/tag/v1.4.0
Docs
No interface/action/volume/dependency/behavior change, and
README.md/instructions.mdcarry no version numbers (name-only references) — both remain accurate as-is.Test plan
npm run check(tsc) green.ghcr.io/element-hq/synapse:v1.157.1manifest resolves.v1.4.0ketesa.tar.gzdownloaded, checksum matches the pinned value.1.157.1:0not already published on the registry (current published:1.156.0:3).make/ s9pk pack — deferred to review per monitor-cycle policy.