Skip to content

Commit ee9c404

Browse files
committed
Updated changelog release
1 parent de0b580 commit ee9c404

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [v0.18.15] - 2026-07-29
11+
1012
### Added
1113

1214
- Added the `sqlite` service binding type: an app bound to a sqlite service gets a persistent volume (Docker/Podman named volume or Kubernetes PVC, `ReadWriteOnce` with single replica and `Recreate` strategy) holding its SQLite database files, surfaced through the `SQLITE_URL`/`SQLITE_DB_PATH`/`SQLITE_DIR` env variables. The mount directory defaults to `/data` and is configurable per binding with the `path` binding config key. An app can have one sqlite binding and a binding can be attached to one app (single-writer database); derived bindings and grants are not supported.

0 commit comments

Comments
 (0)