Skip to content

Commit

Permalink
Release v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Oct 19, 2024
1 parent 2a52c3e commit 8516850
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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).

## [v13.0.0](https://github.com/treydock/puppet-module-keycloak/tree/v13.0.0) (2024-10-19)

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

### Changed

- 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))
- 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))

## [v12.1.1](https://github.com/treydock/puppet-module-keycloak/tree/v12.1.1) (2024-10-19)

[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v12.1.0...v12.1.1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ This module may work on earlier versions but this is the only version tested.
| 19.x - 21.x | 9.x |
| 21.x | 10.x |
| 22.x - 24.x | 11.x |
| 25.x | 12.x |
| 25.x | 12.x - 13.x |
| -----------------|---------------------------------|

## Usage
Expand Down
8 changes: 1 addition & 7 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3854,7 +3854,6 @@ Manage Keycloak required actions
```puppet
keycloak_required_action { 'webauthn-register on master':
ensure => present,
alias => 'webauthn-register',
provider_id => 'webauthn-register',
display_name => 'Webauthn Register',
default => true,
Expand Down Expand Up @@ -3916,16 +3915,11 @@ Required action priority

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

* [`alias`](#-keycloak_required_action--alias)
* [`name`](#-keycloak_required_action--name)
* [`provider`](#-keycloak_required_action--provider)
* [`provider_id`](#-keycloak_required_action--provider_id)
* [`realm`](#-keycloak_required_action--realm)

##### <a name="-keycloak_required_action--alias"></a>`alias`

Alias.

##### <a name="-keycloak_required_action--name"></a>`name`

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

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

providerId of the required action. Default to `alias`
providerId of the required action.

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

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "treydock-keycloak",
"version": "12.1.1",
"version": "13.0.0",
"author": "treydock",
"summary": "Keycloak Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 8516850

Please sign in to comment.