Skip to content

Commit 3cdef86

Browse files
authored
Merge pull request #130 from Icinga/release/v0.2.1
Release v0.2.1
2 parents d99a01c + e046725 commit 3cdef86

File tree

6 files changed

+27
-9
lines changed

6 files changed

+27
-9
lines changed

CHANGELOG.rst

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

77

8+
v0.2.1
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This is a bugfix release
15+
16+
Bugfixes
17+
--------
18+
19+
- Fix bug in default filter for icinga2_ca_host
20+
- Fix non-idenpotence during feature disabling
21+
822
v0.2.0
923
======
1024

changelogs/changelog.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,13 @@ releases:
3333
- Update documentation
3434
release_summary: This is the second major release
3535
release_date: '2022-08-23'
36+
0.2.1:
37+
changes:
38+
bugfixes:
39+
- Fix bug in default filter for icinga2_ca_host
40+
- Fix non-idenpotence during feature disabling
41+
release_summary: This is a bugfix release
42+
fragments:
43+
- fix_ca_host_filter.yml
44+
- fix_idempotence_el.yml
45+
release_date: '2022-09-29'

changelogs/fragments/fix_ca_host_filter.yml

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

changelogs/fragments/fix_idempotence_el.yml

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

doc/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ ansible-galaxy collection install icinga.icinga
2828

2929
Or pull the collection from the git. (Only useable with Ansible version 2.10.9)
3030
```
31-
ansible-galaxy collection install git+https://github.com/Icinga/ansible-collection-icinga.git,0.2.0
31+
ansible-galaxy collection install git+https://github.com/Icinga/ansible-collection-icinga.git,0.2.1
3232
```
3333

3434
Pre 2.10 you can also clone the repository, manually build and install the collection.
3535

3636
```
3737
git clone https://github.com/Icinga/ansible-collection-icinga.git
3838
ansible-galaxy collection build ansible-collection-icinga
39-
ansible-galaxy collection install icinga-icinga-0.2.0.tar.gz
39+
ansible-galaxy collection install icinga-icinga-0.2.1.tar.gz
4040
```
4141

4242
## Example Playbooks

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: icinga
22
name: icinga
3-
version: 0.2.0
3+
version: 0.2.1
44
readme: README.md
55
authors:
66
- Lennart Betz <[email protected]>

0 commit comments

Comments
 (0)