-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat: rename allowedPostUpgradeCommands/allowPostUpgradeCommandTemplating #32657
base: main
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.
Don't we need a rename migration? Otherwise LGTM
Yes, needs some testing on a real repo too |
.replace( | ||
'--allow-post-upgrade-command-templating', | ||
'--allow-command-templating', | ||
) | ||
.replace('--allowed-post-upgrade-commands', '--allowed-commands') |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
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.
Locally tested. Cli and Env migrations work fine.
Test Runs:
Old names
Old names but new code ie. migrated
New names
Merge after holidays |
what's the state of this pr now? |
Ready for review |
Changes
Rename allowedPostUpgradeCommands to allowedCommands
Context
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: