From 7ab32c47227697f89783348bea51eaf581e5aa57 Mon Sep 17 00:00:00 2001 From: "e2b-release-please[bot]" <298072688+e2b-release-please[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 12:24:29 +0000 Subject: [PATCH] chore(main): release orchestrator 0.1.0 --- .release-please-manifest.json | 2 +- packages/orchestrator/CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 588f85e47d..0f4e4749a7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", "packages/api": "0.0.1", "packages/dashboard-api": "0.1.0", "packages/nomad-nodepool-apm": "0.0.1" diff --git a/packages/orchestrator/CHANGELOG.md b/packages/orchestrator/CHANGELOG.md index deced5405a..040024561e 100644 --- a/packages/orchestrator/CHANGELOG.md +++ b/packages/orchestrator/CHANGELOG.md @@ -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)