Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Mdr upgrade scenario #8699
base: master
Are you sure you want to change the base?
Mdr upgrade scenario #8699
Changes from all commits
0c760fe
537e29d
1990c21
342bfc0
8ac4eb3
c95f49f
91e42df
2022a22
080e440
fb77a93
c2d2357
b5071de
4d3d5a6
f04e7c5
0553332
b5d0a30
3971abd
41f2eca
aa4df5a
4f37772
3e59c3b
bd364f3
24e558b
25d4dbb
dc866bf
222e30b
52d8c73
a03d448
360a18d
ba2330c
02962bb
d7e5d85
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Just out of curiosity, what is the reason to not use directly
get_running_acm_version
and instead use this wrapper?I'm not sure, if there might be a situation, where we would like to call this method on other stages of the workflow, but if it will be called after the upgrade, it will return the actual upgraded version, not the version before upgrade as suggested by the name. Or did I miss anything there?