From 68407423786635d279b84c546860d77343501e9c Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Mon, 20 Apr 2020 16:06:40 +0200 Subject: [PATCH] release 3.1.0 --- CHANGELOG.md | 7 +++++-- metadata.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a63a2b..a3256d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [3.1.0] - 2020-04-20 + ### Changed - Update OS compatibility: drop SLES and Solaris ### Fixed -- Move sysctl handling to systemd service ([#2]) +- Fix startup error: move sysctl handling to systemd service ([#2]) ## [3.0.0] - 2019-10-23 This is the first release after forking the module. It should be possible to @@ -32,7 +34,8 @@ migrate from maestrodev/sonarqube to this version with only minor modifications. ### Fixed - Fixes for SonarQube 7.9 LTS ([#1]) -[Unreleased]: https://github.com/markt-de/puppet-sonarqube/compare/v3.0.0...HEAD +[Unreleased]: https://github.com/markt-de/puppet-sonarqube/compare/v3.1.0...HEAD +[3.1.0]: https://github.com/markt-de/puppet-sonarqube/compare/v3.0.0...v3.1.0 [3.0.0]: https://github.com/markt-de/puppet-sonarqube/compare/v2.6.7...v3.0.0 [#2]: https://github.com/markt-de/puppet-sonarqube/pull/2 [#1]: https://github.com/markt-de/puppet-sonarqube/pull/1 diff --git a/metadata.json b/metadata.json index 55539c1..75c7cb8 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "fraenki-sonarqube", - "version": "3.0.0", + "version": "3.1.0", "author": "fraenki", "summary": "SonarQube installation and configuration", "license": "Apache-2.0",