<div dir="ltr">Pulpcore 3.8.0 [0] and pulp_installer 3.8.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><div>Try to upgrade right away! </div><div>It should be possible to upgrade pulpcore without waiting for every plugin you use to release a compatibility release (if plugin writers heard about our 1-cycle deprecation policy and our encouragement to declare dependency at least on two pulpcore versions).<br><br># Installation and Upgrade<br><br>Users should use the 3.8.0 release of pulp_installer [1] to install or upgrade their installations. </div><div>This version of the installer will check compatibility of all installed plugins with pulpcore 3.8. 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.8 use:  "pulpcore>=3.8,<3.10".</div><div>If your plugin is compatible with earlier pulpcore releases, use: "pulpcore>=3.y,<3.10", where y is the eldest pulpcore release your plugin is compatible with.<br><br>[0] <a href="https://pypi.org/project/pulpcore/3.8.0/">https://pypi.org/project/pulpcore/3.8.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/2020/10/20/3.8.0-release-announcement/">https://pulpproject.org/2020/10/20/3.8.0-release-announcement/</a><br>[3] <a href="https://docs.pulpproject.org/en/3.8/changes.html#id1">https://docs.pulpproject.org/en/3.8/changes.html#id1</a><br>[4] <a href="https://pulp-installer.readthedocs.io/en/latest/CHANGES/#380-2020-10-21">https://pulp-installer.readthedocs.io/en/latest/CHANGES/#380-2020-10-21</a><br>[5] <a href="https://docs.pulpproject.org/en/3.8/changes.html#plugin-api">https://docs.pulpproject.org/en/3.8/changes.html#plugin-api</a><br></div></div>