mirror of https://github.com/ansible/ansible.git
bump devel to 2.16.0.dev0 (#80390)
parent
2f647e9617
commit
5e131a96c0
@ -1,2 +1,2 @@
|
||||
ancestor: 2.14.0
|
||||
ancestor: 2.15.0
|
||||
releases: {}
|
||||
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible_facts.hardware - Define all processor facts on s390x (https://github.com/ansible/ansible/issues/19755)
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- sanity tests - updates the collection-deprecated-version tests to ignore the ``prerelease`` component of the collection version ().
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- unarchive - log errors from commands to assist in debugging (https://github.com/ansible/ansible/issues/64612)
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- unarchive - allow relative path for ``dest`` (https://github.com/ansible/ansible/issues/64612)
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- Add support for custom salt for vault encoding to make it deterministic (https://github.com/ansible/ansible/issues/35480).
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible-test sanity - correctly report invalid YAML in validate-modules (https://github.com/ansible/ansible/issues/75837).
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- Module and role argument validation - include the valid suboption choices in the error when an invalid suboption is provided.
|
@ -1,5 +0,0 @@
|
||||
bugfixes:
|
||||
- paramiko - Add a new option to allow paramiko >= 2.9 to easily work with
|
||||
all devices now that rsa-sha2 support was added to paramiko, which
|
||||
prevented communication with numerous platforms.
|
||||
(https://github.com/ansible/ansible/issues/76737)
|
@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- copy remote_src=true - fix copying subdirs recursively when the dest exists and the src and dest have
|
||||
multiple common subdirectories in a common directory (https://github.com/ansible/ansible/issues/74536).
|
||||
- copy remote_src=true - fix reporting changed for copying empty directories.
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "ansible-test sanity --test ansible-doc - now also lists documentation for test and filter plugins that are documented (https://github.com/ansible/ansible/pull/77737)."
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- Allow force deletion of a group even when it is the primary group of a user. (https://github.com/ansible/ansible/issues/77849)
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
bugfixes:
|
||||
- "strategy plugins: get the correctly templated and validated run_once value on strategy linear (https://github.com/ansible/ansible/issues/78492)"
|
@ -1,3 +0,0 @@
|
||||
bugfixes:
|
||||
- service_facts - Use python re to parse service output instead of grep
|
||||
(https://github.com/ansible/ansible/issues/78541)
|
@ -1,3 +0,0 @@
|
||||
bugfixes:
|
||||
- copy - fix reporting changes to file attributes in check mode with remote_src=True (https://github.com/ansible/ansible/issues/77957).
|
||||
- copy - fix creating the dest directory in check mode with remote_src=True (https://github.com/ansible/ansible/issues/78611).
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- known_hosts - do not return changed status when a non-existing key is removed (https://github.com/ansible/ansible/issues/78598)
|
@ -1,3 +0,0 @@
|
||||
bugfixes:
|
||||
- paramiko - Add back support for ``ssh_args``, ``ssh_common_args``, and ``ssh_extra_args`` for parsing the ``ProxyCommand``
|
||||
(https://github.com/ansible/ansible/issues/78750)
|
@ -1,4 +0,0 @@
|
||||
minor_changes:
|
||||
- "ansible-test runtime-metadata sanity test - ensure that ``redirect`` entries in ``meta/runtime.yml`` contain collection names, except for ``module_utils`` plugin redirects and ``import_redirect`` redirects (https://github.com/ansible/ansible/pull/78802)."
|
||||
bugfixes:
|
||||
- "ansible-test runtime-metadata sanity test - do not crash on YAML parsing errors without a context mark (https://github.com/ansible/ansible/pull/78802)."
|
@ -1,3 +0,0 @@
|
||||
removed_features:
|
||||
- Remove deprecated ``ANSIBLE_COW_WHITELIST`` configuration environment variable, use ``ANSIBLE_COW_ACCEPTLIST`` instead. (https://github.com/ansible/ansible/issues/78819)
|
||||
- Remove deprecated ``cow_whitelist`` configuration option, use ``cowsay_enabled_stencils`` instead. (https://github.com/ansible/ansible/issues/78820)
|
@ -1,3 +0,0 @@
|
||||
removed_features:
|
||||
- Remove deprecated ``ANSIBLE_CALLBACK_WHITELIST`` configuration environment variable, use ``ANSIBLE_CALLBACKS_ENABLED`` instead. (https://github.com/ansible/ansible/issues/78821)
|
||||
- Remove deprecated ``callback_whitelist`` configuration option, use ``callbacks_enabled`` instead. (https://github.com/ansible/ansible/issues/78822)
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- add parameter ``numeric`` to the iptables module to disable dns lookups when running list -action internally (https://github.com/ansible/ansible/issues/78793).
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "Do not crash when templating an expression with a test or filter that is not a valid Ansible filter name (https://github.com/ansible/ansible/issues/78912, https://github.com/ansible/ansible/pull/78913)."
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible-galaxy collection install - respect symlinks when installing from source or local repository (https://github.com/ansible/ansible/issues/78442)
|
@ -1,6 +0,0 @@
|
||||
bugfixes:
|
||||
- >-
|
||||
ansible-vault encrypt_string - started appending a line feed at the end of the encrypted string output. Missing newline
|
||||
character caused problems identifying where the string ends in some shells (like bash) or accidentally copying an
|
||||
extra trailing terminator symbol (e.g., zsh prints out a ``%`` sign to signal where the original output stops)
|
||||
(https://github.com/ansible/ansible/issues/78932).
|
@ -1,3 +0,0 @@
|
||||
bugfixes:
|
||||
- keyword inheritance - Ensure that we do not squash keywords in validate
|
||||
(https://github.com/ansible/ansible/issues/79021)
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "handlers - fix an issue where the ``flush_handlers`` meta task could not be used with FQCN: ``ansible.builtin.meta`` (https://github.com/ansible/ansible/issues/79023)"
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- include_role - Inherit from role parents beyond a depth of 3 (https://github.com/ansible/ansible/issues/47023).
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "jinja2_native: preserve quotes in strings (https://github.com/ansible/ansible/issues/79083)"
|
@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- BSD network facts - Do not assume column indexes, look for ``netmask`` and
|
||||
``broadcast`` for determining the correct columns when parsing ``inet`` line
|
||||
(https://github.com/ansible/ansible/issues/79117)
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible-galaxy collection/role init - preserve symlinks (https://github.com/ansible/ansible/issues/39334).
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible-test - Add ``wheel < 0.38.0`` constraint for Python 3.6 and earlier.
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- updated the vendored distro library to upstream version (https://github.com/ansible/ansible/pull/79227)
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "ansible-test validate-modules - no longer treat falsy non-``False`` values for defaults as ``None`` (https://github.com/ansible/ansible/pull/79267)."
|
@ -1,6 +0,0 @@
|
||||
breaking_changes:
|
||||
- "ansible-doc - no longer treat plugins in collections whose name starts with ``_`` as deprecated
|
||||
(https://github.com/ansible/ansible/pull/79217)."
|
||||
- "ansible-test sanity - previously plugins and modules in collections whose name started with ``_``
|
||||
were treated as deprecated, even when they were not marked as deprecated in ``meta/runtime.yml``.
|
||||
This is no longer the case (https://github.com/ansible/ansible/pull/79362)."
|
@ -1,3 +0,0 @@
|
||||
minor_changes:
|
||||
- collections - Add additional includes for REUSE license files (https://github.com/ansible/ansible/issues/79368)
|
||||
- collections - Add additional ignores for commonly rejected file extensions
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- Fixes leftover _valid_attrs usage.
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- ansible-galaxy - support ``resolvelib >= 0.5.3, < 0.10.0``.
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
minor_changes:
|
||||
- galaxy - include ``license_file`` in the default manifest directives
|
||||
(https://github.com/ansible/ansible/pull-request/79420)
|
@ -1,3 +0,0 @@
|
||||
bugfixes:
|
||||
- file - touch action in check mode was always returning ok. Fix now evaluates the different conditions and
|
||||
returns the appropriate changed status. (https://github.com/ansible/ansible/issues/79360)
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- Fixes the password lookup to not rewrite files if they are not changed when using the "encrypt" parameter (#79430).
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "Fix a traceback occuring when a task is named ``meta`` (https://github.com/ansible/ansible/issues/79459)"
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- apt - set locale to fix updating the cache (https://github.com/ansible/ansible/issues/79523).
|
@ -1,3 +0,0 @@
|
||||
bugfixes:
|
||||
- Fix using ``GALAXY_IGNORE_CERTS`` when downloading tarballs from Galaxy servers (https://github.com/ansible/ansible/issues/79557).
|
||||
- Fix using ``GALAXY_IGNORE_CERTS`` in conjunction with collections in requirements files which specify a specific ``source`` that isn't in the configured servers.
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- systemd - daemon-reload and daemon-reexec ignore errors when running in a chroot (https://github.com/ansible/ansible/pull/79643)
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- apt_repository - adds ``sources_added`` and ``sources_removed`` to the return of the module (https://github.com/ansible/ansible/issues/79306).
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "argument spec validation - again report deprecated parameters for Python-based modules. This was accidentally removed in ansible-core 2.11 when argument spec validation was refactored (https://github.com/ansible/ansible/issues/79680, https://github.com/ansible/ansible/pull/79681)."
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "normal action plugin - remove obsolete ``if`` (https://github.com/ansible/ansible/pull/79690)."
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- Correctly count rescued tasks in play recap (https://github.com/ansible/ansible/issues/79711)
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- get_url - Ensure we are passing ciphers to all url_get calls (https://github.com/ansible/ansible/issues/79717)
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- vault - show filename additionally if missing secrets prevents decryption (https://github.com/ansible/ansible/issues/79723)
|
@ -1,3 +0,0 @@
|
||||
bugfixes:
|
||||
- "argument spec validation - ensure that deprecated aliases in suboptions are also reported (https://github.com/ansible/ansible/pull/79740)."
|
||||
- "argument spec validation - fix warning message when two aliases of the same option are used for suboptions to also mention the option's name they are in (https://github.com/ansible/ansible/pull/79740)."
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- Fix traceback when using the ``template`` module and running with ``ANSIBLE_DEBUG=1`` (https://github.com/ansible/ansible/issues/79763)
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- Fix conditionally notifying ``include_tasks` handlers when ``force_handlers`` is used (https://github.com/ansible/ansible/issues/79776)
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "Fix an issue where the value of ``become`` was ignored when used on a role used as a dependency in ``main/meta.yml`` (https://github.com/ansible/ansible/issues/79777)"
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "ansible-test acme test container - update version to update used Pebble version, underlying Python and Go base containers, and Python requirements (https://github.com/ansible/ansible/pull/79783)."
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible-playbook -K breaks when passwords have quotes (https://github.com/ansible/ansible/issues/79836).
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
bugfixes:
|
||||
- templates - Fixed ``TypeError`` when a lookup plugin has an option called ``name``.
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- debug - Perform argspec valdiation in debug action plugin (https://github.com/ansible/ansible/issues/79862)
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- TaskExecutor - don't ignore templated _raw_params that k=v parser failed to parse (https://github.com/ansible/ansible/issues/79862)
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- Make using blocks as handlers a parser error (https://github.com/ansible/ansible/issues/79968)
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- user - fix comparing group IDs to existing group names so groups are not always updated (https://github.com/ansible/ansible/issues/79956).
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "validate-modules sanity test - if the ``check_mode`` attribute is present, check that it coincides with the ``support_check_mode`` parameter of ``AnsibleModule`` (https://github.com/ansible/ansible/pull/80090)."
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- ansible-galaxy - support ``resolvelib >= 0.5.3, < 1.1.0``.
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "ansible-doc text output - support ``seealso`` plugin record that was added for filter and test plugin documentation (https://github.com/ansible/ansible/pull/80212)."
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "ansible-doc - support semantic markup in text output (https://github.com/ansible/ansible/pull/80242)."
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "validate-modules sanity test - add support for semantic markup (https://github.com/ansible/ansible/pull/80243)."
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "validate-modules sanity test - support the ``plugin`` see-also part of the semantic markup specification (https://github.com/ansible/ansible/pull/80244)."
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "ansible-doc - stop generating wrong module URLs for module see-alsos. The URLs for modules in ansible.builtin do now work, and URLs for modules outside ansible.builtin are no longer added (https://github.com/ansible/ansible/pull/80280)."
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "ansible-doc - support role extension for semantic markup spec so that ``O()`` and ``RV()`` referring to role entrypoints are rendered more readable (https://github.com/ansible/ansible/pull/80305)."
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- Ansible.ModuleUtils.AddType - Add support for compiling ``unsafe`` code with the ``//AllowUnsafe`` directive
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible-galaxy role info - fix unhandled AttributeError by catching the correct exception.
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible-config limit shorthand format to assigned values
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible-doc now will correctly display short descriptions on listing filters/tests no matter the directory sorting.
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- ansible-inventory now supports the limit command line options.
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible-inventory will no longer duplicate host entries if they were part of a group's childrens tree.
|
@ -1,5 +0,0 @@
|
||||
bugfixes:
|
||||
- role deduplication - Always create new role object, regardless of
|
||||
deduplication. Deduplication will only affect whether a duplicate call to a
|
||||
role will execute, as opposed to re-using the same object.
|
||||
(https://github.com/ansible/ansible/pull/78661)
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- Windows - Ensure the module temp directory contains more unique values to avoid conflicts with concurrent runs - https://github.com/ansible/ansible/issues/80294
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible-galaxy - make initial call to Galaxy server on-demand only when installing, getting info about, and listing roles.
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible-galaxy - fix installing collections in git repositories/directories which contain a MANIFEST.json file (https://github.com/ansible/ansible/issues/79796).
|
@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- >-
|
||||
``ansible-galaxy search rolename`` - give a warning instead of non-zero return code when search results are empty.
|
||||
This is similar to the behavior when listing roles, which gives a warning if a role cannot be found and exits with a return code of ``0``.
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- ansible-test - Update the CloudStack test plugin to use a newer test container with CloudStack 4.18.0.
|
@ -1,70 +0,0 @@
|
||||
major_changes:
|
||||
- ansible-test - Docker and Podman are now supported on hosts with cgroup v2 unified.
|
||||
Previously only cgroup v1 and cgroup v2 hybrid were supported.
|
||||
- ansible-test - Docker Desktop on WSL2 is now supported (additional configuration required).
|
||||
- ansible-test - Podman on WSL2 is now supported.
|
||||
- ansible-test - Podman now works on container hosts without systemd.
|
||||
Previously only some containers worked, while others required rootfull or rootless Podman,
|
||||
but would not work with both. Some containers did not work at all.
|
||||
- ansible-test - When additional cgroup setup is required on the container host, this will be automatically detected.
|
||||
Instructions on how to configure the host will be provided in the error message shown.
|
||||
minor_changes:
|
||||
- ansible-test - When using Podman, ansible-test will detect if the loginuid used in containers is incorrect.
|
||||
When this occurs a warning is displayed and the container is run with the AUDIT_CONTROL capability.
|
||||
Previously containers would fail under this situation, with no useful warnings or errors given.
|
||||
- ansible-test - Failure to connect to a container over SSH now results in a clear error.
|
||||
Previously tests would be attempted even after initial connection attempts failed.
|
||||
- ansible-test - Warnings are now shown when using containers that were built with VOLUME instructions.
|
||||
- ansible-test - Unit tests now support network disconnect by default when running under Podman.
|
||||
Previously this feature only worked by default under Docker.
|
||||
- ansible-test - Additional log details are shown when containers fail to start or SSH connections to containers fail.
|
||||
- ansible-test - Containers included with ansible-test no longer disable seccomp by default.
|
||||
- ansible-test - A new ``cgroup`` option is available when running custom containers.
|
||||
This option can be used to indicate a container requires cgroup v1 or that it does not use cgroup.
|
||||
The default behavior assumes the container works with cgroup v2 (as well as v1).
|
||||
- ansible-test - A new ``audit`` option is available when running custom containers.
|
||||
This option can be used to indicate whether a container requires the AUDIT_WRITE capability.
|
||||
The default is ``required``, which most containers will need when using Podman.
|
||||
If necessary, the ``none`` option can be used to opt-out of the capability.
|
||||
This has no effect on Docker, which always provides the capability.
|
||||
- ansible-test - More details are provided about an instance when provisioning fails.
|
||||
- ansible-test - Connection failures to remote provisioned hosts now show failure details as a warning.
|
||||
- ansible-test - When setting the max open files for containers, the container host's limit will be checked.
|
||||
If the host limit is lower than the preferred value, it will be used and a warning will be shown.
|
||||
- ansible-test - Use ``stop --time 0`` followed by ``rm`` to remove ephemeral containers instead of ``rm -f``.
|
||||
This speeds up teardown of ephemeral containers.
|
||||
- ansible-test - Reduce the polling limit for SSHD startup in containers from 60 retries to 10.
|
||||
The one second delay between retries remains in place.
|
||||
- ansible-test - Integration tests can be excluded from retries triggered by the ``--retry-on-error`` option by
|
||||
adding the ``retry/never`` alias. This is useful for tests that cannot pass on a retry or are too
|
||||
slow to make retries useful.
|
||||
- ansible-test - The ``ansible-test env`` command now detects and reports the container ID if running in a container.
|
||||
- ansible-test - SSH connections from OpenSSH 8.8+ to CentOS 6 containers now work without additional configuration.
|
||||
However, clients older than OpenSSH 7.0 can no longer connect to CentOS 6 containers as a result.
|
||||
The container must have ``centos6`` in the image name for this work-around to be applied.
|
||||
- ansible-test - SSH shell connections from OpenSSH 8.8+ to ansible-test provisioned network instances now work without additional configuration.
|
||||
However, clients older than OpenSSH 7.0 can no longer open shell sessions for ansible-test provisioned network instances as a result.
|
||||
bugfixes:
|
||||
- ansible-test - Multiple containers now work under Podman without specifying the ``--docker-network`` option.
|
||||
- ansible-test - Prevent concurrent / repeat pulls of the same container image.
|
||||
- ansible-test - Prevent concurrent / repeat inspections of the same container image.
|
||||
- ansible-test - Prevent concurrent execution of cached methods.
|
||||
- ansible-test - Handle server errors when executing the ``docker info`` command.
|
||||
- ansible-test - Show the exception type when reporting errors during instance provisioning.
|
||||
- ansible-test - Pass the ``XDG_RUNTIME_DIR`` environment variable through to container commands.
|
||||
- ansible-test - Connection attempts to managed remote instances no longer abort on ``Permission denied`` errors.
|
||||
- ansible-test - Detection for running in a Podman or Docker container has been fixed to detect more scenarios.
|
||||
The new detection relies on ``/proc/self/mountinfo`` instead of ``/proc/self/cpuset``.
|
||||
Detection now works with custom cgroups and private cgroup namespaces.
|
||||
- ansible-test - Avoid using ``exec`` after container startup when possible.
|
||||
This improves container startup performance and avoids intermittent startup issues with some old containers.
|
||||
known_issues:
|
||||
- ansible-test - Using Docker on systems with SELinux may require setting SELinux to permissive mode.
|
||||
Podman should work with SELinux in enforcing mode.
|
||||
- ansible-test - Additional configuration may be required for certain container host and container combinations.
|
||||
Further details are available in the testing documentation.
|
||||
- ansible-test - Systems with Podman networking issues may be unable to run containers, when previously the issue
|
||||
went unreported. Correct the networking issues to continue using ``ansible-test`` with Podman.
|
||||
- ansible-test - Custom containers with ``VOLUME`` instructions may be unable to start, when previously the containers
|
||||
started correctly. Remove the ``VOLUME`` instructions to resolve the issue. Containers with this
|
||||
condition will cause ``ansible-test`` to emit a warning.
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- ansible-test - Update ``default`` containers to include new ``docs-build`` sanity test requirements.
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- ansible-test - Update ``base`` and ``default`` containers to include Python 3.11.0.
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- ansible-test - Update the ``base`` and ``default`` test containers with the latest requirements.
|
@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible-test - Fix broken documentation link for ``aws`` test plugin error messages.
|
||||
minor_changes:
|
||||
- ansible-test - Improve consistency of version specific documentation links.
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- ansible-test - Update error handling code to use Python 3.x constructs, avoiding direct use of ``errno``.
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible-test - Removed pointless comparison in diff evaluation logic.
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible-test - Added a work-around for a traceback under Python 3.11 when completing certain command line options.
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible-test - fix warning message about failing to run an image to include the image name
|
@ -1,3 +0,0 @@
|
||||
deprecated_features:
|
||||
- ansible-test - The ``foreman`` test plugin is now deprecated.
|
||||
It will be removed in a future release.
|
@ -1,4 +0,0 @@
|
||||
minor_changes:
|
||||
- ansible-test - Updated the Azure Pipelines CI plugin to work with newer versions of git.
|
||||
- ansible-test - Moved git handling out of the validate-modules sanity test and into ansible-test.
|
||||
- ansible-test - Removed the ``--keep-git`` sanity test option, which was limited to testing ansible-core itself.
|
@ -1,8 +0,0 @@
|
||||
breaking_changes:
|
||||
- ansible-test - The ``vcenter`` test plugin now defaults to using a user-provided static configuration instead of the ``govcsim`` simulator for collections.
|
||||
Set the ``ANSIBLE_VCSIM_CONTAINER`` environment variable to ``govcsim`` to use the simulator.
|
||||
Keep in mind that the simulator is deprecated and will be removed in a future release.
|
||||
deprecated_features:
|
||||
- ansible-test - The ``govcsim`` simulator in the ``vcenter`` test plugin is now deprecated.
|
||||
It will be removed in a future release.
|
||||
Users should switch to providing their own test environment through a static configuration file.
|
@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible-test - Integration test target prefixes defined in a ``tests/integration/target-prefixes.{group}`` file
|
||||
can now contain an underscore (``_``) character.
|
||||
Resolves issue https://github.com/ansible/ansible/issues/79225
|
@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible-test - Allow disabled, unsupported, unstable and destructive integration test targets to be selected using their respective prefixes.
|
||||
- ansible-test - Allow unstable tests to run when targeted changes are made and the ``--allow-unstable-changed`` option is specified
|
||||
(resolves https://github.com/ansible/ansible/issues/74213).
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- ansible-test - Update the NIOS test plugin to use a newer multi-arch test container.
|
@ -1,9 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible-test - Use consistent file permissions when delegating tests to a container or remote host.
|
||||
Files with any execute bit set will use permissions ``755``.
|
||||
All other files will use permissions ``644``.
|
||||
(Resolves issue https://github.com/ansible/ansible/issues/75079)
|
||||
breaking_changes:
|
||||
- ansible-test - Integration tests which depend on specific file permissions when running in an ansible-test managed
|
||||
host environment may require changes. Tests that require permissions other than ``755`` or ``644``
|
||||
may need to be updated to set the necessary permissions as part of the test run.
|
@ -1,3 +0,0 @@
|
||||
minor_changes:
|
||||
- ansible-test - The ``pep8`` sanity test rule ``E203`` is now disabled since it is not PEP 8 compliant.
|
||||
This provides compatibility with output generated by the ``black`` code formatter.
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- ansible-test - Support Podman 4.4.0+ by adding the ``SYS_CHROOT`` capability when running containers.
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue