Skip to content

Commit b48a16b

Browse files
author
T-Systems MMS
committed
update changelog
1 parent df54284 commit b48a16b

3 files changed

Lines changed: 40 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ T_Systems_Mms.Icinga_Director Release Notes
55
.. contents:: Topics
66

77

8+
v1.33.0
9+
=======
10+
11+
Minor Changes
12+
-------------
13+
14+
- Add Icinga Deploy handler and module (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/205)
15+
16+
New Modules
17+
-----------
18+
19+
- t_systems_mms.icinga_director.icinga_deploy - Trigger deployment in Icinga2
20+
- t_systems_mms.icinga_director.icinga_deploy_info - Get deployment information through the director API
21+
822
v1.32.3
923
=======
1024

changelogs/.plugin-cache.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ plugins:
3333
name: icinga_command_template_info
3434
namespace: ''
3535
version_added: 1.13.0
36+
icinga_deploy:
37+
description: Trigger deployment in Icinga2
38+
name: icinga_deploy
39+
namespace: ''
40+
version_added: 1.33.0
41+
icinga_deploy_info:
42+
description: Get deployment information through the director API
43+
name: icinga_deploy_info
44+
namespace: ''
45+
version_added: 1.33.0
3646
icinga_endpoint:
3747
description: Manage endpoints in Icinga2
3848
name: icinga_endpoint
@@ -207,4 +217,4 @@ plugins:
207217
shell: {}
208218
strategy: {}
209219
vars: {}
210-
version: 1.32.3
220+
version: 1.33.0

changelogs/changelog.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,18 @@ releases:
232232
- Update actions/checkout action to v3.5.0 (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/206)
233233
- use codespell to improve spelling (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/207)
234234
release_date: '2023-03-09'
235+
1.33.0:
236+
changes:
237+
minor_changes:
238+
- Add Icinga Deploy handler and module (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/205)
239+
trivial:
240+
- Update actions/checkout action to v3.5.0 (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/206)
241+
- use codespell to improve spelling (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/207)
242+
modules:
243+
- description: Trigger deployment in Icinga2
244+
name: icinga_deploy
245+
namespace: ''
246+
- description: Get deployment information through the director API
247+
name: icinga_deploy_info
248+
namespace: ''
249+
release_date: '2023-05-22'

0 commit comments

Comments
 (0)