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 52383965f..0322530bb 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 @@ -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 --- @@ -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 diff --git a/src/changelog/buildpacks/_posts/2025-08-08-java-tomcat-webapp-runner-9.0.107.0-10.1.43.0.md b/src/changelog/buildpacks/_posts/2025-08-08-java-tomcat-webapp-runner-9.0.107.0-10.1.43.0.md new file mode 100644 index 000000000..d0f15048f --- /dev/null +++ b/src/changelog/buildpacks/_posts/2025-08-08-java-tomcat-webapp-runner-9.0.107.0-10.1.43.0.md @@ -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. diff --git a/src/changelog/buildpacks/_posts/2025-08-08-nginx-modsecurity-coreruleset-4.17.1.md b/src/changelog/buildpacks/_posts/2025-08-08-nginx-modsecurity-coreruleset-4.17.1.md new file mode 100644 index 000000000..68ac62744 --- /dev/null +++ b/src/changelog/buildpacks/_posts/2025-08-08-nginx-modsecurity-coreruleset-4.17.1.md @@ -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)