Skip to content

fix: reset artifacts#3259

Merged
charlie-e2b merged 1 commit into
mainfrom
artifact_reset
Jul 10, 2026
Merged

fix: reset artifacts#3259
charlie-e2b merged 1 commit into
mainfrom
artifact_reset

Conversation

@charlie-e2b

Copy link
Copy Markdown
Contributor

No description provided.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request resets the versions of the docker-reverse-proxy, client-proxy, and clickhouse packages to 0.0.0 in the .release-please-manifest.json file. It also deletes several changelog files associated with these packages. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help 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 — release-please artifact reset only (manifest versions to 0.0.0 and three generated CHANGELOG files deleted); no code paths touched.

Extended reasoning...

Overview

This PR resets release-please state for three packages: .release-please-manifest.json versions for packages/docker-reverse-proxy, packages/client-proxy, and packages/clickhouse are set to 0.0.0, and the corresponding CHANGELOG.md files under each package are deleted. No source code, configs, or CI workflows are modified.

Security risks

None. The changes affect only release-please tracking artifacts. There is no code path, permission, secret, or user-facing surface impacted.

Level of scrutiny

Very low. This is a purely mechanical maintenance change to reset release automation state — the kind of change that follows an established pattern for release-please resets and has no runtime effect.

Other factors

The two deleted CHANGELOGs for clickhouse and client-proxy contained duplicated version entries (two 1.0.1 sections in each), which is consistent with the described intent to reset artifacts and let release-please regenerate cleanly on the next release cycle.

@charlie-e2b
charlie-e2b merged commit 93f7eb5 into main Jul 10, 2026
26 checks passed
@charlie-e2b
charlie-e2b deleted the artifact_reset branch July 10, 2026 20:57
charlie-e2b pushed a commit that referenced this pull request Jul 10, 2026
🤖 I have created a release *beep* *boop*
---


## 0.0.1 (2026-07-10)


### Features

* **api:** soft-delete build layers in DB on user delete
([#3121](#3121))
([ee88776](ee88776))
* **docker-reverse-proxy:** gate access token auth behind feature flag
([#3242](#3242))
([19db283](19db283))


### Bug Fixes

* correct 3 CVES ([#3218](#3218))
([076823b](076823b))
* forgot to add docker- to the docker repository
([#3186](#3186))
([b04225b](b04225b))
* push client-proxy, dashboard-api, and docker-reverse-proxy image…
([#2953](#2953))
([1d930ee](1d930ee))
* reset artifacts
([#3259](#3259))
([93f7eb5](93f7eb5))
* update go to 1.26.4 for CVE-2026-42504
([#3188](#3188))
([a5cc1ff](a5cc1ff))

---
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>
charlie-e2b added a commit that referenced this pull request Jul 10, 2026
🤖 I have created a release *beep* *boop*
---


## 0.0.1 (2026-07-10)


### Features

* Adding client-proxy and clickhouse to e2b-artifacts
([#3210](#3210))
([5686d88](5686d88))


### Bug Fixes

* correct 3 CVES ([#3218](#3218))
([076823b](076823b))
* **local-dev:** rename API_GRPC_ADDRESS to API_INTERNAL_GRPC_ADDRESS in
local dev env ([#2589](#2589))
([6c0bcb1](6c0bcb1))
* push client-proxy, dashboard-api, and docker-reverse-proxy image…
([#2953](#2953))
([1d930ee](1d930ee))
* reset artifacts
([#3259](#3259))
([93f7eb5](93f7eb5))

---
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>
charlie-e2b added a commit that referenced this pull request Jul 10, 2026
🤖 I have created a release *beep* *boop*
---


## 0.0.1 (2026-07-10)


### Features

* Adding client-proxy and clickhouse to e2b-artifacts
([#3210](#3210))
([5686d88](5686d88))
* **api:** LD-gated ClickHouse read switcher
([#3061](#3061))
([29e74ca](29e74ca))
* **clickhouse:** implement multi-cluster fan-out for events and stats
([#2925](#2925))
([39594c6](39594c6))
* **migrations:** add webhook deliveries table to ClickHouse
([#2741](#2741))
([f55a5bd](f55a5bd))
* **orchestrator:** LD-gated ClickHouse write fan-out feature flag
([#3152](#3152))
([f046fcf](f046fcf))
* per-team events TTL limit (tier + addons)
([#3181](#3181))
([f76b2cb](f76b2cb))


### Bug Fixes

* correct 3 CVES ([#3218](#3218))
([076823b](076823b))
* push clickhouse-migrator image to both latest and commit SHA tags
([#2954](#2954))
([3b780d5](3b780d5))
* reset artifacts
([#3259](#3259))
([93f7eb5](93f7eb5))

---
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>
charlie-e2b pushed a commit that referenced this pull request Jul 11, 2026
🤖 I have created a release *beep* *boop*
---


## 0.0.1 (2026-07-11)


### Features

* Adding client-proxy and clickhouse to e2b-artifacts
([#3210](#3210))
([5686d88](5686d88))


### Bug Fixes

* added changelog file to trigger client-proxy buld
([#3268](#3268))
([70b0ee9](70b0ee9))
* correct 3 CVES ([#3218](#3218))
([076823b](076823b))
* **local-dev:** rename API_GRPC_ADDRESS to API_INTERNAL_GRPC_ADDRESS in
local dev env ([#2589](#2589))
([6c0bcb1](6c0bcb1))
* push client-proxy, dashboard-api, and docker-reverse-proxy image…
([#2953](#2953))
([1d930ee](1d930ee))
* reset artifacts
([#3259](#3259))
([93f7eb5](93f7eb5))

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

2 participants