mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
Release 11.1.0.
This commit is contained in:
parent
27377140d0
commit
10f1f690e4
18 changed files with 325 additions and 84 deletions
|
@ -1098,3 +1098,135 @@ releases:
|
|||
name: onepassword_ssh_key
|
||||
namespace: null
|
||||
release_date: '2025-06-16'
|
||||
11.1.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
- dependent lookup plugin - avoid deprecated ansible-core 2.19 functionality
|
||||
(https://github.com/ansible-collections/community.general/pull/10359).
|
||||
- github_release - support multiple types of GitHub tokens; no longer failing
|
||||
when ``ghs_`` token type is provided (https://github.com/ansible-collections/community.general/issues/10338,
|
||||
https://github.com/ansible-collections/community.general/pull/10339).
|
||||
- icinga2 inventory plugin - avoid using deprecated option when templating
|
||||
options (https://github.com/ansible-collections/community.general/pull/10271).
|
||||
- incus connection plugin - fix error handling to return more useful Ansible
|
||||
errors to the user (https://github.com/ansible-collections/community.general/issues/10344,
|
||||
https://github.com/ansible-collections/community.general/pull/10349).
|
||||
- linode inventory plugin - avoid using deprecated option when templating
|
||||
options (https://github.com/ansible-collections/community.general/pull/10271).
|
||||
- logstash callback plugin - remove reference to Python 2 library (https://github.com/ansible-collections/community.general/pull/10345).
|
||||
deprecated_features:
|
||||
- catapult - module is deprecated and will be removed in community.general
|
||||
13.0.0 (https://github.com/ansible-collections/community.general/issues/10318,
|
||||
https://github.com/ansible-collections/community.general/pull/10329).
|
||||
- pacemaker_cluster - the parameter ``state`` will become a required parameter
|
||||
in community.general 12.0.0 (https://github.com/ansible-collections/community.general/pull/10227).
|
||||
minor_changes:
|
||||
- cloudflare_dns - adds support for PTR records (https://github.com/ansible-collections/community.general/pull/10267).
|
||||
- cloudflare_dns - remove redundant brackets in conditionals, no functional
|
||||
changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- cloudflare_dns - simplify validations and refactor some code, no functional
|
||||
changes (https://github.com/ansible-collections/community.general/pull/10269).
|
||||
- crypttab - remove redundant brackets in conditionals, no functional changes
|
||||
(https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- datadog_monitor - remove redundant brackets in conditionals, no functional
|
||||
changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- dense callback plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
|
||||
- gitlab_deploy_key - remove redundant brackets in conditionals, no functional
|
||||
changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- gitlab_group_access_token - remove redundant brackets in conditionals, no
|
||||
functional changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- gitlab_hook - remove redundant brackets in conditionals, no functional changes
|
||||
(https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- gitlab_project_access_token - remove redundant brackets in conditionals,
|
||||
no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- gitlab_runner - remove redundant brackets in conditionals, no functional
|
||||
changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- iocage inventory plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
|
||||
- ipa_group - remove redundant brackets in conditionals, no functional changes
|
||||
(https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- jc filter plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
|
||||
- jenkins_build - remove redundant brackets in conditionals, no functional
|
||||
changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- jenkins_build_info - remove redundant brackets in conditionals, no functional
|
||||
changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- keycloak - add support for ``grant_type=client_credentials`` to all keycloak
|
||||
modules, so that specifying ``auth_client_id`` and ``auth_client_secret``
|
||||
is sufficient for authentication (https://github.com/ansible-collections/community.general/pull/10231).
|
||||
- keycloak module utils - remove redundant brackets in conditionals, no functional
|
||||
changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- logstash callback plugin - remove redundant brackets in conditionals, no
|
||||
functional changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- mail callback plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
|
||||
- nmcli - remove redundant brackets in conditionals, no functional changes
|
||||
(https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- nmcli - simplify validations and refactor some code, no functional changes
|
||||
(https://github.com/ansible-collections/community.general/pull/10323).
|
||||
- oneandone_firewall_policy - remove redundant brackets in conditionals, no
|
||||
functional changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- oneandone_load_balancer - remove redundant brackets in conditionals, no
|
||||
functional changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- oneandone_monitoring_policy - remove redundant brackets in conditionals,
|
||||
no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- onepassword_info - remove redundant brackets in conditionals, no functional
|
||||
changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- osx_defaults - remove redundant brackets in conditionals, no functional
|
||||
changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- ovh_ip_loadbalancing_backend - remove redundant brackets in conditionals,
|
||||
no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- pacemaker_cluster - add ``state=maintenance`` for managing pacemaker maintenance
|
||||
mode (https://github.com/ansible-collections/community.general/issues/10200,
|
||||
https://github.com/ansible-collections/community.general/pull/10227).
|
||||
- pacemaker_cluster - rename ``node`` to ``name`` and add ``node`` alias (https://github.com/ansible-collections/community.general/pull/10227).
|
||||
- pacemaker_resource - enhance module by removing duplicative code (https://github.com/ansible-collections/community.general/pull/10227).
|
||||
- packet_device - remove redundant brackets in conditionals, no functional
|
||||
changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- pagerduty - remove redundant brackets in conditionals, no functional changes
|
||||
(https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- pingdom - remove redundant brackets in conditionals, no functional changes
|
||||
(https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- python_runner module utils - remove redundant brackets in conditionals,
|
||||
no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- rhevm - remove redundant brackets in conditionals, no functional changes
|
||||
(https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- rocketchat - remove redundant brackets in conditionals, no functional changes
|
||||
(https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- sensu_silence - remove redundant brackets in conditionals, no functional
|
||||
changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- sl_vm - remove redundant brackets in conditionals, no functional changes
|
||||
(https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- urpmi - remove redundant brackets in conditionals, no functional changes
|
||||
(https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- wsl connection plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285).
|
||||
- xattr - remove redundant brackets in conditionals, no functional changes
|
||||
(https://github.com/ansible-collections/community.general/pull/10328).
|
||||
- xen_orchestra inventory plugin - use f-strings instead of concatenation
|
||||
(https://github.com/ansible-collections/community.general/pull/10285).
|
||||
- xfconf - minor adjustments the the code (https://github.com/ansible-collections/community.general/pull/10311).
|
||||
- xml - remove redundant brackets in conditionals, no functional changes (https://github.com/ansible-collections/community.general/pull/10328).
|
||||
release_summary: Regular bugfix and feature release.
|
||||
fragments:
|
||||
- 10227-pacemaker-cluster-and-resource-enhancement.yml
|
||||
- 10231-keycloak-add-client-credentials-authentication.yml
|
||||
- 10267-add-cloudflare-ptr-record-support.yml
|
||||
- 10269-cloudflare-dns-refactor.yml
|
||||
- 10271--disable_lookups.yml
|
||||
- 10285-fstr-plugins.yml
|
||||
- 10311-xfconf-refactor.yml
|
||||
- 10323-nmcli-improvements.yml
|
||||
- 10328-redundant-brackets.yml
|
||||
- 10329-catapult-deprecation.yml
|
||||
- 10339-github_app_access_token.yml
|
||||
- 10349-incus_connection-error-handling.yml
|
||||
- 10359-dependent.yml
|
||||
- 11.1.0.yml
|
||||
- logstash.yml
|
||||
modules:
|
||||
- description: Manage Jenkins credentials and domains via API.
|
||||
name: jenkins_credential
|
||||
namespace: ''
|
||||
plugins:
|
||||
callback:
|
||||
- description: Only show tasks.
|
||||
name: tasks_only
|
||||
namespace: null
|
||||
release_date: '2025-07-14'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue