Bump version to 2.14 and document LSIO permissions fix - #451
Merged
Conversation
Bump the NBGV floor to 2.14 and add the release note for the LSIO PUID/PGID permission-ordering fix, in preparation for the develop -> main promotion.
There was a problem hiding this comment.
Pull request overview
Prepares the repository for the 2.14 release by advancing the Nerdbank.GitVersioning version floor and updating user-facing release notes to document the LSIO PUID/PGID permission-ordering fix.
Changes:
- Bump
version.jsonNBGV version floor from2.13to2.14. - Update
README.mdRelease Notes to reflect the LSIO permissions race fix. - Add a
Version 2.14entry toHISTORY.mddescribing the same fix.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| version.json | Updates the NBGV version floor to 2.14 for the upcoming release. |
| README.md | Updates the top-level “Release Notes” summary to the 2.14 LSIO permissions fix. |
| HISTORY.md | Adds the 2.14 release history entry documenting the LSIO permissions race fix. |
ptr727
added a commit
that referenced
this pull request
Jun 25, 2026
Promote `develop` to `main` for the 2.14 release. ## Included - **Fix LSIO PUID/PGID permission race (#450)** — the `init-nx-permissions` chown sweep now depends on the base `init-adduser` oneshot, so it runs after the PUID/PGID remap instead of racing it (which could leave `/config` and `/media` owned by the wrong user and break media writes). Also extracts the installer download and LSIO `abc` rename into shell scripts, hardens the rename against upstream `init-adduser` changes, and makes codegen emit LF Dockerfiles. - **Bump version to 2.14 and document the fix (#451)** — `version.json` floor 2.13 -> 2.14, HISTORY.md and README release notes. - **Re-sync verbatim-carry artifacts from template (#448)** — already on develop. Validated on a live Synology server (the #449 reporter's scenario) via the `:develop` tag; the publish run on develop was green across the full matrix. Closes #449. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
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.
Prep for the 2.14
develop -> mainrelease.version.jsonNBGV floor 2.13 -> 2.14.Version 2.14release note to HISTORY.md and the README Release Notes for the LSIO PUID/PGID permission-ordering fix (Fix LSIO PUID/PGID permission race and harden abc rename #450).🤖 Generated with Claude Code