Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/client-proxy": "0.0.1",
"packages/clickhouse": "0.1.0",
"packages/envd": "0.6.13",
"packages/orchestrator": "0.0.2",
"packages/orchestrator": "0.1.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Cut this release as a patch version

The manifest drives the release tag created by .github/workflows/release-please.yml:138-144, so merging this publishes orchestrator-v0.1.0. The previous orchestrator release in the repo is e92b3f6 (0.0.2), and git log e92b3f6..2acf2d5 -- packages/orchestrator shows only one fix(orchestrator) commit plus a ci docs change, with no feat or breaking orchestrator change to justify a minor bump. Cutting this as 0.1.0 locks the wrong version into the immutable publish flow; this release should stay patch-level, with the changelog limited to the post-0.0.2 fix.

Useful? React with πŸ‘Β / πŸ‘Ž.

"packages/api": "0.0.1",
"packages/dashboard-api": "0.1.0",
"packages/nomad-nodepool-apm": "0.0.1"
Expand Down
14 changes: 14 additions & 0 deletions packages/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.0](https://github.com/e2b-dev/infra/compare/orchestrator-v0.0.2...orchestrator-v0.1.0) (2026-08-05)


### Features

* **data-exporter:** add export pipeline metrics ([#1324](https://github.com/e2b-dev/infra/issues/1324)) ([9a6c71d](https://github.com/e2b-dev/infra/commit/9a6c71df0c3c3d1a43b2c99df88bf4608e1c2e3a))


### Bug Fixes

* **orchestrator:** abort the NBD release backoff on context cancellation ([#3495](https://github.com/e2b-dev/infra/issues/3495)) ([f6378f5](https://github.com/e2b-dev/infra/commit/f6378f56cced0ddfce617eb92c315f3c10374868))
* **orch:** smoketest never ran on belt β€” envd locator predates the restructure ([#1386](https://github.com/e2b-dev/infra/issues/1386)) ([dec8a79](https://github.com/e2b-dev/infra/commit/dec8a79e25e80d1bc9c9b76458cdeb21d6dd126f))
* **oss:** upload with gcloud storage instead of gsutil ([#1302](https://github.com/e2b-dev/infra/issues/1302)) ([416a1b2](https://github.com/e2b-dev/infra/commit/416a1b21353a1605204b900afd194c3499ab0d48))

## [0.0.2](https://github.com/e2b-dev/infra/compare/orchestrator-v0.0.1...orchestrator-v0.0.2) (2026-07-31)


Expand Down
Loading