Skip to content

Commit

Permalink
Release v7.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed May 13, 2022
1 parent c22e714 commit 37775e5
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .sync.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
Rakefile:
changelog_since_tag: v6.26.0
changelog_max_issues: 50
changelog_max_issues: 1
.github/workflows/ci.yaml:
unit_name: Puppet ${{ matrix.puppet }} (Ruby ${{ matrix.ruby }} fixtures=${{ matrix.fixtures }})
unit_includes:
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [v7.19.0](https://github.com/treydock/puppet-module-keycloak/tree/v7.19.0) (2022-05-13)

[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v7.18.0...v7.19.0)

### Added

- Allow changing auth URL via auth\_url\_path parameter [\#245](https://github.com/treydock/puppet-module-keycloak/pull/245) ([treydock](https://github.com/treydock))

### Fixed

- fix profile.properties file path in domain mode [\#244](https://github.com/treydock/puppet-module-keycloak/pull/244) ([surcouf](https://github.com/surcouf))

## [v7.18.0](https://github.com/treydock/puppet-module-keycloak/tree/v7.18.0) (2022-04-29)

[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v7.17.0...v7.18.0)
Expand Down
9 changes: 9 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ The following parameters are available in the `keycloak` class:
* [`syslog_port`](#syslog_port)
* [`syslog_server_address`](#syslog_server_address)
* [`syslog_format`](#syslog_format)
* [`auth_url_path`](#auth_url_path)

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

Expand Down Expand Up @@ -1064,6 +1065,14 @@ Syslog format. Either 'RFC3164' or 'RFC5424' Default 'RFC3164'.

Default value: `'RFC3164'`

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

Data type: `String`

The URL path for /auth

Default value: `'/auth'`

### <a name="keycloakconfig"></a>`keycloak::config`

Private class.
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if Bundler.rubygems.find_name('github_changelog_generator').any?
config.user = "#{changelog_user}"
config.project = "#{changelog_project}"
config.since_tag = "v6.26.0"
config.max_issues = 50
config.max_issues = 1
config.future_release = "#{changelog_future_release}"
config.exclude_labels = ['maintenance']
config.header = "# Change log\n\nAll 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)."
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": "7.18.0",
"version": "7.19.0",
"author": "treydock",
"summary": "Keycloak Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 37775e5

Please sign in to comment.