Skip to content

Commit a8cbcca

Browse files
github-actions[bot]masterkain
authored andcommitted
chore(main): release codex-pooler 0.0.14
1 parent ac65437 commit a8cbcca

5 files changed

Lines changed: 20 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.13"
2+
".": "0.0.14"
33
}

CHANGELOG.md

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

3+
## [0.0.14](https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.0.13...codex-pooler-v0.0.14) (2026-06-14)
4+
5+
6+
### Features
7+
8+
* **admin:** add project resource menu ([8d6864d](https://github.com/icoretech/codex-pooler/commit/8d6864dfe0ee54e17631b7bae595b58038ae6743))
9+
10+
11+
### Bug Fixes
12+
13+
* **admin:** keep worker card actions aligned ([0afc383](https://github.com/icoretech/codex-pooler/commit/0afc383e264eb3d5afcf272c4742df8d71a7eae6))
14+
* **admin:** report settled usage costs ([3378d49](https://github.com/icoretech/codex-pooler/commit/3378d4980d06b2320113fb5b8c0190ce0a78de05))
15+
* **dev:** isolate local postgres env ([ac65437](https://github.com/icoretech/codex-pooler/commit/ac65437af2f24a40635e2790533c944893c16602))
16+
317
## [0.0.13](https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.0.12...codex-pooler-v0.0.13) (2026-06-13)
418

519

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.13
34+
export CODEX_POOLER_IMAGE_TAG=0.0.14
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.13
52+
tag: 0.0.14
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.13 \
227+
--version 0.0.14 \
228228
--set image.repository=ghcr.io/icoretech/codex-pooler \
229-
--set image.tag=0.0.13 \
229+
--set image.tag=0.0.14 \
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.13",
8+
version: "0.0.14",
99
# x-release-please-end
1010
elixir: "~> 1.16",
1111
elixirc_paths: elixirc_paths(Mix.env()),

0 commit comments

Comments
 (0)