Skip to content

Commit eb7d2bc

Browse files
authored
Nginx/1.26.2 (#128)
* Add missing v1.12 date * Nginx/1.26.2 GUS-W-16570857 * v1.13 changelog date
1 parent 201ffe1 commit eb7d2bc

7 files changed

+11
-5
lines changed

changelog.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [unreleased] - XXXX-XX-XX
7+
## [unreleased] - YYYY-MM-DD
8+
9+
## [1.13] - 2024-08-30
10+
### Changes
11+
- Update Nginx to 1.26.2
12+
13+
## [1.12] - 2024-06-06
814
### Changes
915
- Update Nginx to 1.26.1
1016

nginx-heroku-20.tgz

-564 Bytes
Binary file not shown.

nginx-heroku-22.tgz

296 Bytes
Binary file not shown.

nginx-heroku-24-amd64.tgz

51 Bytes
Binary file not shown.

nginx-heroku-24-arm64.tgz

2 Bytes
Binary file not shown.

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ These are auto-selected based on the app's stack at build time.
1919

2020
| Heroku Stack | Nginx Version | PCRE version |
2121
|--------------|--------------:|-------------:|
22-
| `Heroku-20` | `1.26.1` | PCRE1 (8.x) |
23-
| `Heroku-22` | `1.26.1` | PCRE1 (8.x) |
24-
| `Heroku-24` | `1.26.1` | PCRE2 (10.x) |
22+
| `Heroku-20` | `1.26.2` | PCRE1 (8.x) |
23+
| `Heroku-22` | `1.26.2` | PCRE1 (8.x) |
24+
| `Heroku-24` | `1.26.2` | PCRE2 (10.x) |
2525

2626
## Presets
2727

scripts/build_nginx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -o pipefail
99
# fail harder
1010
set -eu
1111

12-
NGINX_VERSION=${NGINX_VERSION-1.26.1}
12+
NGINX_VERSION=${NGINX_VERSION-1.26.2}
1313
HEADERS_MORE_VERSION=${HEADERS_MORE_VERSION-0.37}
1414
UUID4_VERSION=${UUID4_VERSION-f8f7ff44e6a8c6cf75232ae4b63d011f2f3b34c1}
1515

0 commit comments

Comments
 (0)