Skip to content

Commit a9aeb0d

Browse files
committed
Create release 0.4.1
1 parent e8f9422 commit a9aeb0d

File tree

7 files changed

+47
-18
lines changed

7 files changed

+47
-18
lines changed

CHANGELOG.rst

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ Icinga.Icinga Release Notes
44

55
.. contents:: Topics
66

7+
v0.4.1
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
This release introduces Icinga for Kubernetes (thanks to @gianmarco-mameli), removes deprecation warnings present in the prior release, adds a new filter and support for the Graphite module.
14+
15+
Major Changes
16+
-------------
17+
18+
- Add a role for the installation and configuration of `Icinga for Kubernetes <https://icinga.com/docs/icinga-for-kubernetes/latest/>`_.
19+
- Add tasks to role :code:`icingaweb2` to install and configure `Icinga for Kubernetes Web <https://icinga.com/docs/icinga-kubernetes-web/latest/doc/02-Installation/>`_.
20+
21+
Minor Changes
22+
-------------
23+
24+
- Add :code:`netways.icinga.icinga2_ticket` filter. This filter converts a given string (NodeName) into an Icinga2 ticket using a TicketSalt.
25+
- Add Icinga Web 2 module :code:`Graphite`.
26+
- Add variable :code:`icingadb_redis_client_certificate` to define whether TLS client certificates are accepted/required/rejected when connecting to the Redis server. Only has an effect when using TLS encryption.
27+
728
v0.4.0
829
======
930

@@ -69,7 +90,7 @@ Bugfixes
6990
New Modules
7091
-----------
7192

72-
- icinga.icinga.icinga2_compatlogger - Creates information for CompatLogger object.
93+
- netways.icinga.icinga2_compatlogger - Creates information for CompatLogger object.
7394

7495
v0.3.4
7596
======

changelogs/changelog.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,3 +276,27 @@ releases:
276276
name: icinga2_compatlogger
277277
namespace: ''
278278
release_date: '2025-05-15'
279+
0.4.1:
280+
changes:
281+
major_changes:
282+
- Add a role for the installation and configuration of `Icinga for Kubernetes
283+
<https://icinga.com/docs/icinga-for-kubernetes/latest/>`_.
284+
- Add tasks to role :code:`icingaweb2` to install and configure `Icinga for
285+
Kubernetes Web <https://icinga.com/docs/icinga-kubernetes-web/latest/doc/02-Installation/>`_.
286+
minor_changes:
287+
- Add :code:`netways.icinga.icinga2_ticket` filter. This filter converts a given
288+
string (NodeName) into an Icinga2 ticket using a TicketSalt.
289+
- Add Icinga Web 2 module :code:`Graphite`.
290+
- Add variable :code:`icingadb_redis_client_certificate` to define whether TLS
291+
client certificates are accepted/required/rejected when connecting to the
292+
Redis server. Only has an effect when using TLS encryption.
293+
release_summary: This release introduces Icinga for Kubernetes (thanks to @gianmarco-mameli),
294+
removes deprecation warnings present in the prior release, adds a new filter
295+
and support for the Graphite module.
296+
fragments:
297+
- 379-tls-auth-clients.yml
298+
- feature_icinga2_ticket_filter.yml
299+
- feature_icingaweb_graphite.yml
300+
- feature_kubernetes.yml
301+
- release_summary.yml
302+
release_date: '2025-06-23'

changelogs/fragments/379-tls-auth-clients.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/fragments/feature_icinga2_ticket_filter.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/fragments/feature_icingaweb_graphite.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/fragments/feature_kubernetes.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace: netways
44
name: icinga
5-
version: 0.4.0
5+
version: 0.4.1
66
readme: README.md
77
authors:
88
- Lennart Betz <[email protected]>

0 commit comments

Comments
 (0)