Skip to content

Commit 2e09339

Browse files
chore(main): release codex-pooler 0.0.11
1 parent 843e188 commit 2e09339

5 files changed

Lines changed: 35 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.10"
2+
".": "0.0.11"
33
}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [0.0.11](https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.0.10...codex-pooler-v0.0.11) (2026-06-11)
4+
5+
6+
### Features
7+
8+
* **admin:** add upstream account relink action ([843e188](https://github.com/icoretech/codex-pooler/commit/843e18827cb4792acdc48e1755290d13a8e87b8b))
9+
* **docs:** clarify OAuth device-code setup ([0257377](https://github.com/icoretech/codex-pooler/commit/025737761d5f7c68eb1630029016731735a1671f))
10+
* **upstreams:** add OpenAI OAuth linking ([a317aa2](https://github.com/icoretech/codex-pooler/commit/a317aa27f7ce6df097e44881599b661e799c2242))
11+
12+
13+
### Bug Fixes
14+
15+
* **access:** preserve skipped invite email result ([a3793db](https://github.com/icoretech/codex-pooler/commit/a3793db3c9e4b58f934eb6ba66844fcb72a92d6c))
16+
* **accounting:** rebuild daily rollups set-wise ([a8baf70](https://github.com/icoretech/codex-pooler/commit/a8baf70e659ed48cb0e42e45a1ffe2e883e2f459))
17+
* **admin:** add invite dialog backdrop id ([d963688](https://github.com/icoretech/codex-pooler/commit/d9636880b61865497f53b4f218a21c2a0f6e83b1))
18+
* **admin:** clear recovered reconciliation alerts ([de16639](https://github.com/icoretech/codex-pooler/commit/de16639a3a2eee2d9ce4711455bc4f09d8f6b926))
19+
* **admin:** point Pool dialog docs to pools guide ([eb5d8b7](https://github.com/icoretech/codex-pooler/commit/eb5d8b7e1a575eacb10dd1f036f2365a310978df))
20+
* **admin:** recheck settings capability on save ([6a7c6b3](https://github.com/icoretech/codex-pooler/commit/6a7c6b33bcea43b716a0d4b1af7a4f0b3c82a6ee))
21+
* **admin:** rename upstream OAuth action ([911c4c2](https://github.com/icoretech/codex-pooler/commit/911c4c2b30a36450b669b09f9d790c27ff4753df))
22+
* **admin:** render percent-only quota bars ([b1e8a86](https://github.com/icoretech/codex-pooler/commit/b1e8a863292b554d3383f028325ebed4a38a2d43))
23+
* **admin:** surface unavailable API key models ([aa04a8f](https://github.com/icoretech/codex-pooler/commit/aa04a8f29bc952b1ccb9d7e34a4b1c0bcaf7f252))
24+
* dedupe reconciliation and classify hard-pinned recovery ([6383dcc](https://github.com/icoretech/codex-pooler/commit/6383dccf79696108c1eb6c291432fb49c1d59601))
25+
* **deps:** update astro monorepo to v6.4.5 ([7260919](https://github.com/icoretech/codex-pooler/commit/7260919655c01b0a247c431359bb31fca43c48c1))
26+
* **deps:** update dependency @astrojs/starlight to v0.40.0 ([#43](https://github.com/icoretech/codex-pooler/issues/43)) ([511ce7a](https://github.com/icoretech/codex-pooler/commit/511ce7ac758a1bf7238ffca607cc26000107d48e))
27+
* **deps:** update dependency starlight-page-actions to v0.6.1 ([#42](https://github.com/icoretech/codex-pooler/issues/42)) ([c1b2592](https://github.com/icoretech/codex-pooler/commit/c1b259234f08f2db0cbcc6f41663bf28d8f69cfc))
28+
* **deps:** update docs dependency group ([54be3c5](https://github.com/icoretech/codex-pooler/commit/54be3c5d1734ddc9b63d836b636b2045eae05433))
29+
* **jobs:** schedule token refresh recovery ([147d7e7](https://github.com/icoretech/codex-pooler/commit/147d7e70becfdb03b0ae76532f792ba9e8e2abd4))
30+
* **runtime:** match current Codex compatibility behavior ([29fe692](https://github.com/icoretech/codex-pooler/commit/29fe69265cb952f9b100114f9e09f422770373c7))
31+
332
## [0.0.10](https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.0.9...codex-pooler-v0.0.10) (2026-06-10)
433

534

docs-site/src/content/docs/deployment/docker-compose.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ less explicit for a real install.
3131

3232
```bash
3333
export CODEX_POOLER_IMAGE=ghcr.io/icoretech/codex-pooler
34-
export CODEX_POOLER_IMAGE_TAG=0.0.10
34+
export CODEX_POOLER_IMAGE_TAG=0.0.11
3535
scripts/self-host/generate-env.sh
3636
```
3737

docs-site/src/content/docs/deployment/helm.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Set an explicit immutable image tag for real deployments. Don't rely on `latest`
4949
```yaml
5050
image:
5151
repository: ghcr.io/icoretech/codex-pooler
52-
tag: 0.0.10
52+
tag: 0.0.11
5353
pullPolicy: IfNotPresent
5454
```
5555
@@ -224,9 +224,9 @@ Render manifests locally before applying them:
224224

225225
```bash
226226
helm template codex-pooler icoretech/codex-pooler \
227-
--version 0.0.10 \
227+
--version 0.0.11 \
228228
--set image.repository=ghcr.io/icoretech/codex-pooler \
229-
--set image.tag=0.0.10 \
229+
--set image.tag=0.0.11 \
230230
--set config.host=pooler.example.com \
231231
--set ingress.enabled=true \
232232
--set ingress.hosts[0].host=pooler.example.com

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule CodexPooler.MixProject do
55
[
66
app: :codex_pooler,
77
# x-release-please-start-version
8-
version: "0.0.10",
8+
version: "0.0.11",
99
# x-release-please-end
1010
elixir: "~> 1.16",
1111
elixirc_paths: elixirc_paths(Mix.env()),

0 commit comments

Comments
 (0)