You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
73
76
74
-
Update to light-baseimage:0.2.4
77
+
Environment variable LDAP_REPLICATION_HDB_SYNCPROV changed to LDAP_REPLICATION_DB_SYNCPROV
75
78
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
79
81
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
81
86
82
-
## 1.1.2
83
-
Merge pull request :
84
-
- Honor LDAP_LOG_LEVEL on startup #39
87
+
### Removed
88
+
- Volume command from Dockerfile #56
85
89
86
-
Fix :
90
+
## [1.1.2] - 2016-03-18
91
+
### Fixed
92
+
- Honor LDAP_LOG_LEVEL on startup #39
87
93
- slapd tcp bind is network not interface, and so does not respond on overlay networks #35
88
94
- specify base_dn without domain #37
89
95
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
92
99
93
-
## 1.1.0
94
-
Update to light-baseimage:0.2.1 :
100
+
## [1.1.0] - 2016-01-25
101
+
### Added
95
102
- Use \*.startup.yaml environment files to keep configuration secrets
96
103
- Use cfssl tool to generate tls certs
97
104
- Use log-helper to write leveled log messages
98
105
- 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 :
101
106
- Add enforcing TLS options (#26)
102
107
103
-
Fix :
108
+
### Changed
109
+
- Upgrade baseimage to light-baseimage:0.2.1
110
+
111
+
### Fixed
104
112
- Should SSL certs be copied on load? (#25)
105
113
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
108
117
109
-
Makefile with build no cache
118
+
### Changed
119
+
- Upgrade baseimage to light-baseimage:0.2.0
110
120
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
113
124
114
-
## 1.0.7
115
-
Fix startup bug
125
+
## [1.0.7] - 2015-11-20
126
+
### Fixed
127
+
- Startup bug
116
128
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
119
132
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
122
136
123
-
Fix replication bug when the hostname was changed
137
+
### Fixed
138
+
- Replication bug when the hostname was changed
124
139
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
127
143
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
130
147
131
-
Fix :
148
+
### Fixed
132
149
- Re-running container with volumes won't start #19
0 commit comments