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 143e7fb45e
ansible-galaxy - support resolvelib versions >= 0.5.3, < 0.9.0 (#77649)
* ansible-galaxy - support resolvelib versions >= 0.5.3, <= 0.8.1

Test incompatibilities are removed for resolvelib >= 0.6.0

Test against the latest 0.8.x version and fix requirements

* Fix tests - use a venv for testing the range of resolvelib versions

* Update temporary hardcoded fallback for ansible-test

* Update hardcoded upperbound for sanity tests

* Make error check more flexible
2 years ago
..
56017-allow-lazy-eval-on-jinja2-expr.yml
58632-uri-include_use_proxy.yaml
61965-user-module-fails-to-change-primary-group.yml Fix lusermod using a group name and not id (#61965) (#77914) 2 years ago
65499-no_inventory_parsed.yml
74481_debian_minor_version.yml distribution: add distribution_minor_version for Debian Distro (#74721) 3 years ago
75090-multiline-flag-support-for-blockinfile.yml Blockinfile multiline search (#75090) 3 years ago
77014-ansible-galaxy-list-fix-null-metadata-namespace-name.yml
77265-module_defaults-with-modules-as-redirected-actions.yaml Add toggle to fix module_defaults with module-as-redirected-action on a per-module basis (#77265) 3 years ago
77393-remove-allow_world_readable_tmpfiles.yml
77394-remove-command_warnings.yml
77395-remove-libvirt_lxc_noseclabel.yml
77396-remove-display_skipped_hosts.yml
77397-remove-network_group_modules.yml
77398-remove-plugin_filters_cfg-default.yml
77424-fix-False-ansible-galaxy-server-config-options.yaml
77465-ansible-test-compile-crash.yml
77472-ansible-test-network-disconnect-warning.yml
77493-ansible-galaxy-find-git-executable-before-using.yaml
77507-deprecate-pc-verbosity.yml Deprecate PlayContext.verbosity (#77507) 3 years ago
77535-prevent-losing-unsafe-lookups.yml Prevent losing unsafe from lookups (#77609) 3 years ago
77544-fix-error-yaml-inventory-int-hostnames.yml
77561-ansible-galaxy-coll-install-null-dependencies.yml
77576-arg_spec-no_log-aliases.yml arg_spec - Return aliases in validation result and update aliases (#77576) 3 years ago
77599-add-url-include-deprecation.yml add link to deprecation warning (#77599) 3 years ago
77630-ansible-galaxy-fix-unsupported-resolvelib-version.yml Fix ansible-galaxy traceback when unexpected version of resolvelib is installed (#77630) 3 years ago
77649-support-recent-resolvelib-versions.yml ansible-galaxy - support resolvelib versions >= 0.5.3, < 0.9.0 (#77649) 2 years ago
77693-actually-ignore-unreachable.yml Make `ignore_unreachable` to count `ignored` counter 2 years ago
77788-deprecate-non-lists-lookups.yml Deprecate non lists lookups (#77875) 2 years ago
77789-catch-keyerror-lookup-dict.yml template/__init__.py - fix KeyError when wantlist=False with non-list 3 years ago
77792-fix-facts-discovery-specific-interface-names.yml Supply 'dev' keyword for linux network facts discovery (#77793) 3 years ago
77898-ansible-config-dump-only-changed-all-types.yml Fix 'ansible-config dump --only-changed -t all' verbosity (#77898) 3 years ago
77934-empty-loop-template-callback.yml Properly send a skipped message for empty templated loop (#77945) 2 years ago
added_uri_tests.yml Add uri, urn and url test plugins (#77423) 3 years ago
ansible-require-blocking-io.yml Require blocking IO for ansible CLI. 3 years ago
ansible-test-ansible-core-mock.yml ansible-test - Prefer unittest.mock for core. 2 years ago
ansible-test-coverage.yml ansible-test - Support multiple coverage versions. 3 years ago
ansible-test-distro-containers.yml ansible-test - Update Alpine, openSUSE containers 2 years ago
ansible-test-less-python-2.7.yml
ansible-test-multi-arch-cloud-containers.yml ansible-test - More multi-arch containers. 3 years ago
ansible-test-multi-arch-distro-containers.yml ansible-test - Make distro containers multi-arch. (#77814) 3 years ago
ansible-test-multi-arch-remotes.yml ansible-test - Add multi-arch remote support. 3 years ago
ansible-test-remote-completion-validation.yml ansible-test - Fix remote completion validation. 3 years ago
ansible-test-remotes.yml ansible-test - Add RHEL 9 / FreeBSD 13.1 remotes. (#77851) 3 years ago
ansible-test-rhel-8.6.yml ansible-test - Add RHEL 8.6 support. 3 years ago
ansible-test-shell-features.yml ansible-test - Enhance the shell command. (#77734) 3 years ago
ansible-test-subprocess-isolation.yml ansible-test - Fix subprocess management. (#77641) 3 years ago
ansible-test-target-filter.yml
ansible-test-target-options.yml ansible-test - Fix shell target options handling. 2 years ago
ansible-test-ubuntu-remote.yml ansible-test - Add support for remote Ubuntu VMs. 3 years ago
ansible_connection_verbosity.yml
apt_key-remove-deprecated-key.yml
apt_repository_sans_apt_key.yml apt_repository add falalback to deprecated apt-key usage (#77340) 3 years ago
apt_virtual_fix.yml apt: fix virtual package install version detection (#76781) 3 years ago
better-msg-role-in-handler.yml Raise a proper error when include/import_role is used as a handler (#77807) 3 years ago
better_info_sources.yml
better_nohosts_error.yml
config_formats.yml ansible-config added json/yaml output to list/dump (#77447) 3 years ago
config_load_by_name.yml dont rely on path to set config defs for plugins (#77659) 3 years ago
config_manager_changes.yml
deprecate-fact_path-gather_subset-gather_timeout-defaults.yml Deprecate FACT_PATH/GATHER_SUBSET/GATHER_TIMEOUT defaults (#77656) 3 years ago
display_verbosity.yml
doc_errors.yml More information on doc parsing errors (#77685) 3 years ago
ensure_config_always_templated.yml
fix_inv_refresh.yml preserve add_host/group_by on refresh (#77944) 2 years ago
get_url-accept-file-for-checksum.yml get_url - permit to have a checksum only file (#77948) 2 years ago
get_url-remove-deprecated-sha256sum.yml
git_fixes.yml git fix docs and wrapper script (#77588) 3 years ago
handle-role-dependency-type-error.yml validate meta/main.yml dependencies and meta/requirements.yml are both lists before concatenating them together (#77821) 3 years ago
import_playbook-remove-params.yml
items2dict-error-handling.yml Fix items2dict errors for incorrect list item type and missing keys (#77946) 2 years ago
play_iterator-remove_deprecations.yml
powershell-deprecated-functions.yml
python-2.6-discovery.yml
python-3.11.yml Add Python 3.11 support. 3 years ago
python_version_path.yml Add python path to version output (#77631) 3 years ago
remove-deprecated-default-callback-without-doc.yml Remove deprecated subclassing DefaultCallback without doc_fragment (#77677) 3 years ago
remove-import-cache-plugin-directly.yml Remove deprecated loading cache plugins directly without cache_loader (#77655) 3 years ago
restrict_role_files_to_role.yml Restrict role loading .. to role ... (#77683) 3 years ago
strftime-in-utc.yml
systemd_services.yml rename systemd module to services only (#77644) 3 years ago
templar-correct-environment_class-template.yml
template_override.yml
type_shim_exception_swallow.yml swallow all exceptions in type annotation support shim imports (#77860) 3 years ago
unsafeproxy-deprecated.yml
v2.14.0-initial-commit.yaml
vm_more_efficient.yml varaiblemanager, more efficienet vars file reads (#77570) 3 years ago
windows_conn_option_fix.yml Fix windows connection options (#77844) 3 years ago
winrm-kinit-path.yml