Skip to content

Commit d2da5a4

Browse files
committed
1.3.0-rc1 version. See Changelog
1 parent 47439e3 commit d2da5a4

File tree

6 files changed

+188
-82
lines changed

6 files changed

+188
-82
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
.idea/
2-
docker-runtime/

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Docker4Drupal Changelog
2+
3+
## 1.3.0-rc1 (Dec 20th 2016)
4+
5+
### Improvements
6+
7+
* IMPORTANT: MariaDB container now has no volume defined via compose file. The volume is already defined in its Dockerfile, so Docker will create and mount volume automatically. Do not use `docker-compose down` unless you want to purge your volumes. If you restart docker or use `docker-compose stop` the volume will persist
8+
* Performance improvement for macOS (OSX) users: a new way to sync codebase files is now described. It's based on [docker-sync project](https://github.com/EugenMayer/docker-sync/). Docker is now usable for development on mac. See README.md
9+
* New solr container (versions 5.5 and 6.3)
10+
* Versions of images, except official, are now frozen. A new version will be released when a newer image version is available
11+
* SSHD container is now removed from the standard set
12+
* We now have [slack](https://slack.wodby.com) where you can any questions about docker4drupal
13+
* Instructions updated
14+
* License file added (MIT)
15+
* Changelog file added (duh!)
16+
17+
### Action Required Before Upgrading
18+
19+
* Since MariaDB now uses volume defined in Dockerfile instead of docker-compose, you should export your database and import it again (use mariadb-init volume for this)
20+
* Do not use `docker-compose down` command because it will purge MariaDB volume. Instead use `docker-compose stop`. If you restart Docker you WILL NOT lose your data

LICENSE.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
The MIT License (MIT)
2+
Copyright (c) 2016 Wodby, Inc.
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5+
6+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7+
8+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)