From b48bc43689e79e4b230a42f4cdf466a326bf5ffa Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Mon, 16 Nov 2020 22:39:24 +0100 Subject: [PATCH] release 2.2.0 --- CHANGELOG.md | 5 +++-- metadata.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f00df..10cba41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/spec/v2.0.0.html). -## [Unreleased] +## [2.2.0] - 2020-11-16 This release fixes a major bug when using self-signed certificates. In previous releases the internal CA certificate was created without the required extensions. As a result, using LDAPS could lead to various SSL errors. Note @@ -117,7 +117,8 @@ This release adds the ability to manage the content of both `ds_389::add` and `d ## 1.0.0 - 2017-10-27 * Initial release. -[Unreleased]: https://github.com/markt-de/puppet-ds_389/compare/v2.1.0...HEAD +[Unreleased]: https://github.com/markt-de/puppet-ds_389/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/markt-de/puppet-ds_389/compare/2.1.0...2.2.0 [2.1.0]: https://github.com/markt-de/puppet-ds_389/compare/2.0.0...2.1.0 [2.0.0]: https://github.com/markt-de/puppet-ds_389/compare/1.1.7...2.0.0 [1.1.7]: https://github.com/markt-de/puppet-ds_389/compare/1.1.6...1.1.7 diff --git a/metadata.json b/metadata.json index 507d128..c77e8b8 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "fraenki-ds_389", - "version": "2.1.0", + "version": "2.2.0", "author": "markt.de", "summary": "Module for installing and managing 389 Directory Server", "license": "Apache-2.0",