Skip to content

Latest commit

 

History

History
107 lines (66 loc) · 3.2 KB

File metadata and controls

107 lines (66 loc) · 3.2 KB

Changelog

3.0.0b9 (2020-06-01)

Features

  • Add upload functionality to the python contents endpoints. #5464

Bugfixes

  • Fixed the 500 error returned by the OpenAPI schema endpoint. #5452

Improved Documentation

  • Change the prefix of Pulp services from pulp-* to pulpcore-* #4554
  • Added "python/python/" to fix two commands in repo.sh, fixed export command in sync.sh #6790
  • Added "index.html" to the relative_path field for both project_metadata and index_metadata. Added a "/" to fix the link in the simple_index_template. #6792
  • Updated the workflow documentation for upload.html. Fixed the workflow commands and added more details to the instructions. #6854

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

  • 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 python repositories is now performed on /pulp/api/v3/python/python/ instead of /pulp/api/v3/repositories/. Only python content can be present in a python repository, and only a python repository can hold python content. #5625

Misc


3.0.0b8 (2019-09-16)

Misc


3.0.0b7 (2019-08-01)

Features

  • Users can upload a file to create content and optionally add to a repo in one step known as one-shot upload #4396
  • Override the Remote's serializer to allow policy='on_demand' and policy='streamed'. #4990

Improved Documentation