mirror of https://github.com/ansible/ansible.git
Fix galaxy publish sha256 value format. (#67942)
* 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>pull/69451/head
parent
5b9418c06c
commit
cd8dd4a272
@ -0,0 +1,3 @@
|
|||||||
|
bugfixes:
|
||||||
|
- ansible-galaxy - Fix ``multipart/form-data`` body to include extra CRLF
|
||||||
|
(https://github.com/ansible/ansible/pull/67942)
|
Loading…
Reference in New Issue