From 0ff28c491f13ed47dfaed8148fcb2bc465ff8a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20KUBLER?= Date: Mon, 22 Jun 2026 10:05:42 +0200 Subject: [PATCH] feat(nginx): release of nginx 1.30.3 and 1.31.2 --- src/_includes/nginx_versions.md | 6 +++--- .../buildpacks/_posts/2026-06-22-nginx-1.30.3.md | 12 ++++++++++++ .../buildpacks/_posts/2026-06-22-nginx-1.31.2.md | 9 +++++++++ 3 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 src/changelog/buildpacks/_posts/2026-06-22-nginx-1.30.3.md create mode 100644 src/changelog/buildpacks/_posts/2026-06-22-nginx-1.31.2.md diff --git a/src/_includes/nginx_versions.md b/src/_includes/nginx_versions.md index a2ca512a1..6c596547b 100644 --- a/src/_includes/nginx_versions.md +++ b/src/_includes/nginx_versions.md @@ -2,9 +2,9 @@ Scalingo supports the following versions of Nginx: | Nginx version | `scalingo-22` ([EOL]) | `scalingo-24` | `scalingo-26` | | --------------------: | --------------------: | -------------: | -------------: | -| **`1.31`** (Mainline) | Up to `1.31.1` | Up to `1.31.1` | Up to `1.31.1` | -| **`1.30`** (Stable) | Up to `1.30.2` | Up to `1.30.2` | Up to `1.30.2` | +| **`1.31`** (Mainline) | Up to `1.31.2` | Up to `1.31.2` | Up to `1.31.2` | +| **`1.30`** (Stable) | Up to `1.30.3` | Up to `1.30.3` | Up to `1.30.3` | {% include scalingo_22_deprecation_note.md %} -[EOL]: {% post_url platform/internals/stacks/2000-01-01-stacks %}#stack-end-of-life \ No newline at end of file +[EOL]: {% post_url platform/internals/stacks/2000-01-01-stacks %}#stack-end-of-life diff --git a/src/changelog/buildpacks/_posts/2026-06-22-nginx-1.30.3.md b/src/changelog/buildpacks/_posts/2026-06-22-nginx-1.30.3.md new file mode 100644 index 000000000..6f04e92d6 --- /dev/null +++ b/src/changelog/buildpacks/_posts/2026-06-22-nginx-1.30.3.md @@ -0,0 +1,12 @@ +--- +modified_at: 2026-06-22 12:00:00 +title: 'nginx: nginx 1.30.3 (stable) is now available' +github: 'https://github.com/Scalingo/nginx-buildpack' +--- + +nginx `1.30.3` (stable) is now available. + +This is also the default version deployed on all stacks when using the +[nginx-buildpack](https://github.com/Scalingo/nginx-buildpack). + +[Changelog](https://nginx.org/en/CHANGES-1.30) diff --git a/src/changelog/buildpacks/_posts/2026-06-22-nginx-1.31.2.md b/src/changelog/buildpacks/_posts/2026-06-22-nginx-1.31.2.md new file mode 100644 index 000000000..da175e365 --- /dev/null +++ b/src/changelog/buildpacks/_posts/2026-06-22-nginx-1.31.2.md @@ -0,0 +1,9 @@ +--- +modified_at: 2026-06-22 12:00:00 +title: 'nginx: nginx 1.31.2 (mainline) is now available' +github: 'https://github.com/Scalingo/nginx-buildpack' +--- + +nginx `1.31.2` (mainline) is now available. + +[Changelog](https://nginx.org/en/CHANGES)