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
Sloane Hertel 48dfe8e215
add Python 3.12 support to ansible-test (#80834)
* update docker containers versions to use newer ansible-test ref in the pre-built venvs

* Allow invoking ansible-test with Python 3.12

* Add python3.12 to the INTERPRETER_PYTHON_FALLBACK

* changelog

* add Python 3.12 as a non-default Python version for the test containers

* Update mypy ignores for Python 3.12

* Add Python 3.12 to CI matrix for unit tests, generic tests, and galaxy

* Update unit test for using the Python 2 collection loader path with Python 3.

Skip the existing test on Python 3.12, since find_module is removed.

Suppress the pre-existing deprecation warnings using the Python 2
codepath with Python 3.

Add a test for Python >= 3.12, which doesn't call find_module.

* Ignore sanity test errors on systems without libselinux present.
1 year ago
..
22396-indicate-which-args-are-multi.yml Indicate which args can be provided multiple times. Fixes #22396 (#80970) 1 year ago
27816-fetch-unreachable.yml Handle unreachable errors in fetch properly. Fixes #27816 (#80952) 1 year ago
50603-tty-check.yaml
73643-handlers-prevent-multiple-runs.yml
74723-support-wildcard-win_fetch.yml fix error if path had wildcard in it (#74723) 1 year ago
75063-allow-dev-nul-as-skeleton-for-new-homedir.yml Check if skeleton is /dev/null while creating home folder (#75948) 1 year ago
76372-fix-pip-virtualenv-command-parsing.yml
78487-galaxy-collections-path-warnings.yml
79364_replace.yml replace: handle exception while parsing escape char (#81244) 1 year ago
79677-fix-argspec-type-check.yml
79734-ansible-test-change-detection.yml ansible-test - local change detection without --fork-point (#79734) 1 year ago
79844-fix-timeout-mounts-linux.yml
80128-symbolic-modes-X-use-computed.yml
80258-defensive-display-non-utf8.yml
80334-reduce-ansible-galaxy-api-calls.yml
80406-validate-modules-semantic-markup.yml
80449-fix-symbolic-mode-error-msg.yml
80460-add-symbolic-links-with-dir.yml
80476-fix-loop-task-post-validation.yml
80506-syntax-check-playbook-only.yml
80520-fix-current-hostname-openbsd.yml
80605-template-overlay-native-jinja.yml
80648-fix-ansible-galaxy-cache-signatures-bug.yml
80721-ansible-galaxy.yml Update galaxy_ng container for tests (#80721) 1 year ago
80738-abs-unarachive-src.yml unarchive - ensure src is an absolute path before picking handler (#80738) 1 year ago
80880-register-handlers-immediately-if-iterating-handlers.yml Register handlers immediately if currently iterating handlers (#80898) 1 year ago
80887-dnf5-api-change.yml Update dnf5 module to handle API change for setting the download directory. Fixes #80887 (#80888) 1 year ago
80943-ansible-galaxy-collection-subdir-install.yml Fix TypeError when installing subdir collections. Fixes #80943 (#80949) 1 year ago
80968-replace-deprecated-ast-attr.yml replace deprecated ast.value.s with ast.value.value (#80968) 1 year ago
80985-fix-smgl-family-mapping.yml Fix Source Mage family mapping (#80985) 1 year ago
81005-use-overlay-overrides.yml Don't mutate templar.environment, only overlay on local myenv (#81005) 1 year ago
81029-connection-types.yml Make sure that values that should be strings are actually strings. (#81029) 1 year ago
81064-daemonize-fixes.yml Fix stealth exceptions and blocking select() in daemonize() (#81064) 1 year ago
81082-deprecated-importlib-abc.yml Avoid deprecated importlib.abc.TraversableResources (#81082) 1 year ago
81104-inventory-script-plugin-raise-execution-error.yml Inventory Script Plugin: raise execution error (#81104) 1 year ago
81319-cloudstack-test-container-bump-version.yml ansible-test: cloudstack: bump test container version (#81319) 1 year ago
CleansingNodeVisitor-removal.yml Simplify conditional.py (#80584) 1 year ago
a-g-col-install-directory-with-trailing-sep.yml
a-g-col-prevent-reinstalling-satisfied-req.yml Consider all configured collection paths when installing collections (#81243) 1 year ago
ansible-galaxy-server-timeout.yml ansible-galaxy - add config option for the default ansible-galaxy timeout (#81108) 1 year ago
ansible-runtime-metadata-removal-date.yml Use strings for `removal_date` in runtime metadata (#80815) 1 year ago
ansible-test-added-fedora-38.yml ansible-test: Added Fedora 38 (#81074) 1 year ago
ansible-test-argcomplete-3.yml
ansible-test-atexit.yml ansible-test - Avoid using atexit module (#81096) 1 year ago
ansible-test-default-containers.yml
ansible-test-deprecated-cleanup.yml
ansible-test-distro-containers.yml ansible-test - Update openSUSE containers (#81062) 1 year ago
ansible-test-explain-traceback.yml ansible-test - Fix sanity traceback with `-e` opt (#81271) 1 year ago
ansible-test-fedora-37.yml ansible-test - remove Fedora 37 container and remote support (#81093) 1 year ago
ansible-test-freebsd-bootstrap-setuptools.yml
ansible-test-import-sanity-fix.yml ansible-test - Fix import sanity test for targets (#81184) 1 year ago
ansible-test-long-timeout-fix.yml ansible-test - Fix handling of long timeouts (#80769) 1 year ago
ansible-test-minimum-setuptools.yml
ansible-test-nios-container.yml ansible-test - Update the NIOS test container (#80739) 1 year ago
ansible-test-pylint-update.yml
ansible-test-pytest-forked.yml
ansible-test-python-3.12.yml add Python 3.12 support to ansible-test (#80834) 1 year ago
ansible-test-pyyaml-build.yml ansible-test - Pre-build PyYAML wheels (#81300) 1 year ago
ansible-test-remove-old-rhel-remotes.yml ansible-test - remove test remotes: rhel 8.7/9.1 (#81065) 1 year ago
ansible-test-remove-ubuntu-2004.yml ansible-test: remove Ubuntu 20.04 LTS (#81070) 1 year ago
ansible-test-rhel-9.2-python-3.11.yml Add test support for Python 3.11 on RHEL 8.8/9.2 (#80990) 1 year ago
ansible-test-rhel-9.2.yml ansible-test - Add RHEL 9.2 support (#80755) 1 year ago
ansible-test-sanity-scope.yml ansible-test - Narrow the scope of some sanity tests (#81273) 1 year ago
ansible-test-source-detection.yml ansible-test - Fix traceback when mixing sources (#80801) 1 year ago
ansible-test-timeout-fix.yml ansible-test - Fix timeout handling (#80764) 1 year ago
ansible-test-unique-container-names.yml
ansible-test-use-raise-from.yml ansible-test - Use raise from to handle exceptions (#80905) 1 year ago
ansible-test-utcnow.yml ansible-test - Avoid use of deprecated utcnow (#80750) 1 year ago
ansible-test-winrm-config.yml ansible-test - Remove obsolete WinRM setup script (#81249) 1 year ago
ansible_test_alpine_3.18.yml ansible-test add alpine 3.18 as remote (#81109) 1 year ago
aptclean_diff.yml apt: Return calculated diff while running apt clean (#81247) 1 year ago
ci_freebsd_new.yml
collections_paths-deprecation.yml Deprecate plural collections_paths option (#81063) 1 year ago
colors.yml Add test for 256-color configuration values (#78613) 1 year ago
command-expand-args.yml command - Add option to disable argument var expansion (#80512) 1 year ago
config_origins_option.yml config lookup, new option to show origin of value (#80651) 1 year ago
connection-type-annotation.yml Add type annotation for connection plugins (#78552) 1 year ago
deb822_open_url.yml deb822_repository: use http-agent with open_url (#80876) 1 year ago
display_proxy.yml display, also proxy warnings and deprecations (#81060) 1 year ago
dnf5-cacheonly.yml dnf5: enable now implemented cacheonly functionality (#81141) 1 year ago
dnf5-fix-interpreter-fail-msg.yml
dnf5-gpg-check-api.yml
dnf5-gpg-check-builtin.yml dnf5: utilize automatic gpg check via transaction.run() (#81144) 1 year ago
dnf5-logs-api.yml
dnf5-test-env-groups.yml dnf5 - enable env groups testing in CI (#81032) 1 year ago
fbsd13_1_remove.yml remove Freebsd 13.1 from test matrix (#81058) 1 year ago
fetch_url-remove-auto-disable-decompress.yml
first_found_fixes.yml
first_found_template_fix.yml first_found lookup, let lookup handle templating errors (#81178) 1 year ago
fix-handlers-callback.yml
fix-setuptools-warnings.yml
gather_facts_fix_parallel.yml
get_action_args_with_defaults-remove-deprecated-arg.yml
inventory_cache-remove-deprecated-default-section.yml
long-collection-paths-fix.yml Resolve issues on python pre-3.10.6 with collection dirs longer than 100 characters (#81061) 1 year ago
man-page-build-docs-dependency.yml Remove docs dir dependency from man page build (#81003) 1 year ago
manifest-in-cleanup.yml Clean up MANIFEST.in (#80688) 1 year ago
mc_from_config.yml
no-arbitrary-j2-override.yml
parsing-splitter-fixes.yml Fix arg splitting and key/value parsing (#80030) 1 year ago
pep517-backend-import-fix.yml
pep517-backend-traceback-fix.yml
persist_skip.yml simple skip of connection (#80638) 1 year ago
pkg_mgr-default-dnf.yml
pre-release-hint-for-dep-resolution-error.yml ansible-galaxy - add pre-release hint to dependency resolution error (#81147) 1 year ago
pylint-deprecated-comment-checker.yml Pylint deprecated comment checker (#81071) 1 year ago
remove-deprecated-actionbase-_remote_checksum.yml
remove-deprecated-filelock-class.yml
remove-include.yml Remove deprecated include (#80752) 1 year ago
remove-play_iterator-deprecated-methods.yml
remove-python3.5.yml Remove Python 3.5 support (#80972) 1 year ago
remove-python3.9-controller-support.yml Remove Python 3.9 support for the controller (#80973) 1 year ago
remove-templar-shared_loader_obj-arg.yml
remove-unreachable-include_role-static-err.yml Remove unreachable error for removed include_role.static (#80837) 1 year ago
remove_md5.yml Removed unused `get_md5` parameter from stat (#80871) 1 year ago
run-command-selectors-prompt-only.yml
server2012-deprecation.yml Removed testing support for Server 2012 and 2012 R2 (#80778) 1 year ago
service_facts_rcctl.yml
service_facts_simpleinit_msb.yml Add simpleinit_msb fact for service_mgr (#80963) 1 year ago
service_fix_obsd.yml
setup_facter_fix.yml setup module, retry facter to handle --puppet errors (#80645) 1 year ago
simple-result-queue.yml Switch from multiprocessing.Queue to SimpleQueue (#80838) 1 year ago
smart_connection_bye.yml deprecate 'smart' connection value (#81218) 1 year ago
templar-globals-dict.yml
templating_fixes.yml template escaping: use configured variable start instead of default one (#81001) 1 year ago
text-converters.yml
timeout_config_fix.yml
update-maybe-json-uri.yml URI Module find json sub type (#80745) 1 year ago
urls-client-cert-py12.yml urls - remove deprecated client key calls (#80751) 1 year ago
urls-unit-test-latest-cryptography.yml ansible-test - update module_utils/urls.py unit test to support cryptography >= 41.0.0 (#81296) 1 year ago
user-add-password-exp-warning.yml user - add parameter for password expiration warning days (#79884) 1 year ago
v2.16.0-initial-commit.yaml bump devel to 2.16.0.dev0 (#80390) 2 years ago
yum-repository-docs-fixes.yml Align yum_repository documentation with arguments (#80867) 1 year ago