File tree Expand file tree Collapse file tree 2 files changed +40
-2
lines changed Expand file tree Collapse file tree 2 files changed +40
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ This project adheres to [ Semantic Versioning] [ semver ] .
5
+
6
+
7
+ ## \[ Unreleased]
8
+
9
+ Refer to master branch
10
+
11
+ ## \[ v1.1.0\] - 2019-10-12
12
+
13
+ ### Build Images with --build-args:
14
+ - Using Docker Cloud ` build ` hook to pass ` --build-args ` to our ` docker build ` command during Automated Builds
15
+ - Using Docker Cloud ` pre_push ` hook to push our new image tags during Automated Builds
16
+ - Only generating scripts when calling make scripts (scripts are Git ignored)
17
+ - Updated script templates
18
+ - Removed generated files
19
+
20
+ ## \[ v1.0.1\] - 2018-06-16
21
+
22
+ ### PHP 7.2, symlinks:
23
+ - Added PHP 7.2
24
+ - Prepending image variant to image name
25
+ - Added symklink alternative to copying the binaries
26
+ - Fixed composer volume mount in readme and templates
27
+ - Generated build files for ` v1.0.1 `
28
+
29
+ ## \[ v1.0.0\] - 2017-08-26
30
+
31
+ ### Initial Release:
32
+ - Added build generation from templates
33
+ - Generated build files for ` v1.0.0 `
34
+ - Initial working Docker build
35
+
36
+ [ semver ] : https://semver.org/spec/v2.0.0.html " Semantic Versioning 2.0.0 "
37
+
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ $ make rm_dangling
221
221
222
222
## License
223
223
224
- [ MIT] ( https://github.com/grimzy/lass/blob/master/LICENSE ) © Joseph Estefane
224
+ [ MIT] [ license ] © Joseph Estefane
225
225
226
226
[ docker-cloud-automated ] : https://img.shields.io/docker/cloud/automated/jestefane/php-dev " Docker Cloud Automated build "
227
227
[ docker-cloud-build ] : https://img.shields.io/docker/cloud/build/jestefane/php-dev " Docker Cloud Build Status "
@@ -241,4 +241,5 @@ $ make rm_dangling
241
241
[ composer-ref] : #composer ""PHP Composer Scripts""
242
242
[ templates ] : #script-templates " Script Templates "
243
243
[ shortcuts-make ] : #create-the-shortcuts " Create the Shortcuts "
244
- [ scripts-make ] : #generate-the-scripts " Generate the Scripts "
244
+ [ scripts-make ] : #generate-the-scripts " Generate the Scripts "
245
+ [ license ] : ./LICENSE " MIT License "
You can’t perform that action at this time.
0 commit comments