| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| docker-agent-windows-arm64.exe | 2026-09-08 | 111.2 MB | |
| docker-agent-darwin-amd64 | 2026-09-08 | 119.0 MB | |
| docker-agent-darwin-arm64 | 2026-09-08 | 110.7 MB | |
| docker-agent-linux-amd64 | 2026-09-08 | 138.7 MB | |
| docker-agent-linux-arm64 | 2026-09-08 | 131.2 MB | |
| docker-agent-windows-amd64.exe | 2026-09-08 | 120.1 MB | |
| README.md | 2026-09-08 | 1.0 kB | |
| v1.136.0 source code.tar.gz | 2026-09-08 | 11.7 MB | |
| v1.136.0 source code.zip | 2026-09-08 | 13.1 MB | |
| Totals: 9 Items | 755.7 MB | 0 | |
This release adds support for carrying encrypted agent config in the request body instead of headers, addressing potential header-size limit issues.
What's New
- Adds support for carrying encrypted agent config in the request body (as
encrypted_agent_configfield) and config-load envelope, replacing the previousX-Cagent-Encrypted-Configheader approach to avoid header-size limit constraints
Technical Changes
- Updates docker-agent-action reference to v2.0.6 in the PR review workflow
What's Changed
- docs: update CHANGELOG.md for v1.135.0 by @docker-read-write[bot] in https://github.com/docker/docker-agent/pull/4196
- chore: update docker-agent-action to v2.0.6 by @docker-agent in https://github.com/docker/docker-agent/pull/4200
- feat(gateway): carry encrypted agent config in request body and config-load envelope by @gtardif in https://github.com/docker/docker-agent/pull/4201
Full Changelog: https://github.com/docker/docker-agent/compare/v1.135.0...v1.136.0