Skip to content
Draft
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
2 changes: 1 addition & 1 deletion src/_includes/nginx_versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Scalingo supports the following versions of Nginx:

| Nginx version | `scalingo-22` | `scalingo-24` |
| --------------------: | -------------: | -------------: |
| **`1.30`** (Stable) | Up to `1.30.0` | Up to `1.30.0` |
| **`1.30`** (Stable) | Up to `1.30.1` | Up to `1.30.1` |
| **`1.29`** (Mainline) | Up to `1.29.8` | Up to `1.29.8` |
6 changes: 3 additions & 3 deletions src/_posts/languages/nodejs/2000-01-01-start.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Node.js
nav: Introduction
modified_at: 2026-05-07 12:00:00
modified_at: 2026-05-18 12:00:00
tags: nodejs
index: 1
---
Expand All @@ -22,10 +22,10 @@ The following Node.js versions are available:

| Node.js version | `scalingo-22` | `scalingo-24` |
| --------------: | --------------: | --------------: |
| `v26` | up to `26.0.0` | up to `26.0.0` |
| `v26` | up to `26.1.0` | up to `26.1.0` |
| `v25` | up to `25.9.0` | up to `25.9.0` |
| `v24` (LTS) | up to `24.15.0` | up to `24.15.0` |
| `v22` (LTS) | up to `22.22.2` | up to `22.22.2` |
| `v22` (LTS) | up to `22.22.3` | up to `22.22.3` |

### Select a Version

Expand Down
6 changes: 3 additions & 3 deletions src/_posts/languages/php/2000-01-01-dependencies.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Managing Dependencies
nav: Managing Dependencies
modified_at: 2026-04-14 12:00:00
modified_at: 2026-05-13 12:00:00
tags: php
index: 3
---
Expand Down Expand Up @@ -97,8 +97,8 @@ Scalingo currently supports the following versions of Composer:

| Composer | `scalingo-22` | `scalingo-24` |
| ----------: | -------------: | -------------: |
| `2.9` | up to `2.9.7` | up to `2.9.7` |
| `2.2` (LTS) | up to `2.2.26` | up to `2.2.26` |
| `2.9` | up to `2.9.8` | up to `2.9.8` |
| `2.2` (LTS) | up to `2.2.28` | up to `2.2.28` |


## Working with Composer Environments
Expand Down
9 changes: 9 additions & 0 deletions src/changelog/buildpacks/_posts/2026-05-11-nodejs-26.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
modified_at: 2026-05-11 12:00:00
title: 'Node.js - Node.js 26.1.0 is now available'
github: 'https://github.com/Scalingo/nodejs-buildpack'
---

Node.js `26.1.0` is now available.

[Changelog](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V26.md#26.1.0)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
modified_at: 2026-05-11 12:00:00
title: 'Python - Pipenv 2026.6.1 is now available'
github: 'https://github.com/Scalingo/python-buildpack'
---

Pipenv `2026.6.1` is now available.

[Changelog](https://github.com/pypa/pipenv/releases/tag/v2026.6.1)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
modified_at: 2026-05-11 12:00:00
title: 'Python - Poetry 2.4.0 is now available'
github: 'https://github.com/Scalingo/python-buildpack'
---

Poetry `2.4.0` is now available.

[Changelog](https://github.com/python-poetry/poetry/releases/tag/2.4.0)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
modified_at: 2026-05-11 12:00:00
title: 'Python - uv 0.11.11 is now available'
github: 'https://github.com/Scalingo/python-buildpack'
---

uv `0.11.11` is now available.

[Changelog](https://github.com/astral-sh/uv/releases/tag/0.11.11)
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
modified_at: 2026-05-13 12:00:00
title: 'PHP - Composer 2.2.28 and 2.9.8 are now available'
github: 'https://github.com/Scalingo/php-buildpack'
---

Composer `2.2.28` and `2.9.8` are now available.

Changelogs:
- [Composer 2.9.8](https://github.com/composer/composer/releases/tag/2.9.8)
- [Composer 2.2.28](https://github.com/composer/composer/releases/tag/2.2.28)
12 changes: 12 additions & 0 deletions src/changelog/buildpacks/_posts/2026-05-18-nginx-1.30.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
modified_at: 2026-05-18 12:00:00
title: 'nginx: nginx 1.30.1 (stable) is now available'
github: 'https://github.com/Scalingo/nginx-buildpack'
---

nginx `1.30.1` (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)
9 changes: 9 additions & 0 deletions src/changelog/buildpacks/_posts/2026-05-18-nodejs-22.22.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
modified_at: 2026-05-18 12:00:00
title: 'Node.js - Node.js 22.22.3 is now available'
github: 'https://github.com/Scalingo/nodejs-buildpack'
---

Node.js `22.22.3` is now available.

[Changelog](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.22.3)