Skip to content

Commit f0c1b10

Browse files
committed
Release 3.2.0.
1 parent a44356c commit f0c1b10

36 files changed

+224
-93
lines changed

CHANGELOG.rst

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

77
This changelog describes changes after version 2.0.0.
88

9+
v3.2.0
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix and feature release.
16+
17+
Minor Changes
18+
-------------
19+
20+
- Remove unnecessary ``__init__.py`` files from ``plugins/`` (https://github.com/ansible-collections/community.general/pull/2632).
21+
- archive - added ``exclusion_patterns`` option to exclude files or subdirectories from archives (https://github.com/ansible-collections/community.general/pull/2616).
22+
- cloud_init_data_facts - minor refactor (https://github.com/ansible-collections/community.general/pull/2557).
23+
- composer - add ``composer_executable`` option (https://github.com/ansible-collections/community.general/issues/2649).
24+
- flatpak - add ``no_dependencies`` parameter (https://github.com/ansible/ansible/pull/55452, https://github.com/ansible-collections/community.general/pull/2751).
25+
- ini_file - opening file with encoding ``utf-8-sig`` (https://github.com/ansible-collections/community.general/issues/2189).
26+
- jira - add comment visibility parameter for comment operation (https://github.com/ansible-collections/community.general/pull/2556).
27+
- maven_artifact - added ``checksum_alg`` option to support SHA1 checksums in order to support FIPS systems (https://github.com/ansible-collections/community.general/pull/2662).
28+
- module_helper module utils - method ``CmdMixin.run_command()`` now accepts ``process_output`` specifying a function to process the outcome of the underlying ``module.run_command()`` (https://github.com/ansible-collections/community.general/pull/2564).
29+
- nmcli - add new options to ignore automatic DNS servers and gateways (https://github.com/ansible-collections/community.general/issues/1087).
30+
- onepassword lookup plugin - add ``domain`` option (https://github.com/ansible-collections/community.general/issues/2734).
31+
- open_iscsi - add ``auto_portal_startup`` parameter to allow ``node.startup`` setting per portal (https://github.com/ansible-collections/community.general/issues/2685).
32+
- open_iscsi - also consider ``portal`` and ``port`` to check if already logged in or not (https://github.com/ansible-collections/community.general/issues/2683).
33+
- proxmox_group_info - minor refactor (https://github.com/ansible-collections/community.general/pull/2557).
34+
- proxmox_kvm - minor refactor (https://github.com/ansible-collections/community.general/pull/2557).
35+
- rhevm - minor refactor (https://github.com/ansible-collections/community.general/pull/2557).
36+
- serverless - minor refactor (https://github.com/ansible-collections/community.general/pull/2557).
37+
- stacki_host - minor refactoring (https://github.com/ansible-collections/community.general/pull/2681).
38+
- terraform - add option ``overwrite_init`` to skip init if exists (https://github.com/ansible-collections/community.general/pull/2573).
39+
- terraform - minor refactor (https://github.com/ansible-collections/community.general/pull/2557).
40+
41+
Deprecated Features
42+
-------------------
43+
44+
- All inventory and vault scripts will be removed from community.general in version 4.0.0. If you are referencing them, please update your references to the new `contrib-scripts GitHub repository <https://github.com/ansible-community/contrib-scripts>`_ so your workflow will not break once community.general 4.0.0 is released (https://github.com/ansible-collections/community.general/pull/2697).
45+
46+
Bugfixes
47+
--------
48+
49+
- consul_kv lookup plugin - allow to set ``recurse``, ``index``, ``datacenter`` and ``token`` as keyword arguments (https://github.com/ansible-collections/community.general/issues/2124).
50+
- cpanm - also use ``LC_ALL`` to enforce locale choice (https://github.com/ansible-collections/community.general/pull/2731).
51+
- influxdb_user - fix bug which removed current privileges instead of appending them to existing ones (https://github.com/ansible-collections/community.general/issues/2609, https://github.com/ansible-collections/community.general/pull/2614).
52+
- iptables_state - call ``async_status`` action plugin rather than its module (https://github.com/ansible-collections/community.general/issues/2700).
53+
- iptables_state - fix a broken query of ``async_status`` result with current ansible-core development version (https://github.com/ansible-collections/community.general/issues/2627, https://github.com/ansible-collections/community.general/pull/2671).
54+
- java_cert - fix issue with incorrect alias used on PKCS#12 certificate import (https://github.com/ansible-collections/community.general/pull/2560).
55+
- jenkins_plugin - use POST method for sending request to jenkins API when ``state`` option is one of ``enabled``, ``disabled``, ``pinned``, ``unpinned``, or ``absent`` (https://github.com/ansible-collections/community.general/issues/2510).
56+
- json_query filter plugin - avoid 'unknown type' errors for more Ansible internal types (https://github.com/ansible-collections/community.general/pull/2607).
57+
- keycloak_realm - ``ssl_required`` changed from a boolean type to accept the strings ``none``, ``external`` or ``all``. This is not a breaking change since the module always failed when a boolean was supplied (https://github.com/ansible-collections/community.general/pull/2693).
58+
- keycloak_realm - remove warning that ``reset_password_allowed`` needs to be marked as ``no_log`` (https://github.com/ansible-collections/community.general/pull/2694).
59+
- module_helper module utils - ``CmdMixin`` must also use ``LC_ALL`` to enforce locale choice (https://github.com/ansible-collections/community.general/pull/2731).
60+
- netcup_dns - use ``str(ex)`` instead of unreliable ``ex.message`` in exception handling to fix ``AttributeError`` in error cases (https://github.com/ansible-collections/community.general/pull/2590).
61+
- ovir4 inventory script - improve configparser creation to avoid crashes for options without values (https://github.com/ansible-collections/community.general/issues/674).
62+
- proxmox_kvm - fixed ``vmid`` return value when VM with ``name`` already exists (https://github.com/ansible-collections/community.general/issues/2648).
63+
- redis cache - improved connection string parsing (https://github.com/ansible-collections/community.general/issues/497).
64+
- rhsm_release - fix the issue that module considers 8, 7Client and 7Workstation as invalid releases (https://github.com/ansible-collections/community.general/pull/2571).
65+
- ssh_config - reduce stormssh searches based on host (https://github.com/ansible-collections/community.general/pull/2568/).
66+
- stacki_host - when adding a new server, ``rack`` and ``rank`` must be passed, and network parameters are optional (https://github.com/ansible-collections/community.general/pull/2681).
67+
- terraform - ensure the workspace is set back to its previous value when the apply fails (https://github.com/ansible-collections/community.general/pull/2634).
68+
- xfconf - also use ``LC_ALL`` to enforce locale choice (https://github.com/ansible-collections/community.general/issues/2715).
69+
- zypper_repository - fix idempotency on adding repository with ``$releasever`` and ``$basearch`` variables (https://github.com/ansible-collections/community.general/issues/1985).
70+
71+
New Plugins
72+
-----------
73+
74+
Lookup
75+
~~~~~~
76+
77+
- random_string - Generates random string
78+
79+
New Modules
80+
-----------
81+
82+
Database
83+
~~~~~~~~
84+
85+
saphana
86+
^^^^^^^
87+
88+
- hana_query - Execute SQL on HANA
89+
90+
Files
91+
~~~~~
92+
93+
- sapcar_extract - Manages SAP SAPCAR archives
94+
95+
Packaging
96+
~~~~~~~~~
97+
98+
os
99+
^^
100+
101+
- pacman_key - Manage pacman's list of trusted keys
102+
9103
v3.1.0
10104
======
11105

changelogs/changelog.yaml

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,3 +1156,133 @@ releases:
11561156
name: random_pet
11571157
namespace: null
11581158
release_date: '2021-05-18'
1159+
3.2.0:
1160+
changes:
1161+
bugfixes:
1162+
- consul_kv lookup plugin - allow to set ``recurse``, ``index``, ``datacenter``
1163+
and ``token`` as keyword arguments (https://github.com/ansible-collections/community.general/issues/2124).
1164+
- cpanm - also use ``LC_ALL`` to enforce locale choice (https://github.com/ansible-collections/community.general/pull/2731).
1165+
- influxdb_user - fix bug which removed current privileges instead of appending
1166+
them to existing ones (https://github.com/ansible-collections/community.general/issues/2609,
1167+
https://github.com/ansible-collections/community.general/pull/2614).
1168+
- iptables_state - call ``async_status`` action plugin rather than its module
1169+
(https://github.com/ansible-collections/community.general/issues/2700).
1170+
- iptables_state - fix a broken query of ``async_status`` result with current
1171+
ansible-core development version (https://github.com/ansible-collections/community.general/issues/2627,
1172+
https://github.com/ansible-collections/community.general/pull/2671).
1173+
- java_cert - fix issue with incorrect alias used on PKCS#12 certificate import
1174+
(https://github.com/ansible-collections/community.general/pull/2560).
1175+
- jenkins_plugin - use POST method for sending request to jenkins API when ``state``
1176+
option is one of ``enabled``, ``disabled``, ``pinned``, ``unpinned``, or ``absent``
1177+
(https://github.com/ansible-collections/community.general/issues/2510).
1178+
- json_query filter plugin - avoid 'unknown type' errors for more Ansible internal
1179+
types (https://github.com/ansible-collections/community.general/pull/2607).
1180+
- keycloak_realm - ``ssl_required`` changed from a boolean type to accept the
1181+
strings ``none``, ``external`` or ``all``. This is not a breaking change since
1182+
the module always failed when a boolean was supplied (https://github.com/ansible-collections/community.general/pull/2693).
1183+
- keycloak_realm - remove warning that ``reset_password_allowed`` needs to be
1184+
marked as ``no_log`` (https://github.com/ansible-collections/community.general/pull/2694).
1185+
- module_helper module utils - ``CmdMixin`` must also use ``LC_ALL`` to enforce
1186+
locale choice (https://github.com/ansible-collections/community.general/pull/2731).
1187+
- netcup_dns - use ``str(ex)`` instead of unreliable ``ex.message`` in exception
1188+
handling to fix ``AttributeError`` in error cases (https://github.com/ansible-collections/community.general/pull/2590).
1189+
- ovir4 inventory script - improve configparser creation to avoid crashes for
1190+
options without values (https://github.com/ansible-collections/community.general/issues/674).
1191+
- proxmox_kvm - fixed ``vmid`` return value when VM with ``name`` already exists
1192+
(https://github.com/ansible-collections/community.general/issues/2648).
1193+
- redis cache - improved connection string parsing (https://github.com/ansible-collections/community.general/issues/497).
1194+
- rhsm_release - fix the issue that module considers 8, 7Client and 7Workstation
1195+
as invalid releases (https://github.com/ansible-collections/community.general/pull/2571).
1196+
- ssh_config - reduce stormssh searches based on host (https://github.com/ansible-collections/community.general/pull/2568/).
1197+
- stacki_host - when adding a new server, ``rack`` and ``rank`` must be passed,
1198+
and network parameters are optional (https://github.com/ansible-collections/community.general/pull/2681).
1199+
- terraform - ensure the workspace is set back to its previous value when the
1200+
apply fails (https://github.com/ansible-collections/community.general/pull/2634).
1201+
- xfconf - also use ``LC_ALL`` to enforce locale choice (https://github.com/ansible-collections/community.general/issues/2715).
1202+
- zypper_repository - fix idempotency on adding repository with ``$releasever``
1203+
and ``$basearch`` variables (https://github.com/ansible-collections/community.general/issues/1985).
1204+
deprecated_features:
1205+
- All inventory and vault scripts will be removed from community.general in
1206+
version 4.0.0. If you are referencing them, please update your references
1207+
to the new `contrib-scripts GitHub repository <https://github.com/ansible-community/contrib-scripts>`_
1208+
so your workflow will not break once community.general 4.0.0 is released (https://github.com/ansible-collections/community.general/pull/2697).
1209+
minor_changes:
1210+
- Remove unnecessary ``__init__.py`` files from ``plugins/`` (https://github.com/ansible-collections/community.general/pull/2632).
1211+
- archive - added ``exclusion_patterns`` option to exclude files or subdirectories
1212+
from archives (https://github.com/ansible-collections/community.general/pull/2616).
1213+
- cloud_init_data_facts - minor refactor (https://github.com/ansible-collections/community.general/pull/2557).
1214+
- composer - add ``composer_executable`` option (https://github.com/ansible-collections/community.general/issues/2649).
1215+
- flatpak - add ``no_dependencies`` parameter (https://github.com/ansible/ansible/pull/55452,
1216+
https://github.com/ansible-collections/community.general/pull/2751).
1217+
- ini_file - opening file with encoding ``utf-8-sig`` (https://github.com/ansible-collections/community.general/issues/2189).
1218+
- jira - add comment visibility parameter for comment operation (https://github.com/ansible-collections/community.general/pull/2556).
1219+
- maven_artifact - added ``checksum_alg`` option to support SHA1 checksums in
1220+
order to support FIPS systems (https://github.com/ansible-collections/community.general/pull/2662).
1221+
- module_helper module utils - method ``CmdMixin.run_command()`` now accepts
1222+
``process_output`` specifying a function to process the outcome of the underlying
1223+
``module.run_command()`` (https://github.com/ansible-collections/community.general/pull/2564).
1224+
- nmcli - add new options to ignore automatic DNS servers and gateways (https://github.com/ansible-collections/community.general/issues/1087).
1225+
- onepassword lookup plugin - add ``domain`` option (https://github.com/ansible-collections/community.general/issues/2734).
1226+
- open_iscsi - add ``auto_portal_startup`` parameter to allow ``node.startup``
1227+
setting per portal (https://github.com/ansible-collections/community.general/issues/2685).
1228+
- open_iscsi - also consider ``portal`` and ``port`` to check if already logged
1229+
in or not (https://github.com/ansible-collections/community.general/issues/2683).
1230+
- proxmox_group_info - minor refactor (https://github.com/ansible-collections/community.general/pull/2557).
1231+
- proxmox_kvm - minor refactor (https://github.com/ansible-collections/community.general/pull/2557).
1232+
- rhevm - minor refactor (https://github.com/ansible-collections/community.general/pull/2557).
1233+
- serverless - minor refactor (https://github.com/ansible-collections/community.general/pull/2557).
1234+
- stacki_host - minor refactoring (https://github.com/ansible-collections/community.general/pull/2681).
1235+
- terraform - add option ``overwrite_init`` to skip init if exists (https://github.com/ansible-collections/community.general/pull/2573).
1236+
- terraform - minor refactor (https://github.com/ansible-collections/community.general/pull/2557).
1237+
release_summary: Regular bugfix and feature release.
1238+
fragments:
1239+
- 2126-consul_kv-pass-token.yml
1240+
- 2461-ovirt4-fix-configparser.yml
1241+
- 2510-jenkins_plugin_use_post_method.yml
1242+
- 2556-add-comment_visibility-parameter-for-comment-operation-of-jira-module.yml
1243+
- 2557-cloud-misc-refactor.yml
1244+
- 2560-java_cert-pkcs12-alias-bugfix.yml
1245+
- 2564-mh-cmd-process-output.yml
1246+
- 2568-ssh_config-reduce-stormssh-searches-based-on-host.yml
1247+
- 2571-rhsm_release-fix-release_matcher.yaml
1248+
- 2573-terraform-overwrite-init.yml
1249+
- 2578-ini-file-utf8-bom.yml
1250+
- 2579-redis-cache-ipv6.yml
1251+
- 2590-netcup_dns-exception-no-message-attr.yml
1252+
- 2614-influxdb_user-fix-issue-introduced-in-PR#2499.yml
1253+
- 2616-archive-exclusion_patterns-option.yml
1254+
- 2632-cleanup.yml
1255+
- 2634-terraform-switch-workspace.yml
1256+
- 2635-nmcli-add-ignore-auto-arguments.yml
1257+
- 2648-proxmox_kvm-fix-vmid-return-value.yml
1258+
- 2650-composer-add_composer_executable.yml
1259+
- 2661-maven_artifact-add-sha1-option.yml
1260+
- 2671-fix-broken-query-of-async_status-result.yml
1261+
- 2681-stacki-host-bugfix.yml
1262+
- 2684-open_iscsi-single-target-multiple-portal-overrides.yml
1263+
- 2711-fix-iptables_state-2700-async_status-call.yml
1264+
- 2722-zypper_repository-fix_idempotency_on_adding_repo_with_releasever.yml
1265+
- 2731-mh-cmd-locale.yml
1266+
- 2735-onepassword-add_domain_option.yml
1267+
- 2751-flatpak-no_dependencies.yml
1268+
- 3.2.0.yml
1269+
- json_query_more_types.yml
1270+
- keycloak-realm-no-log-password-reset.yml
1271+
- keycloak_realm_ssl_required.yml
1272+
- script-removal.yml
1273+
modules:
1274+
- description: Execute SQL on HANA
1275+
name: hana_query
1276+
namespace: database.saphana
1277+
- description: Manage pacman's list of trusted keys
1278+
name: pacman_key
1279+
namespace: packaging.os
1280+
- description: Manages SAP SAPCAR archives
1281+
name: sapcar_extract
1282+
namespace: files
1283+
plugins:
1284+
lookup:
1285+
- description: Generates random string
1286+
name: random_string
1287+
namespace: null
1288+
release_date: '2021-06-08'

changelogs/fragments/2126-consul_kv-pass-token.yml

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

changelogs/fragments/2461-ovirt4-fix-configparser.yml

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

changelogs/fragments/2510-jenkins_plugin_use_post_method.yml

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

changelogs/fragments/2556-add-comment_visibility-parameter-for-comment-operation-of-jira-module.yml

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

changelogs/fragments/2557-cloud-misc-refactor.yml

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

changelogs/fragments/2560-java_cert-pkcs12-alias-bugfix.yml

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

changelogs/fragments/2564-mh-cmd-process-output.yml

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

changelogs/fragments/2568-ssh_config-reduce-stormssh-searches-based-on-host.yml

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

0 commit comments

Comments
 (0)