Skip to content

Commit 6df43c0

Browse files
author
T-Systems MMS
committed
update changelog
1 parent 0df1a3a commit 6df43c0

3 files changed

Lines changed: 38 additions & 3 deletions

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.29.0
9+
=======
10+
11+
Minor Changes
12+
-------------
13+
14+
- Add icinga_serviceset module (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/163)
15+
- Test more ansible versions (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/162)
16+
17+
New Modules
18+
-----------
19+
20+
- t_systems_mms.icinga_director.icinga_serviceset - Manage servicesets in Icinga2
21+
822
v1.28.1
923
=======
1024

changelogs/.plugin-cache.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@ plugins:
138138
name: icinga_servicegroup_info
139139
namespace: ''
140140
version_added: 1.13.0
141+
icinga_serviceset:
142+
description: Manage servicesets in Icinga2
143+
name: icinga_serviceset
144+
namespace: ''
145+
version_added: 1.29.0
141146
icinga_timeperiod:
142147
description: Manage timeperiods in Icinga2
143148
name: icinga_timeperiod
@@ -202,4 +207,4 @@ plugins:
202207
shell: {}
203208
strategy: {}
204209
vars: {}
205-
version: 1.28.1
210+
version: 1.29.0

changelogs/changelog.yaml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,24 @@ releases:
122122
- Test more ansible versions (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/162)
123123
trivial:
124124
- Configure Renovate (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/164)
125-
- 'chore(deps): update codecov/codecov-action action to v3 (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/170)'
126-
- 'chore(deps): update actions/setup-python action to v3 (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/169)'
127125
- 'chore(deps): update actions/checkout action (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/168)'
126+
- 'chore(deps): update actions/setup-python action to v3 (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/169)'
127+
- 'chore(deps): update codecov/codecov-action action to v3 (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/170)'
128128
- 'chore(deps): update github-actions-x/commit action to v2.9 (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/166)'
129129
release_date: '2022-03-30'
130+
1.29.0:
131+
changes:
132+
minor_changes:
133+
- Test more ansible versions (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/162)
134+
- Add icinga_serviceset module (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/163)
135+
trivial:
136+
- Configure Renovate (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/164)
137+
- 'chore(deps): update actions/checkout action (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/168)'
138+
- 'chore(deps): update actions/setup-python action to v3 (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/169)'
139+
- 'chore(deps): update github-actions-x/commit action to v2.9 (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/166)'
140+
- 'chore(deps): update codecov/codecov-action action to v3 (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/170)'
141+
modules:
142+
- description: Manage servicesets in Icinga2
143+
name: icinga_serviceset
144+
namespace: ''
145+
release_date: '2022-04-20'

0 commit comments

Comments
 (0)