Skip to content

Commit

Permalink
0.15.0 changelog
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot authored and mdellweg committed Sep 22, 2022
1 parent 2977487 commit 872a57a
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 15 deletions.
50 changes: 50 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,56 @@ Changelog

.. towncrier release notes start
0.15.0 (2022-09-21)
===================

Features
--------

- Implement v3/plugin/client-configuration/ endpoint to communicate to the ansible galaxy client
which distribution to use.
`#740 <https://github.com/pulp/pulp_ansible/issues/740>`__
- Added modelresources for Pulp import/export of collection version signatures.
`#844 <https://github.com/pulp/pulp_ansible/issues/844>`__
- Added CollectionDownloadLog table and logger.
`#946 <https://github.com/pulp/pulp_ansible/issues/946>`__
- Added ``rebuild_metadata`` endpoint to ansible repositories and repository versions.
`#1106 <https://github.com/pulp/pulp_ansible/issues/1106>`__


Bugfixes
--------

- Fixed bug where Git Remote failed to clone git submodules when syncing a collection from a git
repository.
`#1065 <https://github.com/pulp/pulp_ansible/issues/1065>`__
- Add a `gpgkey` field to the ansible repository to ease verification of collection signatures.
`#1086 <https://github.com/pulp/pulp_ansible/issues/1086>`__
- Fixed a bug where updating a CollectionRemote did not reset all repositories sync timestamp.
`#1177 <https://github.com/pulp/pulp_ansible/issues/1177>`__
- Update the jsonschema requirements to not conflict with ansible-lint. Currently ansible-lint requires at least 4.9, so match that.
`#1202 <https://github.com/pulp/pulp_ansible/issues/1202>`__
- Switched the attribute `token` on `CollectionRemotes` to be encrypted in the database and not to
be exposed in the API.
`#1221 <https://github.com/pulp/pulp_ansible/issues/1221>`__


Deprecations and Removals
-------------------------

- Removed ``keyring`` attribute from repositories in favor of ``gpgkey``.
`#1086 <https://github.com/pulp/pulp_ansible/issues/1086>`__


Misc
----

- `#1230 <https://github.com/pulp/pulp_ansible/issues/1230>`__, `#1245 <https://github.com/pulp/pulp_ansible/issues/1245>`__


----


0.14.2 (2022-09-15)
===================

Expand Down
2 changes: 0 additions & 2 deletions CHANGES/1065.bugfix

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1086.removal

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1106.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGES/1221.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions CHANGES/740.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/844.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/946.feature

This file was deleted.

0 comments on commit 872a57a

Please sign in to comment.