From 492ba107eef6affbeea5d6e65be5ce0568b855f3 Mon Sep 17 00:00:00 2001 From: "e2b-release-please[bot]" <298072688+e2b-release-please[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 21:07:31 +0000 Subject: [PATCH] chore(main): release orchestrator 0.0.2 --- .release-please-manifest.json | 2 +- packages/orchestrator/CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6b7bf5d504..52060e9f72 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "packages/client-proxy": "0.0.1", "packages/clickhouse": "0.0.1", "packages/envd": "0.6.13", - "packages/orchestrator": "0.0.1", + "packages/orchestrator": "0.0.2", "packages/api": "0.0.1", "packages/dashboard-api": "0.0.1", "packages/nomad-nodepool-apm": "0.0.1" diff --git a/packages/orchestrator/CHANGELOG.md b/packages/orchestrator/CHANGELOG.md index dac44ecc01..deced5405a 100644 --- a/packages/orchestrator/CHANGELOG.md +++ b/packages/orchestrator/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.0.2](https://github.com/e2b-dev/infra/compare/orchestrator-v0.0.1...orchestrator-v0.0.2) (2026-07-31) + + +### Bug Fixes + +* **orch:** choose the chrony time source at boot instead of at build time ([#3440](https://github.com/e2b-dev/infra/issues/3440)) ([10b1bae](https://github.com/e2b-dev/infra/commit/10b1bae7c8c6d95baf599ada006981347d507568)) +* **orch:** pin nixpkgs to a supported release for the NixOS base image ([#3478](https://github.com/e2b-dev/infra/issues/3478)) ([6e8e9d3](https://github.com/e2b-dev/infra/commit/6e8e9d35ddeb45bc54a1e30322d04d363c1923cc)) +* **template-build:** create trailing-slash COPY targets before moving files ([#3458](https://github.com/e2b-dev/infra/issues/3458)) ([dc53fa7](https://github.com/e2b-dev/infra/commit/dc53fa7fd7989eec69a166e7a0456eabd18101f4)) + ## 0.0.1 (2026-07-30)