Skip to content

Commit

Permalink
Release version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Apr 19, 2023
1 parent f2a064b commit 2c20194
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v1.2.3](https://github.com/netways/icinga-installer/tree/v1.2.3) (2023-04-19)
[Full Changelog](https://github.com/netways/icinga-installer/compare/v1.2.2...v1.2.3)

**Fixed bugs:**

- Mysql::Db\[icingadb\]: parameter 'tls\_options' expects a value of type Undef or Array, got String [\#64](https://github.com/NETWAYS/icinga-installer/issues/64)
- Downgrade mysql module because of api changes for tis\_options in mysql::db [\#65](https://github.com/NETWAYS/icinga-installer/pull/65) ([lbetz](https://github.com/lbetz))

## [v1.2.2](https://github.com/netways/icinga-installer/tree/v1.2.2) (2023-04-15)
[Full Changelog](https://github.com/netways/icinga-installer/compare/v1.2.1...v1.2.2)

Expand Down
3 changes: 2 additions & 1 deletion doc/08-User-Group-Backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ icingaweb2::user_backends:
'ad-auth':
backend: msldap
resource: ad-auth
ldap_filter: '(memberof:1.2.840.113556.1.4.1941:=CN=icinga,OU=groups,DC=icinga,DC=com)'
ldap_filter: '((memberof:1.2.840.113556.1.4.1941:=CN=icinga,OU=groups,DC=icinga,DC=com)(!(userAccountControl:1.2.840.113556.1.4.803:=2))'
order: '00'
icingaweb2::group_backends:
'ad-auth':
backend: msldap
resource: ad-auth
ldap_group_filter: memberof:1.2.840.113556.1.4.1941:=CN=icinga,OU=groups,DC=icinga,DC=com
ldap_user_backend: ad-auth
order: '00'
```
2 changes: 1 addition & 1 deletion modules/install/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icinga-installer",
"version": "1.2.2",
"version": "1.2.3",
"author": "NETWAYS",
"summary": "Puppet Module for the Icinga-Installer.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 2c20194

Please sign in to comment.