Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/_posts/platform/deployment/2000-01-01-deploy-java-jar-war.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Deployment of JAR and WAR archives
nav: Deploy JAR/WAR
modified_at: 2025-07-07 12:00:00
modified_at: 2025-08-08 12:00:00
index: 8
tags: deployment, java, jar, war
---
Expand Down Expand Up @@ -103,11 +103,11 @@ scalingo --app my-app env-set JAVA_WEBAPP_RUNNER_VERSION=10.1.24.0

The latest available versions currently are:

| Tomcat Version | Latest version | Note |
| -------------: | ----------------: | ------- |
| **`10.1`** | up to `10.1.42.0` | |
| **`9.0`** | up to `9.0.106.0` | default |
| `8.5` | up to `8.5.68.1` | |
| Tomcat Version | scalingo-20 (EOL) | scalingo-22 | Note |
| -------------: | ----------------: | ----------------: | ------- |
| **`10.1`** | up to `10.1.43.0` | up to `10.1.43.0` | |
| **`9.0`** | up to `9.0.107.0` | up to `9.0.107.0` | default |
| `8.5` | up to `8.5.68.1` | up to `8.5.68.1` | |

{% note %}
Even though we still support this version, we strongly advise against using the
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
modified_at: 2025-08-08 12:00:00
title: 'Java - Release Webapp Runner (Tomcat) version 9.0.107.0 and 10.1.43.0'
github: 'https://github.com/Scalingo/java-war-buildpack'
---

Tomcat `9.0.107.0` and `10.1.43.0` are now available.

Tomcat `9.0.107.0 ` is now the default version.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
modified_at: 2025-08-08 12:00:00
title: 'Nginx - Support for ModSecurity OWASP CRS 4.17.1'
github.com: 'https://github.com/Scalingo/nginx-buildpack'
---

nginx ModSecurity OWASP CRS `4.17.1` is now available.

Changelogs:
- [OWASP CRS 4.17.1](https://github.com/coreruleset/coreruleset/releases/tag/v4.17.1)
- [OWASP CRS 4.17.0](https://github.com/coreruleset/coreruleset/releases/tag/v4.17.0)