-
Notifications
You must be signed in to change notification settings - Fork 5
use parameters_json for provision parameters #325
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
Conversation
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
I used comment |
@JunliWang I'm not comfortable with the upgrade test being skipped. It is there for a reason and that is to ensure there are no breaking changes being introduced. For example what will happen to an instance that a user already has when they upgrade to the module version with the proposed changes in this PR. Will it try to recreate the instance? Update in place? Looking at the logs from before you skipped it, I see this:
This would seem to indicate that it is an update. Can you confirm this would be a non disruptive update? |
I did manual test with provider code, switching from |
/run pipeline |
@JunliWang Yea it seems the parameters were being passed regardless of what plan was used. But I guess the service was just ignoring them. Since this update is non disruptive, I approve this PR |
🎉 This PR is included in version 2.7.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Description
contribute to: #322
in order to support more complex provision parameters like mirroring.
eg.
Release required?
this change is not a feature or fix, and it is transparent to users.
and it is a prerequisite for adding mirroring support: #324 which will be a new release.
x.x.X
)x.X.x
)X.x.x
)Release notes content
Run the pipeline
If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.
Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:
Checklist for reviewers
For mergers