Skip to content

Commit

Permalink
Release v8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Oct 10, 2022
1 parent 5740055 commit 2509852
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [v8.2.0](https://github.com/treydock/puppet-module-keycloak/tree/v8.2.0) (2022-10-10)

[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v8.1.0...v8.2.0)

### Added

- Support MySQL module 13.x [\#256](https://github.com/treydock/puppet-module-keycloak/pull/256) ([treydock](https://github.com/treydock))
- Use http-relative-path for wrapper\_server [\#254](https://github.com/treydock/puppet-module-keycloak/pull/254) ([nblock](https://github.com/nblock))

### Fixed

- Use a regular string for cache-config-file option [\#255](https://github.com/treydock/puppet-module-keycloak/pull/255) ([nblock](https://github.com/nblock))

## [v8.1.0](https://github.com/treydock/puppet-module-keycloak/tree/v8.1.0) (2022-07-13)

[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v8.0.0...v8.1.0)
Expand Down
11 changes: 10 additions & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ The following parameters are available in the `keycloak` class:
* [`http_host`](#http_host)
* [`http_port`](#http_port)
* [`https_port`](#https_port)
* [`http_relative_path`](#http_relative_path)
* [`manage_user`](#manage_user)
* [`user`](#user)
* [`user_shell`](#user_shell)
Expand Down Expand Up @@ -345,6 +346,14 @@ HTTPS port

Default value: `8443`

##### <a name="http_relative_path"></a>`http_relative_path`

Data type: `Pattern[/^\/.*/]`

Set the path relative to '/' for serving resources. The path must start with a '/'.

Default value: `'/'`

##### <a name="manage_user"></a>`manage_user`

Data type: `Boolean`
Expand Down Expand Up @@ -3721,7 +3730,7 @@ Alias of
```puppet
Struct[{
Optional['cache'] => Enum['local', 'ispn'],
Optional['cache-config-file'] => Stdlib::Absolutepath,
Optional['cache-config-file'] => String[1],
Optional['cache-stack'] => Enum['tcp','udp','kubernetes','ec2','azure','google'],
Optional['db'] => Enum['dev-file','dev-mem','mariadb','mysql','oracle','postgres'],
Optional['db-password'] => String[1],
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": "8.1.0",
"version": "8.2.0",
"author": "treydock",
"summary": "Keycloak Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 2509852

Please sign in to comment.