release: 0.6.0 - #19
Conversation
Open Hypeman SDK promotion PRs automatically
Stainless-Generated-From: 9d82298bc342d273a62e4a99a72107bae887b7d5
Stainless-Generated-From: a1b82a3af9a62a40879952bc1dba3eec09229e9d
ci: use one PR for Hypeman TypeScript releases
6f65e87 to
573786c
Compare
|
🧪 Testing To try out this version of the SDK: Expires at: Wed, 09 Sep 2026 22:07:14 GMT |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 573786c. Configure here.
| advance_next=$3 | ||
| conflict_branch=stlc/promotion-conflict | ||
|
|
||
| git merge --abort |
There was a problem hiding this comment.
Conflict abort assumes active merge
Low Severity
open_conflict_pr always runs git merge --abort under set -e, but it is invoked for any failed git merge, not only conflicted merges. If merge fails before entering a mergable state, abort itself fails and the recovery PR path never runs.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 573786c. Configure here.


Automated Release PR
0.6.0 (2026-08-10)
Features
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
Note
Medium Risk
Release and promotion workflows changed materially (branch strategy and custom tooling); SDK changes are mostly additive types but ingress auth involves sensitive persisted values.
Overview
Release 0.6.0 bumps package version, changelog, and manifest, and documents ingress request-header auth plus
qemu-microvmacross instance, snapshot, and resource types.CI/release pipeline moves from the stock Release Please action to a pinned Stainless
release-pleaseCLI: pushes tonextopen or refresh the versioned PR intomainand retire legacystainless/releasePRs; pushes tomaincreate the GitHub release. Staging promotion no longer fast-forwards productionmain—it merges releasedmainand validated staging into productionnext, with draft conflict-recovery PRs on merge failure.Reviewed by Cursor Bugbot for commit 573786c. Bugbot is set up for automated code reviews on this repo. Configure here.