0.8.0 (2021-06-01) Features --------
- Pulp Ansible can now sync collection dependencies by setting the
sync_dependencies
option forCollectionRemote
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
- /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
- Fixed broken link on client bindings page #8298
- Removing
manifest
andfiles
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
- Use DRF token when no
auth_url
is provided #8290
- Use DRF token when no
auth_url
is provided #8290
- 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 thesync
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
- Make collection namespace max_length consistent in models #8078
- Move official docs site to https://docs.pulpproject.org/pulp_ansible/. #7926
- Updated Roles and Collections workflows to use Pulp-CLI commands #8076
- Allow updating
auth_url
on CollectionRemote whentoken
is already set #7957 - Fixed create_task calls for Python 3.6 in collections tasks #8098
- Enable filter by name/namespace on Collections V3 endpoint #7873
- 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
- Fixed v3 schema pagination to match OpenAPI standard #8037
- Fix collection version comparison on re-syncs #8039
- Enable proxy on token refresh requests #8051
- Field
updated_at
from Galaxy v3 Collections endpoint using highest version #7990
- Increase interval between requests when token is required #7929
- Avoid rate limiting by slowing down sync when token is required #7917
- Improve MANIFEST.json handling and provide better error message #5745
- Ensure that when creating a
CollectionRemote
you can usetoken
without specifyingauth_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
- 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 atoken
orauth_url
that you use both together. #7802
- Adds a new
/pulp/api/v3/ansible/copy/
endpoint allowing content to be copied from oneAnsibleRepository
version to a destinationAnsibleRepository
. #7621
- Sync collection deprecation status #7504
- Supporting url formats that conform to ansible-galaxy cli (e.g. "https://galaxy.ansible.com" and "https://galaxy.ansible.com/api"). #7686
- Fixed bug where only 10 collections were being synced in some cases #7740
- Fixed syncing with a default remote. #7742
- Increase the version size for
CollectionVersions
. #7745 - Fixed bug where we didn't properly handle trailing slashes. #7767
- Remove 'certification' flag from CollectionVersion #6715
- Derive ANSIBLE_CONTENT_HOSTNAME from CONTENT_ORIGIN #7368
- Removing deprecated field from Collection #7504
- Url formats must conform to ansible-galaxy cli format (e.g. "https://galaxy.ansible.com" and "https://galaxy.ansible.com/api"). This means we no longer support urls such as "https://galaxy.ansible.com/api/v2/collections" or "https://galaxy.ansible.com/api/v2/collections/amazon/aws". #7686
- Galaxy URLs now require trailing slashes per the ansible-galaxy docs. Made an exception for "https://galaxy.ansible.com" since the ansible-galaxy CLI code does as well. #7767
- Allow CollectionUploadViewSet subclass to set own serializer #7788
- Update Collection serializer to match Galaxy v2 #7647
- Fix galaxy collection endpoint results for empty repos #7669
- 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
- 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
- Changed V3 pagination to match Galaxy V3 API pagination #7435
- Allow a Remote to be associated with a Repository and automatically use it when syncing the Repository. #7194
- 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
- Enable token authentication for syncing Collections. Added auth_url and token fields to CollectionRemote #6540
- Increased max length for documentation, homepage, issues, repository in CollectionVersion #6648
- 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
- Updated the required roles names #6760
- Documented bindings installation on dev environment #6390
- Add support for syncing collections from Automation Hub's v3 api. #6132
- Including file type extension when uploading collections. This comes with a data migration that will fix incorrect fields for already uploaded collections. #6223
- Added docs on how to use the new scale testing tools. #6272
- Includes webserver snippets in the packaged version also. #6248
- Fix 404 error with ansible-galaxy 2.10.0 while staying compatible with 2.9.z CLI clients also. #6239
- Fixed
ansible-galaxy publish
command which was failing with a 400 error. #5905 - Fixes
ansible-galaxy role install
when installing from Pulp. #5929
- Heavy overhaul of workflow docs to be two long pages that are focused on the
ansible-galaxy
cli. #4889
- Add "modify" endpoint as
/pulp/api/v3/repositories/ansible/ansible/<uuid>/modify/
. #5783
- Adds copyright notice to source. #4592
- 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
- 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
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
- 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
andANSIBLE_CONTENT_HOSTNAME
now have defaults that use your FQDN, which works with the installer defaults. #5466
- Treating how JSONFields will be handled by OpenAPI. #5299
- Galaxy API v3 collection upload returns valid imports URL. #5357
- Fix CollectionVersion view imcompatibilty with ansible-galaxy. Fixes ansible issue ansible/ansible#62076 #5459
- Added documentation on all settings. #5244
- Removing latest filter Collection Version. #5227
- Removed support for mazer cli. #5335
- Renamed _artifact on content creation to artifact. #5428
- 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
- 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
- Removing whitelist field from CollectionRemote. #5165
- 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
andname
combination is included in filter results. #5076
- 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