Skip to content

Commit d8eebc1

Browse files
github-actions[bot]masterkain
authored andcommitted
chore(main): release codex-pooler 0.5.18
1 parent 02403d8 commit d8eebc1

4 files changed

Lines changed: 12 additions & 3 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.5.17"
2+
".": "0.5.18"
33
}

CHANGELOG.md

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

3+
## [0.5.18](https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.5.17...codex-pooler-v0.5.18) (2026-08-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency daisyui to v5.7.16 ([#262](https://github.com/icoretech/codex-pooler/issues/262)) ([02403d8](https://github.com/icoretech/codex-pooler/commit/02403d8df88c742cc835836b7a1868274f87152a))
9+
* **gateway:** preserve encrypted agent v2 handoffs ([e352aae](https://github.com/icoretech/codex-pooler/commit/e352aaea60b54be71488662e2a059530f7a4a9ca))
10+
* **routing:** drain assignment locks before deadlock retries ([07113b2](https://github.com/icoretech/codex-pooler/commit/07113b2b267d9ae6aca8ddbc3dfea5458f7c37bc))
11+
312
## [0.5.17](https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.5.16...codex-pooler-v0.5.17) (2026-08-05)
413

514

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For every self-hosted install, choose a tagged stable release before creating
3030

3131
```bash
3232
export CODEX_POOLER_IMAGE=ghcr.io/icoretech/codex-pooler
33-
export CODEX_POOLER_IMAGE_TAG=0.5.17
33+
export CODEX_POOLER_IMAGE_TAG=0.5.18
3434
scripts/self-host/generate-env.sh
3535
```
3636

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.5.17",
8+
version: "0.5.18",
99
# x-release-please-end
1010
elixir: "~> 1.16",
1111
elixirc_paths: elixirc_paths(Mix.env()),

0 commit comments

Comments
 (0)