-
Notifications
You must be signed in to change notification settings - Fork 109
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
Add option --allow-change-package-name in the package installed update operation #1671
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR,
Have the changes in the PR been tested?
a66d0ac
to
1d792a9
Compare
…operation this option allows user to change the package name for the packageinstalled CR Signed-off-by: luwang <[email protected]>
1d792a9
to
12f84d7
Compare
Yes. Please check the output below
|
[issue]: we should have coverage for this in |
@mamachanko , thanks for the comments. I have less knowledge about the testing. Please advice which folder I need to add new test for my changes. |
Add option allow-change-package-name in the package installed update operation
this option allows user to change the package name for the packageinstalled CR
What this PR does / why we need it:
We need to change the package name for the installed package. However the current code blocks it .
Which issue(s) this PR fixes:
Fixes #1651
Does this PR introduce a user-facing change?
Additional Notes for your reviewer:
Review Checklist:
a link to that PR
change
Additional documentation e.g., Proposal, usage docs, etc.: