cd8dd4a272
* Fix galaxy publish sha256 value format. The multipart/form content used for the body of the POST to /api/automation-hub/v3/collections was missing a newline before the line with the value of the sha256. automation-hub/galaxy/django skips the field entirely in that case and automation-hub code will use None for default to indicate that no sha256 is provided (an available option). Fixes ansible/galaxy-dev#246 * Add changelog fragment Co-authored-by: Matt Martz <matt@sivel.net>
3 lines
134 B
YAML
3 lines
134 B
YAML
bugfixes:
|
|
- ansible-galaxy - Fix ``multipart/form-data`` body to include extra CRLF
|
|
(https://github.com/ansible/ansible/pull/67942)
|