Upload 6 files
Browse files- CHANGELOG.md +5 -0
CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# v174 — Bucket run-prefix mount and robust worker bootstrap writes
|
| 2 |
|
| 3 |
- Mounted the `runs/` Storage Bucket prefix explicitly into Jobs using `Volume(type="bucket", source=..., path="runs", mount_path="/output/runs")`.
|
|
|
|
| 1 |
+
# v176 — startup import fix for eval archive build
|
| 2 |
+
|
| 3 |
+
- Fixed a syntax error in `src/bucket.py` caused by nested quotes inside the launch summary `artifacts_url` f-string.
|
| 4 |
+
- Verified that the app imports/compiles cleanly again and that the full test suite passes.
|
| 5 |
+
|
| 6 |
# v174 — Bucket run-prefix mount and robust worker bootstrap writes
|
| 7 |
|
| 8 |
- Mounted the `runs/` Storage Bucket prefix explicitly into Jobs using `Volume(type="bucket", source=..., path="runs", mount_path="/output/runs")`.
|