Skip to content

Commit

Permalink
Release 4.2.0rc1 (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
newswangerd authored Oct 2, 2020
1 parent 55ec9ef commit d3144a1
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 16 deletions.
20 changes: 11 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@ jobs:
- docker images
- docker ps -a
- docker logs pulp
deploy:
provider: pypi
distributions: "sdist bdist_wheel"
user: "__token__"
skip_cleanup: true
password:
secure: "mNDI7pqihv+NGCbjb5vKepCp4x+fPjRboQmx1+utaPBgKtofY3Cy7KRSnIcDb5t621+Yb2ufRXk9JGliihHFUUzxVMQjxtIrT8CgbsyXYGFqCQTLp0juCShcU3uCrmn0OB5FZfv1TPmbqrD2iOq1RKx6P6kGEa06ysTelADBi39gdk6l6qfC0o8XBu407KnpOOkx6dR6FjoTmwjN4XsM/UukvBEpAPvgv9eSOJDWR/sEDjpCE2ZMLPSqqM6b01RdkzLOWcDwH56/wXW5IQ3QK4GR63tXcGk6FHw2nfgi1izJhzQWmGD1fpReyxR8EucMOSYzCQSflLiyLCEF/uwnWnFqVDufnElTBCnqMko1qwcoAHwR8fp3xM0WQvGc4krIQjDvKdPpI7vqMrHxX2ZoUG5bDgZEUoYtxlNPBQ8R5GLuupgkLgfh/bORvIxQvmBm8MVGxwO1Ze++9TwTCsxTOTKKEBu3AOtqfdY+IyvYeDPP/Zw37IvGckNGOIyT3KwYgU+L+JGuEHpHkfCBx2oE3NyPN9YAm/6da1ZR1iSeGd980ux0yTGwF8sL4vhUp4lCTsWBqZseztYCsc+QFDUiKMHMQVbftXIwDbtA10SVZlaCrpNHoXNDtWLRo28kqoHFty4+Lzqughqxu27Wf2Eh9MUx9fUcAJA3a/REYyrZjz8="
on:
tags: true
# Commenting this out for now so that we can perform the rc1 release with the new
# build repo
# deploy:
# provider: pypi
# distributions: "sdist bdist_wheel"
# user: "__token__"
# skip_cleanup: true
# password:
# secure: "mNDI7pqihv+NGCbjb5vKepCp4x+fPjRboQmx1+utaPBgKtofY3Cy7KRSnIcDb5t621+Yb2ufRXk9JGliihHFUUzxVMQjxtIrT8CgbsyXYGFqCQTLp0juCShcU3uCrmn0OB5FZfv1TPmbqrD2iOq1RKx6P6kGEa06ysTelADBi39gdk6l6qfC0o8XBu407KnpOOkx6dR6FjoTmwjN4XsM/UukvBEpAPvgv9eSOJDWR/sEDjpCE2ZMLPSqqM6b01RdkzLOWcDwH56/wXW5IQ3QK4GR63tXcGk6FHw2nfgi1izJhzQWmGD1fpReyxR8EucMOSYzCQSflLiyLCEF/uwnWnFqVDufnElTBCnqMko1qwcoAHwR8fp3xM0WQvGc4krIQjDvKdPpI7vqMrHxX2ZoUG5bDgZEUoYtxlNPBQ8R5GLuupgkLgfh/bORvIxQvmBm8MVGxwO1Ze++9TwTCsxTOTKKEBu3AOtqfdY+IyvYeDPP/Zw37IvGckNGOIyT3KwYgU+L+JGuEHpHkfCBx2oE3NyPN9YAm/6da1ZR1iSeGd980ux0yTGwF8sL4vhUp4lCTsWBqZseztYCsc+QFDUiKMHMQVbftXIwDbtA10SVZlaCrpNHoXNDtWLRo28kqoHFty4+Lzqughqxu27Wf2Eh9MUx9fUcAJA3a/REYyrZjz8="
# on:
# tags: true
...
25 changes: 25 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,31 @@ Changelog

.. towncrier release notes start
4.2.0rc1 (2020-10-02)
=====================

Bugfixes
--------

- Make error return for upload filename parsing errors provides an error code 'invalid'
`#31 <https://github.com/ansible/galaxy_ng/issues/31>`_
- Fixes missing collection documentation after syncing from cloud.redhat.com.
`#441 <https://github.com/ansible/galaxy_ng/issues/441>`_
- Add missing RepositoryVersion to inbound repos created via migration
`#493 <https://github.com/ansible/galaxy_ng/issues/493>`_
- On upload use filename namespace as distro when no distro specified
`#496 <https://github.com/ansible/galaxy_ng/issues/496>`_


Misc
----

- `#390 <https://github.com/ansible/galaxy_ng/issues/390>`_, `#473 <https://github.com/ansible/galaxy_ng/issues/473>`_


----


4.2.0b3 (2020-09-24)
====================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/31.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/390.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/441.fix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/473.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/493.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/496.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy_ng/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "4.2.0b3"
__version__ = "4.2.0rc1"

default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"

0 comments on commit d3144a1

Please sign in to comment.