Skip to content

Commit

Permalink
Merge pull request #2654 from Scalingo/feat/nginx-buildpack/52/nginx-…
Browse files Browse the repository at this point in the history
…1.24.0-1.26.1-1.27.0

chore(nginx-buildpack): release of Nginx 1.24.0, 1.26.1 and 1.27.0
  • Loading branch information
Frzk authored Jun 12, 2024
2 parents 996f830 + a1a3726 commit a714839
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
17 changes: 10 additions & 7 deletions src/_includes/nginx_versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ Scalingo supports the following versions of Nginx:

| Nginx version | `scalingo-20` | `scalingo-22` |
| ------------- | --------------: | -------------: |
| `1.15` | Up to `1.15.12` | Unsupported |
| `1.16` | Up to `1.16.0` | Unsupported |
| `1.17` | Up to `1.17.10` | Unsupported |
| `1.18` | Up to `1.18.0` | Unsupported |
| `1.19` | Up to `1.19.10` | Unsupported |
| `1.20` | Up to `1.20.2` | Unsupported |
| `1.21` | Up to `1.21.6` | Up to `1.21.6` |
| `1.27` | Up to `1.27.0` | Up to `1.27.0` |
| `1.26` | Up to `1.26.1` | Up to `1.26.1` |
| `1.24` | Up to `1.24.0` | Up to `1.24.0` |
| `1.22` | Up to `1.22.1` | Up to `1.22.1` |
| `1.21` | Up to `1.21.6` | Up to `1.21.6` |
| `1.20` | Up to `1.20.2` | Unsupported |
| `1.19` | Up to `1.19.10` | Unsupported |
| `1.18` | Up to `1.18.0` | Unsupported |
| `1.17` | Up to `1.17.10` | Unsupported |
| `1.16` | Up to `1.16.0` | Unsupported |
| `1.15` | Up to `1.15.12` | Unsupported |
7 changes: 4 additions & 3 deletions src/_posts/platform/deployment/buildpacks/2000-01-01-nginx.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Nginx Buildpack for Custom Reverse Proxy
nav: Nginx Buildpack
modified_at: 2023-12-14 12:00:00
modified_at: 2024-06-12 12:00:00
tags: buildpacks build nginx
---

Expand Down Expand Up @@ -41,8 +41,9 @@ You can also use the [Nginx playground](https://nginx-playground.wizardzines.com

### Specify Nginx Version

By default, we're installing the latest available version of Nginx, but if you want to use a specific
version, you can define the environment variable `NGINX_VERSION`:
By default, we're installing the latest **Stable** version of Nginx, but if you
want to use a specific version, you can define the environment variable
`NGINX_VERSION`:

```console
$ scalingo env-set NGINX_VERSION=1.14.2
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
modified_at: 2024-06-12 12:00:00
title: 'Release of Nginx 1.24.0, 1.26.1 and 1.27.0'
github: 'https://github.com/Scalingo/nginx-buildpack'
---

- Nginx `1.24.0`, `1.26.1` and `1.27.0` are now available.
- The default version is now `1.26.1`.

* [Changelog](https://nginx.org/en/CHANGES)

0 comments on commit a714839

Please sign in to comment.