Skip to content

Commit 2db6a11

Browse files
committed
Release v7.11.0
1 parent d2e3239 commit 2db6a11

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [v7.11.0](https://github.com/treydock/puppet-module-keycloak/tree/v7.11.0) (2021-11-05)
6+
7+
[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v7.10.0...v7.11.0)
8+
9+
### Added
10+
11+
- Replace CentOS 8 support with Rocky 8 [\#221](https://github.com/treydock/puppet-module-keycloak/pull/221) ([treydock](https://github.com/treydock))
12+
- Support stdlib 8.x, mysql 12.x and use puppet/systemd [\#220](https://github.com/treydock/puppet-module-keycloak/pull/220) ([treydock](https://github.com/treydock))
13+
- Add id parameter to keycloak::freeipa\_user\_provider [\#219](https://github.com/treydock/puppet-module-keycloak/pull/219) ([treydock](https://github.com/treydock))
14+
515
## [v7.10.0](https://github.com/treydock/puppet-module-keycloak/tree/v7.10.0) (2021-09-22)
616

717
[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v7.9.1...v7.10.0)

REFERENCE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,6 +1231,7 @@ keycloak::freeipa_user_provider { 'ipa.example.org':
12311231
The following parameters are available in the `keycloak::freeipa_user_provider` defined type:
12321232

12331233
* [`ensure`](#ensure)
1234+
* [`id`](#id)
12341235
* [`ipa_host`](#ipa_host)
12351236
* [`realm`](#realm)
12361237
* [`bind_dn`](#bind_dn)
@@ -1249,6 +1250,14 @@ LDAP user provider status
12491250

12501251
Default value: `'present'`
12511252

1253+
##### <a name="id"></a>`id`
1254+
1255+
Data type: `Optional[String]`
1256+
1257+
ID to use for user provider
1258+
1259+
Default value: ``undef``
1260+
12521261
##### <a name="ipa_host"></a>`ipa_host`
12531262

12541263
Data type: `Stdlib::Host`

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "treydock-keycloak",
3-
"version": "7.10.0",
3+
"version": "7.11.0",
44
"author": "treydock",
55
"summary": "Keycloak Puppet module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)