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:
parent
ea530784b8
commit
3f46cdc588
4 changed files with 23 additions and 3 deletions
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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).
|
|
@ -1 +0,0 @@
|
|||
release_summary: Extraordinary bugfix release to fix a fatal bug in ``proxmox_kvm``.
|
Loading…
Reference in a new issue