From c381e2de01710fbac6efcf4f506e4f6ec80864c7 Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Fri, 20 Jul 2018 12:55:28 -0400 Subject: [PATCH] Release 2.6.0 --- CHANGELOG.md | 18 ++++++++++++++++++ metadata.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7fa5009..1538725e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # treydock-keycloak changelog +## [2.6.0](https://github.com/treydock/puppet-module-keycloak/tree/2.6.0) (2018-07-20) +[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/2.5.0...2.6.0) + +**Implemented enhancements:** + +- Add search\_scope and custom\_user\_search\_filter properties to keycloak\_ldap\_user\_provider type [\#29](https://github.com/treydock/puppet-module-keycloak/pull/29) ([treydock](https://github.com/treydock)) + +**Closed issues:** + +- Support customUserSearchFilter [\#25](https://github.com/treydock/puppet-module-keycloak/issues/25) + +**Merged pull requests:** + +- Use puppet-strings for documentation [\#30](https://github.com/treydock/puppet-module-keycloak/pull/30) ([treydock](https://github.com/treydock)) +- Fix for keycloak\_protocol\_mapper type property and type unit test improvements [\#28](https://github.com/treydock/puppet-module-keycloak/pull/28) ([treydock](https://github.com/treydock)) +- Explicitly define all type properties [\#27](https://github.com/treydock/puppet-module-keycloak/pull/27) ([treydock](https://github.com/treydock)) +- Improve acceptance tests [\#26](https://github.com/treydock/puppet-module-keycloak/pull/26) ([treydock](https://github.com/treydock)) + ## [2.5.0](https://github.com/treydock/puppet-module-keycloak/tree/2.5.0) (2018-07-18) [Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/2.4.0...2.5.0) diff --git a/metadata.json b/metadata.json index 1d4bfaf6..fbd2c2ef 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "treydock-keycloak", - "version": "2.5.0", + "version": "2.6.0", "author": "treydock", "summary": "Keycloak Puppet module", "license": "Apache-2.0",