Skip to content

Commit

Permalink
release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Oct 31, 2022
1 parent cff4aa1 commit 89bedb5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
## [5.0.0] - 2022-10-31
This is a new major release and contains breaking changes. Of note is the
new requirement to specify the `$version` parameter using SonarQubes
4 digit version number.
Expand Down Expand Up @@ -128,7 +128,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/v4.2.0...HEAD
[Unreleased]: https://github.com/markt-de/puppet-sonarqube/compare/v5.0.0...HEAD
[5.0.0]: https://github.com/markt-de/puppet-sonarqube/compare/v4.2.0...v5.0.0
[4.2.0]: https://github.com/markt-de/puppet-sonarqube/compare/v4.1.0...v4.2.0
[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
Expand Down
19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
3. [Reference](#reference)
4. [Development](#development)
- [Contributing](#contributing)
- [Fork](#fork)
5. [License](#license)

## Overview
Expand All @@ -36,6 +35,8 @@ class { 'sonarqube':
}
```

NOTE: The `$version` parameter expects a 4 digit version number (1.2.3.4), which can be found on the SonarQube download page (hidden in the filename).

A more complex example could look like this:

```puppet
Expand Down Expand Up @@ -164,24 +165,10 @@ Please use the GitHub issues functionality to report any bugs or requests for ne

All contributions must pass all existing tests, new features should provide additional unit/acceptance tests.

### Fork

This is a fork of the now-defunct maestrodev/puppet-sonarqube with the following upstream PRs (partially) applied in 02/2019:

* https://github.com/maestrodev/puppet-sonarqube/pull/75
* https://github.com/maestrodev/puppet-sonarqube/pull/78
* https://github.com/maestrodev/puppet-sonarqube/pull/80
* https://github.com/maestrodev/puppet-sonarqube/pull/81
* https://github.com/maestrodev/puppet-sonarqube/pull/89
* https://github.com/maestrodev/puppet-sonarqube/pull/92
* https://github.com/maestrodev/puppet-sonarqube/pull/95
* https://github.com/maestrodev/puppet-sonarqube/pull/96
* https://github.com/maestrodev/puppet-sonarqube/pull/97

## License

```
Copyright 2019-2020 markt.de GmbH & Co. KG
Copyright 2019-2022 markt.de GmbH & Co. KG
Copyright 2011-2013 MaestroDev, Inc
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fraenki-sonarqube",
"version": "4.2.0",
"author": "fraenki",
"version": "5.0.0",
"author": "markt.de",
"summary": "SonarQube installation and configuration",
"license": "Apache-2.0",
"source": "http://github.com/markt-de/puppet-sonarqube",
Expand Down

0 comments on commit 89bedb5

Please sign in to comment.