Skip to content

Commit

Permalink
Release v11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Apr 19, 2024
1 parent 9a42b33 commit 9c92891
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
15 changes: 14 additions & 1 deletion 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).

## [v11.0.2](https://github.com/treydock/puppet-module-keycloak/tree/v11.0.2) (2024-04-19)

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

### Added

- allow absolute path for package\_url parameter [\#305](https://github.com/treydock/puppet-module-keycloak/pull/305) ([trefzer](https://github.com/trefzer))

### Fixed

- Bugfix: remove double declaration of "log-level" [\#308](https://github.com/treydock/puppet-module-keycloak/pull/308) ([sircubbi](https://github.com/sircubbi))
- Fix \#306 - Retrieve parentId by realm name [\#307](https://github.com/treydock/puppet-module-keycloak/pull/307) ([TuningYourCode](https://github.com/TuningYourCode))

## [v11.0.1](https://github.com/treydock/puppet-module-keycloak/tree/v11.0.1) (2023-09-22)

[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v11.0.0...v11.0.1)
Expand Down Expand Up @@ -352,7 +365,7 @@ All notable changes to this project will be documented in this file. The format

### Added

- Added support for bearer-only configuration of keycloak\_client [\#207](https://github.com/treydock/puppet-module-keycloak/pull/207) ([verrydtj](https://github.com/verrydtj))
- Added support for bearer-only configuration of keycloak\_client [\#207](https://github.com/treydock/puppet-module-keycloak/pull/207) ([ghost](https://github.com/ghost))

## [v7.7.1](https://github.com/treydock/puppet-module-keycloak/tree/v7.7.1) (2021-08-23)

Expand Down
1 change: 0 additions & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3982,7 +3982,6 @@ Struct[{
Optional['log-file'] => Stdlib::Absolutepath,
Optional['log-file-format'] => String[1],
Optional['log-file-output'] => Enum['default','json'],
Optional['log-level'] => String[1],
Optional['log-gelf-facility'] => String[1],
Optional['log-gelf-host'] => Stdlib::Host,
Optional['log-gelf-include-location'] => Boolean,
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": "11.0.1",
"version": "11.0.2",
"author": "treydock",
"summary": "Keycloak Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9c92891

Please sign in to comment.