Skip to content

Prepare v0.13.1 — install / deploy L1 repair + security patch#474

Merged
haksungjang merged 2 commits into
mainfrom
release/v0.13.1
Jul 7, 2026
Merged

Prepare v0.13.1 — install / deploy L1 repair + security patch#474
haksungjang merged 2 commits into
mainfrom
release/v0.13.1

Conversation

@haksungjang

Copy link
Copy Markdown
Contributor

What

Prep for the v0.13.1 patch release. Fixes-only — no new features, no schema changes.

The substantive fixes are already merged to main; this PR adds the release notes / changelog and version bookkeeping so tagging v0.13.1 produces a correct GitHub Release.

Why a release now

Fixes landed since v0.13.0 that ship in the images / install path and are user-facing:

A from-scratch role-separated install at v0.13.0 could fail to provision or deadlock on boot; v0.13.1 is the fix.

Contents

  • docs-site/docs/release-notes/v0.13.1.md
  • CHANGELOG.md[0.13.1] entry
  • v0.13.0 note reordered (sidebar_position 1 → 2)
  • install-uat default IMAGE_TAG 0.13.0 → 0.13.1

After merge

Tag v0.13.1 on the merge commit and push — release.yml builds/publishes the images, runs the release gate against the published stack, and reveals the Release (front matter now stripped from the notes, per #473).

The release job fed docs-site/docs/release-notes/<TAG>.md into
`gh release create --notes-file` verbatim. GitHub renders the body as
plain Markdown and does not recognise YAML front matter — worse, the
closing `---` is parsed as the setext-heading underline of the metadata
block above it, so the entire id:/title:/description:/sidebar_* block
rendered as one giant H2 (visible on v0.10.0–v0.13.0).

Strip the leading `--- ... ---` front matter with awk before publishing,
emitting only the body after the second delimiter.
v0.13.1 is a fixes-only patch: it repairs fresh role-separated (L1) installs and
deployments (trustedoss_app role creation, AUTO_MIGRATE plumbing, owner-password
consistency + staged boot, dev entrypoint auto-migration) and bumps
python-multipart 0.0.30 → 0.0.31 for CVE-2026-53540. No feature or schema change.

- add docs-site/docs/release-notes/v0.13.1.md
- record the 0.13.1 entry in CHANGELOG.md
- reorder v0.13.0 note (sidebar_position 1 → 2) so v0.13.1 sits on top
- bump install-uat's default IMAGE_TAG 0.13.0 → 0.13.1
@haksungjang haksungjang merged commit 0e5a821 into main Jul 7, 2026
28 of 30 checks passed
@haksungjang haksungjang deleted the release/v0.13.1 branch July 7, 2026 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant