forked from Sebobo/Shel.DockerFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
100 lines (76 loc) · 2.8 KB
/
CHANGELOG
File metadata and controls
100 lines (76 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
CHANGELOG
=========
3.0.7
-----
- [IMP] Fatal error: "Security" how to run mysqld as root!
3.0.6
-----
- [FEATURE] Add couchdb container
- [IMP] Allow wildcard sub domain hostname
- [TASK] Add imagemagick command in app container
3.0.5
-----
- [IMP] Make one-off docker run container after exit
3.0.4
-----
- [FEATURE] Adjust docker compose format for version 1.5
3.0.3
-----
- [FEATURE] Allow bi-directional connection between app and web
- [BUGFIX] Prevent error from non-executable script
3.0.2
-----
- [FEATURE] Enable remote debugging from host to container
- [TASK] Add php5-ldap module to app container
3.0.1
-----
- [FEATURE] Add elasticsearch container
- [TASK] Add rewrite rule backward compatibility for Neos 1.2
3.0.0
-----
- [!!!BUGFIX] Fix Ngnix config for resources to work with Neos 2.0
2.3.1
-----
- [TASK] Update README for last 2.3 branch support
- [FEATURE] Add Redis container and example configuration for Flow caches
2.3.0
-----
- [TASK] Add docker host IP to /etc/hosts of container
- [TASK] Check for docker and docker-compose when running dockerflow
- [FEATURE] Extend db entrypoint to support multiple database creation
- [TASK] Create nginx vhost for testing context
- [TASK] Add libcurl
- [BUGFIX] Flow context doesn't pass through the one-off command
0.0.2
-----
- [TASK] Install php module for imagemagick
- [!!!TASK] Use official mariadb repositories (Sebastian Helzle)
- [TASK] Switch from fig to docker-compose (Sebastian Helzle)
0.0.1
-----
- [TASK] Update readme to include tests and database access docs
- [FEATURE] Replace sendmail with mailhog container
- [TASK] Install sqlite for Flow testing
- [TASK] Map database port outside
- [BUGFIX] Error when running bin/dockerflow flow
- [TASK] Define hostname for sendmail
- [TASK] Helper to run flow commands directly
- [BUGFIX] Run entrypoint and command with bash
- [TASK] Auto create user in app container
- [TASK] Added sendmail to app container
- [BUGFIX] Allow output of non-php files in Web folder
- [TASK] Only show host info when running "up"
- [TASK] Change name for fig wrapper binary
- [TASK] Use bash instead of shell in bin/fig
- [TASK] Update readme & changed hostname to dockerflow
- [BUGFIX] Bad substitution in fig.sh on linux
- [TASK] Simplify dockerflow setup and config
- [REF] Clean up of config files
- [TASK] Added shell wrapper for fig to bin
- [TASK] Removed apache configs and test files
- [TASK] Add composer file
- [TASK] Using data container for persistence
- [TASK] Added gd lib to app container
- [TASK] Mount distribution folder to containers
- [REF] Add readme, fix indentation and some cleanup
- [TASK] Initial commit