diff --git a/changelog.md b/changelog.md index d0a803ab..d1358ebe 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] - XXXX-XX-XX +## [unreleased] - YYYY-MM-DD + +## [1.13] - 2024-08-30 +### Changes +- Update Nginx to 1.26.2 + +## [1.12] - 2024-06-06 ### Changes - Update Nginx to 1.26.1 diff --git a/nginx-heroku-20.tgz b/nginx-heroku-20.tgz index e9d5c0c6..4d83117c 100644 Binary files a/nginx-heroku-20.tgz and b/nginx-heroku-20.tgz differ diff --git a/nginx-heroku-22.tgz b/nginx-heroku-22.tgz index 518ed09c..c80b1d13 100644 Binary files a/nginx-heroku-22.tgz and b/nginx-heroku-22.tgz differ diff --git a/nginx-heroku-24-amd64.tgz b/nginx-heroku-24-amd64.tgz index 9064af47..8decb854 100644 Binary files a/nginx-heroku-24-amd64.tgz and b/nginx-heroku-24-amd64.tgz differ diff --git a/nginx-heroku-24-arm64.tgz b/nginx-heroku-24-arm64.tgz index d8075a23..591cf690 100644 Binary files a/nginx-heroku-24-arm64.tgz and b/nginx-heroku-24-arm64.tgz differ diff --git a/readme.md b/readme.md index 760a6b5d..580357f3 100644 --- a/readme.md +++ b/readme.md @@ -19,9 +19,9 @@ These are auto-selected based on the app's stack at build time. | Heroku Stack | Nginx Version | PCRE version | |--------------|--------------:|-------------:| -| `Heroku-20` | `1.26.1` | PCRE1 (8.x) | -| `Heroku-22` | `1.26.1` | PCRE1 (8.x) | -| `Heroku-24` | `1.26.1` | PCRE2 (10.x) | +| `Heroku-20` | `1.26.2` | PCRE1 (8.x) | +| `Heroku-22` | `1.26.2` | PCRE1 (8.x) | +| `Heroku-24` | `1.26.2` | PCRE2 (10.x) | ## Presets diff --git a/scripts/build_nginx b/scripts/build_nginx index b78c11aa..9b2979d0 100755 --- a/scripts/build_nginx +++ b/scripts/build_nginx @@ -9,7 +9,7 @@ set -o pipefail # fail harder set -eu -NGINX_VERSION=${NGINX_VERSION-1.26.1} +NGINX_VERSION=${NGINX_VERSION-1.26.2} HEADERS_MORE_VERSION=${HEADERS_MORE_VERSION-0.37} UUID4_VERSION=${UUID4_VERSION-f8f7ff44e6a8c6cf75232ae4b63d011f2f3b34c1}