-
Notifications
You must be signed in to change notification settings - Fork 42
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
The version checks need to understand app_labels of plugins and repository names as a fallback #153
Milestone
Comments
To clarify, I mean, that the cli understands to digest the version information of older pulpcore installations. |
Merged
bmbouter
added a commit
to bmbouter/pulp-cli
that referenced
this issue
Feb 22, 2021
In pulpcore 3.11, the plugin names changed to fix a bug. This switches the names of existing plugins to use the new names. It also adds fallback support to allow pulpcore<3.11 names to continue working. Fixes pulp#153
bmbouter
added a commit
to bmbouter/pulp-cli
that referenced
this issue
Feb 22, 2021
In pulpcore 3.11, the plugin names changed to fix a bug. This switches the names of existing plugins to use the new names. It also adds fallback support to allow pulpcore<3.11 names to continue working. Fixes pulp#153
bmbouter
added a commit
to bmbouter/pulp-cli
that referenced
this issue
Feb 22, 2021
In pulpcore 3.11, the plugin names changed to fix a bug. This switches the names of existing plugins to use the new names. It also adds fallback support to allow pulpcore<3.11 names to continue working. Fixes pulp#153
bmbouter
added a commit
to bmbouter/pulp-cli
that referenced
this issue
Feb 22, 2021
In pulpcore 3.11, the plugin names changed to fix a bug. This switches the names of existing plugins to use the new names. It also adds fallback support to allow pulpcore<3.11 names to continue working. Fixes pulp#153
bmbouter
added a commit
to bmbouter/pulp-cli
that referenced
this issue
Feb 22, 2021
In pulpcore 3.11, the plugin names changed to fix a bug. This switches the names of existing plugins to use the new names. It also adds fallback support to allow pulpcore<3.11 names to continue working. Fixes pulp#153
bmbouter
added a commit
to bmbouter/pulp-cli
that referenced
this issue
Feb 22, 2021
In pulpcore 3.11, the plugin names changed to fix a bug. This switches the names of existing plugins to use the new names. It also adds fallback support to allow pulpcore<3.11 names to continue working. Fixes pulp#153
bmbouter
added a commit
to bmbouter/pulp-cli
that referenced
this issue
Feb 22, 2021
In pulpcore 3.11, the plugin names changed to fix a bug. This switches the names of existing plugins to use the new names. It also adds fallback support to allow pulpcore<3.11 names to continue working. Fixes pulp#153
bmbouter
added a commit
to bmbouter/pulp-cli
that referenced
this issue
Feb 24, 2021
In pulpcore 3.11, the component changed to fix a bug. This switches the names of existing plugins to use the new names. It also adds fallback support to allow pulpcore<3.11 names to continue working which will be removed in a future release. Additionally plugins can add in additional fallback names by adding to the `new_component_names_to_pre_3_11_names` in the `pulpcore.cli.common.context` module. Fixes pulp#153
bmbouter
added a commit
to bmbouter/pulp-cli
that referenced
this issue
Feb 24, 2021
In pulpcore 3.11, the component changed to fix a bug. This switches the names of existing plugins to use the new names. It also adds fallback support to allow pulpcore<3.11 names to continue working which will be removed in a future release. Additionally plugins can add in additional fallback names by adding to the `new_component_names_to_pre_3_11_names` in the `pulpcore.cli.common.context` module. Fixes pulp#153
bmbouter
added a commit
to bmbouter/pulp-cli
that referenced
this issue
Feb 24, 2021
In pulpcore 3.11, the component changed to fix a bug. This switches the names of existing plugins to use the new names. It also adds fallback support to allow pulpcore<3.11 names to continue working which will be removed in a future release. Additionally plugins can add in additional fallback names by adding to the `new_component_names_to_pre_3_11_names` in the `pulpcore.cli.common.context` module. Fixes pulp#153
bmbouter
added a commit
to bmbouter/pulp-cli
that referenced
this issue
Feb 24, 2021
In pulpcore 3.11, the component changed to fix a bug. This switches the names of existing plugins to use the new names. It also adds fallback support to allow pulpcore<3.11 names to continue working which will be removed in a future release. Additionally plugins can add in additional fallback names by adding to the `new_component_names_to_pre_3_11_names` in the `pulpcore.cli.common.context` module. Fixes pulp#153
mdellweg
pushed a commit
that referenced
this issue
Feb 25, 2021
In pulpcore 3.11, the component changed to fix a bug. This switches the names of existing plugins to use the new names. It also adds fallback support to allow pulpcore<3.11 names to continue working which will be removed in a future release. Additionally plugins can add in additional fallback names by adding to the `new_component_names_to_pre_3_11_names` in the `pulpcore.cli.common.context` module. Fixes #153
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pulp/pulpcore#1102
changes the way components are reported in the status and the api docs.
We need to change to use the new method and be able to still understand the old one.
The text was updated successfully, but these errors were encountered: