diff --git a/src/_posts/languages/nodejs/2000-01-01-start.md b/src/_posts/languages/nodejs/2000-01-01-start.md index d9f987ac7..871d460e8 100644 --- a/src/_posts/languages/nodejs/2000-01-01-start.md +++ b/src/_posts/languages/nodejs/2000-01-01-start.md @@ -1,7 +1,7 @@ --- title: Node.js nav: Introduction -modified_at: 2026-06-16 12:00:00 +modified_at: 2026-06-22 12:00:00 tags: nodejs index: 1 --- @@ -22,9 +22,9 @@ The following Node.js versions are available: | Node.js version | `scalingo-22` ([EOL]) | `scalingo-24` | `scalingo-26` | | --------------: | --------------------: | --------------: | --------------: | -| `v26` | up to `26.3.0` | up to `26.3.0` | up to `26.3.0` | -| `v24` (LTS) | up to `24.16.0` | up to `24.16.0` | up to `24.16.0` | -| `v22` (LTS) | up to `22.22.3` | up to `22.22.3` | up to `22.22.3` | +| `v26` | up to `26.3.1` | up to `26.3.1` | up to `26.3.1` | +| `v24` (LTS) | up to `24.17.0` | up to `24.17.0` | up to `24.17.0` | +| `v22` (LTS) | up to `22.23.0` | up to `22.23.0` | up to `22.23.0` | {% include scalingo_22_deprecation_note.md %} diff --git a/src/changelog/buildpacks/_posts/2026-06-22-nodejs-22.23.0-24.17.0-26.3.1.md b/src/changelog/buildpacks/_posts/2026-06-22-nodejs-22.23.0-24.17.0-26.3.1.md new file mode 100644 index 000000000..18c208b24 --- /dev/null +++ b/src/changelog/buildpacks/_posts/2026-06-22-nodejs-22.23.0-24.17.0-26.3.1.md @@ -0,0 +1,12 @@ +--- +modified_at: 2026-06-22 12:00:00 +title: 'Node.js - Node.js 22.23.0, 24.17.0, and 26.3.1 are now available' +github: 'https://github.com/Scalingo/nodejs-buildpack' +--- + +Node.js `22.23.0`, `24.17.0`, and `26.3.1` are now available. + +[Changelogs] +- [`26.3.1`](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V26.md#26.3.1) +- [`24.17.0`](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V24.md#24.17.0) +- [`22.23.0`](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.23.0) diff --git a/src/changelog/buildpacks/_posts/2026-06-22-prometheus-3.5.4.md b/src/changelog/buildpacks/_posts/2026-06-22-prometheus-3.5.4.md new file mode 100644 index 000000000..46d90591a --- /dev/null +++ b/src/changelog/buildpacks/_posts/2026-06-22-prometheus-3.5.4.md @@ -0,0 +1,9 @@ +--- +modified_at: 2026-06-22 12:00:00 +title: 'Prometheus - Prometheus 3.5.4 (LTS) is now available' +github: 'https://github.com/Scalingo/prometheus-buildpack' +--- + +Prometheus `3.5.4` (LTS) is now available. + +[Changelog](https://github.com/prometheus/prometheus/releases/tag/v3.5.4)