Skip to content

Commit b0b783f

Browse files
committed
Release 3.0.1.
1 parent e670ca6 commit b0b783f

13 files changed

+60
-26
lines changed

CHANGELOG.rst

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

77
This changelog describes changes after version 2.0.0.
88

9+
v3.0.1
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Bugfix release for the next Ansible 4.0.0 beta.
16+
17+
Bugfixes
18+
--------
19+
20+
- composer - use ``no-interaction`` option when discovering available options to avoid an issue where composer hangs (https://github.com/ansible-collections/community.general/pull/2348).
21+
- influxdb_retention_policy - fix bug where ``INF`` duration values failed parsing (https://github.com/ansible-collections/community.general/pull/2385).
22+
- inventory and vault scripts - change file permissions to make vendored inventory and vault scripts exectuable (https://github.com/ansible-collections/community.general/pull/2337).
23+
- linode_v4 - changed the error message to point to the correct bugtracker URL (https://github.com/ansible-collections/community.general/pull/2430).
24+
- lvol - fixed rounding errors (https://github.com/ansible-collections/community.general/issues/2370).
25+
- lvol - fixed size unit capitalization to match units used between different tools for comparison (https://github.com/ansible-collections/community.general/issues/2360).
26+
- nmcli - compare MAC addresses case insensitively to fix idempotency issue (https://github.com/ansible-collections/community.general/issues/2409).
27+
- nmcli - if type is ``bridge-slave`` add ``slave-type bridge`` to ``nmcli`` command (https://github.com/ansible-collections/community.general/issues/2408).
28+
- one_vm - Allow missing NIC keys (https://github.com/ansible-collections/community.general/pull/2435).
29+
- puppet - replace ``console` with ``stdout`` in ``logdest`` option when ``all`` has been chosen (https://github.com/ansible-collections/community.general/issues/1190).
30+
- svr4pkg - convert string to a bytes-like object to avoid ``TypeError`` with Python 3 (https://github.com/ansible-collections/community.general/issues/2373).
31+
932
v3.0.0
1033
======
1134

changelogs/changelog.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -973,3 +973,40 @@ releases:
973973
name: lxd
974974
namespace: null
975975
release_date: '2021-04-26'
976+
3.0.1:
977+
changes:
978+
bugfixes:
979+
- composer - use ``no-interaction`` option when discovering available options
980+
to avoid an issue where composer hangs (https://github.com/ansible-collections/community.general/pull/2348).
981+
- influxdb_retention_policy - fix bug where ``INF`` duration values failed parsing
982+
(https://github.com/ansible-collections/community.general/pull/2385).
983+
- inventory and vault scripts - change file permissions to make vendored inventory
984+
and vault scripts exectuable (https://github.com/ansible-collections/community.general/pull/2337).
985+
- linode_v4 - changed the error message to point to the correct bugtracker URL
986+
(https://github.com/ansible-collections/community.general/pull/2430).
987+
- lvol - fixed rounding errors (https://github.com/ansible-collections/community.general/issues/2370).
988+
- lvol - fixed size unit capitalization to match units used between different
989+
tools for comparison (https://github.com/ansible-collections/community.general/issues/2360).
990+
- nmcli - compare MAC addresses case insensitively to fix idempotency issue
991+
(https://github.com/ansible-collections/community.general/issues/2409).
992+
- nmcli - if type is ``bridge-slave`` add ``slave-type bridge`` to ``nmcli``
993+
command (https://github.com/ansible-collections/community.general/issues/2408).
994+
- one_vm - Allow missing NIC keys (https://github.com/ansible-collections/community.general/pull/2435).
995+
- puppet - replace ``console` with ``stdout`` in ``logdest`` option when ``all``
996+
has been chosen (https://github.com/ansible-collections/community.general/issues/1190).
997+
- svr4pkg - convert string to a bytes-like object to avoid ``TypeError`` with
998+
Python 3 (https://github.com/ansible-collections/community.general/issues/2373).
999+
release_summary: Bugfix release for the next Ansible 4.0.0 beta.
1000+
fragments:
1001+
- 2284-influxdb_retention_policy-fix_duration_parsing.yml
1002+
- 2337-mark-inventory-scripts-executable.yml
1003+
- 2348-composer-no-interaction-option-discovery-to-avoid-hang.yaml
1004+
- 2369-lvol_size_bug_fixes.yml
1005+
- 2373-svr4pkg-fix-typeerror.yml
1006+
- 2407-puppet-change_stdout_to_console.yaml
1007+
- 2409-nmcli_add_slave-type_bridge_to_nmcli_command_if_type_is_bridge-slave.yml
1008+
- 2416-nmcli_compare_mac_addresses_case_insensitively.yml
1009+
- 2430-linodev4-error-message.yml
1010+
- 2435-one_vm-fix_missing_keys.yml
1011+
- 3.0.1.yml
1012+
release_date: '2021-05-04'

changelogs/fragments/2284-influxdb_retention_policy-fix_duration_parsing.yml

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

changelogs/fragments/2337-mark-inventory-scripts-executable.yml

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

changelogs/fragments/2348-composer-no-interaction-option-discovery-to-avoid-hang.yaml

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

changelogs/fragments/2369-lvol_size_bug_fixes.yml

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

changelogs/fragments/2373-svr4pkg-fix-typeerror.yml

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

changelogs/fragments/2407-puppet-change_stdout_to_console.yaml

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

changelogs/fragments/2409-nmcli_add_slave-type_bridge_to_nmcli_command_if_type_is_bridge-slave.yml

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

changelogs/fragments/2416-nmcli_compare_mac_addresses_case_insensitively.yml

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

0 commit comments

Comments
 (0)