Skip to content

Commit

Permalink
Release version 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Jun 18, 2021
1 parent 922d1d2 commit e24f1be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v3.1.3](https://github.com/icinga/puppet-icinga2/tree/v3.1.3) (2021-06-18)
[Full Changelog](https://github.com/icinga/puppet-icinga2/compare/v3.1.2...v3.1.3)

**Fixed bugs:**

- Attribute severity of object SyslogLogger no longer appears to be optional [\#666](https://github.com/Icinga/puppet-icinga2/issues/666)

## [v3.1.2](https://github.com/icinga/puppet-icinga2/tree/v3.1.2) (2021-05-12)
[Full Changelog](https://github.com/icinga/puppet-icinga2/compare/v3.1.1...v3.1.2)

Expand Down
4 changes: 2 additions & 2 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1896,11 +1896,11 @@ Default value: `present`

##### `severity`

Data type: `Optional[Icinga2::LogSeverity]`
Data type: `Icinga2::LogSeverity`

You can choose the log severity between information, notice, warning or debug.

Default value: ``undef``
Default value: `'warning'`

##### `facility`

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": "icinga-icinga2",
"version": "3.1.2",
"version": "3.1.3",
"author": "Icinga Development Team",
"summary": "Icinga 2 Puppet Module",
"license": "Apache-2.0",
Expand Down

0 comments on commit e24f1be

Please sign in to comment.