Skip to content

Commit

Permalink
Merge pull request #655 from cytopia/release/v1.4.0
Browse files Browse the repository at this point in the history
Release v1.4.0
  • Loading branch information
cytopia authored Jan 2, 2020
2 parents 0b9d127 + 17735e0 commit 7d1d3ad
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .devilbox/www/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');


$DEVILBOX_VERSION = 'v1.3.0';
$DEVILBOX_DATE = '2019-12-29';
$DEVILBOX_VERSION = 'v1.4.0';
$DEVILBOX_DATE = '2020-01-02';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';

//
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ major versions.
## Unreleased


## Release v1.4.0 (2020-01-02)

#### Fixed
- [#618](https://github.com/cytopia/devilbox/issues/618) Update Compose version to 2.3
- [#614](https://github.com/cytopia/devilbox/issues/614) Update to latest mhsendmail binary with `-o` flag
- [#265](https://github.com/cytopia/devilbox/issues/265) Fix http to https redirect for projects

#### Changed
- [#642](https://github.com/cytopia/devilbox/issues/642) Be able to disable email catch-all and still run postfix


## Release v1.3.0 (2019-12-29)

#### Fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Furthermore, the Devilbox provides an **identical** and **reproducible developme
![Plus](https://raw.githubusercontent.com/cytopia/icons/master/64x64/plus.png)
![Docker](https://raw.githubusercontent.com/cytopia/icons/master/64x64/docker.png)

* [Docker Engine 1.12.0+](https://docs.docker.com/compose/compose-file/compose-versioning/#version-21)
* [Docker Compose 1.9.0+](https://docs.docker.com/compose/compose-file/compose-versioning/#version-21)
* [Docker Engine 17.06.0+](https://docs.docker.com/compose/compose-file/compose-versioning/#version-23)
* [Docker Compose 1.16.0+](https://docs.docker.com/compose/compose-file/compose-versioning/#version-23)

## Architecture

Expand Down
3 changes: 2 additions & 1 deletion compose/docker-compose.override.yml-all
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vim: set ft=yaml:
version: '2.1'
---
version: '2.3'

###
### Services
Expand Down
3 changes: 2 additions & 1 deletion compose/docker-compose.override.yml-blackfire
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vim: set ft=yaml:
version: '2.1'
---
version: '2.3'

services:

Expand Down
4 changes: 2 additions & 2 deletions compose/docker-compose.override.yml-elk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim: set ft=yaml:
# https://www.docker.elastic.co

version: '2.1'
---
version: '2.3'

services:

Expand Down
3 changes: 2 additions & 1 deletion compose/docker-compose.override.yml-mailhog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vim: set ft=yaml:
version: '2.1'
---
version: '2.3'

services:

Expand Down
3 changes: 2 additions & 1 deletion compose/docker-compose.override.yml-ngrok
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vim: set ft=yaml:
version: '2.1'
---
version: '2.3'

services:

Expand Down
3 changes: 2 additions & 1 deletion compose/docker-compose.override.yml-rabbitmq
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vim: set ft=yaml:
version: '2.1'
---
version: '2.3'

services:

Expand Down
3 changes: 2 additions & 1 deletion compose/docker-compose.override.yml-solr
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vim: set ft=yaml:
version: '2.1'
---
version: '2.3'

services:

Expand Down
3 changes: 2 additions & 1 deletion compose/docker-compose.override.yml-varnish
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vim: set ft=yaml:
version: '2.1'
---
version: '2.3'

services:

Expand Down
3 changes: 2 additions & 1 deletion docker-compose.override.yml-example
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# IMPORTANT: The version must match the version of docker-compose.yml
version: '2.1'
---
version: '2.3'

# The following override shows an example for the cockroachdb
services:
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
## $ cp env-example .env
##

version: '2.1'
version: '2.3'


################################################################################
Expand Down Expand Up @@ -95,7 +95,7 @@ services:
# PHP
# ------------------------------------------------------------
php:
image: devilbox/php-fpm:${PHP_SERVER}-work-0.97
image: devilbox/php-fpm:${PHP_SERVER}-work-0.98
hostname: php

##
Expand Down Expand Up @@ -135,7 +135,7 @@ services:
##
## Mail-catching
##
- ENABLE_MAIL=1
- ENABLE_MAIL=2

##
## Enable 127.0.0.1 Port-forwarding
Expand Down Expand Up @@ -210,7 +210,7 @@ services:
# Web Server
# ------------------------------------------------------------
httpd:
image: devilbox/${HTTPD_SERVER}:0.31
image: devilbox/${HTTPD_SERVER}:0.32
hostname: httpd

environment:
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ The only requirements for the Devilbox is to have ``Docker`` and ``Docker Compos
everything else is bundled and provided withing the Docker container.
The minimum required versions are listed below:

* ``Docker``: 1.12.0+
* ``Docker Compose``: 1.9.0+
* ``Docker``: 17.06.0+
* ``Docker Compose``: 1.16.0+


Additionally you will require ``git`` in order to clone the devilbox project.
Expand Down

0 comments on commit 7d1d3ad

Please sign in to comment.