From f87d1a71920a13f71b073bfe82997cca97784474 Mon Sep 17 00:00:00 2001 From: Larry Gregory Date: Mon, 1 Mar 2021 15:59:54 -0500 Subject: [PATCH] [7.11] Add note dropping support for glibc 2.12 (#93067) (#93118) Co-authored-by: Jonathan Budzenski Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> Co-authored-by: Jonathan Budzenski Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> --- docs/migration/migrate_7_11.asciidoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/migration/migrate_7_11.asciidoc b/docs/migration/migrate_7_11.asciidoc index 3e04da55ebdad..669dc338a4493 100644 --- a/docs/migration/migrate_7_11.asciidoc +++ b/docs/migration/migrate_7_11.asciidoc @@ -38,4 +38,15 @@ will fail and Kibana will not start. *via https://github.com/elastic/kibana/pull/80766[#80766]* +[discrete] +[[glibc_212_unsupported]] +=== Dropped support for glibc 2.12 + +*Details:* {kib} 7.11.0 upgrades the Node.js runtime to version `14.16.0`. This updated runtime requires glibc `2.16`, +which drops support for glibc `2.12`-based operating systems. + +*Impact*: Supported versions of {kib} are not impacted. You can no longer run {kib} on older operating systems that require glibc `2.12` (for example, CentOS 6). Refer to our https://www.elastic.co/support/matrix[support matrix] for a list of currently supported operating systems. + +*via https://github.com/elastic/kibana/pull/83425[#83425]* + // end::notable-breaking-changes[]