|
1 | 1 | # Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
2 | 3 |
|
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 |
4 | 17 | - Add krb5-kdc-ldap with doc examples #171 |
5 | | - - Fix NFS issue #169 |
6 | 18 | - Add support of readonly user in custom bootstrap ldif #162 |
| 19 | + |
| 20 | +### Fixed |
| 21 | + - Fix NFS issue #169 |
7 | 22 | - Create schemas in a consistent order. #174 |
8 | 23 |
|
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 |
11 | 29 | - Readme #145 #148 |
12 | 30 | - Let ldapmodify and ldapadd use the same auth #146 |
13 | 31 | - Enable matching uid's and gid's in the host and container. #156 |
14 | 32 |
|
15 | | -Update to light-baseimage:1.1.1 |
16 | | - |
17 | | -## 1.1.9 |
18 | | -Add : |
| 33 | +## [1.1.9] - 2017-07-19 |
| 34 | +### Added |
19 | 35 | - LDAP_RFC2307BIS_SCHEMA option to use rfc2307bis schema instead of nis default schema |
20 | 36 | - KEEP_EXISTING_CONFIG option to not change the ldap config |
21 | 37 |
|
22 | | -Update to light-baseimage:1.1.0 (debian stretch) |
| 38 | +### Changed |
| 39 | + - Upgrade baseimage to light-baseimage:1.1.0 (debian stretch) |
23 | 40 |
|
24 | | -## 1.1.8 |
25 | | -Fix : |
| 41 | +## [1.1.8] - 2017-02-16 |
| 42 | +### Fixed |
26 | 43 | - LDAP_ENFORCE_TLS is not working correctly #107 |
27 | 44 | - Unable to reuse volumes after LDAP_TLS_ENFORCE is true #92 |
28 | 45 |
|
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 |
31 | 49 |
|
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 |
35 | 53 |
|
36 | | -Update to light-baseimage:0.2.5 |
| 54 | +### Fixed |
| 55 | + - Upgrade to 1.1.5 startup issues with cfssl-helper #73 |
37 | 56 |
|
38 | | -## 1.1.5 |
39 | | -Fix : |
| 57 | +## [1.1.5] - 2016-08-02 |
| 58 | +### Fixed |
40 | 59 | - Restarting container with new environment #44 |
41 | 60 | - Cannot rerun with customized certificate at 1.1.1 #36 |
42 | 61 |
|
43 | | -## 1.1.4 |
44 | | -Fix : |
| 62 | +## [1.1.4] - 2016-07-26 |
| 63 | +### Fixed |
45 | 64 | - Remove environment variable LDAP_TLS_PROTOCOL_MIN as it takes no effect, see #69 |
46 | 65 | - Adjust default GnuTLS cipher string according to Red Hat's TLS hardening guide. |
47 | 66 | This by default also restricts the TLS protocol version to 1.2. For reference, |
48 | 67 | see #69 |
49 | 68 | - Fix Error in Adding "Billy" #71 |
50 | 69 | - Add docker-compose.yml example and update kubernetes examples #52 |
51 | | - |
52 | | -Merge pull request : |
53 | 70 | - Update LDAP_TLS_CIPHER_SUITE, remove LDAP_TLS_PROTOCOL_MIN #70 |
54 | 71 | - fixed LDAP_BACKEND for readonly user #62 |
55 | 72 |
|
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. |
61 | 76 |
|
62 | | -Update to light-baseimage:0.2.4 |
| 77 | +Environment variable LDAP_REPLICATION_HDB_SYNCPROV changed to LDAP_REPLICATION_DB_SYNCPROV |
63 | 78 |
|
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 |
67 | 81 |
|
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 |
69 | 86 |
|
70 | | -## 1.1.2 |
71 | | -Merge pull request : |
72 | | - - Honor LDAP_LOG_LEVEL on startup #39 |
| 87 | +### Removed |
| 88 | + - Volume command from Dockerfile #56 |
73 | 89 |
|
74 | | -Fix : |
| 90 | +## [1.1.2] - 2016-03-18 |
| 91 | +### Fixed |
| 92 | + - Honor LDAP_LOG_LEVEL on startup #39 |
75 | 93 | - slapd tcp bind is network not interface, and so does not respond on overlay networks #35 |
76 | 94 | - specify base_dn without domain #37 |
77 | 95 |
|
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 |
80 | 99 |
|
81 | | -## 1.1.0 |
82 | | -Update to light-baseimage:0.2.1 : |
| 100 | +## [1.1.0] - 2016-01-25 |
| 101 | +### Added |
83 | 102 | - Use \*.startup.yaml environment files to keep configuration secrets |
84 | 103 | - Use cfssl tool to generate tls certs |
85 | 104 | - Use log-helper to write leveled log messages |
86 | 105 | - 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 : |
89 | 106 | - Add enforcing TLS options (#26) |
90 | 107 |
|
91 | | -Fix : |
| 108 | +### Changed |
| 109 | + - Upgrade baseimage to light-baseimage:0.2.1 |
| 110 | + |
| 111 | +### Fixed |
92 | 112 | - Should SSL certs be copied on load? (#25) |
93 | 113 |
|
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 |
96 | 117 |
|
97 | | -Makefile with build no cache |
| 118 | +### Changed |
| 119 | + - Upgrade baseimage to light-baseimage:0.2.0 |
98 | 120 |
|
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 |
101 | 124 |
|
102 | | -## 1.0.7 |
103 | | -Fix startup bug |
| 125 | +## [1.0.7] - 2015-11-20 |
| 126 | +### Fixed |
| 127 | + - Startup bug |
104 | 128 |
|
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 |
107 | 132 |
|
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 |
110 | 136 |
|
111 | | -Fix replication bug when the hostname was changed |
| 137 | +### Fixed |
| 138 | + - Replication bug when the hostname was changed |
112 | 139 |
|
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 |
115 | 143 |
|
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 |
118 | 147 |
|
119 | | -Fix : |
| 148 | +### Fixed |
120 | 149 | - Re-running container with volumes won't start #19 |
121 | 150 |
|
122 | | -## 1.0.2 |
123 | | - |
124 | | -Add TLS environment variable : |
| 151 | +## [1.0.2] - 2015-08-27 |
| 152 | +### Added |
125 | 153 | - LDAP_TLS_CIPHER_SUITE |
126 | 154 | - LDAP_TLS_PROTOCOL_MIN |
127 | 155 | - LDAP_TLS_VERIFY_CLIENT |
128 | 156 |
|
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 |
132 | 160 |
|
133 | | -Rename environment variables |
134 | | - |
135 | | -Fix : |
| 161 | +### Fixed |
136 | 162 | - OpenLdap container won't start when dhparam.pem is missing in bound volume #13 |
137 | 163 |
|
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 |
143 | 167 |
|
144 | | -## 0.10.2 |
| 168 | +### Changed |
| 169 | + - Upgrade baseimage to light-baseimage |
145 | 170 |
|
146 | | -New features : |
| 171 | +## [0.10.2] - 2015-07-14 |
| 172 | +### Added |
147 | 173 | - Bootstrap config, only on non existing slapd config |
148 | 174 | - Limit max open file descriptors to fix slapd memory usage (#9) |
149 | 175 | - Don't disable network access from outside (#8) |
150 | 176 | - Make log level configurable via environment variable (#7) |
151 | 177 | - Support for ldaps (#10) |
152 | 178 |
|
153 | | - |
154 | | -Fix : |
| 179 | +### Fixed |
155 | 180 | - Unable to start container with the following invocation. (#6) |
156 | 181 |
|
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 |
162 | 186 | - Auto convert .schema to .ldif |
163 | 187 |
|
164 | | - |
165 | | -Fix : |
| 188 | +### Fixed |
166 | 189 | - Docker VOLUME is not needed to be able to stop a container without losing data (#2) |
167 | 190 | - starting from old data (#3) |
168 | 191 |
|
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 |
0 commit comments