-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about the plugin versioning #1689
Comments
Yes, you are right. We did not release a version compatible with pulpcore v3.55. We will strive to do the release next week (2.21?). The commit adding support for the aforementioned version landed into Only specific minor versions are suitable for a specific pulpcore version. We do not have any compatibility matrix available at the moment. Would you like to see one in the future? For now, it is needed to look into the requirements in respective release branches (e.g., https://github.com/pulp/pulp_container/blob/2.14/requirements.txt). |
Thanks for the explanation, lubosmj! |
We are releasing pulp-container this week. |
I am closing this issue in favour of pulp/pulpcore#5573. |
Hi all,
I installed pulp-container using pip from pypi where 2.20.0 is the current version, see https://pypi.org/project/pulp-container/#history and https://pulpproject.org/pulp_container/changes/, even though there have been releases after 2.20.0 with lower version numbers.
Looking at this repo, 2.16.8, which was released last week, seems to be the latest version, and the tags seem out of order:
I didn't find any hints in the documentation, maybe a specific minor version is only suitable for a specific pulpcore version?
For pulpcore 3.55.1, there's no release for pulp_container yet, right? What would be the pulp_container version with pulpcore 3.55 compatibility?
The text was updated successfully, but these errors were encountered: