Skip to content

Commit 3e93e04

Browse files
committed
Changelog
1 parent 842ed06 commit 3e93e04

File tree

1 file changed

+96
-83
lines changed

1 file changed

+96
-83
lines changed

CHANGELOG.md

Lines changed: 96 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -12,133 +12,149 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212
- startup.sh: Ensure SCHEMAS is sorted #193
1313
- LDAP_ADMIN_PASSWORD with space breaks container setup #167
1414

15-
## 1.1.11
15+
## [1.1.11] - 2017-12-19
16+
### Added
1617
- Add krb5-kdc-ldap with doc examples #171
17-
- Fix NFS issue #169
1818
- Add support of readonly user in custom bootstrap ldif #162
19+
20+
### Fixed
21+
- Fix NFS issue #169
1922
- Create schemas in a consistent order. #174
2023

21-
## 1.1.10
22-
Fix:
24+
## [1.1.10] - 2017-11-09
25+
### Changed
26+
- Upgrade baseimage to light-baseimage:1.1.1
27+
28+
### Fixed
2329
- Readme #145 #148
2430
- Let ldapmodify and ldapadd use the same auth #146
2531
- Enable matching uid's and gid's in the host and container. #156
2632

27-
Update to light-baseimage:1.1.1
28-
29-
## 1.1.9
30-
Add :
33+
## [1.1.9] - 2017-07-19
34+
### Added
3135
- LDAP_RFC2307BIS_SCHEMA option to use rfc2307bis schema instead of nis default schema
3236
- KEEP_EXISTING_CONFIG option to not change the ldap config
3337

34-
Update to light-baseimage:1.1.0 (debian stretch)
38+
### Changed
39+
- Upgrade baseimage to light-baseimage:1.1.0 (debian stretch)
3540

36-
## 1.1.8
37-
Fix :
41+
## [1.1.8] - 2017-02-16
42+
### Fixed
3843
- LDAP_ENFORCE_TLS is not working correctly #107
3944
- Unable to reuse volumes after LDAP_TLS_ENFORCE is true #92
4045

41-
## 1.1.7
42-
Update to light-baseimage:0.2.6
46+
## [1.1.7] - 2016-11-09
47+
### Changed
48+
- Upgrade baseimage to light-baseimage:0.2.6
4349

44-
## 1.1.6
45-
Fix :
46-
- Upgrade to 1.1.5 startup issues with cfssl-helper #73
50+
## [1.1.6] - 2016-09-02
51+
### Changed
52+
- Upgrade baseimage to light-baseimage:0.2.5
4753

48-
Update to light-baseimage:0.2.5
54+
### Fixed
55+
- Upgrade to 1.1.5 startup issues with cfssl-helper #73
4956

50-
## 1.1.5
51-
Fix :
57+
## [1.1.5] - 2016-08-02
58+
### Fixed
5259
- Restarting container with new environment #44
5360
- Cannot rerun with customized certificate at 1.1.1 #36
5461

55-
## 1.1.4
56-
Fix :
62+
## [1.1.4] - 2016-07-26
63+
### Fixed
5764
- Remove environment variable LDAP_TLS_PROTOCOL_MIN as it takes no effect, see #69
5865
- Adjust default GnuTLS cipher string according to Red Hat's TLS hardening guide.
5966
This by default also restricts the TLS protocol version to 1.2. For reference,
6067
see #69
6168
- Fix Error in Adding "Billy" #71
6269
- Add docker-compose.yml example and update kubernetes examples #52
63-
64-
Merge pull request :
6570
- Update LDAP_TLS_CIPHER_SUITE, remove LDAP_TLS_PROTOCOL_MIN #70
6671
- fixed LDAP_BACKEND for readonly user #62
6772

68-
## 1.1.3
69-
Merge pull request :
70-
- Use mdb over hdb #50
71-
- Ignore lost+found directories #53
72-
- Remove Volume command from Dockerfile #56
73+
## [1.1.3] - 2016-06-09
74+
In this version the new environment variable LDAP_BACKEND let you set the the backend used by your ldap database.
75+
By default it's hdb. In comming versions 1.2.x the default will be changed to mdb.
7376

74-
Update to light-baseimage:0.2.4
77+
Environment variable LDAP_REPLICATION_HDB_SYNCPROV changed to LDAP_REPLICATION_DB_SYNCPROV
7578

76-
Release Note:
77-
In this version the new environment variable LDAP_BACKEND let you set the the backend used by your ldap database.
78-
By default it's hdb. In comming versions 1.2.x the default will be changed to mdb.
79+
### Added
80+
- Use mdb over hdb #50
7981

80-
Environment variable LDAP_REPLICATION_HDB_SYNCPROV changed to LDAP_REPLICATION_DB_SYNCPROV
82+
### Changed
83+
- Ignore lost+found directories #53
84+
- LDAP_REPLICATION_HDB_SYNCPROV changed to LDAP_REPLICATION_DB_SYNCPROV
85+
- Upgrade baseimage to light-baseimage:0.2.4
8186

82-
## 1.1.2
83-
Merge pull request :
84-
- Honor LDAP_LOG_LEVEL on startup #39
87+
### Removed
88+
- Volume command from Dockerfile #56
8589

86-
Fix :
90+
## [1.1.2] - 2016-03-18
91+
### Fixed
92+
- Honor LDAP_LOG_LEVEL on startup #39
8793
- slapd tcp bind is network not interface, and so does not respond on overlay networks #35
8894
- specify base_dn without domain #37
8995

90-
## 1.1.1
91-
Update to light-baseimage:0.2.2
96+
## [1.1.1] - 2016-02-20
97+
### Changed
98+
- Upgrade baseimage to light-baseimage:0.2.2
9299

93-
## 1.1.0
94-
Update to light-baseimage:0.2.1 :
100+
## [1.1.0] - 2016-01-25
101+
### Added
95102
- Use \*.startup.yaml environment files to keep configuration secrets
96103
- Use cfssl tool to generate tls certs
97104
- Use log-helper to write leveled log messages
98105
- Allow copy of /container/service and mounted files to /container/run/service dir usefull for write only filesystems and avoid file permissions problems
99-
100-
New feature :
101106
- Add enforcing TLS options (#26)
102107

103-
Fix :
108+
### Changed
109+
- Upgrade baseimage to light-baseimage:0.2.1
110+
111+
### Fixed
104112
- Should SSL certs be copied on load? (#25)
105113

106-
## 1.0.9
107-
Update to light-baseimage:0.2.0
114+
## [1.0.9] - 2015-12-16
115+
### Added
116+
- Makefile with build no cache
108117

109-
Makefile with build no cache
118+
### Changed
119+
- Upgrade baseimage to light-baseimage:0.2.0
110120

111-
## 1.0.8
112-
Fix an other startup bug ! whuhu
121+
## [1.0.8] - 2015-11-23
122+
### Fixed
123+
- An other startup bug ! whuhu
113124

114-
## 1.0.7
115-
Fix startup bug
125+
## [1.0.7] - 2015-11-20
126+
### Fixed
127+
- Startup bug
116128

117-
## 1.0.6
118-
Use light-baseimage:0.1.5
129+
## [1.0.6] - 2015-11-20
130+
### Changed
131+
- Upgrade baseimage to light-baseimage:0.1.5
119132

120-
## 1.0.5
121-
Use light-baseimage:0.1.4
133+
## [1.0.5] - 2015-11-19
134+
### Changed
135+
- Upgrade baseimage to light-baseimage:0.1.4
122136

123-
Fix replication bug when the hostname was changed
137+
### Fixed
138+
- Replication bug when the hostname was changed
124139

125-
## 1.0.4
126-
Use light-baseimage:0.1.3
140+
## [1.0.4] - 2015-11-06
141+
### Changed
142+
- Upgrade baseimage to light-baseimage:0.1.3
127143

128-
## 1.0.3
129-
Use light-baseimage:0.1.2
144+
## [1.0.3] - 2015-10-26
145+
### Changed
146+
- Upgrade baseimage to light-baseimage:0.1.2
130147

131-
Fix :
148+
### Fixed
132149
- Re-running container with volumes won't start #19
133150

134-
## 1.0.2
135-
136-
Add TLS environment variable :
151+
## [1.0.2] - 2015-08-27
152+
### Added
137153
- LDAP_TLS_CIPHER_SUITE
138154
- LDAP_TLS_PROTOCOL_MIN
139155
- LDAP_TLS_VERIFY_CLIENT
140156

141-
## 1.0.1
157+
## [1.0.1] - 2015-08-18
142158

143159
Upgrade baseimage: light-baseimage:0.1.1
144160

@@ -147,36 +163,33 @@ Rename environment variables
147163
Fix :
148164
- OpenLdap container won't start when dhparam.pem is missing in bound volume #13
149165

150-
## 1.0.0
166+
## [1.0.0] - 2015-07-24
167+
### Added
168+
- Improve documentation
151169

152-
Use light-baseimage
153-
154-
Improve documentation
155-
156-
## 0.10.2
170+
### Changed
171+
- Upgrade baseimage to light-baseimage
157172

158-
New features :
173+
## [0.10.2] - 2015-07-14
174+
### Added
159175
- Bootstrap config, only on non existing slapd config
160176
- Limit max open file descriptors to fix slapd memory usage (#9)
161177
- Don't disable network access from outside (#8)
162178
- Make log level configurable via environment variable (#7)
163179
- Support for ldaps (#10)
164180

165-
166-
Fix :
181+
### Fixed
167182
- Unable to start container with the following invocation. (#6)
168183

169-
## 0.10.1
170-
171-
New features :
172-
- Add ldapi
173-
- Add custom ldap schema
184+
## [0.10.1] - 2015-05-17
185+
### Added
186+
- LDAPI
187+
- Custom ldap schema
174188
- Auto convert .schema to .ldif
175189

176-
177-
Fix :
190+
### Fixed
178191
- Docker VOLUME is not needed to be able to stop a container without losing data (#2)
179192
- starting from old data (#3)
180193

181-
## 0.10.0
182-
New version initial release
194+
## [0.10.0] - 2015-03-03
195+
New version initial release, no changelog before this sorry.

0 commit comments

Comments
 (0)