Skip to content

Commit d3447fb

Browse files
Merge pull request #927 from Checkmk/devel
Update changelogs and docs upon release
2 parents 7eac8ff + 43a35c0 commit d3447fb

38 files changed

+63
-35
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ checkmk.general Release Notes
44

55
.. contents:: Topics
66

7+
v6.3.1
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Bugfix release.
14+
15+
Bugfixes
16+
--------
17+
18+
- All roles - Update edition name mapping to compensate future naming changes.
19+
- Downtime module - Bug fix documentation example, where the time stamps were not quoted correctly.
20+
- Inventory plugin - Update CheckMKLookupAPI arguments in Inventory.
21+
722
v6.3.0
823
======
924

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ plugins:
156156
strategy: {}
157157
test: {}
158158
vars: {}
159-
version: 6.3.0
159+
version: 6.3.1
File renamed without changes.

changelogs/changelog.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,3 +1375,16 @@ releases:
13751375
name: dcd
13761376
namespace: ''
13771377
release_date: '2025-11-12'
1378+
6.3.1:
1379+
changes:
1380+
bugfixes:
1381+
- All roles - Update edition name mapping to compensate future naming changes.
1382+
- Downtime module - Bug fix documentation example, where the time stamps were
1383+
not quoted correctly.
1384+
- Inventory plugin - Update CheckMKLookupAPI arguments in Inventory.
1385+
release_summary: Bugfix release.
1386+
fragments:
1387+
- 923-update-inventory-args.yml
1388+
- bugfixes.yml
1389+
- release_summary.yml
1390+
release_date: '2025-11-17'

docs/activation_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ checkmk.general.activation module -- Activate changes in Checkmk.
2222
.. Collection note
2323
2424
.. note::
25-
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 6.3.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 6.3.1).
2626

2727
It is not included in ``ansible-core``.
2828
To check whether it is installed, run :code:`ansible-galaxy collection list`.

docs/agent_role.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ checkmk.general.agent role -- Install Checkmk agents
2020
.. Collection note
2121
2222
.. note::
23-
This role is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 6.3.0).
23+
This role is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 6.3.1).
2424

2525
It is not included in ``ansible-core``.
2626
To check whether it is installed, run :code:`ansible-galaxy collection list`.

docs/bakery_lookup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ checkmk.general.bakery lookup -- Get the bakery status of a Checkmk server
2222
.. Collection note
2323
2424
.. note::
25-
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 6.3.0).
25+
This lookup plugin is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 6.3.1).
2626

2727
It is not included in ``ansible-core``.
2828
To check whether it is installed, run :code:`ansible-galaxy collection list`.

docs/bakery_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ checkmk.general.bakery module -- Trigger baking and signing in the agent bakery.
2222
.. Collection note
2323
2424
.. note::
25-
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 6.3.0).
25+
This module is part of the `checkmk.general collection <https://galaxy.ansible.com/ui/repo/published/checkmk/general/>`_ (version 6.3.1).
2626

2727
It is not included in ``ansible-core``.
2828
To check whether it is installed, run :code:`ansible-galaxy collection list`.

0 commit comments

Comments
 (0)