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 691c8e8603
Omit pre-built man pages from sdist (#81395)
Since man pages aren't accessible to users after a `pip install`, there's no need to include them in the sdist.
This change makes it trivial to build man pages from source, which makes them much easier to iterate on.
It also simplifies creation and testing of the sdist, since it no longer requires building man pages.

The new `packaging/cli-doc/build.py` script can generate both man pages and RST documentation.
This supports inclusion on the docs site without a dependency on `ansible-core` internals.
Having a single implementation for both simplifies keeping the two formats in sync.
10 months 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 Add TTY check and argument to disable it (#50603) (#68260) 1 year ago
73643-handlers-prevent-multiple-runs.yml Last handler defined runs, fix for roles (#79558) 1 year ago
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 Better parse virtualenv_command option for pip (#80624) 1 year ago
78487-galaxy-collections-path-warnings.yml Add GALAXY_COLLECTIONS_PATH_WARNINGS option. (#78487) 1 year ago
79364_replace.yml replace: handle exception while parsing escape char (#81244) 11 months ago
79677-fix-argspec-type-check.yml argspec - fix validating type for required options that are None (#79677) 1 year ago
79734-ansible-test-change-detection.yml ansible-test - local change detection without --fork-point (#79734) 1 year ago
79844-fix-timeout-mounts-linux.yml Fix getting timeout for get mounts facts on Linux (#79847) 1 year ago
80128-symbolic-modes-X-use-computed.yml Symbolic modes with X or =[ugo] always use original mode (#80132) 1 year ago
80258-defensive-display-non-utf8.yml Implement checks, and backwards compat change, to move forward with UTF-8 only (#80370) 1 year ago
80334-reduce-ansible-galaxy-api-calls.yml Fetch signatures from galaxy after the dependency resolver runs (#80334) 1 year ago
80406-validate-modules-semantic-markup.yml Replace validate-modules's semantic markup parser with antsibull-docs-parser (#80406) 1 year ago
80449-fix-symbolic-mode-error-msg.yml _symbolic_mode_to_octal- fix raising ValueError for invalid symbolic modes (#80449) 1 year ago
80460-add-symbolic-links-with-dir.yml feature: add support for symbolic links when passing "dir" (#80460) 1 year ago
80476-fix-loop-task-post-validation.yml Validate task attributes with first finalized attrs after loop (#80476) 1 year ago
80506-syntax-check-playbook-only.yml --syntax-check is only applicable to ansible-playbook. Fixes #80506 (#80507) 1 year ago
80520-fix-current-hostname-openbsd.yml Extend OpenBSDStrategy to also update current hostname. (#80521) 1 year ago
80605-template-overlay-native-jinja.yml Account for overlays when interacting with Jinja envs (#80705) 1 year ago
80648-fix-ansible-galaxy-cache-signatures-bug.yml [ansible-galaxy] Fix installing signed collections (#80661) 1 year ago
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) 12 months 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) 12 months ago
81005-use-overlay-overrides.yml Don't mutate templar.environment, only overlay on local myenv (#81005) 12 months ago
81029-connection-types.yml Make sure that values that should be strings are actually strings. (#81029) 12 months ago
81064-daemonize-fixes.yml Fix stealth exceptions and blocking select() in daemonize() (#81064) 11 months ago
81082-deprecated-importlib-abc.yml Avoid deprecated importlib.abc.TraversableResources (#81082) 12 months ago
81083-add-blockinfile-append-and-prepend-new-line-options.yml Add option to blockinfile to wrap inserted block with blank lines (#81083) 10 months ago
81104-inventory-script-plugin-raise-execution-error.yml Inventory Script Plugin: raise execution error (#81104) 11 months ago
81319-cloudstack-test-container-bump-version.yml ansible-test: cloudstack: bump test container version (#81319) 11 months ago
81332-fix-pkg-mgr-in-kylin.yml Fix ansible_pkg_mgr is unknown in Kylin Linux (#81314) 10 months ago
CleansingNodeVisitor-removal.yml Simplify conditional.py (#80584) 1 year ago
a-g-col-install-directory-with-trailing-sep.yml ansible-galaxy - fix installing dir sources with a trailing path separator (#79110) 1 year ago
a-g-col-prevent-reinstalling-satisfied-req.yml Consider all configured collection paths when installing collections (#81243) 11 months ago
a_test_rmv_alpine_317.yml ansible-test: remove alpine 3.17 (#81124) 10 months ago
add-missing-cli-docs.yml Fix missing command descriptions in manpages/docs (#81366) 10 months ago
ansible-galaxy-server-timeout.yml ansible-galaxy - add config option for the default ansible-galaxy timeout (#81108) 11 months 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) 12 months ago
ansible-test-argcomplete-3.yml ansible-test - Add support for argcomplete 3 (#80482) 1 year ago
ansible-test-atexit.yml ansible-test - Avoid using atexit module (#81096) 12 months ago
ansible-test-default-containers.yml ansible-test - Update default containers (#80559) 1 year ago
ansible-test-deprecated-cleanup.yml ansible-test - Remove deprecated features (#80558) 1 year ago
ansible-test-distro-containers.yml ansible-test - Update openSUSE containers (#81062) 12 months ago
ansible-test-explain-traceback.yml ansible-test - Fix sanity traceback with `-e` opt (#81271) 11 months ago
ansible-test-fedora-37.yml ansible-test - remove Fedora 37 container and remote support (#81093) 11 months ago
ansible-test-freebsd-bootstrap-setuptools.yml ansible-test - Use FreeBSD packaged setuptools (#80615) 1 year ago
ansible-test-import-sanity-fix.yml ansible-test - Fix import sanity test for targets (#81184) 11 months ago
ansible-test-long-timeout-fix.yml ansible-test - Fix handling of long timeouts (#80769) 1 year ago
ansible-test-minimum-setuptools.yml Raise the minimum setuptools version to 66.1.0 (#81341) 10 months ago
ansible-test-nios-container.yml ansible-test - Update the NIOS test container (#80739) 1 year ago
ansible-test-pylint-update.yml ansible-test - Update pylint to 2.17.3 (#80632) 1 year ago
ansible-test-pytest-forked.yml ansible-test - Replace pytest-forked (#80525) 1 year ago
ansible-test-python-3.12.yml add Python 3.12 support to ansible-test (#80834) 11 months ago
ansible-test-pyyaml-build.yml ansible-test - Pre-build PyYAML wheels (#81300) 11 months ago
ansible-test-remove-old-rhel-remotes.yml ansible-test - remove test remotes: rhel 8.7/9.1 (#81065) 11 months ago
ansible-test-remove-ubuntu-2004.yml ansible-test: remove Ubuntu 20.04 LTS (#81070) 12 months ago
ansible-test-rhel-9.2-python-3.11.yml Add test support for Python 3.11 on RHEL 8.8/9.2 (#80990) 12 months 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) 11 months 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 - Always use unique container names (#80724) 1 year ago
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) 11 months ago
ansible_test_alpine_3.18.yml ansible-test add alpine 3.18 as remote (#81109) 11 months ago
aptclean_diff.yml apt: Return calculated diff while running apt clean (#81247) 11 months ago
ci_freebsd_new.yml Add FreeBSD 13.2 to ansible-test (#80698) 1 year ago
collections_paths-deprecation.yml Deprecate plural collections_paths option (#81063) 11 months ago
colors.yml Add test for 256-color configuration values (#78613) 11 months 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) 11 months 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) 11 months ago
dnf5-cacheonly.yml dnf5: enable now implemented cacheonly functionality (#81141) 11 months ago
dnf5-fix-interpreter-fail-msg.yml dnf5: fix module/pkg names in the failed respawn msg (#80402) 1 year ago
dnf5-gpg-check-api.yml dnf5: use new API to check package signatures (#80609) 1 year ago
dnf5-gpg-check-builtin.yml dnf5: utilize automatic gpg check via transaction.run() (#81144) 11 months ago
dnf5-logs-api.yml dnf5: use the logs API to determine transaction problems (#80401) 1 year ago
dnf5-test-env-groups.yml dnf5 - enable env groups testing in CI (#81032) 12 months ago
fbsd13_1_remove.yml remove Freebsd 13.1 from test matrix (#81058) 12 months ago
fetch_url-remove-auto-disable-decompress.yml fetch_url: remove auto disabling decompress when gzip is not available (#80474) 1 year ago
first_found_fixes.yml first_found fix no terms option (#76550) 1 year ago
first_found_template_fix.yml first_found lookup, let lookup handle templating errors (#81178) 11 months ago
fix-handlers-callback.yml Fix calling v2_playbook_on_notify callback (#80585) 1 year ago
fix-pkg-mgr-in-TencentOS.yml Fix `ansible_pkg_mgr` incorrect in TencentOS Server Linux (#81336) 10 months ago
fix-setuptools-warnings.yml Use package_data instead of include_package_data (#80652) 1 year ago
forced_local+fix+.yml fix networking path (#81295) 10 months ago
gather_facts_fix_parallel.yml Fix gather parallel (#80597) 1 year ago
get_action_args_with_defaults-remove-deprecated-arg.yml get_action_args_with_defaults: remove deprecated redirected_names arg (#80473) 1 year ago
inventory_cache-remove-deprecated-default-section.yml Remove deprecated default.fact_caching_prefix ini config option (#80441) 1 year ago
long-collection-paths-fix.yml Resolve issues on python pre-3.10.6 with collection dirs longer than 100 characters (#81061) 12 months ago
man-page-build-docs-dependency.yml Remove docs dir dependency from man page build (#81003) 12 months ago
man-page-subcommands.yml Include subcommands in generated man pages (#81378) 10 months ago
manifest-in-cleanup.yml Clean up MANIFEST.in (#80688) 1 year ago
mc_from_config.yml source module compression setting directly from config (#80647) 1 year ago
missing-doc-func.yml Fix command doc lookup in man page generation (#81365) 10 months ago
no-arbitrary-j2-override.yml Prevent setting arbitrary attrs on Jinja2 envs via overrides (#80715) 1 year ago
omit-man-pages-from-sdist.yml Omit pre-built man pages from sdist (#81395) 10 months ago
parsing-splitter-fixes.yml Fix arg splitting and key/value parsing (#80030) 11 months ago
pep517-backend-import-fix.yml pep517 backend - Use correct import_module import (#80480) 1 year ago
pep517-backend-traceback-fix.yml pep517 backend - Copy symlinks when copying source (#80690) 1 year ago
persist_skip.yml simple skip of connection (#80638) 1 year ago
pkg_mgr-default-dnf.yml Use target of /usr/bin/dnf for dnf version detection (#80550) 1 year ago
pre-release-hint-for-dep-resolution-error.yml ansible-galaxy - add pre-release hint to dependency resolution error (#81147) 11 months ago
pylint-deprecated-comment-checker.yml Pylint deprecated comment checker (#81071) 12 months ago
remove-deprecated-actionbase-_remote_checksum.yml ActionBase: remove deprecated _remote_checksum (#80440) 1 year ago
remove-deprecated-datetime-methods.yml remove deprecated datetime.datetime methods (#81323) 10 months ago
remove-deprecated-filelock-class.yml Remove deprecated FileLock class (#80438) 1 year ago
remove-include.yml Remove deprecated include (#80752) 1 year ago
remove-play_iterator-deprecated-methods.yml PlayIterator: remove deprecated methods (#80437) 1 year ago
remove-python3.5.yml Remove Python 3.5 support (#80972) 12 months ago
remove-python3.9-controller-support.yml Remove Python 3.9 support for the controller (#80973) 11 months ago
remove-templar-shared_loader_obj-arg.yml Templar: remove deprecated shared_loader_obj param (#80439) 1 year ago
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 Only use the selectors code path when we are prompt matching (#79931) 1 year ago
server2012-deprecation.yml Removed testing support for Server 2012 and 2012 R2 (#80778) 1 year ago
service_facts_rcctl.yml service_facts, get more info for rcctl services (#80630) 1 year ago
service_facts_simpleinit_msb.yml Add simpleinit_msb fact for service_mgr (#80963) 1 year ago
service_fix_obsd.yml service module : remove flag confugration from openbsd enable/disable service (#80628) 1 year ago
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) 11 months ago
suppressed-options.yml Exclude internal options from man pages and docs (#81360) 10 months ago
templar-globals-dict.yml Templar: do not add dict to globals (#80475) 1 year ago
templating_fixes.yml template escaping: use configured variable start instead of default one (#81001) 12 months ago
text-converters.yml Use ansible.module_utils.common.text.converters (#80704) 1 year ago
timeout_config_fix.yml Don't include a default for cli as it overrides config with lesser pr… (#80650) 1 year ago
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) 11 months ago
user-add-password-exp-warning.yml user - add parameter for password expiration warning days (#79884) 11 months ago
v2.16.0-initial-commit.yaml bump devel to 2.16.0.dev0 (#80390) 1 year ago
yum-repository-docs-fixes.yml Align yum_repository documentation with arguments (#80867) 1 year ago