You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,28 @@
3
3
All notable changes to this project will be documented in this file.
4
4
5
5
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
0 commit comments