Skip to content

Commit be5f250

Browse files
authored
Update SLM minimal supported version (elastic#44431)
Now that snapshot lifecycle management has been merged and backported to the 7.x branch, this commit updates the `getMinimalSupportedVersion` to return 7.4.0. Relates to elastic#38461
1 parent 30b7545 commit be5f250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/snapshotlifecycle/SnapshotLifecycleMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public String getWriteableName() {
9696

9797
@Override
9898
public Version getMinimalSupportedVersion() {
99-
return Version.V_8_0_0; // TODO: revisit this when we figure out where this goes
99+
return Version.V_7_4_0;
100100
}
101101

102102
@Override

0 commit comments

Comments
 (0)