Skip to content

Commit

Permalink
Release v10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Apr 14, 2023
1 parent ddb3f1d commit 4b165b9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [v10.1.0](https://github.com/treydock/puppet-module-keycloak/tree/v10.1.0) (2023-04-14)

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

### Added

- Add db\_encoding parameter for postgres [\#287](https://github.com/treydock/puppet-module-keycloak/pull/287) ([treydock](https://github.com/treydock))

## [v10.0.1](https://github.com/treydock/puppet-module-keycloak/tree/v10.0.1) (2023-04-10)

[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v10.0.0...v10.0.1)
Expand Down
9 changes: 9 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ The following parameters are available in the `keycloak` class:
* [`db_password`](#db_password)
* [`db_charset`](#db_charset)
* [`db_collate`](#db_collate)
* [`db_encoding`](#db_encoding)
* [`features`](#features)
* [`features_disabled`](#features_disabled)
* [`truststore`](#truststore)
Expand Down Expand Up @@ -532,6 +533,14 @@ MySQL and MariaDB database collate

Default value: `'utf8_general_ci'`

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

Data type: `String`

PostgreSQL database encoding

Default value: `'UTF8'`

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

Data type: `Optional[Array[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": "10.0.1",
"version": "10.1.0",
"author": "treydock",
"summary": "Keycloak Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4b165b9

Please sign in to comment.