forked from sorenisanerd/puppetlabs-keystone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
29 lines (29 loc) · 1.21 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2013-03-19 - Version 1.1.1
- add dep from host_access to db sync
2013-03-19 - Version 1.1.0
- update travis matrix, add 3.x, 1.9.3 support
- update config types to support purging (pending inifile release)
- add more rescues to keystone types to handle empty fields
- Adding the ability to specify https for the public endpoint
- Move keystone ldap class to correct file.
2012-11-02 - Version 1.0.1
* update dependencies
2012-11-02 - Version 1.0.0
* Adds region to be part of the namevar for endpoints (breaks backwards compat)
* Add full support for travisci
* Unset password defaults. Force users to provide password. (breaks backwards compat)
* Replace concat with inifile (breaks backwards compat)
* Adds native types for managing all config
* Adds folsom support
* Drops essex support
* Changes log_verbose and log_debug to verbose,debug
* Documentation updates
* Improved error handling
* Adds db config to keystone class
2012-10-08 - Version 0.2.0
* add enable parameter
* add initial postgres classes
* keystone native type performance improvements
* support of multi-line field values for keystone native types
* add parameters for setting public, internal, and admin endpoints
* allow keystone to bind to non-localhost interfaces