Changelog

0.8.0 (2021-06-01) Features ——–

  • Pulp Ansible can now sync collection dependencies by setting the sync_dependencies option for CollectionRemote objects. (By default set to true) #7751
  • Enabled pulp_label support for AnsibleDistributions #8441
  • Provide backend storage url to galaxy-importer on collection import. #8486

Bugfixes

  • /collection_versions/all/ endpoint is now streamed to alleviate timeout issues #8439
  • V3 sync now properly waits for async task completion #8442
  • Remove scheme from apache snippet #8572
  • Fix collections endpoint for collections named “api” #8587
  • Fix requirements.yml parser for pinned collection version #8627
  • Fixed dependency syncing slowing down from excessive task creation #8639
  • Updated api lengths for collection version fields to match db model lengths. #8649
  • Optimized unpaginated collection_versions endpoint #8746

Improved Documentation

  • Fixed broken link on client bindings page #8298

Misc


0.7.1 (2021-03-04)

Bugfixes

  • Removing manifest and files from metadata endpoints. #8264
  • Fix V3 collection list endpoint when repository is empty #8276
  • Use DRF token when no auth_url is provided #8290
  • Fixed bug where rate limit wasn’t being honored. #8300

0.6.2 (2021-03-03)

Bugfixes

  • Use DRF token when no auth_url is provided #8290

0.5.7 (2021-03-03)

Bugfixes

  • Use DRF token when no auth_url is provided #8290

0.7.0 (2021-02-11)

Features

  • Ansible export/import is now available as a tech preview feature #6738
  • Expose MANIFEST.json and FILES.json at CollectionVersion endpoint #7572
  • Introduce a new v3/ endpoint returning publication time #7939
  • Introduces a new v3/collections/all/ endpoint returning all collections unpaginated. #7940
  • Introduces a new v3/collection_versions/all/ endpoint returning all collections versions unpaginated. #7941
  • Improve sync performance with no-op when possible. To disable the no-op optimization use the optimize=False option on the sync call. #7942
  • Adds the requires_ansible attribute to the Galaxy V3 CollectionVersion APIs. This documents the version of Ansible required to use the collection. #7949
  • Field updated_at from Galaxy v3 Collections endpoint using latest instead of highest version #8012
  • Efficient sync with unpaginated metadata endpoints if they are available. #8177

Bugfixes

  • Make collection namespace max_length consistent in models #8078

Improved Documentation

Misc


0.6.1 (2021-01-15)

Bugfixes

  • Allow updating auth_url on CollectionRemote when token is already set #7957
  • Fixed create_task calls for Python 3.6 in collections tasks #8098

0.6.0 (2020-12-01)

Features

  • Enable filter by name/namespace on Collections V3 endpoint #7873

Bugfixes

  • Allows a requirements.yml collection version specification to be respected during sync. #7739
  • Allow requirements.yml with different sources to sync correctly. #7741
  • Increased collection tag field length from 32 to 64, which allows sync to work for longer tag names used on galaxy.ansible.com. #7827

Misc


0.5.6 (2021-01-12)

Bugfixes

  • Fixed v3 schema pagination to match OpenAPI standard #8037
  • Fix collection version comparison on re-syncs #8039
  • Enable proxy on token refresh requests #8051

0.5.5 (2020-12-11)

Bugfixes

  • Field updated_at from Galaxy v3 Collections endpoint using highest version #7990

0.5.4 (2020-12-04)

Bugfixes

  • Increase interval between requests when token is required #7929

0.5.3 (2020-12-04)

Bugfixes

  • Avoid rate limiting by slowing down sync when token is required #7917

0.5.2 (2020-11-19)

Bugfixes

  • Improve MANIFEST.json handling and provide better error message #5745
  • Ensure that when creating a CollectionRemote you can use token without specifying auth_url #7821
  • Fix version comparisons during sync and upload when comparing the same version with different build numbers. #7826
  • Stop making requests to docs-blob endpoint on Galaxy v2 #7830
  • Avoid to download docs-blob when content is already saved #7831
  • Ensure deprecation status is synced even when no content changes #7834
  • Fix deprecation status update for pulp-ansible-client #7871
  • Makes url optional when patching a collection remote #7872

0.5.1 (2020-11-09)

Bugfixes

  • Token refresh happens when needed, not on every call. #7643
  • Field updated_at from Galaxy v3 Collections endpoint using latest instead of highest version #7775
  • Allow CollectionUploadViewSet subclass to set own serializer #7788
  • Ensure that when creating a CollectionRemote with either a token or auth_url that you use both together. #7802

0.5.0 (2020-10-29)

Features

  • Adds a new /pulp/api/v3/ansible/copy/ endpoint allowing content to be copied from one AnsibleRepository version to a destination AnsibleRepository. #7621

Bugfixes

Deprecations and Removals


0.4.3 (2020-11-04)

Features

  • Allow CollectionUploadViewSet subclass to set own serializer #7788

0.4.2 (2020-10-09)

Bugfixes

  • Update Collection serializer to match Galaxy v2 #7647
  • Fix galaxy collection endpoint results for empty repos #7669

0.4.1 (2020-09-30)

Bugfixes

  • Fixing docs-blob file parser #7551
  • Sync CollectionVersion metadata #7632

0.4.0 (2020-09-23)

Bugfixes

  • List highest versions per repository #7428
  • Fix skipped collections at requirements.yml #7512

0.3.0 (2020-09-09)

Features

  • Add endpoint to show docs_blob for a CollectionVersion #7397
  • Allow the requirements file field on remotes to be of longer length. #7434
  • Sync docs_blob information for collection versions #7439

Bugfixes

  • Replace URLField with CharField #7353
  • Pagination query params according to API versions. v1 and v2 - page and page_size v3 or above - offset and limit #7396
  • Build collections URL according to requirements.yml #7412

Deprecations and Removals

  • Changed V3 pagination to match Galaxy V3 API pagination #7435

Misc


0.2.0 (2020-08-17)

Features

  • Allow a Remote to be associated with a Repository and automatically use it when syncing the Repository. #7194

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

Misc


0.2.0b15 (2020-07-14)

Features

  • Enable token authentication for syncing Collections. Added auth_url and token fields to CollectionRemote #6540

0.2.0b14 (2020-06-19)

Bugfixes

  • Make default page size equals to 100 #5494
  • Including requirements.txt on MANIFEST.in #6889

Misc


0.2.0b13 (2020-05-28)

Features

  • Increased max length for documentation, homepage, issues, repository in CollectionVersion #6648

Bugfixes

  • Galaxy V3 download_url now uses fully qualified URL #6510
  • Include readable error messages on user facing logger #6657
  • Fix filename generation for ansible collection artifacts. #6855

Improved Documentation

  • Updated the required roles names #6760

Misc


0.2.0b12 (2020-04-30)

Improved Documentation

  • Documented bindings installation on dev environment #6390

Misc


0.2.0b11 (2020-03-13)

Features

  • Add support for syncing collections from Automation Hub’s v3 api. #6132

Bugfixes

  • Including file type extension when uploading collections. This comes with a data migration that will fix incorrect fields for already uploaded collections. #6223

Improved Documentation

  • Added docs on how to use the new scale testing tools. #6272

Misc


0.2.0b10 (2020-02-29)

Bugfixes

  • Includes webserver snippets in the packaged version also. #6248

Misc


0.2.0b9 (2020-02-28)

Bugfixes

  • Fix 404 error with ansible-galaxy 2.10.0 while staying compatible with 2.9.z CLI clients also. #6239

Misc


0.2.0b8 (2020-02-02)

Bugfixes

  • Fixed ansible-galaxy publish command which was failing with a 400 error. #5905
  • Fixes ansible-galaxy role install when installing from Pulp. #5929

Improved Documentation

  • Heavy overhaul of workflow docs to be two long pages that are focused on the ansible-galaxy cli. #4889

Misc


0.2.0b7 (2019-12-16)

Features

  • Add “modify” endpoint as /pulp/api/v3/repositories/ansible/ansible/<uuid>/modify/. #5783

Improved Documentation

  • Adds copyright notice to source. #4592

Misc


0.2.0b6 (2019-11-20)

Features

  • Add Ansible Collection endpoint. #5520
  • Added since filter for CollectionImport messsages. #5522
  • Add a tags filter by which to filter collection versions. #5571
  • Allow users to update deprecated for collections endpoint. #5577
  • Add the ability to set a certification status for a collection version. #5579
  • Add sorting parameters to the collection versions endpoint. #5621
  • Expose the deprecated field on collection versions and added a deprecated filter. #5645
  • Added filters to v3 collection version endpoint #5670

Bugfixes

  • Reverting back to the older upload serializers. #5555
  • Fix bug where CollectionImport was not being created in viewset causing 404s for galaxy. #5569
  • Fixed an old call to _id in a collection task. #5572
  • Fix 500 error for /pulp/api/v3/ page and drf_yasg error on api docs. #5748

Deprecations and Removals

  • Change _id, _created, _last_updated, _href to pulp_id, pulp_created, pulp_last_updated, pulp_href #5457

  • Remove “_” from _versions_href, _latest_version_href #5548

  • Removing base field: _type . #5550

  • Change is_certified to certification enum on CollectionVersion. #5579

  • Sync is no longer available at the {remote_href}/sync/ repository={repo_href} endpoint. Instead, use POST {repo_href}/sync/ remote={remote_href}.

    Creating / listing / editing / deleting Ansible repositories is now performed on /pulp/api/v3/ansible/ansible/ instead of /pulp/api/v3/repositories/. Only Ansible content can be present in a Ansible repository, and only a Ansible repository can hold Ansible content. #5625

  • Removing unnecessary DELETE action for set_certified method. #5711

Misc


0.2.0b5 (2019-10-01)

Misc


0.2.0b3 (2019-09-18)

Features

  • Setting code on ProgressBar. #5184
  • Add galaxy-importer into import_collection to parse and validate collection. #5239
  • Add Collection upload endpoint to Galaxy V3 API. #5243
  • Introduces the GALAXY_API_ROOT setting that lets you re-root the Galaxy API. #5244
  • Add requirements.yaml specification support to collection sync. #5250
  • Adding is_highest filter for Collection Version. #5278
  • Add certified collections status support. #5287
  • Support pulp-to-pulp syncing of collections by expanding galaxy API views/serializers #5288
  • Add model for tracking collection import status. #5300
  • Add collection imports endpoints. #5301
  • Uploaded collections through the Galaxy V2 and V3 APIs now auto-create a RepositoryVersion for the Repository associated with the AnsibleDistribution. #5334
  • Added support for ansible-galaxy collections command and removed mazer. #5335
  • CollectionImport object is created on collection upload. #5358
  • Adds id field to collection version items returned by API. #5365
  • The Galaxy V3 artifacts/collections/ API now logs correctly during the import process. #5366
  • Write galaxy-importer result of contents and docs_blob into CollectionVersion model #5368
  • The Galaxy v3 API validates the tarball’s binary data before import using the optional arguments expected_namespace, expected_name, and expected_version. #5422
  • Settings ANSIBLE_API_HOSTNAME and ANSIBLE_CONTENT_HOSTNAME now have defaults that use your FQDN, which works with the installer defaults. #5466

Bugfixes

Improved Documentation

  • Added documentation on all settings. #5244

Deprecations and Removals

  • Removing latest filter Collection Version. #5227
  • Removed support for mazer cli. #5335
  • Renamed _artifact on content creation to artifact. #5428

Misc


0.2.0b2 (2019-08-12)

Features

  • Fulltext Collection search is available with the q filter argument. A migration creates databases indexes to speed up the search. #5075
  • Sync all collections (a full mirror) from Galaxy. #5165
  • Mirror ansible collection #5167
  • Added new fields to CollectionVersion and extended the CollectionVersion upload and sync to populate the data correctly. The serializer displays the new fields. The ‘tags’ field in serializer also has its own viewset for filtering on Tag objects system-wide. #5198
  • Custom error handling and pagination for Galaxy API v3 is available. #5224
  • Implements Galaxy API v3 collections and collection versions endpoints #5225

Bugfixes

  • Validating collection remote URL #4996
  • Validates artifact creation when uploading a collection #5209
  • Fixes exception when generating initial full text search index on more than one collection. #5226

Deprecations and Removals

  • Removing whitelist field from CollectionRemote. #5165

Misc


0.2.0b1 (2019-07-12)

Features

  • Adds Artifact sha details to the Collection list and detail APIs. #4827
  • Collection sync now provides basic progress reporting. #5023
  • A new Collection uploader has been added to the pulp_ansible API at /pulp/api/v3/ansible/collections/. #5050
  • Collection filtering now supports the ‘latest’ boolean. When True, only the most recent version of each namespace and name combination is included in filter results. #5076

Bugfixes

  • Collection sync now creates a new RepositoryVersion even if no new Collection content was added. #4920
  • Content present in a second sync now associates correctly with the newly created Repository Version. #4997
  • Collection sync no longer logs errors about a missing directory named ‘ansible_collections’ #4999

Improved Documentation

  • Switch to using towncrier for better release notes. #4875
  • Add documentation on Collection upload workflows. #4939
  • Update the REST API docs to the latest by updating the committed openAPI schema. #5001