Skip to content

Commit d619bd5

Browse files
committed
Merge branch 'release-1.1.0' into stable
2 parents 8e4e1e7 + a0e5957 commit d619bd5

36 files changed

+2223
-477
lines changed

CHANGELOG.md

Lines changed: 55 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,92 @@
11
# Changelog
22

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+
316
## 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
620

721
## 1.0.8
8-
- Fix an other startup bug ! whuhu
22+
Fix an other startup bug ! whuhu
923

1024
## 1.0.7
11-
- Fix startup bug
25+
Fix startup bug
1226

1327
## 1.0.6
14-
- Use light-baseimage:0.1.5
28+
Use light-baseimage:0.1.5
1529

1630
## 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
1934

2035
## 1.0.4
21-
- Use light-baseimage:0.1.3
36+
Use light-baseimage:0.1.3
2237

2338
## 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
2743

2844
## 1.0.2
2945

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
3450

3551
## 1.0.1
3652

37-
- Upgrade baseimage: light-baseimage:0.1.1
38-
- Rename environment variables
53+
Upgrade baseimage: light-baseimage:0.1.1
3954

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
4259

4360
## 1.0.0
4461

45-
- Use light-baseimage
46-
- Improve documentation
62+
Use light-baseimage
63+
64+
Improve documentation
4765

4866
## 0.10.2
4967

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)
5674

5775

58-
- Fixes:
59-
- Unable to start container with the following invocation. (#6)
76+
Fix :
77+
- Unable to start container with the following invocation. (#6)
6078

6179
## 0.10.1
6280

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
6885

6986

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)
7390

7491
## 0.10.0
75-
- New version initial release
92+
New version initial release

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = osixia/openldap
2-
VERSION = 1.0.9
2+
VERSION = 1.1.0
33

44
.PHONY: all build build-nocache test tag_latest release
55

0 commit comments

Comments
 (0)