You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,23 @@
4
4
## Unreleased
5
5
6
6
7
+
## Release 0.145
8
+
9
+
This is a massive restructuring release, which adds another layer on top of Ansible to easily manage/edit/add PHP tools and to configure their respective order of building and installing.
10
+
11
+
Additionally it introduces a new flavour: `slim` which is an intermediated stage between `prod` and `work`. It allows for a slim image with only required cli tools to work with the Devilbox.
12
+
13
+
### Added
14
+
- New PHP Flavour: `slim`
15
+
- Added `mhsendmail` for `arm64` architecture
16
+
- Added mechanism to easily build custom images with custom set of PHP tools
17
+
- Added automated PHP tools dependency resolver (order of built is always correct)
18
+
- Added tons of documentation
19
+
20
+
### Changed
21
+
- Split out PHP tools into separate directories
22
+
23
+
7
24
## Release 0.144
8
25
9
26
This is a massive restructuring release, which adds another layer on top of Ansible to easily manage/edit/add PHP extensions and to configure their respective order of building and loading.
0 commit comments