Skip to content

Commit

Permalink
Update Changelog (#1537)
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot authored Jul 24, 2023
1 parent f5eb7c8 commit 1b66045
Showing 1 changed file with 107 additions and 82 deletions.
189 changes: 107 additions & 82 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,31 @@ Changelog

.. towncrier release notes start
0.19.0 (2023-07-20)
===================

Features
--------

- Exposes collection download count in the api.
Download count controlled by new setting ANSIBLE_COLLECT_DOWNLOAD_COUNT.
`#1478 <https://github.com/pulp/pulp_ansible/issues/1478>`__


Bugfixes
--------

- Fixed the migration 0030 in face of collections without runtime.yml.
`#1480 <https://github.com/pulp/pulp_ansible/issues/1480>`__
- Wrapped db writes with try/except for collection download logs with read-only databases.
`#1491 <https://github.com/pulp/pulp_ansible/issues/1491>`__
- Fixed updated namespacemetadata in x-repo search indexing.
`#1494 <https://github.com/pulp/pulp_ansible/issues/1494>`__


----


0.18.0 (2023-05-25)
===================

Expand Down Expand Up @@ -958,88 +983,6 @@ Bugfixes
----


0.6.2 (2021-03-03)
==================

Bugfixes
--------

- Use DRF token when no ``auth_url`` is provided
`#8290 <https://pulp.plan.io/issues/8290>`_


----


0.5.11 (2022-01-31)
===================

Bugfixes
--------

- Use proxy auth credentials of a Remote when syncing content
`#801 <https://github.com/pulp/pulp_ansible/issues/801>`_


----


0.5.10 (2021-09-13)
===================

Bugfixes
--------

- Use proxy auth credentials of a Remote when syncing content.
`#9390 <https://pulp.plan.io/issues/9390>`_


----


0.5.9 (2021-04-29)
==================

Bugfixes
--------

- Remove scheme from apache snippet
`#8661 <https://pulp.plan.io/issues/8661>`_
- Fix collections endpoint for collections named "api"
`#8662 <https://pulp.plan.io/issues/8662>`_
- Updated api lengths for collection version fields to match db model lengths.
`#8663 <https://pulp.plan.io/issues/8663>`_


----


0.5.8 (2021-03-08)
==================

Bugfixes
--------

- Allow updating ``auth_url`` on CollectionRemote when ``token`` is already set
`#8362 <https://pulp.plan.io/issues/8362>`_


----


0.5.7 (2021-03-03)
==================

Bugfixes
--------

- Use DRF token when no ``auth_url`` is provided
`#8290 <https://pulp.plan.io/issues/8290>`_


----


0.7.0 (2021-02-11)
==================

Expand Down Expand Up @@ -1094,6 +1037,19 @@ Misc
----


0.6.2 (2021-03-03)
==================

Bugfixes
--------

- Use DRF token when no ``auth_url`` is provided
`#8290 <https://pulp.plan.io/issues/8290>`_


----


0.6.1 (2021-01-15)
==================

Expand Down Expand Up @@ -1140,6 +1096,75 @@ Misc
----


0.5.11 (2022-01-31)
===================

Bugfixes
--------

- Use proxy auth credentials of a Remote when syncing content
`#801 <https://github.com/pulp/pulp_ansible/issues/801>`_


----


0.5.10 (2021-09-13)
===================

Bugfixes
--------

- Use proxy auth credentials of a Remote when syncing content.
`#9390 <https://pulp.plan.io/issues/9390>`_


----


0.5.9 (2021-04-29)
==================

Bugfixes
--------

- Remove scheme from apache snippet
`#8661 <https://pulp.plan.io/issues/8661>`_
- Fix collections endpoint for collections named "api"
`#8662 <https://pulp.plan.io/issues/8662>`_
- Updated api lengths for collection version fields to match db model lengths.
`#8663 <https://pulp.plan.io/issues/8663>`_


----


0.5.8 (2021-03-08)
==================

Bugfixes
--------

- Allow updating ``auth_url`` on CollectionRemote when ``token`` is already set
`#8362 <https://pulp.plan.io/issues/8362>`_


----


0.5.7 (2021-03-03)
==================

Bugfixes
--------

- Use DRF token when no ``auth_url`` is provided
`#8290 <https://pulp.plan.io/issues/8290>`_


----


0.5.6 (2021-01-12)
==================

Expand Down

0 comments on commit 1b66045

Please sign in to comment.