Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Systems MMS committed May 22, 2023
1 parent df54284 commit b48a16b
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ T_Systems_Mms.Icinga_Director Release Notes
.. contents:: Topics


v1.33.0
=======

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

- Add Icinga Deploy handler and module (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/205)

New Modules
-----------

- t_systems_mms.icinga_director.icinga_deploy - Trigger deployment in Icinga2
- t_systems_mms.icinga_director.icinga_deploy_info - Get deployment information through the director API

v1.32.3
=======

Expand Down
12 changes: 11 additions & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ plugins:
name: icinga_command_template_info
namespace: ''
version_added: 1.13.0
icinga_deploy:
description: Trigger deployment in Icinga2
name: icinga_deploy
namespace: ''
version_added: 1.33.0
icinga_deploy_info:
description: Get deployment information through the director API
name: icinga_deploy_info
namespace: ''
version_added: 1.33.0
icinga_endpoint:
description: Manage endpoints in Icinga2
name: icinga_endpoint
Expand Down Expand Up @@ -207,4 +217,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 1.32.3
version: 1.33.0
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,18 @@ releases:
- Update actions/checkout action to v3.5.0 (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/206)
- use codespell to improve spelling (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/207)
release_date: '2023-03-09'
1.33.0:
changes:
minor_changes:
- Add Icinga Deploy handler and module (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/205)
trivial:
- Update actions/checkout action to v3.5.0 (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/206)
- use codespell to improve spelling (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/207)
modules:
- description: Trigger deployment in Icinga2
name: icinga_deploy
namespace: ''
- description: Get deployment information through the director API
name: icinga_deploy_info
namespace: ''
release_date: '2023-05-22'

0 comments on commit b48a16b

Please sign in to comment.