diff --git a/src/_includes/nginx_versions.md b/src/_includes/nginx_versions.md index 68bee89c6..fa6e38306 100644 --- a/src/_includes/nginx_versions.md +++ b/src/_includes/nginx_versions.md @@ -1,10 +1,6 @@ Scalingo supports the following versions of Nginx: -| Nginx version | `scalingo-22` ([EOL]) | `scalingo-24` | `scalingo-26` | -| --------------------: | --------------------: | -------------: | -------------: | -| **`1.31`** (Mainline) | Up to `1.31.3` | Up to `1.31.3` | Up to `1.31.3` | -| **`1.30`** (Stable) | Up to `1.30.4` | Up to `1.30.4` | Up to `1.30.4` | - -{% include scalingo_22_deprecation_note.md %} - -[EOL]: {% post_url platform/internals/stacks/2000-01-01-overview %}#lifecycle +| Nginx version | {% scalingo 22 %} | {% scalingo 24 %} | {% scalingo 26 %} | +| --------------------: | ----------------: | ----------------: | ----------------: | +| **`1.31`** (Mainline) | Up to `1.31.3` | Up to `1.31.3` | Up to `1.31.3` | +| **`1.30`** (Stable) | Up to `1.30.4` | Up to `1.30.4` | Up to `1.30.4` | diff --git a/src/_includes/scalingo_22_deprecation_note.md b/src/_includes/scalingo_22_deprecation_note.md deleted file mode 100644 index 67e512255..000000000 --- a/src/_includes/scalingo_22_deprecation_note.md +++ /dev/null @@ -1,11 +0,0 @@ -{% note %} -[{% scalingo 22 %}][scalingo-22] is now deprecated.\\ -It will be discontinued on June 1, 2027. Applications must be migrated to -another [stack], such as [{% scalingo 24 %}][scalingo-24] or -[{% scalingo 26 %}][scalingo-26] before this date. -{% endnote %} - -[stack]: {% post_url platform/internals/stacks/2000-01-01-overview %} -[scalingo-22]: {% post_url platform/internals/stacks/2000-01-01-scalingo-22-stack %} -[scalingo-24]: {% post_url platform/internals/stacks/2000-01-01-scalingo-24-stack %} -[scalingo-26]: {% post_url platform/internals/stacks/2000-01-01-scalingo-26-stack %} diff --git a/src/_posts/languages/go/2000-01-01-start.md b/src/_posts/languages/go/2000-01-01-start.md index ed617a5f9..dcfa0a772 100644 --- a/src/_posts/languages/go/2000-01-01-start.md +++ b/src/_posts/languages/go/2000-01-01-start.md @@ -22,8 +22,6 @@ The following versions of Go are available: The default Go version on all stacks is the latest `go1.25` version. -{% include scalingo_22_deprecation_note.md %} - ### Dependencies Installation Scalingo installs the dependencies Go application using [Go Modules]({% post_url languages/go/2000-01-01-gomod %}). @@ -87,6 +85,3 @@ limit for the full process memory. For more details, refer to the ## Buildpack More information at [https://github.com/Scalingo/go-buildpack](https://github.com/Scalingo/go-buildpack). - - -[EOL]: {% post_url platform/internals/stacks/2000-01-01-overview %}#lifecycle diff --git a/src/_posts/languages/java/2000-01-01-start.md b/src/_posts/languages/java/2000-01-01-start.md index eb4feaf73..35bcb2860 100644 --- a/src/_posts/languages/java/2000-01-01-start.md +++ b/src/_posts/languages/java/2000-01-01-start.md @@ -25,8 +25,6 @@ The following Java versions are available: For Java SE 8, the JDK version is numbered `1.8`. -{% include scalingo_22_deprecation_note.md %} - ### Selecting a Version The default Java version on {% scalingo 22 %} is the latest `1.8`. @@ -214,4 +212,3 @@ More information at [https://github.com/Scalingo/java-buildpack](https://github.com/Scalingo/java-buildpack). [java-command]: https://docs.oracle.com/en/java/javase/25/docs/specs/man/java.html -[EOL]: {% post_url platform/internals/stacks/2000-01-01-overview %}#lifecycle diff --git a/src/_posts/languages/nodejs/2000-01-01-start.md b/src/_posts/languages/nodejs/2000-01-01-start.md index a7a9439e1..17b020255 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-08-18 12:00:00 +modified_at: 2026-08-20 12:00:00 tags: nodejs index: 1 --- @@ -26,8 +26,6 @@ The following Node.js versions are available: | `v24` (LTS) | up to `24.19.0` | up to `24.19.0` | up to `24.19.0` | | `v22` (LTS) | up to `22.23.2` | up to `22.23.2` | up to `22.23.2` | -{% include scalingo_22_deprecation_note.md %} - ### Select a Version The default Node.js version on all stacks is the latest `v24` version. If you @@ -467,4 +465,3 @@ web: node server.js ``` [nodejs-memory-guide]: https://nodejs.org/learn/diagnostics/memory/understanding-and-tuning-memory -[EOL]: {% post_url platform/internals/stacks/2000-01-01-overview %}#lifecycle diff --git a/src/_posts/languages/php/2000-01-01-dependencies.md b/src/_posts/languages/php/2000-01-01-dependencies.md index 983ac79e3..92c79505a 100644 --- a/src/_posts/languages/php/2000-01-01-dependencies.md +++ b/src/_posts/languages/php/2000-01-01-dependencies.md @@ -100,8 +100,6 @@ Scalingo currently supports the following versions of Composer: | `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 %} - ## Working with Composer Environments By default, Scalingo considers that your application runs in *production* mode. diff --git a/src/_posts/languages/php/2000-01-01-start.md b/src/_posts/languages/php/2000-01-01-start.md index 9c907d678..eab8f76dc 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-07-31 00:00:00 +modified_at: 2026-08-20 00:00:00 tags: php index: 1 --- @@ -44,8 +44,6 @@ The following PHP versions are available: | **`8.3`** | up to `8.3.33` | up to `8.3.33` | up to `8.3.33` | | **`8.2`** | up to `8.2.33` | up to `8.2.33` | up to `8.2.33` | -{% include scalingo_22_deprecation_note.md %} - ### Select a Version The default PHP version on all stacks is the latest **`8.4`** version. diff --git a/src/_posts/languages/python/2000-01-01-start.md b/src/_posts/languages/python/2000-01-01-start.md index b3a1c3722..c14b4efa5 100644 --- a/src/_posts/languages/python/2000-01-01-start.md +++ b/src/_posts/languages/python/2000-01-01-start.md @@ -1,7 +1,7 @@ --- title: Python nav: Introduction -modified_at: 2026-08-18 00:00:00 +modified_at: 2026-08-20 00:00:00 tags: python index: 1 --- @@ -28,8 +28,6 @@ The following versions of Python are available: | **`3.12`** | up to `3.12.14` | up to `3.12.14` | up to `3.12.14` | | **`3.11`** | up to `3.11.16` | up to `3.11.16` | up to `3.11.16` | -{% include scalingo_22_deprecation_note.md %} - ### Selecting a Version The default Python version on all stacks is the latest `3.13` version. @@ -131,5 +129,3 @@ The default level of concurrency is automatically defined, depending on the amou For further details about this calculation, please see the [WEB_CONCURRENCY.sh](https://github.com/Scalingo/python-buildpack/blob/master/vendor/WEB_CONCURRENCY.sh) script of the Python buildpack. To override the automatically defined value, set the `WEB_CONCURRENCY` environment variable to the desired value. - -[EOL]: {% post_url platform/internals/stacks/2000-01-01-overview %}#lifecycle diff --git a/src/_posts/languages/ruby/2000-01-01-start.md b/src/_posts/languages/ruby/2000-01-01-start.md index b47238622..1044de675 100644 --- a/src/_posts/languages/ruby/2000-01-01-start.md +++ b/src/_posts/languages/ruby/2000-01-01-start.md @@ -1,7 +1,7 @@ --- title: Ruby nav: Introduction -modified_at: 2026-07-21 00:00:00 +modified_at: 2026-08-20 00:00:00 tags: ruby index: 1 --- @@ -87,8 +87,6 @@ $ git push scalingo master | **`3.4`** | up to `3.4.10` | up to `3.4.10` | up to `3.4.10` | | **`3.3`** | up to `3.3.12` | up to `3.3.12` | up to `3.3.12` | -{% include scalingo_22_deprecation_note.md %} - ### Select a Version The default Ruby version on all stacks is the latest **`3.3`** version. @@ -177,4 +175,3 @@ environment variable to the desired value. [web_concurrency_file]: https://github.com/Scalingo/ruby-buildpack/blob/master/lib/language_pack/ruby.rb -[EOL]: {% post_url platform/internals/stacks/2000-01-01-overview %}#lifecycle diff --git a/src/_posts/platform/deployment/2000-01-01-deploy-java-jar-war.md b/src/_posts/platform/deployment/2000-01-01-deploy-java-jar-war.md index 31b4957c7..8657b5415 100644 --- a/src/_posts/platform/deployment/2000-01-01-deploy-java-jar-war.md +++ b/src/_posts/platform/deployment/2000-01-01-deploy-java-jar-war.md @@ -109,5 +109,3 @@ The latest available versions currently are: | **`9.0`** | up to `9.0.120.0` | up to `9.0.120.0` | up to `9.0.120.0` | The default Tomcat version on all stacks is the latest `9.0` version. - -{% include scalingo_22_deprecation_note.md %} diff --git a/src/_posts/platform/deployment/buildpacks/2000-01-01-jemalloc.md b/src/_posts/platform/deployment/buildpacks/2000-01-01-jemalloc.md index 523713fc7..7078412f3 100644 --- a/src/_posts/platform/deployment/buildpacks/2000-01-01-jemalloc.md +++ b/src/_posts/platform/deployment/buildpacks/2000-01-01-jemalloc.md @@ -63,8 +63,6 @@ The following jemalloc versions are available: | ---------------: | ----------------: | ----------------: | ----------------: | | **`5.3`** | Up to `5.3.1` | Up to `5.3.1` | Up to `5.3.1` | -{% include scalingo_22_deprecation_note.md %} - ### Select a Version The default jemalloc version on all stacks is the latest `5.3` version. If you