Skip to content

Commit c801f49

Browse files
docs: update CHANGELOG.md for v1.32.2
Automated changelog update for release v1.32.2 Assisted-By: Docker Agent
1 parent 424af20 commit c801f49

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [v1.32.2] - 2026-03-12
7+
8+
This release focuses on security improvements and bug fixes, including prevention of PATH hijacking vulnerabilities and fixes to environment file support.
9+
10+
## Bug Fixes
11+
- Fixes prevention of PATH hijacking and TOCTOU (Time-of-Check-Time-of-Use) vulnerabilities in shell/binary resolution (CWE-426)
12+
- Fixes --env-file support for the gateway
13+
14+
## Technical Changes
15+
- Removes debug code from codebase
16+
- Reverts user prompt options feature that was previously added
17+
18+
### Pull Requests
19+
20+
- [#2071](https://github.com/docker/docker-agent/pull/2071) - Add options-based selection to user_prompt tool
21+
- [#2083](https://github.com/docker/docker-agent/pull/2083) - fix: prevent PATH hijacking and TOCTOU in shell/binary resolution
22+
- [#2084](https://github.com/docker/docker-agent/pull/2084) - docs: update CHANGELOG.md for v1.32.1
23+
- [#2085](https://github.com/docker/docker-agent/pull/2085) - Fix --env-file support for the gateway
24+
- [#2086](https://github.com/docker/docker-agent/pull/2086) - Remove debug code
25+
- [#2088](https://github.com/docker/docker-agent/pull/2088) - Revert "Add options-based selection to user_prompt tool"
26+
27+
628
## [v1.32.1] - 2026-03-12
729

830
This release fixes several issues with session handling, tool elicitation, and MCP environment variable validation.
@@ -1239,3 +1261,5 @@ This release improves the terminal user interface with better error handling and
12391261
[v1.32.0]: https://github.com/docker/docker-agent/releases/tag/v1.32.0
12401262

12411263
[v1.32.1]: https://github.com/docker/docker-agent/releases/tag/v1.32.1
1264+
1265+
[v1.32.2]: https://github.com/docker/docker-agent/releases/tag/v1.32.2

0 commit comments

Comments
 (0)