Skip to content

Commit

Permalink
changelog: updated for 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alonswartz committed Jul 5, 2016
1 parent c74c09a commit e855b63
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 0.1.0

Initial development release.

#### Notes

- Based off [tklx/base:0.1.0](https://github.com/tklx/base/releases/tag/0.1.0).
- MongoDB installed directly from Debian.
- Uses tini for zombia reaping and signal forwarding.
- Uses gosu for dropping privileges to mongodb user.
- Includes ``VOLUME /data/db`` for dbPath persistence.
- Includes ``EXPOSE 27017`` for container linking.
- Basic bats testing suite.

0 comments on commit e855b63

Please sign in to comment.