Skip to content

Commit

Permalink
release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Jan 3, 2023
1 parent 359cff2 commit 59bc47f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ 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]
## [5.1.0] - 2023-01-04

### Added
- Add new parameter `$helper_dir` ([#27])

### Changed
- Increase NOFILE and NPROC service limits ([#25])
- Increase MAX_MAP_COUNT service limit ([#26])
- Run acceptance tests with latest version 9.8.0

### Fixed
Expand Down Expand Up @@ -143,6 +148,9 @@ migrate from maestrodev/sonarqube to this version with only minor modifications.
[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
[#27]: https://github.com/markt-de/puppet-sonarqube/pull/27
[#26]: https://github.com/markt-de/puppet-sonarqube/pull/26
[#25]: https://github.com/markt-de/puppet-sonarqube/pull/25
[#24]: https://github.com/markt-de/puppet-sonarqube/pull/24
[#23]: https://github.com/markt-de/puppet-sonarqube/pull/23
[#22]: https://github.com/markt-de/puppet-sonarqube/pull/22
Expand Down
6 changes: 6 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,12 @@ Optional JVM options for embedded elasticsearch server.

Default value: ``undef``

##### `helper_dir`

Data type: `Stdlib::Absolutepath`

Specifies the directory for Sonarqube Helper scripts.

### `sonarqube::runner`

Install and configure SonarQube Runner
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": "fraenki-sonarqube",
"version": "5.0.0",
"version": "5.1.0",
"author": "markt.de",
"summary": "SonarQube installation and configuration",
"license": "Apache-2.0",
Expand Down

0 comments on commit 59bc47f

Please sign in to comment.