chore(release): cut 1.0.0b2 - #1219
Merged
Merged
Conversation
The accumulated Unreleased entries become the 1.0.0b2 section. This beta carries breaking changes: the removal of the kernel_optimization test-harness flags, four write-only artifacts, three actions that never had an executor, the actions/_meta yaml layer, and the KERNEL_OPT_BACKENDS env var; plus Magpie leak salvage becoming opt-in. The version pin in the documented install is required because a pre-release is skipped by the resolver unless it is asked for by name. Co-authored-by: Cursor <cursoragent@cursor.com>
The move to vllm/vllm-openai-rocm changes the image users actually pull and its entrypoint needs overriding for a long-running container, so it belongs in the release summary rather than only in the install docs. Co-authored-by: Cursor <cursoragent@cursor.com>
lishuoshuo-amd
force-pushed
the
chore/bump-1.0.0b2
branch
from
August 18, 2026 07:44
e4d73d0 to
8670fa7
Compare
CI E2E report — ❌ Failed
|
… 19th The Unreleased heading was added with a pending item that the 1.0.0b1 cut folded into the release section, leaving a bare heading that has rendered empty on the docs site since. Release notes are read top-down, so the heading only earns its place when it has content; 1.0.0a3 had none either. Co-authored-by: Cursor <cursoragent@cursor.com>
xiaofei-zheng
approved these changes
Aug 19, 2026
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
Cuts the 1.0.0b2 beta. Version-string and release-documentation changes only; no runtime logic is touched.
1.0.0b1->1.0.0b2inpyproject.toml, the README version badge,docs/conf.py, thedocs/compatibility.rstsupport table, and the documentedpip installpin indocs/install/install.md,examples/README.md, and thehyperloom-setupskill.Unreleasedentries into a[v1.0.0b2] - 2026-08-19section inCHANGELOG.md, relocates the "Current packaged version" marker offv1.0.0b1, and updates the link references.Hyperloom 1.0.0b2 releasesection todocs/release-notes.mdsummarizing the headline changes.vllm/vllm-openai-rocm:v0.27.1; the tag is a 1:1 replacement but its entrypoint isvllm serve, so a long-running Hyperloom container has to override it.## Unreleasedheading fromdocs/release-notes.md. It was introduced with a pending item that the 1.0.0b1 cut folded into the release section, leaving a bare heading that has rendered empty on the docs site since v1.0.0b1.CHANGELOG.mdkeeps its[Unreleased]section, which is conventional there.install_baremetal.shno longer needs a version bump:HYPERLOOM_WHEEL_TAGwas removed in #1204.docs/compatibility.rstis overwritten rather than appended to, which matches how the table has always been maintained: it carried only1.0.0a3at that tag and only1.0.0b1at the next, so it tracks the current validated combination. Per-version history stays on the Releases page.Breaking changes in this release
This beta carries six breaking changes, all called out explicitly in the release notes:
kernel_optimization.pyno longer accepts--test-command/--test-harness-path.agent_transcript.jsonl,orchestration_turns.jsonl,mn_input_params_*.json, and the work_dir copy ofsemantic_audit.json)./workspace/; it requires$INFERENCE_OPTIMIZER_RESCUE_PATHS.vendor_kernel_config,operator_tuning, anddeep_kernel_analysisare gone; sessions carrying these names are no longer resumable.actions/_meta/*.yamlandorchestrator/actions/registry.pyare replaced byACTION_CATALOGUE.KERNEL_OPT_BACKENDSenvironment variable is removed.Test plan
pyproject.tomlparses and reports1.0.0b2.1.0.0b1reference outside historical CHANGELOG / release-notes sections.Unreleasedheading.v1.0.0b2links inCHANGELOG.mdanddocs/release-notes.mdare dead until the tag exists.pip install hyperloom-inference-optimizer==1.0.0b2 --target .resolves.