diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2ae2c1092..45860a7f9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,21 @@ tribe29.checkmk Release Notes .. contents:: Topics +v0.4.0 +====== + +Minor Changes +------------- + +- Initial release of the Checkmk server role. +- The agent role now supports installing baked agents. It will try to install the host-specific agent and fall back to the GENERIC agent. +- The agent role now supports registering hosts for automatic updates and TLS encryption. + +Bugfixes +-------- + +- Improved the exception handling of the discovery module. + v0.3.3 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 75ce70cd0..4db64d839 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -39,4 +39,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.3.3 +version: 0.4.0 diff --git a/changelogs/fragments/fix-51-exceptionhandling.yml b/changelogs/archive/0.4.0/fix-51-exceptionhandling.yml similarity index 100% rename from changelogs/fragments/fix-51-exceptionhandling.yml rename to changelogs/archive/0.4.0/fix-51-exceptionhandling.yml diff --git a/changelogs/fragments/role-agent-baked.yml b/changelogs/archive/0.4.0/role-agent-baked.yml similarity index 100% rename from changelogs/fragments/role-agent-baked.yml rename to changelogs/archive/0.4.0/role-agent-baked.yml diff --git a/changelogs/fragments/role-server.yml b/changelogs/archive/0.4.0/role-server.yml similarity index 100% rename from changelogs/fragments/role-server.yml rename to changelogs/archive/0.4.0/role-server.yml diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f44020d9b..f713a5829 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -111,3 +111,18 @@ releases: fragments: - trailing_slash.yml release_date: '2022-05-30' + 0.4.0: + changes: + bugfixes: + - Improved the exception handling of the discovery module. + minor_changes: + - Initial release of the Checkmk server role. + - The agent role now supports installing baked agents. It will try to install + the host-specific agent and fall back to the GENERIC agent. + - The agent role now supports registering hosts for automatic updates and TLS + encryption. + fragments: + - fix-51-exceptionhandling.yml + - role-agent-baked.yml + - role-server.yml + release_date: '2022-06-23' diff --git a/docs/activation_module.rst b/docs/activation_module.rst index 0d6afd224..053bf2157 100644 --- a/docs/activation_module.rst +++ b/docs/activation_module.rst @@ -42,7 +42,7 @@ tribe29.checkmk.activation module -- Activate changes in Checkmk. .. Collection note .. note:: - This module is part of the `tribe29.checkmk collection `_ (version 0.3.3). + This module is part of the `tribe29.checkmk collection `_ (version 0.4.0). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/discovery_module.rst b/docs/discovery_module.rst index 044cc0360..92a5e5520 100644 --- a/docs/discovery_module.rst +++ b/docs/discovery_module.rst @@ -42,7 +42,7 @@ tribe29.checkmk.discovery module -- Discover services in Checkmk. .. Collection note .. note:: - This module is part of the `tribe29.checkmk collection `_ (version 0.3.3). + This module is part of the `tribe29.checkmk collection `_ (version 0.4.0). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/downtime_module.rst b/docs/downtime_module.rst index 6b202effa..b00c8504f 100644 --- a/docs/downtime_module.rst +++ b/docs/downtime_module.rst @@ -42,7 +42,7 @@ tribe29.checkmk.downtime module -- Manage downtimes in Checkmk. .. Collection note .. note:: - This module is part of the `tribe29.checkmk collection `_ (version 0.3.3). + This module is part of the `tribe29.checkmk collection `_ (version 0.4.0). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/folder_module.rst b/docs/folder_module.rst index 8fb23867a..2af5836f7 100644 --- a/docs/folder_module.rst +++ b/docs/folder_module.rst @@ -42,7 +42,7 @@ tribe29.checkmk.folder module -- Manage folders in Checkmk. .. Collection note .. note:: - This module is part of the `tribe29.checkmk collection `_ (version 0.3.3). + This module is part of the `tribe29.checkmk collection `_ (version 0.4.0). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/host_module.rst b/docs/host_module.rst index 64125928c..91930b97b 100644 --- a/docs/host_module.rst +++ b/docs/host_module.rst @@ -42,7 +42,7 @@ tribe29.checkmk.host module -- Manage hosts in Checkmk. .. Collection note .. note:: - This module is part of the `tribe29.checkmk collection `_ (version 0.3.3). + This module is part of the `tribe29.checkmk collection `_ (version 0.4.0). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. diff --git a/docs/index.rst b/docs/index.rst index 8a96a662c..22cbf6511 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,7 +5,7 @@ Tribe29.Checkmk =============== -Collection version 0.3.3 +Collection version 0.4.0 .. contents:: :local: