[Pulp-dev] Pulpcore 3.9.0 is generally available

David Davis daviddavis at redhat.com
Mon Dec 7 20:51:02 UTC 2020


Pulpcore 3.9.0 [0] and pulp_installer 3.9.0 [1] have been released.

For a full list of changes, please check the changelog for pulpcore [2] and
pulp_installer [3].

# Installation and Upgrade

Users should use the 3.9.0 release of pulp_installer [1] to install or
upgrade their installations. This version of the installer will check
compatibility of all installed plugins with pulpcore 3.9. The installer
will abort if any plugin is incompatible.

The pulp_installer collection can be installed from Ansible Galaxy with the
following command:

    ansible-galaxy collection install --force pulp.pulp_installer

The --force flag will upgrade the collection if you had a previous version
installed.

# Plugin API

Plugin writers can see the API changes here [4].

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.9 use: "pulpcore>=3.9,<3.11".

If your plugin is compatible with earlier pulpcore releases, use:
"pulpcore>=3.y,<3.11", where y is the oldest pulpcore release your plugin
is compatible with.

[0] https://pypi.org/project/pulpcore/3.9.0/
[1] https://galaxy.ansible.com/pulp/pulp_installer
[2] https://docs.pulpproject.org/en/3.9/changes.html
[3] https://pulp-installer.readthedocs.io/en/latest/CHANGES/
[4] https://docs.pulpproject.org/en/3.9/changes.html#plugin-api

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/pulp-dev/attachments/20201207/4195df05/attachment.htm>


More information about the Pulp-dev mailing list