Skip to content

Commit 57c7c9f

Browse files
committed
chore: changelog for v1.0.1
1 parent c796a09 commit 57c7c9f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
### Fixed
6+
- **dood: agent can now access Docker socket** — the agent user (running as host UID:GID) was not a member of the docker group inside the container, so `docker` commands failed with permission denied. The daemon now reads the GID of `/var/run/docker.sock` and adds it to the session container via `GroupAdd`.
7+
8+
### Changed
9+
- **Linux only** — README now clearly states macOS and Windows are not supported.
10+
11+
### Chore
12+
- Remove accidentally committed build binaries (`construct`, `constructd`) and add `.gitignore`.
13+
- Add release pipeline (`.github/workflows/release.yml`) — triggers on GitHub release publish, builds linux/amd64 and linux/arm64 binaries, uploads them as assets, copies `[Unreleased]` changelog content as release notes, and commits the changelog update back to main.
14+
515
---
616

717
## [v1.0.0] — 2026-03-22

0 commit comments

Comments
 (0)