Hello everyone,
Problem:
I use ansible pulp_installer to set up pulpcore and pulp_rpm.
They are installed under the virtual env: /usr/local/lib/pulp/
The current installed versions are:
pulpcore 3.22.15
pulp_rpm 3.19.9
Operating system:
NAME="Rocky Linux"
VERSION="9.2 (Blue Onyx)"
I see the current available versions are:
pulpcore 3.39.0
pulp_rpm 3.23.0
I would like to upgrade the two component for test.
one question: how can I check the compatibility? I see pulp_rpm 3.21.0: Declares (and requires at least) pulpcore/3.25 compatibility
, but not find the similare under pulp_rpm 3.23.0 change log, so I can assume the same ?
Second question: I use source /usr/local/lib/pulp/bin/active ; pip install upgrade pulpcore-pulp_rpm
, is there any remaining steps to do? or that is all needed?
Thanks in advance!
Pulpcore version:
“component”: “core”,
“version”: “3.22.15”,
“package”: “pulpcore”
},
Pulp plugins installed and their versions:
“component”: “rpm”,
“version”: “3.19.9”,
“package”: “pulp-rpm”
Operating system - distribution and version:
Rocky9
Other relevant data: