diff --git a/CODEOWNERS b/CODEOWNERS index de2199cf1..7ae68dc25 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,6 +2,7 @@ /tests/ @robin-checkmk /roles/ @robin-checkmk /playbooks/ @robin-checkmk +/plugins/lookup/version.py @lgetwan /plugins/modules/ @lgetwan /plugins/module_utils/ @godspeed-you /plugins/modules/user.py @lgetwan diff --git a/changelogs/fragments/discovery.yml b/changelogs/fragments/discovery.yml index 4f179df9f..2a6e23bdc 100644 --- a/changelogs/fragments/discovery.yml +++ b/changelogs/fragments/discovery.yml @@ -1,2 +1,2 @@ minor_changes: - - Discovery module - Added handling of 409 response. \ No newline at end of file + - Discovery module - Add handling for 409 response. diff --git a/requirements.yml b/requirements.yml index f028cc114..fea66ba04 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,4 +1,3 @@ --- collections: - name: checkmk.general - - name: community.docker