Skip to content

Commit 3f46cdc

Browse files
committed
Release 2.1.1.
1 parent ea53078 commit 3f46cdc

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ Community General Release Notes
66

77
This changelog describes changes after version 1.0.0.
88

9+
v2.1.1
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Extraordinary bugfix release to fix a fatal bug in ``proxmox_kvm``.
16+
17+
Bugfixes
18+
--------
19+
20+
- 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).
21+
922
v2.1.0
1023
======
1124

changelogs/changelog.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,3 +1287,13 @@ releases:
12871287
name: statsd
12881288
namespace: monitoring
12891289
release_date: '2021-02-16'
1290+
2.1.1:
1291+
changes:
1292+
bugfixes:
1293+
- proxmox_kvm - fix undefined local variable ``status`` when the parameter ``state``
1294+
is either ``stopped``, ``started``, ``restarted`` or ``absent`` (https://github.com/ansible-collections/community.general/pull/1847).
1295+
release_summary: Extraordinary bugfix release to fix a fatal bug in ``proxmox_kvm``.
1296+
fragments:
1297+
- 1847-proxmox-kvm-fix-status.yml
1298+
- 2.1.0.yml
1299+
release_date: '2021-02-17'

changelogs/fragments/1847-proxmox-kvm-fix-status.yml

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

changelogs/fragments/2.1.0.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)