Skip to content

Latest commit

 

History

History
137 lines (77 loc) · 2.99 KB

CHANGES.md

File metadata and controls

137 lines (77 loc) · 2.99 KB

Changelog

0.8.1 (2024-06-20) {: #0.8.1 }

No significant changes.


0.8.0 (2023-12-20) {: #0.8.0 }

Features

  • Changed the deploy api to use non blocking immediate tasks.

0.7.0 (2023-11-02) {: #0.7.0 }

Features

  • Made plugin compatible with pulpcore 3.40+. #172

0.6.0 (2023-05-17) {: #0.6.0 }

Features

  • Added ability to add cached content to a repository. #136
  • Updated pulpcore compatibility to >=3.25.0,<3.40. #153

0.5.0 (2023-03-17) {: #0.5.0 }

Features

  • Added ability to add cached content to a repository. #136

0.4.0 (2023-03-15) {: #0.4.0 }

Features

  • Added ability to upload projects to repositories using the Maven Deploy Plugin. #115

Misc


0.3.3 (2022-06-22) {: #0.3.3 }

No significant changes.


0.3.2 (2021-12-16) {: #0.3.2 }

Bugfixes

  • Added view_name to DetailRelatedField to prevent a warning. #8678

0.3.1 (2021-06-28) Misc


0.3.0 (2021-05-26) {: #0.3.0 }

Misc


0.2.0 (2021-02-03) {: #0.2.0 }

  • Added compatibility with pulpcore 3.10.

0.1.0 (2020-02-11) {: #0.1.0 }

Improved Documentation

  • Change the prefix of Pulp services from pulp-* to pulpcore-* #4554

Deprecations and Removals

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

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

Misc


0.1.0b3 (2019-09-11)

Bugfixes

  • Updates serializers and tests to make plugin compatible with pulpcore-plugin 0.1.0rc4. #5217

Misc