Skip to content

Commit ddeb7d5

Browse files
committed
Release v7.8.0
1 parent 17e6390 commit ddeb7d5

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
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+
## [v7.8.0](https://github.com/treydock/puppet-module-keycloak/tree/v7.8.0) (2021-09-01)
6+
7+
[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v7.7.1...v7.8.0)
8+
9+
### Added
10+
11+
- Added support for bearer-only configuration of keycloak\_client [\#207](https://github.com/treydock/puppet-module-keycloak/pull/207) ([verrydtj](https://github.com/verrydtj))
12+
513
## [v7.7.1](https://github.com/treydock/puppet-module-keycloak/tree/v7.7.1) (2021-08-23)
614

715
[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v7.7.0...v7.7.1)

REFERENCE.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,6 +1569,14 @@ Default value: `false`
15691569

15701570
baseUrl
15711571

1572+
##### `bearer_only`
1573+
1574+
Valid values: ``true``, ``false``
1575+
1576+
bearerOnly
1577+
1578+
Default value: `false`
1579+
15721580
##### `browser_flow`
15731581

15741582
authenticationFlowBindingOverrides.browser (Use flow alias, not ID)
@@ -1661,14 +1669,6 @@ enabled
16611669

16621670
Default value: `false`
16631671

1664-
##### `bearer_only`
1665-
1666-
Valid values: ``true``, ``false``
1667-
1668-
bearerOnly
1669-
1670-
Default value: `false`
1671-
16721672
##### `redirect_uris`
16731673

16741674
redirectUris

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

0 commit comments

Comments
 (0)