Skip to content

Commit

Permalink
Nginx/1.26.2 (#128)
Browse files Browse the repository at this point in the history
* Add missing v1.12 date

* Nginx/1.26.2

GUS-W-16570857

* v1.13 changelog date
  • Loading branch information
dzuelke authored Aug 29, 2024
1 parent 201ffe1 commit eb7d2bc
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file modified nginx-heroku-20.tgz
Binary file not shown.
Binary file modified nginx-heroku-22.tgz
Binary file not shown.
Binary file modified nginx-heroku-24-amd64.tgz
Binary file not shown.
Binary file modified nginx-heroku-24-arm64.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/build_nginx
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit eb7d2bc

Please sign in to comment.