-
-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use CHANGELOG standard by https://keepachangelog.com
- Loading branch information
Showing
1 changed file
with
13 additions
and
8 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 |
---|---|---|
@@ -1,15 +1,20 @@ | ||
# Changelog | ||
|
||
Make sure to have a look at [UPDATING.md](Updating.md) to see any required steps for updating | ||
major versions | ||
Make sure to have a look at [UPDATING](Updating.md) to see any required steps for updating | ||
major versions. | ||
|
||
## Devilbox v1.0 | ||
## [Unreleasd] | ||
|
||
* Use Docker volumes for stateful data (MySQL, PgSQL, MongoDB) | ||
- This fixes various mount issues on Windows | ||
### Added | ||
- [CHANGELOG](CHANGELOG.md) by the standard of: https://keepachangelog.com | ||
- [UPDATING](UPDATING.md) provides information how to update between major versions | ||
|
||
### Changed | ||
- Use Docker volumes instead of directory mounts for stateful data (MySQL, PgSQL and MongoDB) | ||
- This fixes various mount issues on Windows: #175 #382 | ||
- This improves general performance | ||
* Split Bind container into internal DNS and autoDNS | ||
- This fixes various issues with Docker Toolbox and DNS resolution | ||
* Use semantic versioning | ||
- Split Bind container into internal DNS and autoDNS: #248 | ||
- This fixes various issues with Docker Toolbox and DNS resolution: #119 | ||
- Use semantic versioning | ||
- This allows for faster releases | ||
- This allows for better visibility of breaking changes |