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

[v0.37] Port internal fixes #6937

Merged
merged 14 commits into from
Jan 28, 2025
1 change: 1 addition & 0 deletions engine/common/version/version_control.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ var defaultCompatibilityOverrides = map[string]struct{}{
"0.37.17": {},
"0.37.18": {},
"0.37.22": {},
"0.37.26": {},
}

// VersionControl manages the version control system for the node.
Expand Down
Loading
Loading