Skip to content

Commit

Permalink
Merge pull request #203 from tribe29/devel
Browse files Browse the repository at this point in the history
Docs'n Logs
  • Loading branch information
robin-checkmk authored Dec 2, 2022
2 parents fd44f67 + dfb0d08 commit 8db342f
Show file tree
Hide file tree
Showing 16 changed files with 641 additions and 15 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ tribe29.checkmk Release Notes
.. contents:: Topics


v0.13.0
=======

Major Changes
-------------

- Add service_group module.

Minor Changes
-------------

- Agent role - Now supports new password hashing according to L(Werk 14391,https://checkmk.com/werk/14391)

v0.12.0
=======

Expand Down
9 changes: 8 additions & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins:
callback: {}
cliconf: {}
connection: {}
filter: {}
httpapi: {}
inventory: {}
lookup: {}
Expand Down Expand Up @@ -50,6 +51,11 @@ plugins:
name: rule
namespace: ''
version_added: 0.10.0
service_group:
description: Manage service groups in Checkmk (bulk version).
name: service_group
namespace: ''
version_added: 0.12.0
tag_group:
description: Manage tag_group within Checkmk
name: tag_group
Expand All @@ -58,5 +64,6 @@ plugins:
netconf: {}
shell: {}
strategy: {}
test: {}
vars: {}
version: 0.12.0
version: 0.13.0
File renamed without changes.
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ releases:
name: contact_group
namespace: ''
release_date: '2022-11-18'
0.13.0:
changes:
major_changes:
- Add service_group module.
minor_changes:
- Agent role - Now supports new password hashing according to L(Werk 14391,https://checkmk.com/werk/14391)
fragments:
- new-passwd-hashing.yml
- service_group_module.yml
release_date: '2022-12-02'
0.2.0:
changes:
known_issues:
Expand Down
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.12.0).
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.13.0).

To install it, use: :code:`ansible-galaxy collection install tribe29.checkmk`.

Expand Down
2 changes: 1 addition & 1 deletion docs/contact_group_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tribe29.checkmk.contact_group module -- Manage contact groups in Checkmk (bulk v
.. Collection note
.. note::
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.12.0).
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.13.0).

To install it, use: :code:`ansible-galaxy collection install tribe29.checkmk`.

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.12.0).
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.13.0).

To install it, use: :code:`ansible-galaxy collection install tribe29.checkmk`.

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.12.0).
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.13.0).

To install it, use: :code:`ansible-galaxy collection install tribe29.checkmk`.

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.12.0).
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.13.0).

To install it, use: :code:`ansible-galaxy collection install tribe29.checkmk`.

Expand Down
2 changes: 1 addition & 1 deletion docs/host_group_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tribe29.checkmk.host_group module -- Manage host groups in Checkmk (bulk version
.. Collection note
.. note::
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.12.0).
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.13.0).

To install it, use: :code:`ansible-galaxy collection install tribe29.checkmk`.

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.12.0).
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.13.0).

To install it, use: :code:`ansible-galaxy collection install tribe29.checkmk`.

Expand Down
8 changes: 3 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Tribe29.Checkmk
===============

Collection version 0.12.0
Collection version 0.13.0

.. contents::
:local:
Expand Down Expand Up @@ -57,14 +57,11 @@ Modules
* :ref:`host module <ansible_collections.tribe29.checkmk.host_module>` -- Manage hosts in Checkmk.
* :ref:`host_group module <ansible_collections.tribe29.checkmk.host_group_module>` -- Manage host groups in Checkmk (bulk version).
* :ref:`rule module <ansible_collections.tribe29.checkmk.rule_module>` -- Manage rules in Checkmk.
* :ref:`service_group module <ansible_collections.tribe29.checkmk.service_group_module>` -- Manage service groups in Checkmk (bulk version).
* :ref:`tag_group module <ansible_collections.tribe29.checkmk.tag_group_module>` -- Manage tag\_group within Checkmk



.. seealso::

List of :ref:`collections <list_of_collections>` with docs hosted here.

.. toctree::
:maxdepth: 1
:hidden:
Expand All @@ -77,4 +74,5 @@ Modules
host_module
host_group_module
rule_module
service_group_module
tag_group_module
2 changes: 1 addition & 1 deletion docs/rule_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tribe29.checkmk.rule module -- Manage rules in Checkmk.
.. Collection note
.. note::
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.12.0).
This module is part of the `tribe29.checkmk collection <https://galaxy.ansible.com/tribe29/checkmk>`_ (version 0.13.0).

To install it, use: :code:`ansible-galaxy collection install tribe29.checkmk`.

Expand Down
Loading

0 comments on commit 8db342f

Please sign in to comment.