summaryrefslogtreecommitdiff
path: root/changelogs/changelog.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r--changelogs/changelog.yaml45
1 files changed, 41 insertions, 4 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index cfe987d289..45460eab79 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -707,15 +707,52 @@ releases:
- winrm-kinit-path.yml
- write_file_uri_cleanup.yml
- zap_template_cache.yml
+ release_date: '2022-09-26'
+ 2.14.0b2:
+ changes:
+ breaking_changes:
+ - ansible-test validate-modules - Removed the ``missing-python-doc`` error code
+ in validate modules, ``missing-documentation`` is used instead for missing
+ PowerShell module documentation.
+ bugfixes:
+ - Fix reusing a connection in a task loop that uses a redirected or aliased
+ name - https://github.com/ansible/ansible/issues/78425
+ - Fix setting become activation in a task loop - https://github.com/ansible/ansible/issues/78425
+ - apt module should not traceback on invalid type given as package. issue 78663.
+ - known_hosts - do not return changed status when a non-existing key is removed
+ (https://github.com/ansible/ansible/issues/78598)
+ - plugin loader, fix detection for existing configuration before initializing
+ for a plugin
+ minor_changes:
+ - ansible-test validate-modules - Added support for validating module documentation
+ stored in a sidecar file alongside the module (``{module}.yml`` or ``{module}.yaml``).
+ Previously these files were ignored and documentation had to be placed in
+ ``{module}.py``.
+ - apt_repository will use the trust repo directories in order of preference
+ (more appropriate to less) as they exist on the target.
+ release_summary: '| Release Date: 2022-10-03
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: C'mon Everybody
+ fragments:
+ - 78881-fix-known-hosts-wrong-changed-status.yaml
+ - apt_notb.yml
+ - apt_repo_trust_prefs.yml
+ - become-loop-setting.yml
+ - plugin_loader_fix.yml
+ - v2.14.0b2_summary.yaml
+ - validate-modules-sidecar.yml
plugins:
test:
- description: is the string a valid URI
- name: uri
+ name: ansible.builtin.uri
namespace: null
- description: is the string a valid URL
- name: url
+ name: ansible.builtin.url
namespace: null
- description: is the string a valid URN
- name: urn
+ name: ansible.builtin.urn
namespace: null
- release_date: '2022-09-26'
+ release_date: '2022-10-03'