Skip to content

Commit

Permalink
bump v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Apr 1, 2015
1 parent d33a439 commit 062b8f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ v0.5.0
- Remove trailing whitespace from Staticfile 'root:' value [thanks @edmorley]
- Use rsync rather than mv to ensure correct files present in public/ [thanks @edmorley]
- add text/cache-manifest mime type for .manifest files [thanks @hairmare]
- Ensure that trailing slash redirects don't include `ENV[PORT]` (thanks @mrdavidlaing)
- Ensure that trailing slash redirects don't include `ENV[PORT]` [thanks @mrdavidlaing]
- Include gzip static module in nginx [thanks @ljfranklin] [v0.5.1]
- Allow alternate root to be `public` folder [v0.5.1]

### Testing buildpacks

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,18 @@ Everyone can automatically use this buildpack if your Cloud Foundry Administrato
[Releases](https://github.com/cloudfoundry-community/staticfile-buildpack/releases) are publicly downloadable.
To initially install, say v0.5.0:
To initially install, say v0.5.1:
```
wget https://github.com/cloudfoundry-community/staticfile-buildpack/releases/download/v0.5.0/staticfile-buildpack-v0.5.0.zip
cf create-buildpack staticfiles_buildpack staticfile-buildpack-v0.5.0.zip 1
wget https://github.com/cloudfoundry-community/staticfile-buildpack/releases/download/v0.5.1/staticfile-buildpack-v0.5.1.zip
cf create-buildpack staticfiles_buildpack staticfile-buildpack-v0.5.1.zip 1
```
Subsequently update the buildpack, say v0.5.1:
Subsequently update the buildpack, say v0.9.9:
```
wget https://github.com/cloudfoundry-community/staticfile-buildpack/releases/download/v0.5.1/staticfile-buildpack-v0.5.1.zip
cf update-buildpack staticfiles_buildpack -p staticfile-buildpack-v0.5.1.zip
wget https://github.com/cloudfoundry-community/staticfile-buildpack/releases/download/v0.9.9/staticfile-buildpackv0.9.9.zip
cf update-buildpack staticfiles_buildpack -p staticfile-buildpackv0.9.9.zip
```
### To create/upload from source repository
Expand Down

0 comments on commit 062b8f4

Please sign in to comment.