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

ansible-scylla-node: Fixes post-upgrade version check #403

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

ebenzecri
Copy link
Contributor

@ebenzecri ebenzecri commented Aug 16, 2024

This patch fixes the logic of how the version is checked during a minor upgrade, allowing to set a minor version as 'ABCD.E.F' instead of 'ABCD.E.F-G.H.I'

Fixes #401

This patch fixes the logic of how the version is checked after a minor upgrade, allowing to set a minor
version as 'ABCD.E.F' instead of 'ABCD.E.F-G.H.I'

Fixes scylladb#401

Signed-off-by: Eduardo Benzecri <[email protected]>
@vladzcloudius vladzcloudius merged commit 844bb63 into scylladb:master Aug 16, 2024
2 checks passed
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.

Minor upgrade is not working due to version check
2 participants