Release 2026.5.28:0 — bump upstream to 2026.5.28 (gh 2.93.0)#8
Merged
MattDHill merged 2 commits intoJun 1, 2026
Merged
Conversation
MattDHill
approved these changes
Jun 1, 2026
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.
Release 2026.5.28:0 — bump upstream to 2026.5.28
Summary
Bumps the bundled OpenClaw upstream from 2026.5.12 → 2026.5.28 and the bundled GitHub CLI from 2.87.3 → 2.93.0, and updates the StartOS package version to
2026.5.28:0accordingly.What changed
Dockerfile—OPENCLAW_VERSION2026.5.12→2026.5.28;GH_VERSION2.87.3→2.93.0.STARTOS_VERSIONleft untouched (it tracks the host OS, not upstream).startos/versions/— renamed the version file in place:v2026.5.12.1.ts→v2026.5.28.0.ts, withversion: '2026.5.28:0'and refreshedreleaseNotes(en/es/de/pl/fr). Migrations remain empty — this is a straight upstream bump with no data migration.startos/versions/index.ts—currentnow points atv_2026_5_28_0;otherstays[].Steps followed
Dockerfilebuild ARGs (versions pinned without the leadingv).startos/versions/to the new version string and updatingversion+releaseNotes, perCONTRIBUTING.md/UPDATING.md. The build number resets to:0on a new upstream date.index.tsto make the new versioncurrent.grepacross*.ts,Dockerfile,*.sh,*.md,*.jsonfor the old version strings (2026.5.12,2.87.3); none remain.Verification
tsc --noEmitpasses clean.2026.5.12/2.87.3references anywhere in the tree.CONTRIBUTING.md)..s9pkand installed it on a live StartOS host running v0.4.0-beta.9 — verified the service starts and runs as expected.Notes
other: [], rather than accumulating prior versions in the graph — a new version file is only warranted for a migration or to preserve old release notes in git history."Update to upstream 2026.5.28"); happy to expand into a user-facing changelog summary if preferred.