|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 1.1.0 |
| 4 | +Update to light-baseimage:0.2.1 : |
| 5 | + - Use \*.yaml.startup environment files to keep configuration secrets |
| 6 | + - Use cfssl tool to generate tls certs |
| 7 | + - Use log-helper to write leveled log messages |
| 8 | + - Allow copy of /container/service and mounted files to /container/run/service dir usefull for write only filesystems and avoid file permissions problems |
| 9 | + |
| 10 | +New feature : |
| 11 | + - Add enforcing TLS options (#26) |
| 12 | + |
| 13 | +Fix : |
| 14 | + - Should SSL certs be copied on load? (#25) |
| 15 | + |
3 | 16 | ## 1.0.9 |
4 | | - - Update to light-baseimage:0.2.0 |
5 | | - - Makefile with build no cache |
| 17 | +Update to light-baseimage:0.2.0 |
| 18 | + |
| 19 | +Makefile with build no cache |
6 | 20 |
|
7 | 21 | ## 1.0.8 |
8 | | - - Fix an other startup bug ! whuhu |
| 22 | +Fix an other startup bug ! whuhu |
9 | 23 |
|
10 | 24 | ## 1.0.7 |
11 | | - - Fix startup bug |
| 25 | +Fix startup bug |
12 | 26 |
|
13 | 27 | ## 1.0.6 |
14 | | - - Use light-baseimage:0.1.5 |
| 28 | +Use light-baseimage:0.1.5 |
15 | 29 |
|
16 | 30 | ## 1.0.5 |
17 | | - - Use light-baseimage:0.1.4 |
18 | | - - Fix replication bug when the hostname was changed |
| 31 | +Use light-baseimage:0.1.4 |
| 32 | + |
| 33 | +Fix replication bug when the hostname was changed |
19 | 34 |
|
20 | 35 | ## 1.0.4 |
21 | | - - Use light-baseimage:0.1.3 |
| 36 | +Use light-baseimage:0.1.3 |
22 | 37 |
|
23 | 38 | ## 1.0.3 |
24 | | - - Use light-baseimage:0.1.2 |
25 | | - - Fixes : |
26 | | - - Re-running container with volumes won't start #19 |
| 39 | +Use light-baseimage:0.1.2 |
| 40 | + |
| 41 | +Fix : |
| 42 | + - Re-running container with volumes won't start #19 |
27 | 43 |
|
28 | 44 | ## 1.0.2 |
29 | 45 |
|
30 | | - - Add TLS environment variable : |
31 | | - - LDAP_TLS_CIPHER_SUITE |
32 | | - - LDAP_TLS_PROTOCOL_MIN |
33 | | - - LDAP_TLS_VERIFY_CLIENT |
| 46 | +Add TLS environment variable : |
| 47 | + - LDAP_TLS_CIPHER_SUITE |
| 48 | + - LDAP_TLS_PROTOCOL_MIN |
| 49 | + - LDAP_TLS_VERIFY_CLIENT |
34 | 50 |
|
35 | 51 | ## 1.0.1 |
36 | 52 |
|
37 | | - - Upgrade baseimage: light-baseimage:0.1.1 |
38 | | - - Rename environment variables |
| 53 | +Upgrade baseimage: light-baseimage:0.1.1 |
39 | 54 |
|
40 | | - - Fixes : |
41 | | - - OpenLdap container won't start when dhparam.pem is missing in bound volume #13 |
| 55 | +Rename environment variables |
| 56 | + |
| 57 | +Fix : |
| 58 | + - OpenLdap container won't start when dhparam.pem is missing in bound volume #13 |
42 | 59 |
|
43 | 60 | ## 1.0.0 |
44 | 61 |
|
45 | | - - Use light-baseimage |
46 | | - - Improve documentation |
| 62 | +Use light-baseimage |
| 63 | + |
| 64 | +Improve documentation |
47 | 65 |
|
48 | 66 | ## 0.10.2 |
49 | 67 |
|
50 | | - - New features: |
51 | | - - Bootstrap config, only on non existing slapd config |
52 | | - - Limit max open file descriptors to fix slapd memory usage (#9) |
53 | | - - Don't disable network access from outside (#8) |
54 | | - - Make log level configurable via environment variable (#7) |
55 | | - - Support for ldaps (#10) |
| 68 | +New features : |
| 69 | + - Bootstrap config, only on non existing slapd config |
| 70 | + - Limit max open file descriptors to fix slapd memory usage (#9) |
| 71 | + - Don't disable network access from outside (#8) |
| 72 | + - Make log level configurable via environment variable (#7) |
| 73 | + - Support for ldaps (#10) |
56 | 74 |
|
57 | 75 |
|
58 | | - - Fixes: |
59 | | - - Unable to start container with the following invocation. (#6) |
| 76 | +Fix : |
| 77 | + - Unable to start container with the following invocation. (#6) |
60 | 78 |
|
61 | 79 | ## 0.10.1 |
62 | 80 |
|
63 | | - - New features: |
64 | | - - Add ldapi |
65 | | - - Add ldapi |
66 | | - - Add custom ldap schema |
67 | | - - Auto convert .schema to .ldif |
| 81 | +New features : |
| 82 | + - Add ldapi |
| 83 | + - Add custom ldap schema |
| 84 | + - Auto convert .schema to .ldif |
68 | 85 |
|
69 | 86 |
|
70 | | - - Fixes : |
71 | | - - Docker VOLUME is not needed to be able to stop a container without losing data (#2) |
72 | | - - starting from old data (#3) |
| 87 | +Fix : |
| 88 | + - Docker VOLUME is not needed to be able to stop a container without losing data (#2) |
| 89 | + - starting from old data (#3) |
73 | 90 |
|
74 | 91 | ## 0.10.0 |
75 | | - - New version initial release |
| 92 | +New version initial release |
0 commit comments