Skip to content

Commit 20e1d7c

Browse files
committed
Release 1.3.3.
1 parent 24aa8af commit 20e1d7c

File tree

6 files changed

+68
-15
lines changed

6 files changed

+68
-15
lines changed

CHANGELOG.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@ Community General Release Notes
55
.. contents:: Topics
66

77

8+
v1.3.3
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Bugfix/security release that addresses CVE-2021-20178.
15+
16+
Major Changes
17+
-------------
18+
19+
- For community.general 2.0.0, the kubevirt modules will be moved to the `community.kubevirt <https://galaxy.ansible.com/community/kubevirt>`_ collection.
20+
A redirection will be inserted so that users using ansible-base 2.10 or newer do not have to change anything.
21+
22+
If you use Ansible 2.9 and explicitly use kubevirt modules from this collection, you will need to adjust your playbooks and roles to use FQCNs starting with ``community.kubevirt.`` instead of ``community.general.``,
23+
for example replace ``community.general.kubevirt_vm`` in a task by ``community.kubevirt.kubevirt_vm``.
24+
25+
If you use ansible-base and installed ``community.general`` manually and rely on the kubevirt modules, you have to make sure to install the ``community.kubevirt`` collection as well.
26+
If you are using FQCNs, for example ``community.general.kubevirt_vm`` instead of ``kubevirt_vm``, it will continue working, but we still recommend to adjust the FQCNs as well.
27+
28+
Security Fixes
29+
--------------
30+
31+
- snmp_facts - **CVE-2021-20178** - hide user sensitive information such as ``privkey`` and ``authkey`` from logging into the console (https://github.com/ansible-collections/community.general/pull/1621).
32+
33+
Bugfixes
34+
--------
35+
36+
- terraform - fix ``init_reconfigure`` option for proper CLI args (https://github.com/ansible-collections/community.general/pull/1620).
37+
838
v1.3.2
939
======
1040

changelogs/changelog.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1764,3 +1764,41 @@ releases:
17641764
- jira_improvements.yaml
17651765
- oc-migration.yml
17661766
release_date: '2021-01-04'
1767+
1.3.3:
1768+
changes:
1769+
bugfixes:
1770+
- terraform - fix ``init_reconfigure`` option for proper CLI args (https://github.com/ansible-collections/community.general/pull/1620).
1771+
major_changes:
1772+
- 'For community.general 2.0.0, the kubevirt modules will be moved to the `community.kubevirt
1773+
<https://galaxy.ansible.com/community/kubevirt>`_ collection.
1774+
1775+
A redirection will be inserted so that users using ansible-base 2.10 or newer
1776+
do not have to change anything.
1777+
1778+
1779+
If you use Ansible 2.9 and explicitly use kubevirt modules from this collection,
1780+
you will need to adjust your playbooks and roles to use FQCNs starting with
1781+
``community.kubevirt.`` instead of ``community.general.``,
1782+
1783+
for example replace ``community.general.kubevirt_vm`` in a task by ``community.kubevirt.kubevirt_vm``.
1784+
1785+
1786+
If you use ansible-base and installed ``community.general`` manually and rely
1787+
on the kubevirt modules, you have to make sure to install the ``community.kubevirt``
1788+
collection as well.
1789+
1790+
If you are using FQCNs, for example ``community.general.kubevirt_vm`` instead
1791+
of ``kubevirt_vm``, it will continue working, but we still recommend to adjust
1792+
the FQCNs as well.
1793+
1794+
'
1795+
release_summary: Bugfix/security release that addresses CVE-2021-20178.
1796+
security_fixes:
1797+
- snmp_facts - **CVE-2021-20178** - hide user sensitive information such as
1798+
``privkey`` and ``authkey`` from logging into the console (https://github.com/ansible-collections/community.general/pull/1621).
1799+
fragments:
1800+
- 1.3.3.yml
1801+
- 1620-terraform_init_reconfigure_fix.yml
1802+
- kubevirt-migration.yml
1803+
- snmp_facts.yml
1804+
release_date: '2021-01-13'

changelogs/fragments/1.3.3.yml

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

changelogs/fragments/1620-terraform_init_reconfigure_fix.yml

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

changelogs/fragments/kubevirt-migration.yml

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

changelogs/fragments/snmp_facts.yml

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

0 commit comments

Comments
 (0)