Skip to content

Commit e35c7cc

Browse files
committed
Merge branch 'release-1.2.0' into stable
2 parents 595af1b + 0f7ba1d commit e35c7cc

File tree

12 files changed

+203
-131
lines changed

12 files changed

+203
-131
lines changed

CHANGELOG.md

+138-88
Original file line numberDiff line numberDiff line change
@@ -1,170 +1,220 @@
11
# Changelog
2+
All notable changes to this project will be documented in this file.
23

3-
## 1.1.11
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [1.2.0] - Unreleased
8+
### Changed
9+
- Use mdb as default backend
10+
11+
### Fixed
12+
- startup.sh: Ensure SCHEMAS is sorted #193
13+
- LDAP_ADMIN_PASSWORD with space breaks container setup #167
14+
15+
## [1.1.11] - 2017-12-19
16+
### Added
417
- Add krb5-kdc-ldap with doc examples #171
5-
- Fix NFS issue #169
618
- Add support of readonly user in custom bootstrap ldif #162
19+
20+
### Fixed
21+
- Fix NFS issue #169
722
- Create schemas in a consistent order. #174
823

9-
## 1.1.10
10-
Fix:
24+
## [1.1.10] - 2017-11-09
25+
### Changed
26+
- Upgrade baseimage to light-baseimage:1.1.1
27+
28+
### Fixed
1129
- Readme #145 #148
1230
- Let ldapmodify and ldapadd use the same auth #146
1331
- Enable matching uid's and gid's in the host and container. #156
1432

15-
Update to light-baseimage:1.1.1
16-
17-
## 1.1.9
18-
Add :
33+
## [1.1.9] - 2017-07-19
34+
### Added
1935
- LDAP_RFC2307BIS_SCHEMA option to use rfc2307bis schema instead of nis default schema
2036
- KEEP_EXISTING_CONFIG option to not change the ldap config
2137

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

24-
## 1.1.8
25-
Fix :
41+
## [1.1.8] - 2017-02-16
42+
### Fixed
2643
- LDAP_ENFORCE_TLS is not working correctly #107
2744
- Unable to reuse volumes after LDAP_TLS_ENFORCE is true #92
2845

29-
## 1.1.7
30-
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
3149

32-
## 1.1.6
33-
Fix :
34-
- 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
3553

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

38-
## 1.1.5
39-
Fix :
57+
## [1.1.5] - 2016-08-02
58+
### Fixed
4059
- Restarting container with new environment #44
4160
- Cannot rerun with customized certificate at 1.1.1 #36
4261

43-
## 1.1.4
44-
Fix :
62+
## [1.1.4] - 2016-07-26
63+
### Fixed
4564
- Remove environment variable LDAP_TLS_PROTOCOL_MIN as it takes no effect, see #69
4665
- Adjust default GnuTLS cipher string according to Red Hat's TLS hardening guide.
4766
This by default also restricts the TLS protocol version to 1.2. For reference,
4867
see #69
4968
- Fix Error in Adding "Billy" #71
5069
- Add docker-compose.yml example and update kubernetes examples #52
51-
52-
Merge pull request :
5370
- Update LDAP_TLS_CIPHER_SUITE, remove LDAP_TLS_PROTOCOL_MIN #70
5471
- fixed LDAP_BACKEND for readonly user #62
5572

56-
## 1.1.3
57-
Merge pull request :
58-
- Use mdb over hdb #50
59-
- Ignore lost+found directories #53
60-
- 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.
6176

62-
Update to light-baseimage:0.2.4
77+
Environment variable LDAP_REPLICATION_HDB_SYNCPROV changed to LDAP_REPLICATION_DB_SYNCPROV
6378

64-
Release Note:
65-
In this version the new environment variable LDAP_BACKEND let you set the the backend used by your ldap database.
66-
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
6781

68-
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
6986

70-
## 1.1.2
71-
Merge pull request :
72-
- Honor LDAP_LOG_LEVEL on startup #39
87+
### Removed
88+
- Volume command from Dockerfile #56
7389

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

78-
## 1.1.1
79-
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
8099

81-
## 1.1.0
82-
Update to light-baseimage:0.2.1 :
100+
## [1.1.0] - 2016-01-25
101+
### Added
83102
- Use \*.startup.yaml environment files to keep configuration secrets
84103
- Use cfssl tool to generate tls certs
85104
- Use log-helper to write leveled log messages
86105
- Allow copy of /container/service and mounted files to /container/run/service dir usefull for write only filesystems and avoid file permissions problems
87-
88-
New feature :
89106
- Add enforcing TLS options (#26)
90107

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

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

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

99-
## 1.0.8
100-
Fix an other startup bug ! whuhu
121+
## [1.0.8] - 2015-11-23
122+
### Fixed
123+
- An other startup bug ! whuhu
101124

102-
## 1.0.7
103-
Fix startup bug
125+
## [1.0.7] - 2015-11-20
126+
### Fixed
127+
- Startup bug
104128

105-
## 1.0.6
106-
Use light-baseimage:0.1.5
129+
## [1.0.6] - 2015-11-20
130+
### Changed
131+
- Upgrade baseimage to light-baseimage:0.1.5
107132

108-
## 1.0.5
109-
Use light-baseimage:0.1.4
133+
## [1.0.5] - 2015-11-19
134+
### Changed
135+
- Upgrade baseimage to light-baseimage:0.1.4
110136

111-
Fix replication bug when the hostname was changed
137+
### Fixed
138+
- Replication bug when the hostname was changed
112139

113-
## 1.0.4
114-
Use light-baseimage:0.1.3
140+
## [1.0.4] - 2015-11-06
141+
### Changed
142+
- Upgrade baseimage to light-baseimage:0.1.3
115143

116-
## 1.0.3
117-
Use light-baseimage:0.1.2
144+
## [1.0.3] - 2015-10-26
145+
### Changed
146+
- Upgrade baseimage to light-baseimage:0.1.2
118147

119-
Fix :
148+
### Fixed
120149
- Re-running container with volumes won't start #19
121150

122-
## 1.0.2
123-
124-
Add TLS environment variable :
151+
## [1.0.2] - 2015-08-27
152+
### Added
125153
- LDAP_TLS_CIPHER_SUITE
126154
- LDAP_TLS_PROTOCOL_MIN
127155
- LDAP_TLS_VERIFY_CLIENT
128156

129-
## 1.0.1
130-
131-
Upgrade baseimage: light-baseimage:0.1.1
157+
## [1.0.1] - 2015-08-18
158+
### Changed
159+
- Upgrade baseimage to light-baseimage:0.1.1
132160

133-
Rename environment variables
134-
135-
Fix :
161+
### Fixed
136162
- OpenLdap container won't start when dhparam.pem is missing in bound volume #13
137163

138-
## 1.0.0
139-
140-
Use light-baseimage
141-
142-
Improve documentation
164+
## [1.0.0] - 2015-07-24
165+
### Added
166+
- Improve documentation
143167

144-
## 0.10.2
168+
### Changed
169+
- Upgrade baseimage to light-baseimage
145170

146-
New features :
171+
## [0.10.2] - 2015-07-14
172+
### Added
147173
- Bootstrap config, only on non existing slapd config
148174
- Limit max open file descriptors to fix slapd memory usage (#9)
149175
- Don't disable network access from outside (#8)
150176
- Make log level configurable via environment variable (#7)
151177
- Support for ldaps (#10)
152178

153-
154-
Fix :
179+
### Fixed
155180
- Unable to start container with the following invocation. (#6)
156181

157-
## 0.10.1
158-
159-
New features :
160-
- Add ldapi
161-
- Add custom ldap schema
182+
## [0.10.1] - 2015-05-17
183+
### Added
184+
- LDAPI
185+
- Custom ldap schema
162186
- Auto convert .schema to .ldif
163187

164-
165-
Fix :
188+
### Fixed
166189
- Docker VOLUME is not needed to be able to stop a container without losing data (#2)
167190
- starting from old data (#3)
168191

169-
## 0.10.0
170-
New version initial release
192+
## [0.10.0] - 2015-03-03
193+
New version initial release, no changelog before this sorry.
194+
195+
[1.2.0]: https://github.com/osixia/docker-openldap/compare/v1.1.11...v1.2.0
196+
[1.1.11]: https://github.com/osixia/docker-openldap/compare/v1.1.10...v1.1.11
197+
[1.1.10]: https://github.com/osixia/docker-openldap/compare/v1.1.9...v1.1.10
198+
[1.1.9]: https://github.com/osixia/docker-openldap/compare/v1.1.8...v1.1.9
199+
[1.1.8]: https://github.com/osixia/docker-openldap/compare/v1.1.7...v1.1.8
200+
[1.1.7]: https://github.com/osixia/docker-openldap/compare/v1.1.6...v1.1.7
201+
[1.1.6]: https://github.com/osixia/docker-openldap/compare/v1.1.5...v1.1.6
202+
[1.1.5]: https://github.com/osixia/docker-openldap/compare/v1.1.4...v1.1.5
203+
[1.1.4]: https://github.com/osixia/docker-openldap/compare/v1.1.3...v1.1.4
204+
[1.1.3]: https://github.com/osixia/docker-openldap/compare/v1.1.2...v1.1.3
205+
[1.1.2]: https://github.com/osixia/docker-openldap/compare/v1.1.1...v1.1.2
206+
[1.1.1]: https://github.com/osixia/docker-openldap/compare/v1.1.0...v1.1.1
207+
[1.1.0]: https://github.com/osixia/docker-openldap/compare/v1.0.9...v1.1.0
208+
[1.0.9]: https://github.com/osixia/docker-openldap/compare/v1.0.8...v1.0.9
209+
[1.0.8]: https://github.com/osixia/docker-openldap/compare/v1.0.7...v1.0.8
210+
[1.0.7]: https://github.com/osixia/docker-openldap/compare/v1.0.6...v1.0.7
211+
[1.0.6]: https://github.com/osixia/docker-openldap/compare/v1.0.5...v1.0.6
212+
[1.0.5]: https://github.com/osixia/docker-openldap/compare/v1.0.4...v1.0.5
213+
[1.0.4]: https://github.com/osixia/docker-openldap/compare/v1.0.3...v1.0.4
214+
[1.0.3]: https://github.com/osixia/docker-openldap/compare/v1.0.2...v1.0.3
215+
[1.0.2]: https://github.com/osixia/docker-openldap/compare/v1.0.1...v1.0.2
216+
[1.0.1]: https://github.com/osixia/docker-openldap/compare/v1.0.0...v1.0.1
217+
[1.0.0]: https://github.com/osixia/docker-openldap/compare/v1.10.2...v1.0.0
218+
[0.10.2]: https://github.com/osixia/docker-openldap/compare/v0.10.1...v0.10.2
219+
[0.10.1]: https://github.com/osixia/docker-openldap/compare/v0.10.0...v0.10.1
220+
[0.10.0]: https://github.com/osixia/docker-openldap/compare/v0.1.0...v0.10.0

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = osixia/openldap
2-
VERSION = 1.1.11
2+
VERSION = 1.2.0
33

44
.PHONY: build build-nocache test tag-latest push push-latest release git-tag-version
55

0 commit comments

Comments
 (0)