We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7d810c + ecca39a commit b51d568Copy full SHA for b51d568
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.18.1] - 2026-07-28
11
+
12
### Fixed
13
- Intermittent `env: 'claude': Permission denied` at container start
14
(#506): `usermod -u` chowns the home tree with the top-level dir last,
deva.sh
@@ -21,7 +21,7 @@ if [ -n "${DEVA_DOCKER_TAG+x}" ]; then
21
DEVA_DOCKER_TAG_SOURCE="env"
22
fi
23
24
-VERSION="0.18.0"
+VERSION="0.18.1"
25
DEVA_DOCKER_IMAGE="${DEVA_DOCKER_IMAGE:-ghcr.io/thevibeworks/deva}"
26
DEVA_DOCKER_TAG="${DEVA_DOCKER_TAG:-latest}"
27
DEVA_CONTAINER_PREFIX="${DEVA_CONTAINER_PREFIX:-deva}"
0 commit comments