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 Clay 708e4c206a ansible-test - Update default test containers. 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
50897-include_role-any_errors_fatal.yaml Track failures in the includes results to avoid special handling of include errors (#53688) 3 years ago
67616-galaxy-scm-cloning-ignore-certs.yml Support ignoring of certificates for ansible-galaxy during SCM cloning (#67616) 3 years ago
69776-add-aix-root-ca-certs-paths.yml Added AIX CA certs search paths (#69776) 3 years ago
71627-add_host-group_by-fix-changed_when-in-loop.yml add_host/group_by: fix using changed_when in a loop (#71719) 3 years ago
71734-validate-plugins.yml Extend validate-modules to also validate plugins (#71734) 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
73024-unarchive-apply-permissions-top-folder.yml apply owner/group permissions to top folder with unarchive module (#73024) 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
75017-user-password-expiry.yml user module password expiration fixes (#75390) 3 years ago
75101-ansible-vault-encrypt_string-output-file.yml ansible-vault encrypt_string: fix --output to write into file (#76856) 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
76049-task-debugger-run_once.yml Fix task debugger to work with run_once using linear strategy (#76814) 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
76124-hostname-debianstrategy.yml Resubmit: Use SystemdStrategy for Debian in the hostname module (#76929) 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
76378-iptables-chain-management.yml iptables - added a ``chain_management`` parameter to control chain (#76378) 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
76681-ansible-galaxy-add-gpg-signature-verification.yaml ansible-galaxy - add configuration options for more flexible collection signature verification (#77026) 3 years ago
76690-fix-ansible-galaxy-collection-verify-modified-content.yaml Fix 'ansible-galaxy collection verify' to display new files/dirs (#76690) 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
76840-added-restart-to-the-argument-condition-for-AIX.yml Added restart to the argument condition for AIX (#76841) 3 years ago
76877-added-sleep-to-the-service-restart-for-AIX.yml Fixed handling of sleep arguments during service restarts on AIX (#76878) 3 years ago
76924-powershell-ansible.basic-support-non-windows.yml make Ansible.Basic work on non-Windows (#76924) 3 years ago
76958-hostname-systemd-nm.yaml Update systemd strategy to not confuse NetworkManager (#77243) 3 years ago
77004-restore-missing-default.yml restore inadvertently deleted default for convert_data. Fixes #77004 (#77016) 3 years ago
77010-dnf-ensure-releasever-string.yml dnf: ensure releasever is passed into libdnf as str (#77024) 3 years ago
77035-ansible-doc-metadata-dump-errors.yml Handle errors during ansible-doc --metadata-dump more gracefully (#77035) 3 years ago
77050-add-pkg-mgr-support-for-al2022.yaml AL2022 package-manager detection support (Amazon Linux) (#77050) 3 years ago
77074-hostname-fix-typeerror-in-filestrategy.yml hostname module - fix TypeError in FileStrategy (#77025) (#77074) 3 years ago
77086-correct-pylint-symbols.yml Update pylint deprecated plugin to use ansible-invalid* symbols (#77086) 3 years ago
77108_params_blank.yml parameters: handle blank values when argument is a list (#77119) 3 years ago
77136-first_found-spaces-in-names.yml first_found: allow spaces in names (#77141) 3 years ago
77180-fix-fish-env-setup-script.yml Honor `--quiet` parameter properly in fish shell (#77180) 3 years ago
77193-linux-networking-facts-Provide-IPv4-prefix.yml linux networking facts: Provide IPv4 prefix (#77193) 3 years ago
77210-fix-collection-filter-test-redirects.yml Fix collection redirects for filter and test plugins (#77210) 3 years ago
77268-validate-plugins.yml validate-modules for plugins: do some more schema validations so that some issues that are currently reported for modules are also reported for plugins (#77268) 3 years ago
77271-unarchive.yml unarchive: fix io_buffer_size option, remove ignore.txt entry (#77271) 3 years ago
77275-add-support-for-deepin-distro-info-detection.yaml ansible_distribution: Add support for Uos/Deepin (#77275) 3 years ago
77320-python-2.yml Remove more Python 2.x compatibility code from controller. (#77320) 3 years ago
77368-rhel-os-family-compat.yaml Add family fallback for RHEL to register as RedHat (#77371) 3 years ago
ModuleUtils.SID-long-username.yml SID - Use literal UPN value when attempting a user to SID lookup (#77334) 3 years ago
action-plugin-arg-spec.yml Action Plugin argspec validation (#77013) 3 years ago
ansible-console-callback.yaml Fix ansible console to respect ANSIBLE_STDOUT_CALLBACK (#77182) 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-alpine3-update.yaml ansible-test - Update alpine3 container to 3.3.0. 3 years ago
ansible-test-azure-sherlock.yml ansible-test - Remove azure support for Sherlock. 3 years ago
ansible-test-bootstrap-pip.yml ansible-test - Use newer pip to bootstrap FreeBSD. 3 years ago
ansible-test-ci-files.yaml ansible-test - Update bootstrap URL to not use S3. 3 years ago
ansible-test-code-cleanup.yml ansible-test - Code cleanup. (#76540) 3 years ago
ansible-test-collection-identifier.yml ansible-test - Validate collection ns and name. 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-images.yml ansible-test - Use quay.io containers in plugins. 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-5.5.0.yaml ansible-test - Update default containers to 5.5.0. 3 years ago
ansible-test-default-container-update-5.6.2.yaml ansible-test - Update base and default containers. (#77033) 3 years ago
ansible-test-default-container-update-5.7.0.yaml ansible-test - Update default containers to 5.7.0. 3 years ago
ansible-test-default-container-update-5.8.0.yaml ansible-test - Update default test containers. 3 years ago
ansible-test-default-container-update.yaml ansible-test - Update default containers. 3 years ago
ansible-test-delegation-inventory.yaml ansible-test - Fix delegation inventory path. 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-help-cwd.yml ansible-test - Improve help for unsupported cwd. (#76866) 3 years ago
ansible-test-import-collections.yml ansible-test - Fix import test for collections. 3 years ago
ansible-test-import-distutils.yaml ansible-test - Fail sanity test on distutils use. 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-junit-relative-paths.yml ansible-test - Use relative paths in junit output. (#76871) 3 years ago
ansible-test-links.yml ansible-test - Use ansible-core for docs links. 3 years ago
ansible-test-managed-venv.yml ansible-test - Fix consistency of managed venvs. (#77028) 3 years ago
ansible-test-maxfd.yaml ansible-test - Remove obsolete display of MAXFD. 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-remote.yaml Support podman-remote in ansible-test (#75753) 3 years ago
ansible-test-podman-support-containers.yaml fix support containers under podman (#76292) 3 years ago
ansible-test-powershell-coverage-all.yaml ansible-test - Fix PS coverage `--all` generation. 3 years ago
ansible-test-pyopenssl.yaml ansible-test - Remove cap on cryptography version. 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-remote-cleanup.yaml ansible-test - Remove outdated remote support. 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-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-unsupported-directory-traceback.yaml ansible-test - Defer loading of completion entries. (#76852) 3 years ago
ansible-test-validate-modules-collection-loader.yml ansible-test - Fix collection loader import. (#76986) 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
ansible-test-windows-default.yaml ansible-test - Add default for Windows remotes. 3 years ago
ansible-test-yaml-import.yaml ansible-test - Fix CParser import in yamllint. 3 years ago
ansible_galaxy_timeout.yml use same timeout for galaxy api interactions (#77088) 3 years ago
ansible_test.yml docker_util: Handle error in JSON parsing (#77298) 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
clean_facts_values.yml clean_facts only show variable name (#76974) 3 years ago
compat-typing.yml Add typing to module_utils.compat. (#77197) 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
file_modification_times_support_check_mode.yml Make builtin.file modification times support check_mode (#76973) 3 years ago
finalize-not-in-globals.yml Remove finalize from globals (#76439) 3 years ago
fix_block_var_inh.yml fix block var inheritance (#75287) 3 years ago
fix_fax_delegation_loops.yml Fix final fact delegation (#77008) 3 years ago
fix_sudo_flag_mangling.yml better handling of sudo flag replacement (#76389) 3 years ago
fqn-module-cache.yml Use full python package for ansiballz cache filenames (#77090) 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
gather_facts_collections.yml gather_facts sees collection networking connection (#76954) 3 years ago
git_fixes.yml Bypass fragile git ssh wrapper (#73404) 3 years ago
handle_connection_cornercase.yml Handle connection dissonance (#77005) 3 years ago
include_vars_failed.yml include_vars initialize failed (#76754) 3 years ago
inventory_manager_flush_cache.yml inventory manager respect --flush-cache (#77083) 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
junit-callback-task-path-unicode.yml Fix task path unicode error in junit callback. 3 years ago
log_locale_selection_results.yml log results for get_best_parsable_locale (#77319) 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
module_utils-yaml-fix.yml Fix yaml loader and compat. 3 years ago
more_targeted_attribute_errors.yml More informative playbook attribute errors (#77082) 3 years ago
nativejinjatext-yaml-representer.yml Add a YAML representer for NativeJinjaText (#77282) 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
pull_fix_limit.yml ansible-pull handlle empty node/hostname return (#76965) 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
replace-rc-return-values.yml replace - always return rc (#71963) 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
service_facts_warnings.yml improve warnings from service_facts (#76921) 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
ssh_use_right_host.yml ssh connection: use 'correct' host in all cases (#76017) 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
vmware_sceanrio.yml vmware: Migrate VMware Scenario Guides (#76640) 3 years ago
win_LinkUtil-ignore-LIB.yml LinkUtil - ignore LIB env var (#76184) 3 years ago