You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Adrian Likins cd8dd4a272
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>
5 years ago
..
cli Remove left hand side slicing 5 years ago
collections fix a-doc listing plugins and add tests (#68600) 5 years ago
compat Update bundled copy of selectors2 from 1.1.0 to 1.1.1 (#55457) 6 years ago
config restore jsonfile cache plugin (#69337) 5 years ago
errors Misc typo fixes (#66120) 5 years ago
executor Fix --start-at-task when skipping tasks with no name (#68951) 5 years ago
galaxy Fix galaxy publish sha256 value format. (#67942) 5 years ago
inventory Remove some no-op code from InventoryManager 5 years ago
module_utils Distribution: Add PopOS as Debian OS_FAMILY (#69294) 5 years ago
modules git: don't import get_module_path (#69378) 5 years ago
parsing Order my dicts (#58000) 5 years ago
playbook Remove left hand side slicing 5 years ago
plugins generator inventory plugin: remove "strict" from example (#69178) 5 years ago
template native types: literal_eval all the things (#68938) 5 years ago
utils Fix SemanticVersion comparison (#69395) 5 years ago
vars Allow tasks to notify a fqcn handler name (#68213) 5 years ago
__init__.py
constants.py add collection plugin listing to ansible-doc (#68522) 5 years ago
context.py Become plugins (#50991) 6 years ago
release.py Update release name for 2.10 5 years ago