You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments
Matt Martz 96ce4804ee
Resolve perf issue with async callback events (#76783)
* Don't send full task with async callback events. Fixes #76729

* Use args for async_status task, instead of k=v

* Make sure we send back the async task attrs for polling

* Add clog frag

* load is a staticmethod
3 years ago
..
75876-fix-parsing-of-device-serial-number-for-rhel-8.yaml Fix parsing of device serial number for RHEL8 (#75876) 3 years ago
47277-fails-to-deploy-deb-when-has-no-architecture-attribute.yml The apt module won't work with python-apt < 0.8.9 (such as on Ubuntu 10.04) (#75993) 3 years ago
50771-uri-improvements.yml uri module improvements (#50771) 3 years ago
69776-add-aix-root-ca-certs-paths.yml Added AIX CA certs search paths (#69776) 3 years ago
72405-git-module-local_mods-show-conflict-destination-directory.yml Update local_mods in git.py to show destination of conflict (#72405) 3 years ago
72592-catch-broken-cowsay.yaml catch the case that cowsay is broken (#76326) 3 years ago
73629_allow-change-held-packages.yml apt - add allow_change_held_packages option (#73629) 3 years ago
73657-include-parser-error-fail.yml Parser errors from within includes should not be rescueable (#73722) 3 years ago
74127-bad-filter-2.yml Attempt 2: Catch errors getting filters and tests (#76806) 3 years ago
74349-improve-docker-detection.yml check /.dockerenv and /.dockerinit to guess a dockercontainer (#74349) 3 years ago
74416-PlayIterator-_host_states-setters.yml Introduce public methods to access PlayIterator._host_states (#74416) 3 years ago
74511-PlayIterator-states-enums.yml PlayIterator: use enums for states (#74511) 3 years ago
75002-apt_min_version.yml apt: add support for package version >= (#75002) 3 years ago
75015-ca-path-bundle.yml Allow ca_path to point to a bundle (#75894) 3 years ago
75538-systemd-alias-check.yml add systemd alias check (#76608) 3 years ago
75540-warn-invalid-configured-vault-secret-files.yaml exhaust list of vault ids before failing (#75540) 3 years ago
75560-interp-discovery-family-fallback.yml Fallback to os family for interpreter discovery distro map. Fixes #75560 (#76815) 3 years ago
75635-fix-role-argspec-suboption-validation.yml Skip recursive suboption validation if sub_parameters is not a dict (#75635) 3 years ago
75642-free-strat-fix-executing-includes.yml Fix executing includes in the free strategy (#75649) 3 years ago
75671-ansible-doc-ignore-deprecations.yml ansible-doc: ignore plugin deprecation warnings (#75674) 3 years ago
75823-cli-remove-deprecated-verbosity-before-sub-cmd.yml Fix up deprecation removal changelog headers (#75848) 3 years ago
75824-copy-remove-deprecated-thirsty-alias.yml Fix up deprecation removal changelog headers (#75848) 3 years ago
75825-75826-get_url-uri-remove-deprecated-thirsty-alias.yml Fix up deprecation removal changelog headers (#75848) 3 years ago
75828-remove-deprecated-set_available_variables.yml Fix up deprecation removal changelog headers (#75848) 3 years ago
75845-ansible-galaxy-support-collection-skeleton.yml Add support for distinct collection skeleton configuration (#75845) 3 years ago
75863-start-move-away-six.yml Start of moving away from six (#75863) 3 years ago
75881-jinja2-3-min.yml Require Jinja2 3.0.0 (#75881) 3 years ago
76009-validate-modules-choices-return-value.yml validate_modules: allow 'choices' for return values (#76009) 3 years ago
76011-loop-variable-in-use-warning.yml _run_loop: Add the task name to the warning (#76012) 3 years ago
76069-fix-unarchive-file-listing-in-zip.yaml Fix zip content filtering in unarchive module (#76069) 3 years ago
76108-fix-ansible-galaxy-collection-verify-help.yaml Fix ansible-galaxy collection verify subcommand help message. (#76108) 3 years ago
76192-dnf-specific-gpg-error.yml dnf: add more specific error message for GPG check (#76194) 3 years ago
76225-update-collection-loader-for-python3.yaml Update collection loader for Python 3.10 (#76225) 3 years ago
76235-fix-ansible-doc-builtin-legacy.yml Fix ansible-doc -l ansible.builtin / ansible.legacy (#76235) 3 years ago
76262-validate-modules-validate-markup.yml Validate some markup in documentation in validate-modules (#76262) 3 years ago
76316-galaxy-install-role-inaccessible-dir-fix.yml galaxy: raise error when inaccessible path is specified multiple times (#76318) 3 years ago
76336-yum-makecache-fast.yml yum: avoid storing unnecessary cache data (#76345) 3 years ago
76343-tencentos-dnf.yml add tencentos fact distro (#76459) 3 years ago
76353-fix-check-mode-skipping.yaml Add check_mode tests for shell/command/script and make skipped=True/changed=True mutually exclusive (#76429) 3 years ago
76356-yumdnf-sslverify.yml plugins/dnf, plugins/yum: implement sslverify option (#76356) 3 years ago
76365-unarchive-include-stderr-in-error-message.yml unarchive: Keep stderr when pick_handler fails (#76365) 3 years ago
76373-add-openrc-support-to-service_facts.yaml Add openrc support to service_facts (#76373) 3 years ago
76375-fix-module-logging-WSL2.yml Module Logging with WSL2 (#76375) 3 years ago
76379-set-finalize-on-new-env.yml Properly set finalize for the new environment (#76435) 3 years ago
76386-httperror-no-fp.yml Handle HTTPError being partially initialized due to the error. Fixes #76386 (#76421) 3 years ago
76433-get_url-document-check_mode.yml Document get_url module check_mode support right (#76433) 3 years ago
76453-indirect-systemd-status.yml check for indirect service in systemd (#76462) 3 years ago
76530-connection-password-file-tb-fix.yml Fix AttributeError when providing file via --conn-password-file (#76534) 3 years ago
76542-fix-unarchive-on-nenglish-locales.yml unarchive: fix non-english locales (#76542) 3 years ago
76579-fix-ansible-galaxy-collection-version-error.yml ansible-galaxy - validate version for directories and collections in git repos (#76579) 3 years ago
76580-add-pkg_info-support-to-package_facts.yml package_facts: Support pkg_info OpenBSD, FreeBSD and NetBSD (#76580) 3 years ago
76610-empty-template-none.yml ansible_concat: return strings only unless eval (#76634) 3 years ago
76672-fix-end_play-multiple_plays.yml end_play: end the current play only (#76674) 3 years ago
76729-async-callback-perf.yml Resolve perf issue with async callback events (#76783) 3 years ago
76735-ansible-galaxy-fix-ignore-certs.yaml ansible-galaxy - fix the --ignore-certs flag for the implicit galaxy server (#76735) 3 years ago
76751-facts-check-datafile-before-close.yml fact gathering, prevent "UnboundLocalError: local variable 'datafile' referenced before assignment" when open(path) fails. (#76751) 3 years ago
76769-inventory-constructable-disable-lookups.yml Parameterize disable_lookups (#76770) 3 years ago
76782-fqcn-compare-lockstep-strategies.yml Compare FQCN also in lockstep logic. Fixes #76782 (#76787) 3 years ago
76792-hostname-all-systemd.yml Do not require SystemdStrategy subclasses for every distro (#76800) 3 years ago
ansible-core-python-2.6.yaml ansible-core - Remove support for Python 2.6. (#75853) 3 years ago
ansible-module-shebangs.yml Remove shebangs from core Python modules. (#76664) 3 years ago
ansible-test-azure-sherlock.yml ansible-test - Remove azure support for Sherlock. 3 years ago
ansible-test-code-cleanup.yml ansible-test - Code cleanup. (#76540) 3 years ago
ansible-test-constraints-cleanup.yaml ansible-test - Remove unused test constraint. 3 years ago
ansible-test-constraints.yaml ansible-test - Update Python constraints. (#75959) 3 years ago
ansible-test-container-removal.yml ansible-test - Remove near-EOL test containers. 3 years ago
ansible-test-default-base-containers-base-update.yaml ansible-test - Update base and default containers. 3 years ago
ansible-test-default-base-containers-python-3.10.yaml ansible-test - Update base and default containers. 3 years ago
ansible-test-default-container-update-5.2.0.yaml ansible-test - Update base and default containers. 3 years ago
ansible-test-default-container-update-5.4.0.yaml ansible-test - Update default containers. 3 years ago
ansible-test-default-container-update.yaml ansible-test - Update default containers. 3 years ago
ansible-test-delegation-pythonpath.yml ansible-test - Fix delegation from install. 3 years ago
ansible-test-distro-containers-3.1.0.yaml ansible-test - Update distro test containers. 3 years ago
ansible-test-docker-ulimit.yml ansible-test: Set max number of open files in containers to 10240 (#75498) 3 years ago
ansible-test-fedora35.yml ansible-test - Add Fedora 35 test container. (#76228) 3 years ago
ansible-test-fix-type-hints.yml ansible-test - Fix type hints. 3 years ago
ansible-test-fix-typo-validate-modules.yaml ansible-test: fix typo in validate-modules (#76765) 3 years ago
ansible-test-freebsd-12.3.yaml ansible-test - Add support for FreeBSD 12.3. (#76745) 3 years ago
ansible-test-import-collections.yml ansible-test - Fix import test for collections. 3 years ago
ansible-test-inventory-path.yaml ansible-test - Fix inventory path. 3 years ago
ansible-test-inventory-ssh-key.yml ansible-test - Fix inventory generation. 3 years ago
ansible-test-links.yml ansible-test - Use ansible-core for docs links. 3 years ago
ansible-test-nios-container.yml ansible-test - Update NIOS container to 1.4.0. 3 years ago
ansible-test-paramiko-constraint.yaml ansible-test - Limit paramiko to < 2.9.0 3 years ago
ansible-test-plugin-loading.yml ansible-test - Fix plugin loading. 3 years ago
ansible-test-podman-support-containers.yaml fix support containers under podman (#76292) 3 years ago
ansible-test-pytest-forked.yml ansible-test - Use `--forked` instead of `--boxed` 3 years ago
ansible-test-pytest-rootdir.yml ansible-test - Set pytest rootdir option. 3 years ago
ansible-test-python-2.6.yaml ansible-core - Remove support for Python 2.6. (#75853) 3 years ago
ansible-test-relocate-constants.yaml ansible-test - Move constants to remove symlink. 3 years ago
ansible-test-remove-aix-provisioning.yaml ansible-test - Remove AIX provisioning support. (#76747) 3 years ago
ansible-test-requirements-target.yaml Overhaul ansible-test integration tests. (#76111) 3 years ago
ansible-test-rhel-8.4.yml ansible-test - Remove RHEL 8.4 support. 3 years ago
ansible-test-rhel9.yaml ansible-test - Add RHEL 9 support. (#76217) 3 years ago
ansible-test-rhel85.yaml ansible-test - Add support for RHEL 8.5 instances. (#76305) 3 years ago
ansible-test-sanity-import-loader.yml ansible-test - Fix import test on old Pythons. (#76137) 3 years ago
ansible-test-sanity-import-no-pip.yml Overhaul ansible-test integration tests. (#76111) 3 years ago
ansible-test-sanity-import.yml Overhaul ansible-test integration tests. (#76111) 3 years ago
ansible-test-sanity-requirements-update.yaml ansible-test - Update import test and sanity requirements. (#76308) 3 years ago
ansible-test-sanity-vendoring.yml ansible-test - Hide ansible._vendor in import test (#76503) 3 years ago
ansible-test-validate-modules-no-callable.yml ansible-test - Fix traceback in validate-modules test. 3 years ago
ansible-test-venv-real-prefix.yaml ansible-test - Fix Python real prefix detection. 3 years ago
auto_squeal.yml More auto info (#76598) 3 years ago
avoid-set_options-leak.yaml Don't show params when there is an issue with `set_option(s)` (#75805) 3 years ago
clarify-unroll.yml Clarify unroll in _finalize (#76436) 3 years ago
config_fix_terms.yml ansible-config avoid _terms and _input in --only-changed (#76597) 3 years ago
default-callback-result-format.yml Default callback result format (#76166) 3 years ago
deprecate_default_fact_path_setting.yml enable module defaults for implicit gather_facts (#76053) 3 years ago
deprecate_scp_if_ssh.yml deprecate scp_if_ssh (#75218) 3 years ago
distro-module_utils-typing.yml Add missing typing import for _distro.py. 3 years ago
drop-target-2.6-support.yml Drop python2.6 support in module execution (#76106) 3 years ago
environment-concat.yml Attach concat func to an environment class (#76282) 3 years ago
evn_default.yml Add 'default' to 'env' lookup (#76327) 3 years ago
finalize-not-in-globals.yml Remove finalize from globals (#76439) 3 years ago
fix_sudo_flag_mangling.yml better handling of sudo flag replacement (#76389) 3 years ago
galaxy-build-files-ignore.yml galaxy build - ignore existing MANIFEST and FILES (#76479) 3 years ago
galaxy-import-level-fix.yml Expect upper case message 'levels' for galaxy publish results (#63530) 3 years ago
include_vars_failed.yml include_vars initialize failed (#76754) 3 years ago
jinja2_native-literal_eval-py310.yml Keep pre Python 3.10 literal_eval behavior (#76261) 3 years ago
json_filter_fix.yml reset defaults for json filters (#76349) 3 years ago
macos12-ci-image.yml Add macOS 12 to CI (#76328) 3 years ago
migrated_k8s_scenario_guides.yml k8s: Migrated scenario guides to collection (#75249) 3 years ago
modernize-install.yaml Modernize install (#76021) 3 years ago
nativejinjaunsafetext-yaml-representer.yml Add a YAML representer for NativeJinjaUnsafeText (#76186) 3 years ago
openEuler_hostname.yml hostname: add support for openEuler distro (#76619) 3 years ago
pslint-sanity-warning.yml ansible-test pslint - fix warning with nested objects (#75792) 3 years ago
psrp-put_file-dep.yaml psrp - remove deprecated psrp put_file code (#76252) 3 years ago
pwsh-pssa-update.yml ansible-test pssa update and new rules (#76256) 3 years ago
reduce-playiterator-iterations.yml Reduce number of iterations through PlayIterator (#74175) 3 years ago
restore_python_shebang_adherence.yml Allow specifying specific python via shebang (#76677) 3 years ago
runc_command_exception_toggle.yml prevent fact gathering from breaking on bad caps (#76691) 3 years ago
set_fact_delegation.yml loop/fact delegation fix (#75768) 3 years ago
ssh_debug_noparse.yml ssh connection avoid parsiing own debug (#76732) 3 years ago
ssh_quote_cp.yml ssh connection, handle 'fun' control paths (#76424) 3 years ago
support_eurolinux.yml facts - Set correct OS family for EuroLinux (#76624) 3 years ago
templating-safe-eval-replaced-native_environment.yml Heisen jinja2_native (#75587) 3 years ago
user_mac.yaml user: Update logic to check if user exists in macOS (#76592) 3 years ago
v2.13.0-initial-commit.yaml 2.13 changelog cleanup (#75800) 3 years ago
win_LinkUtil-ignore-LIB.yml LinkUtil - ignore LIB env var (#76184) 3 years ago