-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
66 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
We'd like to thank the following people for their commits: | ||
|
||
- Evan Wies <evan@neomantra.net> | ||
- Yichun Zhang (agentzh) <agentzh@gmail.com> | ||
- Connor Poole <connor.poole@daqri.com> | ||
- Lef Ioannidis <lef@unify.id> | ||
- Onni Hakala <onni@keksi.io> | ||
- mahnkong <mahnkong@gmx.de> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
Changelog | ||
========= | ||
|
||
## [Unreleased] | ||
|
||
* Add `RESTY_CONFIG_OPTIONS_MORE` build-arg to facilitate adding options (versus overriding them) | ||
* Use `CMD` instead of `ENTRYPOINT` | ||
|
||
## 1.11.2.5 | ||
|
||
* Upgraded OpenResty to 1.11.2.5 | ||
* Update `centos-rpm` to 1.11.2.5-1 and use latest repos | ||
* Upgraded PCRE to 3.40 | ||
* Add `stretch` using official Debian packages | ||
|
||
## 1.11.2.4 | ||
|
||
* Upgraded OpenResty to 1.11.2.4 | ||
* Update `centos-rpm` to 1.11.2.4-1 | ||
|
||
## 1.11.2.3 | ||
|
||
* Upgraded OpenResty to 1.11.2.3 | ||
* Upgraded OpenSSL to 1.0.2k | ||
* Update `centos-rpm` to 1.11.2.3-1 | ||
* Change PCRE download URL to https://ftp.pcre.org/pub/pcre | ||
* Add `armhf-xenial` image | ||
* Update `centos-rpm` to 1.11.2.2-8 | ||
* Add `alpine-fat` image | ||
* Remove 'latest' tags | ||
|
||
## 1.11.2.2 | ||
|
||
* Upgraded OpenResty to 1.11.2.2 | ||
* Add resty-opm package to `centos-rpm` | ||
* Added Debian Jessie and Wheezy Builds | ||
* Upgraded OpenSSL to 1.0.2j | ||
|
||
## 1.11.2.1 | ||
|
||
* Upgraded OpenResty to 1.11.2.1 | ||
* Upgraded PCRE to 8.39 | ||
* Updated ENTRYPOINT to use the new symlink `/usr/local/openresty/bin/openresty` | ||
* `centos-rpm` now has the build argument `RESTY_RPM_VERSION` and ENTRYPOINT `/usr/bin/openresty` | ||
|
||
## 1.9.15.1 | ||
|
||
* Upgraded OpenResty to 1.9.15.1 | ||
* Logging is redirected to /dev/stdout and /dev/stderr | ||
* Introduced ENTRYPOINT with the `-g "daemon off;"` directive | ||
* Add `centos-rpm` base system, using upstream RPM packaging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters