From 2539cdc2577b7aad659f78ea670308a7d38dfe13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Alvarez=20Pi=C3=B1eiro?= <95703246+emilioalvap@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:47:16 +0100 Subject: [PATCH] [Heartbeat] Bump nodejs minor version (#36961) Bump NodeJS version bundled with Heartbeat to 18.18.2. Co-authored-by: Tiago Queiroz --------- Co-authored-by: Tiago Queiroz --- CHANGELOG.next.asciidoc | 1 + dev-tools/packaging/templates/docker/Dockerfile.tmpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index fd5543cb927a..2d2364180d00 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -119,6 +119,7 @@ is collected by it. - Fix panics when parsing dereferencing invalid parsed url. {pull}34702[34702] - Fix retries to trigger on a down monitor with no previous state. {pull}36842[36842] +- Bump NodeJS minor version to 18.18.2. {pull}36961[36961] - Fix monitor duration calculation with retries. {pull}36900[36900] *Metricbeat* diff --git a/dev-tools/packaging/templates/docker/Dockerfile.tmpl b/dev-tools/packaging/templates/docker/Dockerfile.tmpl index 305687d33e01..9a792ecc1e0a 100644 --- a/dev-tools/packaging/templates/docker/Dockerfile.tmpl +++ b/dev-tools/packaging/templates/docker/Dockerfile.tmpl @@ -123,7 +123,7 @@ RUN echo \ ENV ELASTIC_SYNTHETICS_CAPABLE=true ENV TZ=UTC ENV SUITES_DIR={{ $beatHome }}/suites -ENV NODE_VERSION=18.16.0 +ENV NODE_VERSION=18.18.2 ENV PATH="$NODE_PATH/node/bin:$PATH" # Install the latest version of @elastic/synthetics forcefully ignoring the previously # cached node_modules, heartbeat then calls the global executable to run test suites