Skip to content

Commit

Permalink
Merge pull request #130 from Icinga/release/v0.2.1
Browse files Browse the repository at this point in the history
Release v0.2.1
  • Loading branch information
martialblog authored Sep 29, 2022
2 parents d99a01c + e046725 commit 3cdef86
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Icinga.Icinga Release Notes
.. contents:: Topics


v0.2.1
======

Release Summary
---------------

This is a bugfix release

Bugfixes
--------

- Fix bug in default filter for icinga2_ca_host
- Fix non-idenpotence during feature disabling

v0.2.0
======

Expand Down
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,13 @@ releases:
- Update documentation
release_summary: This is the second major release
release_date: '2022-08-23'
0.2.1:
changes:
bugfixes:
- Fix bug in default filter for icinga2_ca_host
- Fix non-idenpotence during feature disabling
release_summary: This is a bugfix release
fragments:
- fix_ca_host_filter.yml
- fix_idempotence_el.yml
release_date: '2022-09-29'
3 changes: 0 additions & 3 deletions changelogs/fragments/fix_ca_host_filter.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/fix_idempotence_el.yml

This file was deleted.

4 changes: 2 additions & 2 deletions doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ ansible-galaxy collection install icinga.icinga

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

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

```
git clone https://github.com/Icinga/ansible-collection-icinga.git
ansible-galaxy collection build ansible-collection-icinga
ansible-galaxy collection install icinga-icinga-0.2.0.tar.gz
ansible-galaxy collection install icinga-icinga-0.2.1.tar.gz
```

## Example Playbooks
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: icinga
name: icinga
version: 0.2.0
version: 0.2.1
readme: README.md
authors:
- Lennart Betz <[email protected]>
Expand Down

0 comments on commit 3cdef86

Please sign in to comment.