Skip to content

Commit

Permalink
Release version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Nov 16, 2020
1 parent e4c3fd7 commit 27f25eb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v3.0.1](https://github.com/icinga/puppet-icingaweb2/tree/v3.0.1) (2020-11-16)
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.0.0...v3.0.1)

**Fixed bugs:**

- add mssql, oci, oracle, ibmi and sqlite as new db\_types for resources [\#278](https://github.com/Icinga/puppet-icingaweb2/pull/278) ([lbetz](https://github.com/lbetz))

## [v3.0.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.0.0) (2020-10-14)
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.4.1...v3.0.0)

Expand Down Expand Up @@ -321,4 +328,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)*
4 changes: 2 additions & 2 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1597,9 +1597,9 @@ Default value: ``undef``

##### `db_type`

Data type: `Optional[Enum['mysql', 'pgsql']]`
Data type: `Optional[Enum['mysql', 'pgsql', 'mssql', 'oci', 'oracle', 'ibm', 'sqlite']]`

Supported DB types are `mysql` and `pgsql`.
Set database type to connect.

Default value: ``undef``

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-icingaweb2",
"version": "3.0.0",
"version": "3.0.1",
"author": "Icinga Team",
"summary": "Icinga Web 2 Puppet Module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 27f25eb

Please sign in to comment.