Skip to content

Commit

Permalink
release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Sep 8, 2021
1 parent 9e205fb commit 9578caa
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,21 @@ 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]
## [4.1.0] - 2021-09-08

### Added
- Add new parameter `$manage_service` ([#9])
- Add support for `followReferrals` in LDAP parameters ([#11])

### Changed
- Update list of supported Puppet and operating system releases
- Bump module dependency versions

### Fixed
- Fix typos in README ([#10])

### Removed
- Remove support for EOL operating system releases

## [4.0.0] - 2020-05-15
This is a new major release in an ongoing effort to modernize the module.
Expand Down Expand Up @@ -69,10 +83,14 @@ 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/v4.0.0...HEAD
[Unreleased]: https://github.com/markt-de/puppet-sonarqube/compare/v4.1.0...HEAD
[4.1.0]: https://github.com/markt-de/puppet-sonarqube/compare/v4.0.0...v4.1.0
[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
[#11]: https://github.com/markt-de/puppet-sonarqube/pull/11
[#10]: https://github.com/markt-de/puppet-sonarqube/pull/10
[#9]: https://github.com/markt-de/puppet-sonarqube/pull/9
[#4]: https://github.com/markt-de/puppet-sonarqube/pull/4
[#2]: https://github.com/markt-de/puppet-sonarqube/pull/2
[#1]: https://github.com/markt-de/puppet-sonarqube/pull/1
Expand Down
15 changes: 6 additions & 9 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,55 +10,52 @@
"dependencies": [
{
"name": "puppet/archive",
"version_requirement": ">=4.0.0 <5.0.0"
"version_requirement": ">=4.0.0 <7.0.0"
},
{
"name": "puppetlabs/java",
"version_requirement": ">=6.2.0 <7.0.0"
"version_requirement": ">=6.2.0 <8.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.13.1 <7.0.0"
"version_requirement": ">=4.13.1 <9.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7",
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7",
"8"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8",
"9",
"10"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04",
"18.04",
"20.04"
"20.04",
"21.04"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 5.0.0 < 7.0.0"
"version_requirement": ">= 6.0.0 < 8.0.0"
}
],
"tags": [
Expand Down

0 comments on commit 9578caa

Please sign in to comment.