We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0dfbd8 commit 6197b41Copy full SHA for 6197b41
src/Manager/ElasticsearchClusterManager.php
@@ -88,6 +88,7 @@ public function getMaintenanceTable()
88
['es_version' => '7.9.0', 'eol_date' => '2022-02-18', 'maintained_until' => '7.10.0'],
89
['es_version' => '7.10.0', 'eol_date' => '2022-05-11', 'maintained_until' => '7.11.0'],
90
['es_version' => '7.11.0', 'eol_date' => '2022-08-10', 'maintained_until' => '7.12.0'],
91
+ ['es_version' => '7.12.0', 'eol_date' => '2022-09-23', 'maintained_until' => '7.13.0'],
92
];
93
}
94
0 commit comments