Skip to content

Commit 078b5cc

Browse files
committed
Release v12.1.0
1 parent 3f079ed commit 078b5cc

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [v12.1.0](https://github.com/treydock/puppet-module-keycloak/tree/v12.1.0) (2024-08-25)
6+
7+
[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v12.0.0...v12.1.0)
8+
9+
### Added
10+
11+
- Add syslog settings to `configs` type [\#318](https://github.com/treydock/puppet-module-keycloak/pull/318) ([saz](https://github.com/saz))
12+
513
## [v12.0.0](https://github.com/treydock/puppet-module-keycloak/tree/v12.0.0) (2024-07-12)
614

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

REFERENCE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4239,7 +4239,7 @@ Struct[{
42394239
Optional['vault-file'] => Stdlib::Absolutepath,
42404240
Optional['vault-pass'] => Variant[String[1], Sensitive],
42414241
Optional['vault-type'] => Enum['PKCS12'],
4242-
Optional['log'] => Array[Enum['console','file','gelf']],
4242+
Optional['log'] => Array[Enum['console','file','gelf','syslog']],
42434243
Optional['log-console-color'] => Boolean,
42444244
Optional['log-console-format'] => String[1],
42454245
Optional['log-console-output'] => Enum['default','json'],
@@ -4255,6 +4255,10 @@ Struct[{
42554255
Optional['log-gelf-max-message-size'] => Integer,
42564256
Optional['log-gelf-port'] => Stdlib::Port,
42574257
Optional['log-gelf-timestamp-format'] => String[1],
4258+
Optional['log-syslog-protocol'] => Enum['tcp','udp','ssl-tcp'],
4259+
Optional['log-syslog-endpoint'] => String[1],
4260+
Optional['log-syslog-format'] => String[1],
4261+
Optional['log-syslog-output'] => Enum['json','default'],
42584262
Optional['log-level'] => String[1],
42594263
Optional['tls-hostname-verifier'] => Enum['ANY','WILDCARD','STRICT'],
42604264
Optional['truststore-paths'] => Array[String[1]],

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

0 commit comments

Comments
 (0)