chore: upgrade template subtree to v0.10.0#29
Merged
Conversation
cec1b2d1 chore: release v0.10.0 (#130) 92fa83c5 feat: --reset-conf flag (build.sh) + --gen-conf --force (init.sh) (#129) cd81a818 fix(upgrade.sh): main.yaml sed regex handles semver pre-release tags (#128) git-subtree-dir: template git-subtree-split: cec1b2d1173c8734c1dea5abe283653453ab8078
v0.10.0 stable release. Bundles everything from rc1/rc2 plus the --reset-conf flag and upgrade.sh regex fix. Downstream side of this repo: main.yaml references bumped, CHANGELOG entry rewritten to reflect the full v0.10.0 feature set. Note: `./template/upgrade.sh v0.10.0` from @v0.10.0-rc2 could not auto-fix main.yaml's @tag because the subtree-shipped upgrade.sh at rc2 still carries the pre-#128 regex bug ([0-9.]* stops at -); the sed no-ops on `@v0.10.0-rc2 → v0.10.0` (replacement = same prefix, leftover `-rc2` suffix sticks). Manual sed in this commit bridges that. Future upgrades (from v0.10.0 onward) carry #128's fixed regex so this won't recur.
This was referenced Apr 24, 2026
Merged
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
Bump template from
@v0.10.0-rc2to the stable@v0.10.0.Changes
template/subtree: v0.10.0-rc2 → v0.10.0 (auto via./template/upgrade.sh v0.10.0).main.yaml@v0.10.0-rc2→@v0.10.0(manual sed; see commit body — rc2's shipped upgrade.sh has a pre-#128 regex that no-ops on this transition).--reset-conf, upgrade.sh regex fix).Local verification (amd64)
./build.sh --no-env test— image built successfully (smoke tests pass)CI
call-docker-build / build (linux/amd64, ubuntu-latest, x86_64)greencall-docker-build / build (linux/arm64, ubuntu-24.04-arm, aarch64)green — fully exercises v0.10.0's GHCRtest-tools:v0.10.0aarch64 binary.