Skip to content

Commit 85c9bd7

Browse files
docs: release notes for v0.8.9, v0.8.10, and v0.8.11
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 676e932 commit 85c9bd7

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

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

33
All notable changes to this project will be documented here.
44

5+
## [0.8.11] - 2026-04-24
6+
7+
### Fixed
8+
- `poshmcp build` now works correctly when run outside the PoshMcp repository directory. The embedded Dockerfile is now materialized to a temporary file before invoking docker, preventing "Dockerfile not found" errors.
9+
10+
## [0.8.10] - 2026-04-24
11+
12+
### Added
13+
- `--appsettings` option for `poshmcp build` command allows users to bundle a local `appsettings.json` file into their container image at build time, simplifying configuration management in containerized deployments.
14+
15+
## [0.8.9] - 2026-04-24
16+
17+
### Added
18+
- `examples/Dockerfile.user` now includes documented PSModule paths showing where PowerShell modules are available in the container (`/usr/local/share/powershell/Modules` for AllUsers, `/opt/microsoft/powershell/7/Modules` for built-in, `/home/appuser/.local/share/powershell/Modules` for CurrentUser).
19+
- Commented `COPY` directive examples in `Dockerfile.user` demonstrating how to easily copy local modules and startup scripts into the container.
20+
521
## [0.8.8] - 2026-04-24
622

723
### Changed

0 commit comments

Comments
 (0)