-
Notifications
You must be signed in to change notification settings - Fork 978
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-1.1.0' into stable
- Loading branch information
Showing
36 changed files
with
2,223 additions
and
477 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,92 @@ | ||
# Changelog | ||
|
||
## 1.1.0 | ||
Update to light-baseimage:0.2.1 : | ||
- Use \*.yaml.startup environment files to keep configuration secrets | ||
- Use cfssl tool to generate tls certs | ||
- Use log-helper to write leveled log messages | ||
- Allow copy of /container/service and mounted files to /container/run/service dir usefull for write only filesystems and avoid file permissions problems | ||
|
||
New feature : | ||
- Add enforcing TLS options (#26) | ||
|
||
Fix : | ||
- Should SSL certs be copied on load? (#25) | ||
|
||
## 1.0.9 | ||
- Update to light-baseimage:0.2.0 | ||
- Makefile with build no cache | ||
Update to light-baseimage:0.2.0 | ||
|
||
Makefile with build no cache | ||
|
||
## 1.0.8 | ||
- Fix an other startup bug ! whuhu | ||
Fix an other startup bug ! whuhu | ||
|
||
## 1.0.7 | ||
- Fix startup bug | ||
Fix startup bug | ||
|
||
## 1.0.6 | ||
- Use light-baseimage:0.1.5 | ||
Use light-baseimage:0.1.5 | ||
|
||
## 1.0.5 | ||
- Use light-baseimage:0.1.4 | ||
- Fix replication bug when the hostname was changed | ||
Use light-baseimage:0.1.4 | ||
|
||
Fix replication bug when the hostname was changed | ||
|
||
## 1.0.4 | ||
- Use light-baseimage:0.1.3 | ||
Use light-baseimage:0.1.3 | ||
|
||
## 1.0.3 | ||
- Use light-baseimage:0.1.2 | ||
- Fixes : | ||
- Re-running container with volumes won't start #19 | ||
Use light-baseimage:0.1.2 | ||
|
||
Fix : | ||
- Re-running container with volumes won't start #19 | ||
|
||
## 1.0.2 | ||
|
||
- Add TLS environment variable : | ||
- LDAP_TLS_CIPHER_SUITE | ||
- LDAP_TLS_PROTOCOL_MIN | ||
- LDAP_TLS_VERIFY_CLIENT | ||
Add TLS environment variable : | ||
- LDAP_TLS_CIPHER_SUITE | ||
- LDAP_TLS_PROTOCOL_MIN | ||
- LDAP_TLS_VERIFY_CLIENT | ||
|
||
## 1.0.1 | ||
|
||
- Upgrade baseimage: light-baseimage:0.1.1 | ||
- Rename environment variables | ||
Upgrade baseimage: light-baseimage:0.1.1 | ||
|
||
- Fixes : | ||
- OpenLdap container won't start when dhparam.pem is missing in bound volume #13 | ||
Rename environment variables | ||
|
||
Fix : | ||
- OpenLdap container won't start when dhparam.pem is missing in bound volume #13 | ||
|
||
## 1.0.0 | ||
|
||
- Use light-baseimage | ||
- Improve documentation | ||
Use light-baseimage | ||
|
||
Improve documentation | ||
|
||
## 0.10.2 | ||
|
||
- New features: | ||
- Bootstrap config, only on non existing slapd config | ||
- Limit max open file descriptors to fix slapd memory usage (#9) | ||
- Don't disable network access from outside (#8) | ||
- Make log level configurable via environment variable (#7) | ||
- Support for ldaps (#10) | ||
New features : | ||
- Bootstrap config, only on non existing slapd config | ||
- Limit max open file descriptors to fix slapd memory usage (#9) | ||
- Don't disable network access from outside (#8) | ||
- Make log level configurable via environment variable (#7) | ||
- Support for ldaps (#10) | ||
|
||
|
||
- Fixes: | ||
- Unable to start container with the following invocation. (#6) | ||
Fix : | ||
- Unable to start container with the following invocation. (#6) | ||
|
||
## 0.10.1 | ||
|
||
- New features: | ||
- Add ldapi | ||
- Add ldapi | ||
- Add custom ldap schema | ||
- Auto convert .schema to .ldif | ||
New features : | ||
- Add ldapi | ||
- Add custom ldap schema | ||
- Auto convert .schema to .ldif | ||
|
||
|
||
- Fixes : | ||
- Docker VOLUME is not needed to be able to stop a container without losing data (#2) | ||
- starting from old data (#3) | ||
Fix : | ||
- Docker VOLUME is not needed to be able to stop a container without losing data (#2) | ||
- starting from old data (#3) | ||
|
||
## 0.10.0 | ||
- New version initial release | ||
New version initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
NAME = osixia/openldap | ||
VERSION = 1.0.9 | ||
VERSION = 1.1.0 | ||
|
||
.PHONY: all build build-nocache test tag_latest release | ||
|
||
|
Oops, something went wrong.