1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Release 2.1.1.

This commit is contained in:
Felix Fontein 2021-02-17 21:49:42 +01:00
parent ea530784b8
commit 3f46cdc588
4 changed files with 23 additions and 3 deletions

View file

@ -6,6 +6,19 @@ Community General Release Notes
This changelog describes changes after version 1.0.0.
v2.1.1
======
Release Summary
---------------
Extraordinary bugfix release to fix a fatal bug in ``proxmox_kvm``.
Bugfixes
--------
- proxmox_kvm - fix undefined local variable ``status`` when the parameter ``state`` is either ``stopped``, ``started``, ``restarted`` or ``absent`` (https://github.com/ansible-collections/community.general/pull/1847).
v2.1.0
======

View file

@ -1287,3 +1287,13 @@ releases:
name: statsd
namespace: monitoring
release_date: '2021-02-16'
2.1.1:
changes:
bugfixes:
- proxmox_kvm - fix undefined local variable ``status`` when the parameter ``state``
is either ``stopped``, ``started``, ``restarted`` or ``absent`` (https://github.com/ansible-collections/community.general/pull/1847).
release_summary: Extraordinary bugfix release to fix a fatal bug in ``proxmox_kvm``.
fragments:
- 1847-proxmox-kvm-fix-status.yml
- 2.1.0.yml
release_date: '2021-02-17'

View file

@ -1,2 +0,0 @@
bugfixes:
- proxmox_kvm - fix undefined local variable ``status`` when the parameter ``state`` is either ``stopped``, ``started``, ``restarted`` or ``absent`` (https://github.com/ansible-collections/community.general/pull/1847).

View file

@ -1 +0,0 @@
release_summary: Extraordinary bugfix release to fix a fatal bug in ``proxmox_kvm``.