Coldkeep v1.12.3 — Release Train Closure Hygiene #85
franchoy
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Coldkeep v1.12.3 — Release Train Closure Hygiene
Coldkeep v1.12.3 is a hygiene-only patch release that closes the v1.12 release train cleanly before starting v1.13.
This release does not change product behavior. It focuses on release documentation accuracy, generated validation artifact cleanup, and a clean handoff into the next engine/catalog stabilization phase.
Highlights
Release-train documentation cleanup
The main v1.12 release-train documentation now reflects the actual released state of the v1.12 line.
Updated documentation no longer describes v1.12 as planning, in progress, pending, or not ready.
The release docs now correctly state that the scoped v1.12 train is complete/released while keeping intentionally deferred operations clearly documented.
Generated validation artifact cleanup
Generated local benchmark and regression validation outputs were removed from the repository root.
The following generated outputs are no longer tracked:
benchmark-none-w1.jsonbenchmark-none-w4.jsonbenchmark-zstd-w1.jsonbenchmark-zstd-w4.jsonregression-report-none-w1.jsonregression-report-none-w4.jsonregression-report-zstd-w1.jsonregression-report-zstd-w4.jsonIgnore rules were added so future local pre-release validation runs do not accidentally commit these generated outputs again.
Intentional benchmark baseline files were preserved.
v1.13 handoff
With v1.12.3 complete, the v1.12.x line can be considered closed.
The next release train should be v1.13, focused on:
Behavior impact
No product behavior change.
No changes to:
Validation
The pull request CI was green before merge.
Main CI was green after merge.
Final release-gate validation included:
All reactions