Skip to content

Commit 8516850

Browse files
committed
Release v13.0.0
1 parent 2a52c3e commit 8516850

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
## [v13.0.0](https://github.com/treydock/puppet-module-keycloak/tree/v13.0.0) (2024-10-19)
6+
7+
[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v12.1.1...v13.0.0)
8+
9+
### Changed
10+
11+
- Require stdlib 9.x and update module dependency version ranges [\#324](https://github.com/treydock/puppet-module-keycloak/pull/324) ([treydock](https://github.com/treydock))
12+
- Adjust keycloak\_required\_action resource to not use metaparameter alias [\#321](https://github.com/treydock/puppet-module-keycloak/pull/321) ([TuningYourCode](https://github.com/TuningYourCode))
13+
514
## [v12.1.1](https://github.com/treydock/puppet-module-keycloak/tree/v12.1.1) (2024-10-19)
615

716
[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v12.1.0...v12.1.1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ This module may work on earlier versions but this is the only version tested.
196196
| 19.x - 21.x | 9.x |
197197
| 21.x | 10.x |
198198
| 22.x - 24.x | 11.x |
199-
| 25.x | 12.x |
199+
| 25.x | 12.x - 13.x |
200200
| -----------------|---------------------------------|
201201

202202
## Usage

REFERENCE.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3854,7 +3854,6 @@ Manage Keycloak required actions
38543854
```puppet
38553855
keycloak_required_action { 'webauthn-register on master':
38563856
ensure => present,
3857-
alias => 'webauthn-register',
38583857
provider_id => 'webauthn-register',
38593858
display_name => 'Webauthn Register',
38603859
default => true,
@@ -3916,16 +3915,11 @@ Required action priority
39163915

39173916
The following parameters are available in the `keycloak_required_action` type.
39183917

3919-
* [`alias`](#-keycloak_required_action--alias)
39203918
* [`name`](#-keycloak_required_action--name)
39213919
* [`provider`](#-keycloak_required_action--provider)
39223920
* [`provider_id`](#-keycloak_required_action--provider_id)
39233921
* [`realm`](#-keycloak_required_action--realm)
39243922

3925-
##### <a name="-keycloak_required_action--alias"></a>`alias`
3926-
3927-
Alias.
3928-
39293923
##### <a name="-keycloak_required_action--name"></a>`name`
39303924

39313925
namevar
@@ -3939,7 +3933,7 @@ Puppet will usually discover the appropriate provider for your platform.
39393933

39403934
##### <a name="-keycloak_required_action--provider_id"></a>`provider_id`
39413935

3942-
providerId of the required action. Default to `alias`
3936+
providerId of the required action.
39433937

39443938
##### <a name="-keycloak_required_action--realm"></a>`realm`
39453939

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": "12.1.1",
3+
"version": "13.0.0",
44
"author": "treydock",
55
"summary": "Keycloak Puppet module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)