From 1f89e88921f90b6f9ac8c3e1e7de6b0d5d010bb9 Mon Sep 17 00:00:00 2001 From: Jonathan Gazeley Date: Tue, 29 Oct 2019 15:11:20 +0000 Subject: [PATCH] Prepare release 3.9.0 --- CHANGELOG.md | 9 +++++++++ metadata.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70420552..dd9f7865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## Changelog +### 3.9.0 + * Bugfix: Fix mismatch between `tls_verify_client` parameter in the eap module manifest and `tls_client` in the eap template (thanks @guest715) + * Bugfix: Fix users template permits the users array to contain either Hashes or Strings (thanks @guest715) + * Bugfix: Create ippool files in freerad::module::ippool (thanks @amateo) + * Convert module packaging to PDK + * Update OS & Puppet version compatibility data + * Lint fixes + * Add data type validation for all parameters + ### 3.8.2 * Bugfix: Fix for client iptables rules being repeatedly added by subsequent Puppet runs (thanks @guest715) * Bugfix: Module file notifies service, not only symlink (thanks @ihpu) diff --git a/metadata.json b/metadata.json index bbbe395e..71f68fac 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "jgazeley-freeradius", - "version": "3.8.2", + "version": "3.9.0", "author": "jgazeley", "summary": "Install and configure FreeRADIUS", "license": "Apache-2.0",