Skip to content
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

Fix Release script to work with any image used in the yaml files #487

Merged
merged 2 commits into from
Oct 10, 2023

Conversation

GuptaManan100
Copy link
Collaborator

Description

Previously the release script was opinionated about what yaml files should be using MySQL 5.7 and what should be using MySQL 8.0 images. This however caused issues because we switch around this as part of development and don't always update the release script.

In this PR, I have changed the way the release script works by changing the sed commands, such that now the release script conserves the image variant to what it already is. This is the intended and correct behavior because when we do a release, we only intend to change the release number in the yaml files and not their variant.

Copy link
Collaborator

@mattlord mattlord left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! ❤️

@frouioui frouioui merged commit f979149 into main Oct 10, 2023
7 checks passed
@frouioui frouioui deleted the release-script-fix branch October 10, 2023 23:23
GuptaManan100 pushed a commit that referenced this pull request Oct 12, 2023
GuptaManan100 added a commit that referenced this pull request Oct 13, 2023
[release-2.11] Fix Release script to work with any image used in the yaml files #487
GuptaManan100 added a commit that referenced this pull request Oct 13, 2023
[release-2.10] Fix Release script to work with any image used in the yaml files #487
GuptaManan100 added a commit that referenced this pull request Oct 13, 2023
[release-2.9] Fix Release script to work with any image used in the yaml files #487
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants