diff --git a/CHANGES.md b/CHANGES.md index 492d6688b..3e23fc198 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -21,7 +21,7 @@ ## 0.16.3 (2024-05-15) {: #0.16.3 } -### Bugfixes +#### Bugfixes - Fixed import failing to associate signatures and marks with their collection version. [#1836](https://github.com/pulp/pulp_ansible/issues/1836) @@ -30,7 +30,7 @@ ## 0.16.2 (2023-12-14) {: #0.16.2 } -### Bugfixes +#### Bugfixes - Fix exclude list when syncing from galaxy_ng. [#1381](https://github.com/pulp/pulp_ansible/issues/1381) @@ -41,17 +41,17 @@ ## 0.16.1 (2023-02-23) {: #0.16.1 } -### Bugfixes +#### Bugfixes - Removed unused dependency on packaging. [#1366](https://github.com/pulp/pulp_ansible/issues/1366) -### Improved Documentation +#### Improved Documentation - Fixed linebreak issues in remote workflow cli examples. [#1328](https://github.com/pulp/pulp_ansible/issues/1328) -### Misc +#### Misc - [#1349](https://github.com/pulp/pulp_ansible/issues/1349) @@ -59,12 +59,12 @@ ## 0.16.0 (2022-12-01) {: #0.16.0 } -### Features +#### Features - An existing artifact or upload object can now be used to create a Collection. [#1175](https://github.com/pulp/pulp_ansible/issues/1175) -### Bugfixes +#### Bugfixes - Properly return 400 error when trying to create/upload a duplicate Collection. [#1175](https://github.com/pulp/pulp_ansible/issues/1175) @@ -73,7 +73,7 @@ - Limit search_vector to only tags for the collectionversion instead of all collectionversions. [#1278](https://github.com/pulp/pulp_ansible/issues/1278) -### Deprecations and Removals +#### Deprecations and Removals - Renamed CollectionVersion upload fields [namespace, name, version] to [expected]()[namespace, name, version]. @@ -82,7 +82,7 @@ Deprecated Galaxy V2 Collection upload endpoint. Use Galaxy V3 Collection Artifact upload endpoint instead. [#1176](https://github.com/pulp/pulp_ansible/issues/1176) -### Misc +#### Misc - [#1273](https://github.com/pulp/pulp_ansible/issues/1273) @@ -90,7 +90,7 @@ ## 0.15.0 (2022-09-21) {: #0.15.0 } -### Features +#### Features - Implement v3/plugin/client-configuration/ endpoint to communicate to the ansible galaxy client which distribution to use. @@ -102,7 +102,7 @@ - Added `rebuild_metadata` endpoint to ansible repositories and repository versions. [#1106](https://github.com/pulp/pulp_ansible/issues/1106) -### Bugfixes +#### Bugfixes - Fixed bug where Git Remote failed to clone git submodules when syncing a collection from a git repository. @@ -117,12 +117,12 @@ be exposed in the API. [#1221](https://github.com/pulp/pulp_ansible/issues/1221) -### Deprecations and Removals +#### Deprecations and Removals - Removed `keyring` attribute from repositories in favor of `gpgkey`. [#1086](https://github.com/pulp/pulp_ansible/issues/1086) -### Misc +#### Misc - [#1230](https://github.com/pulp/pulp_ansible/issues/1230), [#1245](https://github.com/pulp/pulp_ansible/issues/1245) @@ -130,7 +130,7 @@ ## 0.14.2 (2022-09-15) {: #0.14.2 } -### Bugfixes +#### Bugfixes - 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) @@ -139,7 +139,7 @@ ## 0.14.1 (2022-09-09) {: #0.14.1 } -### Misc +#### Misc - [#1230](https://github.com/pulp/pulp_ansible/issues/1230) @@ -147,12 +147,12 @@ ## 0.14.0 (2022-06-30) {: #0.14.0 } -### Features +#### Features - Enable support for the pulpcore setting `REDIRECT_TO_OBJECT_STORAGE=False`. [#943](https://github.com/pulp/pulp_ansible/issues/943) -### Bugfixes +#### Bugfixes - Fixed 500 error when accessing Galaxy APIs when distribution is not pointing to a repository. [#909](https://github.com/pulp/pulp_ansible/issues/909) @@ -163,7 +163,7 @@ - Fixed improper type `KeyringEnum` being generated in client bindings. [#973](https://github.com/pulp/pulp_ansible/issues/973) -### Misc +#### Misc - [#1035](https://github.com/pulp/pulp_ansible/issues/1035) @@ -171,12 +171,12 @@ ## 0.13.5 (2022-11-16) {: #0.13.5 } -### Bugfixes +#### Bugfixes - Switched the attribute token on CollectionRemotes not to be exposed in the API. [#1221](https://github.com/pulp/pulp_ansible/issues/1221) -### Misc +#### Misc - [#1218](https://github.com/pulp/pulp_ansible/issues/1218) @@ -202,7 +202,7 @@ No significant changes. ## 0.13.1 (2022-06-15) {: #0.13.1 } -### Bugfixes +#### Bugfixes - Allow deleting collection versions when another version of the collection satisfies requirements. [#933](https://github.com/pulp/pulp_ansible/issues/933) @@ -213,7 +213,7 @@ No significant changes. ## 0.13.0 (2022-04-11) {: #0.13.0 } -### Features +#### Features - Galaxy API Refactor stage 1 @@ -234,7 +234,7 @@ No significant changes. - Add api endpoints to delete collections and collection versions. [#879](https://github.com/pulp/pulp_ansible/issues/879) -### Bugfixes +#### Bugfixes - Fixed `manifest` and `files` fields not being set when uploading a collection. [#840](https://github.com/pulp/pulp_ansible/issues/840) @@ -250,7 +250,7 @@ No significant changes. ## 0.12.1 (2022-04-11) {: #0.12.1 } -### Bugfixes +#### Bugfixes - Fixed `manifest` and `files` fields not being set when uploading a collection. [#840](https://github.com/pulp/pulp_ansible/issues/840) @@ -259,7 +259,7 @@ No significant changes. ## 0.12.0 (2022-02-02) {: #0.12.0 } -### Features +#### Features - Added Collection Signatures to the Galaxy V3 API to allow for syncing of signatures during a collection sync. [#748](https://github.com/pulp/pulp_ansible/issues/748) @@ -270,7 +270,7 @@ No significant changes. - Enabled Collection Remote to sync content that was initially synced using Git Remote. [#778](https://github.com/pulp/pulp_ansible/issues/778) -### Bugfixes +#### Bugfixes - Fixed the migrations 0035 and 0036 that handle the transition of deprecations to being repository content and used to fail on uniquenes constraints. @@ -281,7 +281,7 @@ No significant changes. `meta/runtime.yml` data. This can happen in collections from `galaxy.ansible.com`. [#806](https://github.com/pulp/pulp_ansible/issues/806) -### Misc +#### Misc - [#813](https://github.com/pulp/pulp_ansible/issues/813) @@ -289,7 +289,7 @@ No significant changes. ## 0.11.1 (2021-12-20) {: #0.11.1 } -### Misc +#### Misc - [#774](https://github.com/pulp/pulp_ansible/issues/774) @@ -297,7 +297,7 @@ No significant changes. ## 0.11.0 (2021-12-15) {: #0.11.0 } -### Features +#### Features - Added ability to sync only metadata from a Git remote. This is a tech preview feature. The functionality may change in the future. @@ -313,7 +313,7 @@ No significant changes. - Use `shared_resources` in tasks where appropriate. [#753](https://github.com/pulp/pulp_ansible/issues/753) -### Bugfixes +#### Bugfixes - Case-insensitive search for the `owner__username` and role `name` fields in the pulp_ansible role view (same as on galaxy.ansible.com). [#747](https://github.com/pulp/pulp_ansible/issues/747) @@ -322,7 +322,7 @@ No significant changes. ## 0.10.4 (2022-11-17) {: #0.10.4 } -### Bugfixes +#### Bugfixes - Switched the attribute token on CollectionRemotes not to be exposed in the API. [#1221](https://github.com/pulp/pulp_ansible/issues/1221) @@ -331,7 +331,7 @@ No significant changes. ## 0.10.3 (2022-06-07) {: #0.10.3 } -### Bugfixes +#### Bugfixes - Syncing now excludes collection versions found at `/excludes/` endpoint of remote. [#960](https://github.com/pulp/pulp_ansible/issues/960) @@ -340,7 +340,7 @@ No significant changes. ## 0.10.2 (2022-01-31) {: #0.10.2 } -### Bugfixes +#### Bugfixes - Fixed the migrations 0035 and 0036 that handle the transition of deprecations to being repository content and used to fail on uniquenes constraints. @@ -355,7 +355,7 @@ No significant changes. ## 0.10.1 (2021-10-05) {: #0.10.1 } -### Bugfixes +#### Bugfixes - Added a better error message when trying to sync a missing collection using V3 endpoints. [#9404](https://pulp.plan.io/issues/9404) @@ -366,7 +366,7 @@ No significant changes. - Changed the use of `dispatch` to match the signature from pulpcore>=3.15. [#9483](https://pulp.plan.io/issues/9483) -### Misc +#### Misc - [#9368](https://pulp.plan.io/issues/9368) @@ -374,17 +374,17 @@ No significant changes. ## 0.10.0 (2021-08-31) {: #0.10.0 } -### Features +#### Features - Made deprecation exportable/importable [#8205](https://pulp.plan.io/issues/8205) -### Bugfixes +#### Bugfixes - Fixed bug where sync tasks would open a lot of DB connections. [#9260](https://pulp.plan.io/issues/9260) -### Deprecations and Removals +#### Deprecations and Removals - Turned collection deprecation status into a content. @@ -397,7 +397,7 @@ No significant changes. - Dropped support for Python 3.6 and 3.7. pulp_ansible now supports Python 3.8+. [#9034](https://pulp.plan.io/issues/9034) -### Misc +#### Misc - [#9119](https://pulp.plan.io/issues/9119) @@ -405,7 +405,7 @@ No significant changes. ## 0.9.2 (2021-10-04) {: #0.9.2 } -### Bugfixes +#### Bugfixes - Fixed optimized mirror syncs erroneously removing all content in the repository. (backported from #9476) @@ -415,14 +415,14 @@ No significant changes. ## 0.9.1 (2021-08-25) {: #0.9.1 } -### Bugfixes +#### Bugfixes - Improved performance on reporting progress on parsing collection metadata [#9137](https://pulp.plan.io/issues/9137) - Ensure galaxy-importer is used when uploading collections [#9220](https://pulp.plan.io/issues/9220) -### Misc +#### Misc - [#9250](https://pulp.plan.io/issues/9250) @@ -430,12 +430,12 @@ No significant changes. ## 0.9.0 (2021-07-21) {: #0.9.0 } -### Bugfixes +#### Bugfixes - Renaming bindings to be compatible with pulpcore >= 3.14 [#8971](https://pulp.plan.io/issues/8971) -### Misc +#### Misc - [#8882](https://pulp.plan.io/issues/8882) @@ -443,7 +443,7 @@ No significant changes. ## 0.8.1 (2021-07-21) {: #0.8.1 } -### Bugfixes +#### Bugfixes - Fixed an error message which indicated that the remote url was invalid when in fact the requirements source url was invalid. @@ -451,7 +451,7 @@ No significant changes. - Use proxy auth credentials of a Remote when syncing content. [#9075](https://pulp.plan.io/issues/9075) -### Misc +#### Misc - [#9006](https://pulp.plan.io/issues/9006) @@ -459,7 +459,7 @@ No significant changes. ## 0.8.0 (2021-06-01) {: #0.8.0 } -### Features +#### Features - Pulp Ansible can now sync collection dependencies by setting the `sync_dependencies` option for `CollectionRemote` objects. (By default set to true) @@ -469,7 +469,7 @@ No significant changes. - Provide backend storage url to galaxy-importer on collection import. [#8486](https://pulp.plan.io/issues/8486) -### Bugfixes +#### Bugfixes - /collection_versions/all/ endpoint is now streamed to alleviate timeout issues [#8439](https://pulp.plan.io/issues/8439) @@ -488,12 +488,12 @@ No significant changes. - Optimized unpaginated collection_versions endpoint [#8746](https://pulp.plan.io/issues/8746) -### Improved Documentation +#### Improved Documentation - Fixed broken link on client bindings page [#8298](https://pulp.plan.io/issues/8298) -### Misc +#### Misc - [#8589](https://pulp.plan.io/issues/8589) @@ -501,7 +501,7 @@ No significant changes. ## 0.7.6 (2022-06-07) {: #0.7.6 } -### Bugfixes +#### Bugfixes - Syncing now excludes collection versions found at `/excludes/` endpoint of remote. [#959](https://github.com/pulp/pulp_ansible/issues/959) @@ -512,7 +512,7 @@ No significant changes. ## 0.7.5 (2022-01-31) {: #0.7.5 } -### Bugfixes +#### Bugfixes - Use proxy auth credentials of a Remote when syncing content [#801](https://github.com/pulp/pulp_ansible/issues/801) @@ -524,7 +524,7 @@ No significant changes. ## 0.7.4 (2021-11-12) {: #0.7.4 } -### Bugfixes +#### Bugfixes - /collection_versions/all/ endpoint is now streamed to alleviate timeout issues Optimized unpaginated collection_versions endpoint @@ -534,7 +534,7 @@ No significant changes. The actual fix is shipped with 0.7.5. [#9391](https://pulp.plan.io/issues/9391) -### Misc +#### Misc - [#8857](https://pulp.plan.io/issues/8857) @@ -542,7 +542,7 @@ No significant changes. ## 0.7.3 (2021-04-29) {: #0.7.3 } -### Bugfixes +#### Bugfixes - Fix requirements.yml parser for pinned collection version [#8647](https://pulp.plan.io/issues/8647) @@ -565,7 +565,7 @@ No significant changes. ## 0.7.1 (2021-03-04) {: #0.7.1 } -### Bugfixes +#### Bugfixes - Removing `manifest` and `files` from metadata endpoints. [#8264](https://pulp.plan.io/issues/8264) @@ -580,7 +580,7 @@ No significant changes. ## 0.6.2 (2021-03-03) {: #0.6.2 } -### Bugfixes +#### Bugfixes - Use DRF token when no `auth_url` is provided [#8290](https://pulp.plan.io/issues/8290) @@ -589,7 +589,7 @@ No significant changes. ## 0.5.11 (2022-01-31) {: #0.5.11 } -### Bugfixes +#### Bugfixes - Use proxy auth credentials of a Remote when syncing content [#801](https://github.com/pulp/pulp_ansible/issues/801) @@ -598,7 +598,7 @@ No significant changes. ## 0.5.10 (2021-09-13) {: #0.5.10 } -### Bugfixes +#### Bugfixes - Use proxy auth credentials of a Remote when syncing content. [#9390](https://pulp.plan.io/issues/9390) @@ -607,7 +607,7 @@ No significant changes. ## 0.5.9 (2021-04-29) {: #0.5.9 } -### Bugfixes +#### Bugfixes - Remove scheme from apache snippet [#8661](https://pulp.plan.io/issues/8661) @@ -620,7 +620,7 @@ No significant changes. ## 0.5.8 (2021-03-08) {: #0.5.8 } -### Bugfixes +#### Bugfixes - Allow updating `auth_url` on CollectionRemote when `token` is already set [#8362](https://pulp.plan.io/issues/8362) @@ -629,7 +629,7 @@ No significant changes. ## 0.5.7 (2021-03-03) {: #0.5.7 } -### Bugfixes +#### Bugfixes - Use DRF token when no `auth_url` is provided [#8290](https://pulp.plan.io/issues/8290) @@ -638,7 +638,7 @@ No significant changes. ## 0.7.0 (2021-02-11) {: #0.7.0 } -### Features +#### Features - Ansible export/import is now available as a tech preview feature [#6738](https://pulp.plan.io/issues/6738) @@ -662,19 +662,19 @@ No significant changes. - Efficient sync with unpaginated metadata endpoints if they are available. [#8177](https://pulp.plan.io/issues/8177) -### Bugfixes +#### Bugfixes - Make collection namespace max_length consistent in models [#8078](https://pulp.plan.io/issues/8078) -### Improved Documentation +#### Improved Documentation - Move official docs site to . [#7926](https://pulp.plan.io/issues/7926) - Updated Roles and Collections workflows to use Pulp-CLI commands [#8076](https://pulp.plan.io/issues/8076) -### Misc +#### Misc - [#8216](https://pulp.plan.io/issues/8216) @@ -682,7 +682,7 @@ No significant changes. ## 0.6.1 (2021-01-15) {: #0.6.1 } -### Bugfixes +#### Bugfixes - Allow updating `auth_url` on CollectionRemote when `token` is already set [#7957](https://pulp.plan.io/issues/7957) @@ -693,12 +693,12 @@ No significant changes. ## 0.6.0 (2020-12-01) {: #0.6.0 } -### Features +#### Features - Enable filter by name/namespace on Collections V3 endpoint [#7873](https://pulp.plan.io/issues/7873) -### Bugfixes +#### Bugfixes - Allows a requirements.yml collection version specification to be respected during sync. [#7739](https://pulp.plan.io/issues/7739) @@ -708,7 +708,7 @@ No significant changes. used on galaxy.ansible.com. [#7827](https://pulp.plan.io/issues/7827) -### Misc +#### Misc - [#7777](https://pulp.plan.io/issues/7777) @@ -716,7 +716,7 @@ No significant changes. ## 0.5.6 (2021-01-12) {: #0.5.6 } -### Bugfixes +#### Bugfixes - Fixed v3 schema pagination to match OpenAPI standard [#8037](https://pulp.plan.io/issues/8037) @@ -729,7 +729,7 @@ No significant changes. ## 0.5.5 (2020-12-11) {: #0.5.5 } -### Bugfixes +#### Bugfixes - Field `updated_at` from Galaxy v3 Collections endpoint using highest version [#7990](https://pulp.plan.io/issues/7990) @@ -738,7 +738,7 @@ No significant changes. ## 0.5.4 (2020-12-04) {: #0.5.4 } -### Bugfixes +#### Bugfixes - Increase interval between requests when token is required [#7929](https://pulp.plan.io/issues/7929) @@ -747,7 +747,7 @@ No significant changes. ## 0.5.3 (2020-12-04) {: #0.5.3 } -### Bugfixes +#### Bugfixes - Avoid rate limiting by slowing down sync when token is required [#7917](https://pulp.plan.io/issues/7917) @@ -756,7 +756,7 @@ No significant changes. ## 0.5.2 (2020-11-19) {: #0.5.2 } -### Bugfixes +#### Bugfixes - Improve MANIFEST.json handling and provide better error message [#5745](https://pulp.plan.io/issues/5745) @@ -780,7 +780,7 @@ No significant changes. ## 0.5.1 (2020-11-09) {: #0.5.1 } -### Bugfixes +#### Bugfixes - Token refresh happens when needed, not on every call. [#7643](https://pulp.plan.io/issues/7643) @@ -796,13 +796,13 @@ No significant changes. ## 0.5.0 (2020-10-29) {: #0.5.0 } -### Features +#### Features - Adds a new `/pulp/api/v3/ansible/copy/` endpoint allowing content to be copied from one `AnsibleRepository` version to a destination `AnsibleRepository`. [#7621](https://pulp.plan.io/issues/7621) -### Bugfixes +#### Bugfixes - Sync collection deprecation status [#7504](https://pulp.plan.io/issues/7504) @@ -818,7 +818,7 @@ No significant changes. - Fixed bug where we didn't properly handle trailing slashes. [#7767](https://pulp.plan.io/issues/7767) -### Deprecations and Removals +#### Deprecations and Removals - Remove 'certification' flag from CollectionVersion [#6715](https://pulp.plan.io/issues/6715) @@ -839,7 +839,7 @@ No significant changes. ## 0.4.3 (2020-11-04) {: #0.4.3 } -### Features +#### Features - Allow CollectionUploadViewSet subclass to set own serializer [#7788](https://pulp.plan.io/issues/7788) @@ -848,7 +848,7 @@ No significant changes. ## 0.4.2 (2020-10-09) {: #0.4.2 } -### Bugfixes +#### Bugfixes - Update Collection serializer to match Galaxy v2 [#7647](https://pulp.plan.io/issues/7647) @@ -859,7 +859,7 @@ No significant changes. ## 0.4.1 (2020-09-30) {: #0.4.1 } -### Bugfixes +#### Bugfixes - Fixing docs-blob file parser [#7551](https://pulp.plan.io/issues/7551) @@ -870,7 +870,7 @@ No significant changes. ## 0.4.0 (2020-09-23) {: #0.4.0 } -### Bugfixes +#### Bugfixes - List highest versions per repository [#7428](https://pulp.plan.io/issues/7428) @@ -881,7 +881,7 @@ No significant changes. ## 0.3.0 (2020-09-09) {: #0.3.0 } -### Features +#### Features - Add endpoint to show docs_blob for a CollectionVersion [#7397](https://pulp.plan.io/issues/7397) @@ -890,7 +890,7 @@ No significant changes. - Sync docs_blob information for collection versions [#7439](https://pulp.plan.io/issues/7439) -### Bugfixes +#### Bugfixes - Replace URLField with CharField [#7353](https://pulp.plan.io/issues/7353) @@ -901,12 +901,12 @@ No significant changes. - Build collections URL according to requirements.yml [#7412](https://pulp.plan.io/issues/7412) -### Deprecations and Removals +#### Deprecations and Removals - Changed V3 pagination to match Galaxy V3 API pagination [#7435](https://pulp.plan.io/issues/7435) -### Misc +#### Misc - [#7453](https://pulp.plan.io/issues/7453) @@ -914,20 +914,20 @@ No significant changes. ## 0.2.0 (2020-08-17) {: #0.2.0 } -### Features +#### Features - Allow a Remote to be associated with a Repository and automatically use it when syncing the Repository. [#7194](https://pulp.plan.io/issues/7194) -### Deprecations and Removals +#### Deprecations and Removals - Moved the role remote path from `/pulp/api/v3/remotes/ansible/ansible/` to `/pulp/api/v3/remotes/ansible/role/` to be consistent with `/pulp/api/v3/remotes/ansible/collection/`. [#7305](https://pulp.plan.io/issues/7305) -### Misc +#### Misc - [#6718](https://pulp.plan.io/issues/6718) @@ -935,7 +935,7 @@ No significant changes. ## 0.2.0b15 (2020-07-14) -### Features +#### Features - Enable token authentication for syncing Collections. Added auth_url and token [fields](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#configuring-the-ansible-galaxy-client) to CollectionRemote @@ -945,14 +945,14 @@ No significant changes. ## 0.2.0b14 (2020-06-19) -### Bugfixes +#### Bugfixes - Make default page size equals to 100 [#5494](https://pulp.plan.io/issues/5494) - Including requirements.txt on MANIFEST.in [#6889](https://pulp.plan.io/issues/6889) -### Misc +#### Misc - [#6772](https://pulp.plan.io/issues/6772) @@ -960,12 +960,12 @@ No significant changes. ## 0.2.0b13 (2020-05-28) -### Features +#### Features - Increased max length for documentation, homepage, issues, repository in CollectionVersion [#6648](https://pulp.plan.io/issues/6648) -### Bugfixes +#### Bugfixes - Galaxy V3 download_url now uses fully qualified URL [#6510](https://pulp.plan.io/issues/6510) @@ -974,12 +974,12 @@ No significant changes. - Fix filename generation for ansible collection artifacts. [#6855](https://pulp.plan.io/issues/6855) -### Improved Documentation +#### Improved Documentation - Updated the required roles names [#6760](https://pulp.plan.io/issues/6760) -### Misc +#### Misc - [#6673](https://pulp.plan.io/issues/6673), [#6848](https://pulp.plan.io/issues/6848), [#6850](https://pulp.plan.io/issues/6850) @@ -987,12 +987,12 @@ No significant changes. ## 0.2.0b12 (2020-04-30) -### Improved Documentation +#### Improved Documentation - Documented bindings installation on dev environment [#6390](https://pulp.plan.io/issues/6390) -### Misc +#### Misc - [#6391](https://pulp.plan.io/issues/6391) @@ -1000,23 +1000,23 @@ No significant changes. ## 0.2.0b11 (2020-03-13) -### Features +#### Features - Add support for syncing collections from Automation Hub's v3 api. [#6132](https://pulp.plan.io/issues/6132) -### Bugfixes +#### Bugfixes - Including file type extension when uploading collections. This comes with a data migration that will fix incorrect fields for already uploaded collections. [#6223](https://pulp.plan.io/issues/6223) -### Improved Documentation +#### Improved Documentation - Added docs on how to use the new scale testing tools. [#6272](https://pulp.plan.io/issues/6272) -### Misc +#### Misc - [#6155](https://pulp.plan.io/issues/6155), [#6223](https://pulp.plan.io/issues/6223), [#6272](https://pulp.plan.io/issues/6272), [#6300](https://pulp.plan.io/issues/6300) @@ -1024,12 +1024,12 @@ No significant changes. ## 0.2.0b10 (2020-02-29) -### Bugfixes +#### Bugfixes - Includes webserver snippets in the packaged version also. [#6248](https://pulp.plan.io/issues/6248) -### Misc +#### Misc - [#6250](https://pulp.plan.io/issues/6250) @@ -1037,12 +1037,12 @@ No significant changes. ## 0.2.0b9 (2020-02-28) -### Bugfixes +#### Bugfixes - Fix 404 error with ansible-galaxy 2.10.0 while staying compatible with 2.9.z CLI clients also. [#6239](https://pulp.plan.io/issues/6239) -### Misc +#### Misc - [#6188](https://pulp.plan.io/issues/6188) @@ -1050,19 +1050,19 @@ No significant changes. ## 0.2.0b8 (2020-02-02) -### Bugfixes +#### Bugfixes - Fixed `ansible-galaxy publish` command which was failing with a 400 error. [#5905](https://pulp.plan.io/issues/5905) - Fixes `ansible-galaxy role install` when installing from Pulp. [#5929](https://pulp.plan.io/issues/5929) -### Improved Documentation +#### Improved Documentation - Heavy overhaul of workflow docs to be two long pages that are focused on the `ansible-galaxy` cli. [#4889](https://pulp.plan.io/issues/4889) -### Misc +#### Misc - [#5867](https://pulp.plan.io/issues/5867), [#5929](https://pulp.plan.io/issues/5929), [#5930](https://pulp.plan.io/issues/5930), [#5931](https://pulp.plan.io/issues/5931) @@ -1070,17 +1070,17 @@ No significant changes. ## 0.2.0b7 (2019-12-16) -### Features +#### Features - Add "modify" endpoint as `/pulp/api/v3/repositories/ansible/ansible//modify/`. [#5783](https://pulp.plan.io/issues/5783) -### Improved Documentation +#### Improved Documentation - Adds copyright notice to source. [#4592](https://pulp.plan.io/issues/4592) -### Misc +#### Misc - [#5693](https://pulp.plan.io/issues/5693), [#5701](https://pulp.plan.io/issues/5701), [#5757](https://pulp.plan.io/issues/5757) @@ -1088,7 +1088,7 @@ No significant changes. ## 0.2.0b6 (2019-11-20) -### Features +#### Features - Add Ansible Collection endpoint. [#5520](https://pulp.plan.io/issues/5520) @@ -1107,7 +1107,7 @@ No significant changes. - Added filters to v3 collection version endpoint [#5670](https://pulp.plan.io/issues/5670) -### Bugfixes +#### Bugfixes - Reverting back to the older upload serializers. [#5555](https://pulp.plan.io/issues/5555) @@ -1118,7 +1118,7 @@ No significant changes. - Fix 500 error for /pulp/api/v3/ page and drf_yasg error on api docs. [#5748](https://pulp.plan.io/issues/5748) -### Deprecations and Removals +#### Deprecations and Removals - Change _id, _created, _last_updated, _href to pulp_id, pulp_created, pulp_last_updated, pulp_href [#5457](https://pulp.plan.io/issues/5457) @@ -1140,7 +1140,7 @@ No significant changes. - Removing unnecessary DELETE action for set_certified method. [#5711](https://pulp.plan.io/issues/5711) -### Misc +#### Misc - [#4554](https://pulp.plan.io/issues/4554), [#5580](https://pulp.plan.io/issues/5580), [#5629](https://pulp.plan.io/issues/5629) @@ -1148,7 +1148,7 @@ No significant changes. ## 0.2.0b5 (2019-10-01) -### Misc +#### Misc - [#5462](https://pulp.plan.io/issues/5462), [#5468](https://pulp.plan.io/issues/5468) @@ -1156,7 +1156,7 @@ No significant changes. ## 0.2.0b3 (2019-09-18) -### Features +#### Features - Setting code on ProgressBar. [#5184](https://pulp.plan.io/issues/5184) @@ -1198,7 +1198,7 @@ No significant changes. FQDN, which works with [the installer](https://github.com/pulp/ansible-pulp) defaults. [#5466](https://pulp.plan.io/issues/5466) -### Bugfixes +#### Bugfixes - Treating how JSONFields will be handled by OpenAPI. [#5299](https://pulp.plan.io/issues/5299) @@ -1208,12 +1208,12 @@ No significant changes. Fixes ansible issue [#5459](https://pulp.plan.io/issues/5459) -### Improved Documentation +#### Improved Documentation - Added documentation on all settings. [#5244](https://pulp.plan.io/issues/5244) -### Deprecations and Removals +#### Deprecations and Removals - Removing latest filter Collection Version. [#5227](https://pulp.plan.io/issues/5227) @@ -1222,7 +1222,7 @@ No significant changes. - Renamed _artifact on content creation to artifact. [#5428](https://pulp.plan.io/issues/5428) -### Misc +#### Misc - [#4681](https://pulp.plan.io/issues/4681), [#5236](https://pulp.plan.io/issues/5236), [#5262](https://pulp.plan.io/issues/5262), [#5332](https://pulp.plan.io/issues/5332), [#5333](https://pulp.plan.io/issues/5333) @@ -1230,7 +1230,7 @@ No significant changes. ## 0.2.0b2 (2019-08-12) -### Features +#### Features - Fulltext Collection search is available with the `q` filter argument. A migration creates databases indexes to speed up the search. @@ -1248,7 +1248,7 @@ No significant changes. - Implements Galaxy API v3 collections and collection versions endpoints [#5225](https://pulp.plan.io/issues/5225) -### Bugfixes +#### Bugfixes - Validating collection remote URL [#4996](https://pulp.plan.io/issues/4996) @@ -1257,12 +1257,12 @@ No significant changes. - Fixes exception when generating initial full text search index on more than one collection. [#5226](https://pulp.plan.io/issues/5226) -### Deprecations and Removals +#### Deprecations and Removals - Removing whitelist field from CollectionRemote. [#5165](https://pulp.plan.io/issues/5165) -### Misc +#### Misc - [#4970](https://pulp.plan.io/issues/4970), [#5106](https://pulp.plan.io/issues/5106), [#5223](https://pulp.plan.io/issues/5223) @@ -1270,7 +1270,7 @@ No significant changes. ## 0.2.0b1 (2019-07-12) -### Features +#### Features - Adds Artifact sha details to the Collection list and detail APIs. [#4827](https://pulp.plan.io/issues/4827) @@ -1283,7 +1283,7 @@ No significant changes. each `namespace` and `name` combination is included in filter results. [#5076](https://pulp.plan.io/issues/5076) -### Bugfixes +#### Bugfixes - Collection sync now creates a new RepositoryVersion even if no new Collection content was added. [#4920](https://pulp.plan.io/issues/4920) @@ -1292,7 +1292,7 @@ No significant changes. - Collection sync no longer logs errors about a missing directory named 'ansible_collections' [#4999](https://pulp.plan.io/issues/4999) -### Improved Documentation +#### Improved Documentation - Switch to using [towncrier](https://github.com/hawkowl/towncrier) for better release notes. [#4875](https://pulp.plan.io/issues/4875)