Releases: cloudfoundry/staticfile-buildpack
Releases · cloudfoundry/staticfile-buildpack
v1.3.0
Item of note:
- We've updated the version of this release to 1.3.0 to represent a new milestone of tracking nginx mainline releases.
- added nginx 1.9.9, drop 1.8.0
(https://www.pivotaltracker.com/story/show/110627622) - correctly redirect http to https
Packaged binaries:
name | version | cf_stacks |
---|---|---|
nginx | 1.9.9 | cflinuxfs2 |
- SHA256: 7616b0339149743cf18b36cd87ae83ffc76095aa9221465c8d27e244a3be4c27
v1.2.3
- Nginx log files no longer are no longer written to disk, but
instead are piped to stdout/stderr.
(https://www.pivotaltracker.com/story/show/107057846)
Packaged binaries:
name | version | cf_stacks |
---|---|---|
nginx | 1.8.0 | cflinuxfs2 |
- SHA256: 596168a04877b25d46deba5b00abe72d1569d0f0df915f8186f96854ea687012
v1.2.2
- Improve error messages for alternate root directory issues
(https://www.pivotaltracker.com/story/show/106553928) - bin/detect script emits buildpack name and version
(https://www.pivotaltracker.com/story/show/100757820) - Log the location of downloaded resources
(https://www.pivotaltracker.com/story/show/100853260)
Packaged binaries:
name | version | cf_stacks |
---|---|---|
nginx | 1.8.0 | cflinuxfs2 |
- SHA256: 76cdaade9d5778e4c388940460455c7cee00a13c65ebf6304a7f0124c4bad706
v1.2.1
- Adding helpful message for unsupported stack
(https://www.pivotaltracker.com/story/show/98579464) - Compress nginx response body for more MIME types
(https://www.pivotaltracker.com/story/show/98128132) - Update nginx to version 1.8.0
(https://www.pivotaltracker.com/story/show/97663450)
Packaged binaries:
name | version | cf_stacks |
---|---|---|
nginx | 1.8.0 | cflinuxfs2 |
v1.2.0
- Remove nginx version display
(https://www.pivotaltracker.com/story/show/94542440) - Remove lucid-specific binaries from manifest.yml
(https://www.pivotaltracker.com/story/show/96135874) - Give helpful message on unsupported stacks
(https://www.pivotaltracker.com/story/show/96590146)
v1.1.1
- Bump compile extensions
(https://www.pivotaltracker.com/story/show/96957294)
v1.1.0
v1.1.0
v1.0.0
Staticfile Buildpack v0.5.2
Features
- Respond with
Content-Type: application/json
for.json
files. #30 [Thanks, @danielsiwiec!]
Staticfile Buildpack v0.5.1
- Include gzip static module in nginx [thanks @ljfranklin]
- Allow alternate root to be
public
folder