Commit cb5a627
chore(release): bump 0.1.14 -> 0.1.15 for RP-5 live-validation release
Bumps all workspace Cargo.toml + pyproject.toml + Cargo.lock + installer
defaults to v0.1.15 so the F-R2-4 CI version-consistency preflight passes
on tag-push.
v0.1.15 ships ONE substantive change vs v0.1.14: RP-5 cross-repo CI
image-pin auto-PR landed 2026-05-29 (sparrow-engine-dev companion repo
session 4f3f88eb design + impl):
- release.yml: 2 new jobs (build-and-push-docker-{cpu,gpu}) push CPU + GPU
images to ghcr.io/microsoft/sparrow-engine-server[-gpu]:vX.Y.Z on prod
tag-push. Built on free ubuntu-latest (no GPU runner needed; RP-19 precedent).
Separate buildcache image keeps runtime image tag list clean.
- release.yml publish-cli-release-assets: gates GH Release publish on docker
push success (makes /releases/latest a race-free signal for sparrow's
auto-PR workflow on Clamps251/sparrow @ sparrow-engine-dev).
- Auth via GITHUB_TOKEN + packages: write — zero secrets.
This release is the live-validation target: cutting v0.1.15 fires the full
new CI chain (PyPI publish -> CPU+GPU docker build+push -> GH Release publish)
end-to-end for the first time. If the new docker jobs fail, PyPI wheels still
ship (they publish earlier in the chain) — fix forward via workflow_dispatch
re-trigger.
Brew formulas intentionally NOT bumped: brew updates require SHA256 of
v0.1.15 tarballs which only exist after release.
Design + impl artifacts (companion repo sparrow-engine-dev):
docs/design/rp-5-image-pin-auto-pr/final_design.md
docs/implement/rp-5-image-pin-auto-pr/SUMMARY.md
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4c1abab commit cb5a627
12 files changed
Lines changed: 35 additions & 17 deletions
File tree
- installer
- sparrow-engine
- sparrow-engine-cli
- sparrow-engine-core
- sparrow-engine-cpu
- sparrow-engine-gpu
- sparrow-engine-python
- sparrow-engine-server
- sparrow-engine-types
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
11 | 29 | | |
12 | 30 | | |
13 | 31 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments