Release: server 2.55.0 on the 2.55.0 browser artifact - #2
Merged
Merged
Conversation
The browser bundle is the published `web-2.55.0-web.h37369c6e25817727` artifact, built from the desktop 2.55.0 release commit `00db7036` with a clean tree; the manifest here is that release's manifest byte for byte, so prepare-web verifies the archive against it. That bundle sends a prepared workflow run's `moves`, which this server has carried since `b35c983` (a run on a remote vault takes each note's comments with it), so self-hosted vaults get the 2.55.0 workflow fixes end to end, together with the relative-link re-basing on moves from `6c6554a` and the version-reporting endpoints. release.json moves to 2.55.0. The Go vendor hash is unchanged because no Go dependency moved since 2.51.0. Verified with Go alone: prepare-web from the manifest URL, vet, the package tests, the embedded bundle test, and an embedded build whose index.html carries one bundled module script and no inline script.
This branch was successfully deployed
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.
Server 2.55.0: pins the published browser artifact
web-2.55.0-web.h37369c6e25817727(desktop release commit00db7036) and movesrelease.jsonto 2.55.0. No Go dependency moved since 2.51.0, so the vendor hash stays.What self-hosters get: the 2.55.0 browser bundle sends a prepared workflow run's
moves, which this server carries sinceb35c983, so a workflow on a remote vault takes each note's comments with it and undo puts them back; relative links are re-based when a note or folder moves (6c6554a); the version endpoints report the running release.Verified locally with Go alone: prepare-web from the manifest URL, vet, package tests, the embedded bundle test and an embedded build. The release itself is cut by the Prepare server release workflow from the merge commit, then the draft is verified (candidate install and rollback against 2.51.0) and published, and the Docker image is pushed from the tag.