0.4.0 (2019-03-28)
------------------
* The default path for collections to be installed
is now '~/.ansible/collections/ansible_collections'
which is also the default place ansible 2.8 or higher will search
for collections.
* Add the 'mazer publish' for publishing a collection artifact to Ansible Galaxy
* 186 Implement 'migrate_role' command to convert traditional roles
to collections <https://github.com/ansible/mazer/issues/186>
* galaxy.yml 'authors' field is now a list
* galaxy.yml 'dependencies' field is now a dict where the key is the
collection and the value is a
https://github.com/rbarrois/python-semanticversion version spec
* galaxy.yml 'tags' field (a list of tags) added
* galaxy.yml 'readme' field added. The value is the path to the README file.
* galaxy.yml optional new fields 'repository',
'documentation', 'homepage', 'issues'
* galaxy.yml optional field 'license_file' added. It's value is a path
to a file containing additional license information
* collection artifacts file manifest info is now in the generated FILES.json
* MANIFEST.json now includes path and sha256sum of new generated FILES.json
* Dependency solving version matching now supports
the python-semanticversion style version specs
* Fixes and improvements for install of local collection artifacts.
ie. `mazer install my_namespace-my_collection-1.2.3.tar.gz`
* Updates to the use Galaxy REST v2 API
* Updates to how SPDX data is loaded and used.
* SPDX data updated to 3.4-59-ga68ef3c
ISSUE TYPE
Docs Pull Request
MAZER VERSION
name = mazer
version = 0.3.0
config_file = /home/adrian/.ansible/mazer.yml
uname = Linux, newswoop, 4.18.16-100.fc27.x86_64, #1 SMP Sun Oct 21 09:33:00 UTC 2018, x86_64
executable_location = /home/adrian/venvs/galaxy-cli-py3-2/bin/mazer
python_version = 3.6.6 (default, Jul 19 2018, 16:29:00) [GCC 7.3.1 20180303 (Red Hat 7.3.1-5)]
python_executable = /home/adrian/venvs/galaxy-cli-py3-2/bin/python
SUMMARY
Prep for 0.4.0 release. Including:
ISSUE TYPE
MAZER VERSION
ADDITIONAL INFORMATION