Skip to content

chore(main): release dashboard-api 0.0.1 - #3471

Merged
charlie-e2b merged 3 commits into
mainfrom
release-please--branches--main--components--dashboard-api
Jul 30, 2026
Merged

charlie-e2b merged 3 commits into
mainfrom
release-please--branches--main--components--dashboard-api

Conversation

@e2b-release-please

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.0.1 (2026-07-30)

Features

  • add workspace admin API foundations (#3314) (0f72030)
  • api: LD-gated ClickHouse read switcher (#3061) (29e74ca)
  • api: soft-delete build layers in DB on user delete (#3121) (ee88776)
  • auth: support admin token team auth (#2934) (5496666)
  • auth: verifiers on one axis, and a reusable authenticator constructor (#3423) (923b99b)
  • dashboard-api: add internal admin route for deleting a user (#2986) (ecc1291)
  • dashboard-api: add internal team creation (#2824) (375051b)
  • dashboard-api: add OIDC admin user bootstrap endpoint (#2841) (6a7a59e)
  • dashboard-api: add Ory user profile provider and auth middleware fix (#2840) (30d40d2)
  • dashboard-api: add template tags handlers (#2885) (bf52a4b)
  • dashboard-api: batch member sync route, and unenumerate project_type (#3427) (cc16acf)
  • dashboard-api: expose auth profile admin routes (#2743) (b673a10)
  • dashboard-api: flag sandboxes past data retention (#3102) (9b162bf)
  • dashboard-api: implement upsertProjectLimits (#3438) (ec1ed29)
  • dashboard-api: include build resources in /builds response (#3009) (bf49c32)
  • dashboard-api: map Ory SSO organizations to E2B teams (#3094) (dbd098f)
  • dashboard-api: populate Ory identity external_id on admin bootstrap (#3062) (6c51232)
  • dashboard-api: project upsert, member sync and user purge (#3442) (f997c39)
  • dashboard-api: templates list pagination (#2904) (6882463)
  • db: add project_limits, an override the limits owner can write (#3429) (021c2a4)
  • improve templates list sorting (#2983) (51ad7ff)
  • otel: instrument auth service HTTP client with otelhttp (#2722) (69b085d)
  • per-team events TTL limit (tier + addons) (#3181) (f76b2cb)

Bug Fixes

  • added api and orch (#3454) (fda5e45)
  • api: copy auth/internal into api and dashboard-api image builds (#3323) (bda1fee)
  • api: invalidate auth cache on API key deletion (#3324) (8b02910)
  • correct 3 CVES (#3218) (076823b)
  • dashboard-api: avoid repeated Ory bootstrap provisioning (#2940) (da5ce59)
  • dashboard-api: drop removed read-replica accessor in provisioning tests (#3340) (6addc91)
  • dashboard-api: pass signup metadata to billing provisioning (#2978) (d0ea5b4)
  • dashboard-api: set Ory external_id only after the bootstrap commit (#3133) (00ad04b)
  • push client-proxy, dashboard-api, and docker-reverse-proxy image… (#2953) (1d930ee)

This PR was generated with Release Please. See documentation.

@claude claude 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.

LGTM — standard automated release-please PR bumping dashboard-api to 0.0.1.

Extended reasoning...

Overview

This is an auto-generated release-please PR that bumps the dashboard-api version from 0.0.0 to 0.0.1 in .release-please-manifest.json and adds the corresponding packages/dashboard-api/CHANGELOG.md file aggregating previously merged feature/fix commits. No application logic, configuration behavior, or infrastructure is changed.

Security risks

None. The changes are limited to a version string in a manifest file and a generated markdown changelog — no code execution paths, credentials, or permissions are touched.

Level of scrutiny

Minimal scrutiny is appropriate. This follows the well-established release-please pattern already used elsewhere in this repo (e.g. other packages already have similar entries in the manifest), and the diff is fully mechanical/generated.

Other factors

No bugs were reported by the bug hunting system, and the PR timeline has no outstanding reviewer comments. The change is self-contained and trivially reversible.

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1ae5f5a9c7

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread .release-please-manifest.json Outdated
"packages/orchestrator": "0.0.0",
"packages/api": "0.0.0",
"packages/dashboard-api": "0.0.0",
"packages/dashboard-api": "0.0.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Release dashboard-api with api/db-migrator

When this release commit is merged, the release workflow tags only dashboard-api-v0.0.1 from the bumped manifest entry, and publish.yml then builds that dashboard image with EXPECTED_MIGRATION_TIMESTAMP from the tagged checkout; however the manifest still leaves packages/api at 0.0.0, so there is no matching API/db-migrator release to apply the DB migrations that dashboard-api's startup guard requires. In deployments using the released-image flow, pinning DASHBOARD_API_VERSION=v0.0.1 with the existing API/db-migrator release makes dashboard-api fail CheckMigrationVersion before serving; release the API/db-migrator image in lockstep or hold this dashboard-api release back.

AGENTS.md reference: AGENTS.md:L22-L26

Useful? React with 👍 / 👎.

@charlie-e2b
charlie-e2b enabled auto-merge (squash) July 30, 2026 20:00
@charlie-e2b
charlie-e2b merged commit ced53b3 into main Jul 30, 2026
24 checks passed
@charlie-e2b
charlie-e2b deleted the release-please--branches--main--components--dashboard-api branch July 30, 2026 20:00
jakubno pushed a commit that referenced this pull request Aug 3, 2026
🤖 I have created a release *beep* *boop*
---


## 0.0.1 (2026-07-30)


### Features

* add workspace admin API foundations
([#3314](#3314))
([0f72030](0f72030))
* **api:** LD-gated ClickHouse read switcher
([#3061](#3061))
([29e74ca](29e74ca))
* **api:** soft-delete build layers in DB on user delete
([#3121](#3121))
([ee88776](ee88776))
* **auth:** support admin token team auth
([#2934](#2934))
([5496666](5496666))
* **auth:** verifiers on one axis, and a reusable authenticator
constructor ([#3423](#3423))
([f68e713](f68e713))
* **dashboard-api:** add internal admin route for deleting a user
([#2986](#2986))
([ecc1291](ecc1291))
* **dashboard-api:** add internal team creation
([#2824](#2824))
([375051b](375051b))
* **dashboard-api:** add OIDC admin user bootstrap endpoint
([#2841](#2841))
([6a7a59e](6a7a59e))
* **dashboard-api:** add Ory user profile provider and auth middleware
fix ([#2840](#2840))
([30d40d2](30d40d2))
* **dashboard-api:** add template tags handlers
([#2885](#2885))
([bf52a4b](bf52a4b))
* **dashboard-api:** batch member sync route, and unenumerate
project_type ([#3427](#3427))
([6d8dc38](6d8dc38))
* **dashboard-api:** expose auth profile admin routes
([#2743](#2743))
([b673a10](b673a10))
* **dashboard-api:** flag sandboxes past data retention
([#3102](#3102))
([9b162bf](9b162bf))
* **dashboard-api:** implement upsertProjectLimits
([#3438](#3438))
([f4ee390](f4ee390))
* **dashboard-api:** include build resources in /builds response
([#3009](#3009))
([bf49c32](bf49c32))
* **dashboard-api:** map Ory SSO organizations to E2B teams
([#3094](#3094))
([dbd098f](dbd098f))
* **dashboard-api:** populate Ory identity external_id on admin
bootstrap ([#3062](#3062))
([6c51232](6c51232))
* **dashboard-api:** project upsert, member sync and user purge
([#3442](#3442))
([8c90702](8c90702))
* **dashboard-api:** templates list pagination
([#2904](#2904))
([6882463](6882463))
* **db:** add project_limits, an override the limits owner can write
([#3429](#3429))
([5ab6259](5ab6259))
* improve templates list sorting
([#2983](#2983))
([51ad7ff](51ad7ff))
* **otel:** instrument auth service HTTP client with otelhttp
([#2722](#2722))
([69b085d](69b085d))
* per-team events TTL limit (tier + addons)
([#3181](#3181))
([f76b2cb](f76b2cb))


### Bug Fixes

* added api and orch
([#3454](#3454))
([d56e0a8](d56e0a8))
* **api:** copy auth/internal into api and dashboard-api image builds
([#3323](#3323))
([bda1fee](bda1fee))
* **api:** invalidate auth cache on API key deletion
([#3324](#3324))
([8b02910](8b02910))
* correct 3 CVES ([#3218](#3218))
([076823b](076823b))
* **dashboard-api:** avoid repeated Ory bootstrap provisioning
([#2940](#2940))
([da5ce59](da5ce59))
* **dashboard-api:** drop removed read-replica accessor in provisioning
tests ([#3340](#3340))
([6addc91](6addc91))
* **dashboard-api:** pass signup metadata to billing provisioning
([#2978](#2978))
([d0ea5b4](d0ea5b4))
* **dashboard-api:** set Ory external_id only after the bootstrap commit
([#3133](#3133))
([00ad04b](00ad04b))
* push client-proxy, dashboard-api, and docker-reverse-proxy image…
([#2953](#2953))
([1d930ee](1d930ee))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: e2b-release-please[bot] <298072688+e2b-release-please[bot]@users.noreply.github.com>
Co-authored-by: Charlie Wyse <charlie.wyse@e2b.dev>
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