Skip to content

release: 0.6.0 - #19

Open
stainless-app[bot] wants to merge 10 commits into
mainfrom
release-please--branches--main--changes--next--components--hypeman
Open

release: 0.6.0#19
stainless-app[bot] wants to merge 10 commits into
mainfrom
release-please--branches--main--changes--next--components--hypeman

Conversation

@stainless-app

@stainless-app stainless-app Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.6.0 (2026-08-10)

Features

  • Add QEMU microvm hypervisor backend (f8c18cf)
  • Add request header authorization to ingress rules (2fb6855)

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-microvm across instance, snapshot, and resource types.

CI/release pipeline moves from the stock Release Please action to a pinned Stainless release-please CLI: pushes to next open or refresh the versioned PR into main and retire legacy stainless/release PRs; pushes to main create the GitHub release. Staging promotion no longer fast-forwards production main—it merges released main and validated staging into production next, 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.

@kernel-internal
kernel-internal Bot force-pushed the release-please--branches--main--changes--next--components--hypeman branch from 6f65e87 to 573786c Compare August 10, 2026 22:07
@stainless-app

stainless-app Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

🧪 Testing

To try out this version of the SDK:

npm install 'https://pkg.stainless.com/s/hypeman-typescript/b30b33b732fd9f4e47e06a8de290417eca17d554/dist.tar.gz'

Expires at: Wed, 09 Sep 2026 22:07:14 GMT
Updated at: Mon, 10 Aug 2026 22:07:14 GMT

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.

Fix All in Cursor

❌ 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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 573786c. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant