Skip to content

Commit 3e99af7

Browse files
committed
prepare changelog for tag 0.3.0
1 parent db53684 commit 3e99af7

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

CHANGELOG.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@ Icinga.Icinga Release Notes
55
.. contents:: Topics
66

77

8+
v0.3.0
9+
======
10+
11+
Major Changes
12+
-------------
13+
14+
- Add Installation on Suse Systems
15+
- Add TLS support to import schema for mysql and psql features
16+
- Add a role for the installation and configuration of icingadb.
17+
- Add a role for the installation and configuration of icingadb_redis.
18+
- Add a role for the installation and configuration of icingaweb2.
19+
- Add a role for the installation of the monitoring plugins as listed in the Icinga Template Library
20+
- Add the ability to use the Icinga Repository Subscription on RedHat based distributions
21+
- Manage Module Icinga Director
22+
- Manage Module IcingaDB
23+
24+
Minor Changes
25+
-------------
26+
27+
- Role Repos: Change manual epel handling to package #151
28+
- The icinga2 role wrongly include parent vars file instead of its own #148
29+
30+
Bugfixes
31+
--------
32+
33+
- Changed parameter enable_notification to enable_notifications
34+
- Fix variable usage in icingaweb2_modules dict thx @Alpha041087
35+
- Fixed usage of pgsql commands and imports thx @Alpha041087
36+
- Prevent empty config directories to always be recreated
37+
- Use lookup plugin to load icinga2_objects to support existing variables
38+
839
v0.2.1
940
======
1041

changelogs/changelog.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,42 @@ releases:
4343
- fix_ca_host_filter.yml
4444
- fix_idempotence_el.yml
4545
release_date: '2022-09-29'
46+
0.3.0:
47+
changes:
48+
bugfixes:
49+
- Changed parameter enable_notification to enable_notifications
50+
- Fix variable usage in icingaweb2_modules dict thx @Alpha041087
51+
- Fixed usage of pgsql commands and imports thx @Alpha041087
52+
- Prevent empty config directories to always be recreated
53+
- Use lookup plugin to load icinga2_objects to support existing variables
54+
major_changes:
55+
- Add Installation on Suse Systems
56+
- Add TLS support to import schema for mysql and psql features
57+
- Add a role for the installation and configuration of icingadb.
58+
- Add a role for the installation and configuration of icingadb_redis.
59+
- Add a role for the installation and configuration of icingaweb2.
60+
- Add a role for the installation of the monitoring plugins as listed in the
61+
Icinga Template Library
62+
- Add the ability to use the Icinga Repository Subscription on RedHat based
63+
distributions
64+
- Manage Module Icinga Director
65+
- Manage Module IcingaDB
66+
minor_changes:
67+
- 'Role Repos: Change manual epel handling to package #151'
68+
- 'The icinga2 role wrongly include parent vars file instead of its own #148'
69+
fragments:
70+
- change_epel_handling.yml
71+
- change_include_vars_path.yml
72+
- feature_add_role_icingadb.yml
73+
- feature_add_role_icingadb_redis.yml
74+
- feature_add_role_icingaweb2.yml
75+
- feature_add_suse_installation.yml
76+
- feature_add_tls_sql_support.yml
77+
- feature_monitoring_plugins.yml
78+
- feature_subscription_repositories.yml
79+
- fix_empty_directories_always_created.yml
80+
- fix_parameter_service.yml
81+
- fix_pgsql_commands.yml
82+
- fix_use_lookup_plugin_for_objects.yaml
83+
- fix_variable_usage_in_icingaweb2_modules.yml
84+
release_date: '2023-10-10'

0 commit comments

Comments
 (0)