Skip to content

v8.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jun 12:41
Immutable release. Only release title and notes can be modified.
5510686

Ansible Collection: checkmk.general

For information about this collection and how to install it, refer to the README.

Breaking Changes / Porting Guide

  • User module - The parameter auth_type no longer defaults to password. Playbooks that create a new user and rely on this default must now set auth_type explicitly. Existing playbooks that already pass auth_type are unaffected.

Bugfixes

  • User module - Fix editing of users that authenticate via LDAP or SAML. Since 7.1.0, the parameter auth_type defaulted to password, so every edit of an existing user silently reset LDAP- or SAML-authenticated users to local authentication. The default has been removed and the authentication option is now only changed when auth_type, password or enforce_password_change is set explicitly.

For a detailed changelog, refer to the CHANGELOG.