From f66dd455f608f133c4cadf4c14cf8e23d0305c21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20KUBLER?= Date: Fri, 3 Jul 2026 10:11:53 +0200 Subject: [PATCH 1/5] chore(php): release of Composer 2.10.2 --- src/_posts/languages/php/2000-01-01-dependencies.md | 4 ++-- .../buildpacks/_posts/2026-07-03-php-composer-2.10.2.md | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 src/changelog/buildpacks/_posts/2026-07-03-php-composer-2.10.2.md diff --git a/src/_posts/languages/php/2000-01-01-dependencies.md b/src/_posts/languages/php/2000-01-01-dependencies.md index 233e78ba0..d10c1b05f 100644 --- a/src/_posts/languages/php/2000-01-01-dependencies.md +++ b/src/_posts/languages/php/2000-01-01-dependencies.md @@ -1,7 +1,7 @@ --- title: Managing Dependencies nav: Managing Dependencies -modified_at: 2026-06-16 12:00:00 +modified_at: 2026-07-03 12:00:00 tags: php index: 3 --- @@ -97,7 +97,7 @@ Scalingo currently supports the following versions of Composer: | Composer | `scalingo-22` ([EOL]) | `scalingo-24` | `scalingo-26` | | ----------: | --------------------: | -------------: | -------------: | -| `2.10` | up to `2.10.1` | up to `2.10.1` | up to `2.10.1` | +| `2.10` | up to `2.10.2` | up to `2.10.2` | up to `2.10.2` | | `2.2` (LTS) | up to `2.2.28` | up to `2.2.28` | up to `2.2.28` | {% include scalingo_22_deprecation_note.md %} diff --git a/src/changelog/buildpacks/_posts/2026-07-03-php-composer-2.10.2.md b/src/changelog/buildpacks/_posts/2026-07-03-php-composer-2.10.2.md new file mode 100644 index 000000000..de49d48a0 --- /dev/null +++ b/src/changelog/buildpacks/_posts/2026-07-03-php-composer-2.10.2.md @@ -0,0 +1,9 @@ +--- +modified_at: 2026-07-03 12:00:00 +title: 'PHP - Composer 2.10.2 is now available' +github: 'https://github.com/Scalingo/php-buildpack' +--- + +Composer `2.10.2` is now available. + +[Changelog](https://github.com/composer/composer/releases/tag/2.10.2) From 99c6d2c085cb31719309ff1343797017ab246d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20KUBLER?= Date: Fri, 3 Jul 2026 10:15:23 +0200 Subject: [PATCH 2/5] chore(php): release of PHP 8.2.32, 8.3.32, 8.4.23 and 8.5.8 --- src/_posts/languages/php/2000-01-01-start.md | 10 +++++----- .../2026-07-03-php-8.2.32-8.3.32-8.4.23-8.5.8.md | 13 +++++++++++++ 2 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 src/changelog/buildpacks/_posts/2026-07-03-php-8.2.32-8.3.32-8.4.23-8.5.8.md diff --git a/src/_posts/languages/php/2000-01-01-start.md b/src/_posts/languages/php/2000-01-01-start.md index 0cde2367e..be254a23c 100644 --- a/src/_posts/languages/php/2000-01-01-start.md +++ b/src/_posts/languages/php/2000-01-01-start.md @@ -1,7 +1,7 @@ --- title: PHP on Scalingo nav: Introduction -modified_at: 2026-06-16 12:00:00 +modified_at: 2026-07-03 12:00:00 tags: php index: 1 --- @@ -39,10 +39,10 @@ The following PHP versions are available: | PHP Version | `scalingo-22` ([EOL]) | `scalingo-24` | `scalingo-26` | | ----------: | --------------------: | -------------: | -------------: | -| **`8.5`** | up to `8.5.7` | up to `8.5.7` | up to `8.5.7` | -| **`8.4`** | up to `8.4.22` | up to `8.4.22` | up to `8.4.22` | -| **`8.3`** | up to `8.3.31` | up to `8.3.31` | up to `8.3.31` | -| **`8.2`** | up to `8.2.31` | up to `8.2.31` | up to `8.2.31` | +| **`8.5`** | up to `8.5.8` | up to `8.5.8` | up to `8.5.8` | +| **`8.4`** | up to `8.4.23` | up to `8.4.23` | up to `8.4.23` | +| **`8.3`** | up to `8.3.32` | up to `8.3.32` | up to `8.3.32` | +| **`8.2`** | up to `8.2.32` | up to `8.2.32` | up to `8.2.32` | {% include scalingo_22_deprecation_note.md %} diff --git a/src/changelog/buildpacks/_posts/2026-07-03-php-8.2.32-8.3.32-8.4.23-8.5.8.md b/src/changelog/buildpacks/_posts/2026-07-03-php-8.2.32-8.3.32-8.4.23-8.5.8.md new file mode 100644 index 000000000..6ff9d3a3e --- /dev/null +++ b/src/changelog/buildpacks/_posts/2026-07-03-php-8.2.32-8.3.32-8.4.23-8.5.8.md @@ -0,0 +1,13 @@ +--- +modified_at: 2026-07-03 12:00:00 +title: 'PHP - PHP 8.2.32, 8.3.32, 8.4.23 and 8.5.8 are now available' +github: 'https://github.com/Scalingo/php-buildpack' +--- + +PHP `8.2.32`, `8.3.32`, `8.4.23` and `8.5.8` are now available. + +Changelogs: +- [PHP 8.2.32](https://www.php.net/ChangeLog-8.php#8.2.32) +- [PHP 8.3.32](https://www.php.net/ChangeLog-8.php#8.3.32) +- [PHP 8.4.23](https://www.php.net/ChangeLog-8.php#8.4.23) +- [PHP 8.5.8](https://www.php.net/ChangeLog-8.php#8.5.8) From a4b7f83c09805c72f75d20508abb3584f53dd75c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20KUBLER?= Date: Fri, 3 Jul 2026 10:30:35 +0200 Subject: [PATCH 3/5] chore(logstash): release of Logstash 9.4.3 --- .../buildpacks/_posts/2026-07-03-logstash-9.4.3.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/changelog/buildpacks/_posts/2026-07-03-logstash-9.4.3.md diff --git a/src/changelog/buildpacks/_posts/2026-07-03-logstash-9.4.3.md b/src/changelog/buildpacks/_posts/2026-07-03-logstash-9.4.3.md new file mode 100644 index 000000000..20b066633 --- /dev/null +++ b/src/changelog/buildpacks/_posts/2026-07-03-logstash-9.4.3.md @@ -0,0 +1,11 @@ +--- +modified_at: 2026-07-03 12:00:00 +title: 'Logstash - Logstash 9.4.3 is now available' +github: 'https://github.com/Scalingo/logstash-buildpack' +--- + +Logstash `9.4.3` is now available. + +It is also the new default version. + +[Changelog](https://www.elastic.co/docs/release-notes/logstash#logstash-9.4.3-release-notes) From 97d3e4da1272e0a0c95d49f98c0351debbe51598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20KUBLER?= Date: Fri, 3 Jul 2026 12:10:51 +0200 Subject: [PATCH 4/5] chore(nginx): release of OWASP ModSecurity 3.0.16 --- .../2026-07-03-nginx-owasp-modsecurity-3.0.16.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/changelog/buildpacks/_posts/2026-07-03-nginx-owasp-modsecurity-3.0.16.md diff --git a/src/changelog/buildpacks/_posts/2026-07-03-nginx-owasp-modsecurity-3.0.16.md b/src/changelog/buildpacks/_posts/2026-07-03-nginx-owasp-modsecurity-3.0.16.md new file mode 100644 index 000000000..df424f908 --- /dev/null +++ b/src/changelog/buildpacks/_posts/2026-07-03-nginx-owasp-modsecurity-3.0.16.md @@ -0,0 +1,11 @@ +--- +modified_at: 2026-07-03 12:00:00 +title: 'OWASP ModSecurity 3.0.16 is available' +github: 'https://github.com/Scalingo/nginx-buildpack' +--- + +OWASP ModSecurity `3.0.16` is now available for nginx. + +It's also the default version. + +[Changelog](https://github.com/owasp-modsecurity/ModSecurity/blob/v3.0.16/CHANGES) From 82d357056fc3e6a81f63c84406e0079d6834c13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20KUBLER?= Date: Fri, 3 Jul 2026 12:11:21 +0200 Subject: [PATCH 5/5] chore(nginx): release of ModSecurity Core Rule Set 4.25.1 --- .../2026-07-03-nginx-modsecurity-coreruleset-4.25.1.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/changelog/buildpacks/_posts/2026-07-03-nginx-modsecurity-coreruleset-4.25.1.md diff --git a/src/changelog/buildpacks/_posts/2026-07-03-nginx-modsecurity-coreruleset-4.25.1.md b/src/changelog/buildpacks/_posts/2026-07-03-nginx-modsecurity-coreruleset-4.25.1.md new file mode 100644 index 000000000..c7d894930 --- /dev/null +++ b/src/changelog/buildpacks/_posts/2026-07-03-nginx-modsecurity-coreruleset-4.25.1.md @@ -0,0 +1,9 @@ +--- +modified_at: 2026-07-03 12:00:00 +title: 'nginx - ModSecurity OWASP Core Rule Set 4.25.1 (LTS) is now available' +github.com: 'https://github.com/Scalingo/nginx-buildpack' +--- + +nginx ModSecurity OWASP CRS `4.25.1` (LTS) is now available. + +[Changelog](https://github.com/coreruleset/coreruleset/releases/tag/v4.25.1)