<div dir="ltr">Pulpcore 3.3.0 [0] and pulp_file 0.3.0 [1] have been released. For a list of all changes, please check the changelogs for pulpcore [2] and pulp_file [3]. Here are some highlights:<br> * Import/export of repository versions (tech preview)<br> * Repository version repairing (tech preview) [4]<br> * S3 is now fully supported and no longer a tech preview<br> * Various bugfixes and performance improvements<br><br>The only backwards incompatible change [5] is:<br> * Exporting now requires ALLOWED_EXPORT_PATHS setting.<br><br># Installation and Upgrade<br><br>Users should use the 3.3.0 release of pulp_installer (previously known as ansible-pulp) [6] to install or upgrade their installations. This version of the installer will check compatibility of all installed plugins with pulpcore 3.3. The installer will abort if any plugin is incompatible.<br><br># Plugin API<br><br>Plugin writers can see the plugin API changelog here [7]. <br>There were a couple backwards incompatible changes [8]:<br> * One is about Exporter (you are not affected unless you have already started integrating with it).<br> * The other one makes it the responsibility of a plugin to check the duplicated content in a repository version. Pulpcore provides validation methods to do so. See the pulp_file example [9].<br><br>And in keeping with the recommended strategy to pin plugins to a 3.y version of pulpcore, plugins should release compatibility releases with 3.3 as soon as they can. We recommend using "pulpcore>=3.3,<3.4".<br><br>[0] <a href="https://pypi.org/project/pulpcore/3.3.0/">https://pypi.org/project/pulpcore/3.3.0/</a><br>[1] <a href="https://pypi.org/project/pulp-file/0.3.0/">https://pypi.org/project/pulp-file/0.3.0/</a><br>[2] <a href="https://docs.pulpproject.org/changes.html#id1">https://docs.pulpproject.org/changes.html#id1</a><br>[3] <a href="https://pulp-file.readthedocs.io/en/0.3.0/changes.html#id1">https://pulp-file.readthedocs.io/en/0.3.0/changes.html#id1</a><br>[4] <a href="https://docs.pulpproject.org/workflows/repairing-repository-versions.html">https://docs.pulpproject.org/workflows/repairing-repository-versions.html</a><br>[5] <a href="https://docs.pulpproject.org/changes.html#deprecations-and-removals">https://docs.pulpproject.org/changes.html#deprecations-and-removals</a><br>[6] <a href="https://github.com/pulp/pulp_installer/releases/tag/3.3.0">https://github.com/pulp/pulp_installer/releases/tag/3.3.0</a><br>[7] <a href="https://docs.pulpproject.org/en/3.3.0/changes.html#plugin-api">https://docs.pulpproject.org/en/3.3.0/changes.html#plugin-api</a><br>[8] <a href="https://docs.pulpproject.org/changes.html#id50">https://docs.pulpproject.org/changes.html#id50</a><br>[9] <a href="https://github.com/pulp/pulp_file/commit/dc6acb9d60a1d3aa61ff4def99cc12ddd9981076">https://github.com/pulp/pulp_file/commit/dc6acb9d60a1d3aa61ff4def99cc12ddd9981076</a><br></div>