Skip to content

Commit

Permalink
Release nginx 1.18 (heroku#52)
Browse files Browse the repository at this point in the history
* Use nginx 1.18 for newer Stacks

* Update Changelog
  • Loading branch information
beanieboi authored May 5, 2020
1 parent 3e7fc51 commit ad71ea5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
Binary file modified bin/nginx-debug-heroku-18
Binary file not shown.
Binary file modified bin/nginx-heroku-18
Binary file not shown.
8 changes: 5 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ 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).

## [1.4] - 2020-03-06
## [unreleased] - 2020-05-05
### Added
- [heroku-18] update PCRE to 8.44
- [all] add nginx-debug binary

### Changed
- [heroku-18] update nginx to 1.18
- [heroku-18] update PCRE to 8.44

## [1.3] - 2020-01-06
### Added
- [heroku-18] update nginx to 1.16.1
Expand All @@ -31,7 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [heroku-18] "headers-more-nginx" module updated from 0.261 to 0.33
- [heroku-18] PCRE updated from 8.37 to 8.42


## [0.4] - 2012-05-13
### Added
- [all] enabled gzip compression
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Some application servers (e.g. Ruby's Unicorn) halt progress when dealing with n
### Heroku 16
* NGINX Version: 1.9.5
### Heroku 18
* NGINX Version: 1.16.1
* NGINX Version: 1.18.0

## Requirements (Proxy Mode)

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 @@
# Once the dyno has is 'up' you can open your browser and navigate
# this dyno's directory structure to download the nginx binary.

NGINX_VERSION=${NGINX_VERSION-1.16.1}
NGINX_VERSION=${NGINX_VERSION-1.18.0}
PCRE_VERSION=${PCRE_VERSION-8.44}
HEADERS_MORE_VERSION=${HEADERS_MORE_VERSION-0.33}
ZLIB_VERSION=${ZLIB_VERSION-1.2.11}
Expand Down

0 comments on commit ad71ea5

Please sign in to comment.