<div dir="ltr">Pulpcore 3.10.0 [0] and pulp_installer 3.10.0 [1] have been released.<br><br>Details of the most important changes are available in our blog [2]. For a full list of changes, please check the changelog for pulpcore [3] and pulp_installer [4].<br><br>Try to upgrade right away! <br>It should be possible to upgrade pulpcore without waiting for every plugin you use to release a compatibility release, thanks to our 1-cycle deprecation policy.<br><br># Installation and Upgrade<br><br>Users should use the 3.10.0 release of pulp_installer [1] to install or upgrade their installations. <br>This version of the installer will check compatibility of all installed plugins with pulpcore 3.10. The installer will abort if any plugin is incompatible.<br><br>The pulp_installer collection can be installed from Ansible Galaxy with the following command:<br><br>    ansible-galaxy collection  install --force pulp.pulp_installer<br><br>The --force flag will upgrade the collection if you had a previous version installed.<br><br># Plugin API<br><br>Plugin writers can see the API changes here [6].<br><br>Due to the 1-cycle deprecation policy, the recommended strategy is to pin plugins to a 3.y and 3.y+1 version of pulpcore. So for a compatibility release with 3.10 use:  "pulpcore>=3.10,<3.12".<br>If your plugin is compatible with earlier pulpcore releases, use: "pulpcore>=3.y,<3.12", where y is the eldest pulpcore release your plugin is compatible with.<br><br>[0] <a href="https://pypi.org/project/pulpcore/3.10.0/">https://pypi.org/project/pulpcore/3.10.0/</a><br>[1] <a href="https://galaxy.ansible.com/pulp/pulp_installer">https://galaxy.ansible.com/pulp/pulp_installer</a><br>[2] <a href="https://pulpproject.org/2021/02/04/pulpcore-3.10-is-now-generally-available/">https://pulpproject.org/2021/02/04/pulpcore-3.10-is-now-generally-available/</a><br><div>[3] <a href="https://docs.pulpproject.org/pulpcore/changes.html#id1">https://docs.pulpproject.org/pulpcore/changes.html#id1</a><br>[4] <a href="https://pulp-installer.readthedocs.io/en/latest/CHANGES/#3100-2021-02-04">https://pulp-installer.readthedocs.io/en/latest/CHANGES/#3100-2021-02-04</a><br>[5] <a href="https://docs.pulpproject.org/pulpcore/changes.html#plugin-api">https://docs.pulpproject.org/pulpcore/changes.html#plugin-api</a><br></div></div>