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

Pin mysql testing version to latest major release (DAT-16706) #5596

Merged
merged 2 commits into from Feb 14, 2024

Conversation

abrackx
Copy link
Contributor

@abrackx abrackx commented Feb 14, 2024

Impact

  • Bug fix (non-breaking change which fixes expected existing functionality)
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

MySql uses a new versioning strategy that makes it so any 8.1+.x releases are innovation releases. This is not semver, so updating to say, 8.3.0 CAN include breaking changes. Pinning to 8.0. Check here for more details.

@abrackx abrackx self-assigned this Feb 14, 2024
@abrackx abrackx added the sdou Security, Driver and other updates label Feb 14, 2024
@abrackx abrackx changed the title Pin mysql version to latest major, do not use innovation releases Pin mysql testing version to latest major release Feb 14, 2024
@abrackx abrackx changed the title Pin mysql testing version to latest major release Pin mysql testing version to latest major release (DAT-16706) Feb 14, 2024
@abrackx abrackx marked this pull request as ready for review February 14, 2024 13:41
@abrackx abrackx merged commit 3afed18 into master Feb 14, 2024
33 of 34 checks passed
@abrackx abrackx deleted the pin-mysql-version branch February 14, 2024 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sdou Security, Driver and other updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants