Skip to content

Commit

Permalink
Release version 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Frosch <[email protected]>
  • Loading branch information
lazyfrosch committed May 20, 2019
1 parent 289a31b commit 6c5762b
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 10 deletions.
9 changes: 6 additions & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@
Alexandre Beche <[email protected]>
Andrew Choo <[email protected]>
Benjamin Krein <[email protected]>
Bill Scheidegger <[email protected]>
Blerim Sheqa <[email protected]>
Bram Vogelaar <[email protected]>
CV <[email protected]>
[email protected] <[email protected]>
Devin Christensen <[email protected]>
Eric Zounes <[email protected]>
Florian Baumann <[email protected]>
James Weakly <[email protected]>
Jan Collijs <[email protected]>
Johan Fleury <[email protected]>
Josh Beard <[email protected]>
Khanh Ngo <[email protected]>
Lennart Betz <[email protected]>
Leo Antunes <[email protected]>
Lorenz Bischof <[email protected]>
marco.fretz <[email protected]>
Markus Frosch <[email protected]>
Matthias Baur <[email protected]>
Michael Friedrich <[email protected]>
Nicolas Dandrimont <[email protected]>
Paolo Schiro <[email protected]>
Peter Souter <[email protected]>
plarivee <[email protected]>
Robert Waffen <[email protected]>
Rudy Gevaert <[email protected]>
Sebastian Brückner <[email protected]>
Expand All @@ -31,6 +37,3 @@ Tom De Vylder <[email protected]>
Tomislav Dukaric <[email protected]>
Vladimir Smirnov <[email protected]>
Zach Leslie <[email protected]>
[email protected] <[email protected]>
marco.fretz <[email protected]>
plarivee <[email protected]>
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Change Log

## [v2.3.0](https://github.com/Icinga/puppet-icingaweb2/tree/v2.3.0) (2019-05-20)
[Full Changelog](https://github.com/Icinga/puppet-icingaweb2/compare/v2.2.0...v2.3.0)

**Implemented enhancements:**

- Support puppet 6 [\#220](https://github.com/Icinga/puppet-icingaweb2/issues/220)
- add logging facility and application to config [\#230](https://github.com/Icinga/puppet-icingaweb2/pull/230) ([costela](https://github.com/costela))
- Support Puppet 6 [\#226](https://github.com/Icinga/puppet-icingaweb2/pull/226) ([wdschei](https://github.com/wdschei))
- add config section to adjust the cookie path [\#218](https://github.com/Icinga/puppet-icingaweb2/pull/218) ([XnS](https://github.com/XnS))

**Fixed bugs:**

- Parameter url of module::graphite has to be optional [\#223](https://github.com/Icinga/puppet-icingaweb2/issues/223)
- Docs: icingaweb2::config::resource 'port' requires an integer, not a string [\#231](https://github.com/Icinga/puppet-icingaweb2/pull/231) ([dnsmichi](https://github.com/dnsmichi))

**Closed issues:**

- support puppet/stdlib \> 5.0 [\#232](https://github.com/Icinga/puppet-icingaweb2/issues/232)
- icingaweb2::module::puppetdb tests are failing [\#216](https://github.com/Icinga/puppet-icingaweb2/issues/216)

**Merged pull requests:**

- Set confdir in the rspec context \(fixes \#216\) [\#217](https://github.com/Icinga/puppet-icingaweb2/pull/217) ([johanfleury](https://github.com/johanfleury))
- Avoid duplicate inisection declarations [\#215](https://github.com/Icinga/puppet-icingaweb2/pull/215) ([johanfleury](https://github.com/johanfleury))

## [v2.2.0](https://github.com/Icinga/puppet-icingaweb2/tree/v2.2.0) (2018-05-14)
[Full Changelog](https://github.com/Icinga/puppet-icingaweb2/compare/v2.1.0...v2.2.0)

Expand Down Expand Up @@ -224,4 +249,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
12 changes: 7 additions & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release Workflow
Before submitting a new release, make sure all relevant pull requests and local branches have been merged to the
Before submitting a new release, make sure all relevant pull requests and local branches have been merged to the
`master` branch. All tests must pass before a release is tagged.


Expand All @@ -24,21 +24,23 @@ github_changelog_generator -t <github-access-token> --future-release=v2.0.0
```

## 3. Version
Version numbers are incremented regarding the [SemVer 1.0.0] specification.
Version numbers are incremented regarding the [SemVer 1.0.0] specification.
Update the version number in `metadata.json`.

## 4. Git Tag
Commit all changes to the `master` branch

``` bash
git commit -v -a -m "Release version <VERSION>"
VERSION=2.3.0

git commit -v -a -m "Release version $VERSION"
git push
```

Tag the release

``` bash
git tag -m "Version <VERSION>" v<VERSION>
git tag -m "Version $VERSION" "v$VERSION"
```

Push tags
Expand All @@ -56,4 +58,4 @@ The module is uploaded automatically to Puppet Forge by TravisCI when a new tag
[CHANGELOG.md]: CHANGELOG.md
[AUTHORS]: AUTHORS
[.mailmap]: .mailmap
[forge.puppet.com]: https://forge.puppet.com/
[forge.puppet.com]: https://forge.puppet.com/
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icinga-icingaweb2",
"version": "2.2.0",
"version": "2.3.0",
"author": "Icinga Development Team",
"summary": "Icinga Web 2 Puppet Module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 6c5762b

Please sign in to comment.