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-actionreference 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 #4196
- chore: update docker-agent-action to v2.0.6 by @docker-agent in #4200
- feat(gateway): carry encrypted agent config in request body and config-load envelope by @gtardif in #4201
Full Changelog: v1.135.0...v1.136.0