Skip to content

Commit 1ee0cf7

Browse files
committed
docs: changelog + readme
1 parent 4df33e1 commit 1ee0cf7

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,30 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.5.0] - 2021-02-19
8+
50M+ docker pulls 🎉🎉🎉 thanks to all contributors 💕
9+
10+
### Added
11+
- Allowing own replication via LDAP_REPLICATION=own #535. Thanks to @sistason !
12+
- Seeding from internal path is now complete. #361. Thanks to @dbck !
13+
14+
### Changed
15+
- Update openldap 2.4.50 to 2.4.57
16+
- Upgrade baseimage to light-baseimage:1.3.2. Thanks to @heidemn !
17+
- Replace mail.schema for postfix-book.schema #450. Thanks to @vivacarvajalito !
18+
- Replace zarafa.schema for kopano.schema
19+
20+
### Removed
21+
- mmc schemas (dhcp.schema, dnszone.schema, mail.schema, mmc.schema, quota.schema) and radius.schema
22+
23+
### Fixed
24+
- Few small typos #536. Thanks to @timgates42 !
25+
- Out of date api in the using-secrets kubernetes yaml #527. Thanks to @joshuacox !
26+
- Custom ldap file and schema #481. Thanks to @Os-carsun !
27+
728
## [1.4.0] - 2020-06-15
829
30M+ docker pulls 🎉🎉🎉 thanks to all contributors 💕
30+
931
### Added
1032
- Allow setting ports on ldap and ldaps #403. Thanks to @chirauki !
1133
- Address firewall issues on RHEL in README #394. Thanks to @BirkhoffLee !
@@ -14,7 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1436
- Seeding from internal path. #361. Thanks to @dbck !
1537
- Enable openldap uid/gid to be specified at runtime #336. Thanks to @lj020326 !
1638

17-
### Changes
39+
### Changed
1840
- Update openldap 2.4.48 to 2.4.50
1941
- LDAP_TLS_PROTOCOL_MIN is deprecated #432. Thanks to @mettacrawler !
2042
- Better handling of environment variables checks #382. Thanks to @obourdon !
@@ -27,7 +49,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2749
### Added
2850
- Multiarch support
2951

30-
### Changes
52+
### Changed
3153
- Update openldap 2.4.47 to 2.4.48 #247
3254
- Upgrade baseimage to light-baseimage:1.2.0 (debian buster)
3355

@@ -271,6 +293,7 @@ Environment variable LDAP_REPLICATION_HDB_SYNCPROV changed to LDAP_REPLICATION_D
271293
## [0.10.0] - 2015-03-03
272294
New version initial release, no changelog before this sorry.
273295

296+
[1.5.0]: https://github.com/osixia/docker-openldap/compare/v1.4.0...v1.5.0
274297
[1.4.0]: https://github.com/osixia/docker-openldap/compare/v1.3.0...v1.4.0
275298
[1.3.0]: https://github.com/osixia/docker-openldap/compare/v1.2.5...v1.3.0
276299
[1.2.5]: https://github.com/osixia/docker-openldap/compare/v1.2.4...v1.2.5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ TLS options:
380380
Help: https://www.openldap.org/doc/admin24/tls.html
381381

382382
Replication options:
383-
- **LDAP_REPLICATION**: Add openldap replication capabilities. Defaults to `false`
383+
- **LDAP_REPLICATION**: Add openldap replication capabilities. Possible values : `true`, `false`, `own`. Defaults to `false`. Setting this to `own` allow to provide own replication settings via custom bootstrap ldifs.
384384

385385
- **LDAP_REPLICATION_CONFIG_SYNCPROV**: olcSyncRepl options used for the config database. Without **rid** and **provider** which are automatically added based on LDAP_REPLICATION_HOSTS. Defaults to `binddn="cn=admin,cn=config" bindmethod=simple credentials=$LDAP_CONFIG_PASSWORD searchbase="cn=config" type=refreshAndPersist retry="60 +" timeout=1 starttls=critical`
386386

0 commit comments

Comments
 (0)