Skip to content

Commit

Permalink
Merge pull request #61 from tribe29/changelogs-docs-update
Browse files Browse the repository at this point in the history
[Auto] Update changelogs and docs
  • Loading branch information
robin-checkmk authored Jun 23, 2022
2 parents fc657d9 + bbfacac commit 1817e41
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 0.3.3
version: 0.4.0
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion docs/activation_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tribe29.checkmk.activation module -- Activate changes in Checkmk.
.. Collection note
.. note::
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.3.3).
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (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``.
Expand Down
2 changes: 1 addition & 1 deletion docs/discovery_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tribe29.checkmk.discovery module -- Discover services in Checkmk.
.. Collection note
.. note::
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.3.3).
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (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``.
Expand Down
2 changes: 1 addition & 1 deletion docs/downtime_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tribe29.checkmk.downtime module -- Manage downtimes in Checkmk.
.. Collection note
.. note::
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.3.3).
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (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``.
Expand Down
2 changes: 1 addition & 1 deletion docs/folder_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tribe29.checkmk.folder module -- Manage folders in Checkmk.
.. Collection note
.. note::
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.3.3).
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (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``.
Expand Down
2 changes: 1 addition & 1 deletion docs/host_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tribe29.checkmk.host module -- Manage hosts in Checkmk.
.. Collection note
.. note::
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.3.3).
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (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``.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Tribe29.Checkmk
===============

Collection version 0.3.3
Collection version 0.4.0

.. contents::
:local:
Expand Down

0 comments on commit 1817e41

Please sign in to comment.