From c8387ebb7193d0c1623e462af7c2b57ff30c61e7 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Fri, 15 May 2020 22:57:48 +0200 Subject: [PATCH] release 4.0.0 --- CHANGELOG.md | 5 ++++- metadata.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b61993..427ae58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [4.0.0] - 2020-05-15 This is a new major release in an ongoing effort to modernize the module. NOTE: The change of the PID file could cause issues; it is recommended to update SonarQube to a new version while deploying this module version to ensure that the startup script uses the new PID file. @@ -67,7 +69,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.1.0...HEAD +[Unreleased]: https://github.com/markt-de/puppet-sonarqube/compare/v4.0.0...HEAD +[4.0.0]: https://github.com/markt-de/puppet-sonarqube/compare/v3.1.0...v4.0.0 [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 [#4]: https://github.com/markt-de/puppet-sonarqube/pull/4 diff --git a/metadata.json b/metadata.json index 99aeb1b..1a6b165 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "fraenki-sonarqube", - "version": "3.1.0", + "version": "4.0.0", "author": "fraenki", "summary": "SonarQube installation and configuration", "license": "Apache-2.0",