@@ -4,101 +4,89 @@ This project adheres to [WebDevOps.io Dockerfile](https://github.com/webdevops/D
4
4
5
5
## [ 1.0.0] - upcoming
6
6
7
+ ## [ 0.52.0] - 2016-06-20
8
+ - Added tag centos-7-php56 for php images
9
+ - Added POSTFIX_MYNETWORKS and POSTFIX_RELAYHOST environment variables
10
+ - Added pysed
11
+ - Added PHP_DEBUGGER environment variable for php* dev images
12
+ - Fix warnings in vsftp image
13
+ - Fix package names in alpine (broken build)
14
+ - Updated documentation and tests
15
+
7
16
## [ 0.51.0] - 2016-06-16
8
- ### Added
9
17
- Added php module apcu
10
18
- Added (disabled) php module blackfire to php-dev and inherit images
11
19
- Added apt-transport-https for debian family images
12
- ### Changed
13
20
- Added link from /etc/aliases to /etc/postfix/alises for alpine
14
21
15
22
## [ 0.50.6] - 2016-06-14
16
- ### Changed
17
23
- Switch from dotdeb to sury and install libpcre3 from testing
18
24
19
25
## [ 0.50.5] - 2016-06-10
20
- ### Added
21
26
- Added Magallanes deployer for samson-deployment
22
- ### Changed
23
27
- Improved documentation
24
28
25
29
## [ 0.50.4] - 2016-06-06
26
- ### Removed
27
30
- Removed superfluous environment variables for PHP inside nginx
28
- ### Changed
29
31
- Added more layout sections to documentation
30
32
31
33
32
34
## [ 0.50.3] - 2016-06-06
33
- ### Added
34
35
- Added ` WEB_PHP_SOCKET ` for apache and nginx images, this env variable specifies the host where php-fpm is listening
35
36
- Added ` WEB_NO_CACHE_PATTERN ` to apache and nginx images (regexp of files which should not be cached by browser) for php* -dev images
36
37
- Added ` make baselayout ` for building baselayout.tar (not always needed)
37
38
- Added php-fpm clear_env workaround for php-fpm versions which doesn't support it
38
- ### Changed
39
39
- Set PHP-FPM ports to public on php* -dev images
40
40
- Set mail-sandbox to latest tag (using Ubuntu 16.04)
41
41
- Moved environment macros of jinja2 templates to environment.jinja2
42
42
- Updated documentation
43
43
44
44
## [ 0.50.2] - 2016-05-27
45
- ### Changed
46
45
- Fix /opt/docker/bin/service.d/php-fpm.sh using php.d instead of php-fpm.d
47
46
- Restructured documentation, Added customization section
48
47
49
48
## [ 0.50.1] - 2016-05-24
50
- ### Changed
51
49
- Fixed required root rights for entrypoint, provisioning is now only running when entrypoint is entered with root
52
50
- Modularized service.d scripts (will include servide.d/$serv.d/* .sh before execution)
53
51
54
52
## [ 0.50.0] - 2016-05-23
55
- ### Changed
56
53
- Improve image sizes (backported to 0.23.0 due to build issues)
57
54
- Improved provisioning system with new python wrapper
58
55
- Modularized apache and nginx configuration
59
56
- Dockerfile are now generated via jinja2 files
60
57
- webdevops/storage is now using busybox
61
58
- Latest tag is now ubuntu 16.04
62
59
- Set clear_env to no for php-fpm (if possible)
63
- ### Added
64
60
- Added ubuntu 16.04 images (eg. php, hhvm)
65
61
- Added webdevops/php-dev webdevops/php-apache-dev webdevops/php-nginx-dev (xdebug and disabled caching for webserver)
66
62
- Added webdevops/varnish
67
63
- Added mod_expire for webdevops/apache
68
64
69
65
## [ 0.23.0] - 2016-04-03
70
- ### Changed
71
66
- Enabled alpine-3-php7 images
72
67
- Fixed some smaller issues
73
68
- Added TYPO3 packages to sphinx image
74
69
- Fixed build system for new docker version (1.11.0)
75
70
76
71
## [ 0.22.0] - 2016-04-03
77
- ### Changed
78
72
- Introduced base-app for application images
79
73
- Added alpine-3 images
80
74
- Added sphinx image
81
75
82
76
## [ 0.21.6] - 2016-03-25
83
- ### Changed
84
77
- Refactored directory layout (container -> docker/, .bin -> bin, testsuite -> test/
85
78
86
79
## [ 0.21.5] - 2016-03-24
87
- ### Added
88
80
- Fixed permissions automatically for /tmp if mounted as volume
89
81
- Added error checks for samson service script
90
82
91
83
## [ 0.21.0] - 2016-03-20
92
- ### Changed
93
84
- Improved entrypoint startup time
94
85
- Removed entrypoint ansible provisioning if not needed
95
86
- Added java-jre and latest npm for samson-deployment
96
87
97
88
98
89
## [ 0.20.0] - 2016-02-24
99
- ### Added
100
90
- Added sqlite to base images
101
-
102
- ### Changed
103
91
- Moved WEB_DOCUMENT_ROOT to /app (from /application/code)
104
92
- Improved samson-deployment
0 commit comments