ansible/changelogs/fragments
Brian Coca b2381cfac9 fixes to ansible-doc (#47209)
* Adoc fixes (#47137)
* removed hardcoded loader/plugins list
* updated a few errors to keep orig object
* fix httpapi/cliconf listing
* ansible-doc fixes
* show undocumented as UNDOCUMENTEd
* added missing undoc

(cherry picked from commit fce9673ac1)

* An earlier optimization of ansible-doc -l caused failures. (#47012)
The optimization quickly searches the plugin code for short_description
fields and then uses that in the -l output.  The searching was a bit too
naive and ended up pulling out malformed yaml.  This caused those
plugins to be omitted from the list of plugins of that type with
a warning that their documentation strings were wrong.

This change makes the documentation parser aware that the documentation
string could have a relative indent for all of its fields which makes it
robust in the face of this particular problem.

* Don't search for space after short_description:

Any whitespace would be valid.  In particular newline

(cherry picked from commit 61ae6424a3)
2018-10-17 11:40:02 -05:00
..
16748-docker_container-memory.yaml
32738-native-jinja-types.yaml
33156-vmware_guest-resource_pool.yaml VMware: Rewrite get_resource_pool method for correct resource_pool selection (#39792) 2018-10-09 13:47:43 -07:00
33579-docker_container-log_driver.yaml
34863-rabbitmq_user_unpack_fix.yaml Ignore empty result of rabbitmqctl list_user_permissions (#35598) 2018-10-09 11:17:37 -07:00
35120-redis_inventory_plugin_flush_cache.yaml Only delete key from redis in-memory cache if present (#35126) 2018-10-09 12:09:07 -07:00
38679-vmware_guest-refactor_disk_logic.yml VMware: Refactor disc logic (#39285) 2018-10-12 10:32:51 -07:00
42042-inventory_with_no_region.yaml
42170-acme-backend-selection.yaml
42322-nmcli_fix_vlan_mod_function.yaml [2.7] nmcli: backport of #42415 (#46814) 2018-10-11 07:45:11 -07:00
42380-docker_container-check-mode.yaml
42456-consul_kv-lookup.yaml Backport/2.7/42456 - Added SSL Support to consul_kv lookup plugin (#46466) 2018-10-09 11:25:31 -07:00
42641-44812-docker-env-variables.yaml
42647-win_updates.yaml
42669-add_ssl_zabbix_inventory.yaml
42857-docker_container-working_dir.yaml
43024-nclu-empty-net-commands.yaml
43931-strip-trailing-comments.yml
44500-win_domain_computer.yaml
44508-win_lineinfile.yaml
44552-mail-py370-compat.yml
44755-win_nssm_fixes.yaml win_nssm: add changelog fragment 2018-10-09 11:13:37 -07:00
44808-docker_container-idempotency.yaml
45226-vmware_wait_for_ip_address.yaml VMware: honor "wait_for_ip_address" when powering on a VM (#45226) 2018-10-09 11:02:08 -07:00
45417-ldap_entry-list_conversion.yml Fix iterator to list conversion in ldap_entry module 2018-10-15 10:05:55 -07:00
45501-get_url-better_checksums.yaml [backport-2.7] Fix remote checksums when paths have leading dots (#45287) (#45501) 2018-09-12 08:05:25 -07:00
45543-rabbitmq_bindings-fix-quote.yaml [rabbitmq_binding] Fix the quoting of vhost and other names (#45109) 2018-10-09 13:46:20 -07:00
45628-fetch_url-error-headers.yaml Fixing HTTPError case of fetch_url for Python 3 compatibility. (#45628) 2018-10-09 10:20:57 -07:00
45700-docker_container-dont-parse-absent.yml [2.7] docker_container: don't parse/interpret options if state is 'absent' (#45769) 2018-10-09 10:16:49 -07:00
45712-45753-vultr-timeout.yml add changelog fragment 2018-10-09 10:51:21 -07:00
45830-fixed-assigning-ssl-certificate.yaml Fixing assigning ssl certificate to http listener in app gateway (#45… (#46027) 2018-10-15 09:57:02 -07:00
45921-os_router-ignores-enable_snat-no.yml Fix os_router ignores enable_snat: no (#45921) 2018-10-12 10:30:58 -07:00
46049-route53-caa-ordering.txt [2.7] route53: fix CAA record ordering for idempotency (#46227) 2018-10-09 18:21:25 -07:00
46115-46035-cs_instance-fixes.yml [2.7] backport cs_instance fixes (#46274) 2018-10-09 18:22:07 -07:00
46245-systemd-fix-service-enable-logic.yaml module/systemd: fix logic determining if a service needs to be enable… (#46318) 2018-10-09 18:23:47 -07:00
46322-docker_container-image-not-given.yaml docker_container: fix behavior when image is not specified (#46322) 2018-10-09 13:47:13 -07:00
46594-docker_container-publish-all-ports.yml docker_container: improve publish all ports functionality (#46594) 2018-10-11 07:20:42 -07:00
46595-docker_container-expected_ports.yml docker_container: fix problem with published_ports idempotency (#46595) 2018-10-11 07:20:42 -07:00
54434-iam-role-arn-parsing.yml [aws] Fix IAM role name parsing to come from the ARN (#46076) 2018-10-11 09:43:14 -07:00
add_file_lock_feature.yaml
add_random_mac_filtter.yaml
admin-users-default-change.yaml
ajson-nested-decode.yaml [stable-2.7] Support nested JSON decoding in AnsibleJSONDecoder (#45924) 2018-10-09 10:55:16 -07:00
alternative_facts.yml
ansiballz_one_interpreter.yml
ansiballz_streamline_imports.yaml
ansible-connection-cleanup-when-failed.yaml [2.7] Clean up after ansible-connection if failure occurred in start() (#45930) 2018-10-09 18:18:32 -07:00
ansible-doc-fixes.yml fixes to ansible-doc (#47209) 2018-10-17 11:40:02 -05:00
any_unparsed_is_failed.yaml
authorized_key_symlinks.yaml
avoid_cwd_vars.yml
aws_bugfix_backports.yml
aws_caller_facts_add_account_alias.yaml
aws_cloudfront_distribution_fix_nonexistent_method_name.yaml [aws] cloudfront_distribution - fix method name, backport/2.7/45498 (#45512) 2018-09-11 14:34:35 -07:00
aws_core_is_boto3_error_code.yml
aws_parameter_store_pagination.yaml [aws_ssm_parameter_store] use describe_parameters paginator (#45632) (#45666) 2018-10-11 08:22:36 -07:00
aws_rds_inventory_plugin_added.yaml
aws_s3_async_fix.yaml
aws_s3_decryption_fix.yaml
aws_s3_fix_custom_endpoints.yaml
azure-storage-cloud-environment.yaml Cherrypick stable2.7 44802 (#45332) 2018-09-07 07:12:06 -07:00
azure-version.yaml azure_rm_common: use __version__ from module_util (#46184) 2018-10-09 13:42:47 -07:00
azure_autoscale.yaml Backport: fix the autoscale resource id #45477 (#45532) 2018-09-12 12:46:16 -07:00
azure_rm_deployment_fix_45941.yaml fix premature exit when RG doesn't exist (#46013) 2018-10-09 10:31:49 -07:00
basic_booleans_backward_compat.yaml
batch_mode_elasticsearch_plugin.yaml
blockdoc.yml
blockinfile-bytes-fix.yaml Use bytes rather than native string for result (#46281) 2018-10-09 11:08:11 -07:00
callback_fixes.yml use ansible json encoder for results in callbacks (#46830) 2018-10-12 12:41:39 -07:00
callback_plugin_merge.yml
cb_fix_config.yml
clarify_error_message.yml
cleanup__file__.yaml
command_shell_check_mode.yaml
connection_reset.yaml
console_color.yml
dd-put-empty-files.yaml [stable-2.7] Support transfering empty files to target host. Fixes #36725 (#45751) 2018-10-09 18:18:06 -07:00
deepcopy-alternative.yaml
delegate-to-get-vars-no-task.yaml
deprecated-__file__.yaml
dnf-group-removal.yaml
docker-default-ssl.yml
docker_container-idempotency.yaml docker_container: fix various idempotency problems and non-working options (#45905) 2018-10-09 18:20:13 -07:00
drop-python-2.6-controller.yaml
ec2-facts.yaml
ec2_group_diff_mode_support.yml
ec2_group_fix_target_containing_list_within_list.yaml ec2_group: fix regression for targets that are a list containing strings and lists (#45594) 2018-09-19 13:20:31 -07:00
ec2_vpc_route_table_replace_route_fix.yaml
elasticsearch_plugin-showSTDERRonFailure.yaml
elb_application_lb_fix_state_default.yml
elb_target_group_fix_KeyError.yaml
ensure_text_source.yaml
env_inject.yml
file_attributes.yaml
file_touch_check_mode.yaml
file_touch_diff.yaml
fips_md5_import.yaml
fix-255-exit-code.yaml
fix-config-from-environment.yaml
fix-open-url.yml
fix-os_router.yaml
fix-selectors-error-condition.yaml
fix-swap-mount-module.yaml
fix-world-readable-skip-message.yaml
fix_calling_deprecate_with_correct_arguments.yaml Fix calling deprecate with correct arguments (#44726) 2018-10-09 10:49:19 -07:00
fix_ec2_group_target_vpc_precedence.yaml [2.7] ec2_group - fix VPC precedence for security group targets (#45787) (#45815) 2018-10-09 10:21:50 -07:00
fix_flatten.yml manage levels for 'multiple included lists' (#46359) 2018-10-11 08:48:40 -07:00
fix_no_log_loop.yml
fix_nxos_facts_indefinite_hang.yaml [2.7]fix nxos_facts indefinite hang for text based output (#45846) 2018-09-19 09:00:53 -07:00
fix_vyos_version.yaml Backport 2.7: Return correct version on installed VyOS (#39115) (#46730) 2018-10-11 07:26:09 -07:00
flatten-better-type-check.yml
from_yaml_all_filter_plugin.yaml
ftd-http-api-plugin-refresh-token.yaml [stable-2.7] Store Authorization header inside HttpApi connection plugin (#45598) (#45608) 2018-10-09 10:12:21 -07:00
galaxy_list_all_roles.yaml
gce-sort-fix.yaml
gcp_service_account_home_path.yaml
get-url-fix-idempotency.yaml [stable-2.7] Fix logic to not re-download existing files when force=no (#45495) (#45509) 2018-09-12 07:28:54 -07:00
get_url-remove-fragile-code.yaml Improve code stability is checksum checking 2018-10-09 10:11:14 -07:00
get_url.yaml
grafana_5_dashboard_compatible.yaml
hashing-changes.yaml
ignore_unreachable.yml
include-apply-insert-order.yaml
include-double-handler.yaml
inv_fixes.yml better information for user from inventory plugins (#46766) 2018-10-12 10:38:57 -07:00
inventory_dir_ext_compare_fix.yaml
irc_py3_compat.yaml
lineinfile-empty-regexp.yml
lineinfile-insertbefore-index-out-of-range.yaml Use proper index value with insertbefore on a one line file (#46071) 2018-10-09 12:17:30 -07:00
loop-cache-fix.yaml
loop_undefined_delegate_to.yaml [stable-2.7] Ensure loop with delegate_to can short circuit the same as without delegate_to. Fixes #45189 (#45231) 2018-09-07 13:01:55 -07:00
lxd-idempotent-config.yaml
mass-remove-deprecated.yaml
missing_interpreter.yml
module_defaults_groups.yml
more-world-readable-warning-skips.yaml
mysql-migrate_to_pymysql.yaml [stable-2.7] Migrate from MySQLdb to PyMySQL (#40123) 2018-10-09 10:26:21 -07:00
netconf_config_comfirm_commit_fix.yaml Fix in confirmed_commit capability in netconf_config modules (#46964) 2018-10-15 10:06:45 -07:00
netconf_config_default_operation.yaml Make default_operation optional in netconf_config module (#46333) 2018-10-09 12:01:33 -07:00
netconf_module_utils_py3_fix.yaml Fix netconf module_utils dict changed size issue (#46778) 2018-10-11 07:44:33 -07:00
no-dynamic-import-tasks.yaml
no-mutable-fieldattribute-defaults.yaml [stable-2.7] Do not use mutable defaults in FieldAttribute, instead allow supplying a callable for defaults of mutable types. Fixes #46824 (#46833). 2018-10-12 10:38:38 -07:00
no_log_fix_for_connection_exceptions.yaml
nxos_ambiguous_command_check.yaml [2.7] Add ambiguous command check as the error message is not persistent on nexus devices (#45341) 2018-09-07 07:09:25 -07:00
onepassword_unlock_vault.yaml
password_sanity_check.yml
passwordstore-lookup-backup.yaml
pause-stdout-redirection.yaml
pause-try-except-curses.yaml
piped-transfer-empty-files.yaml [stable-2.7] Support empty files with piped transfer_method. Fixes #45426 (#45618) 2018-10-09 10:13:28 -07:00
plugin-docs-list-fix.yaml fixes to ansible-doc (#47209) 2018-10-17 11:40:02 -05:00
plugin-filters-cfg.yaml [stable-2.7] Fix issues with PLUGIN_FILTERS_CFG config handling (#45994) 2018-10-09 10:55:46 -07:00
plugins-accept-only-valid-args.yaml
preserve_delegate_nolog.yml
puppet_debugging_options.yaml
reboot-unicode-string.yaml Use unicode instead of bytes (#46234) 2018-10-09 10:19:57 -07:00
reboot-var-fix-bare-linux.yaml reboot: Fix typo and support bare Linux systems (#45607) 2018-10-09 10:19:57 -07:00
reboot_missing_parameter.yaml Register missing parameter reboot_timeout (#46585) 2018-10-09 18:25:58 -07:00
reboot_openbsd_support.yaml Add support for OpenBSD (#46147) 2018-10-09 18:22:44 -07:00
remote_tmp_de-escalated_user.yaml
remove-merge-multiple-tags.yaml
remove-simplejson.yaml
remove-unused-ansible-remote-temp.yaml
restore_sigpipe_dfl.yml [stable-2.7] Restore SIGPIPE handler to DFL on POpen 2018-10-15 10:54:04 -07:00
s3.yaml
script-module-no-file-path.yaml [stable-2.7] Don't pass file_name to DataLoader.load in script inventory plugin (#45428) 2018-09-10 17:36:22 -07:00
service.yml
sns_topic_boto3_port.yaml
solaris-prtdiag-path.yaml Locate prtdiag even when absent from /usr/bin (#44113) 2018-10-12 10:34:51 -07:00
syslog_facility-for-journald.yml
systemd_user_dep_fixes.yml
template_output_encoding.yml
terminal_plugin_nxos_iosxr.yaml
to-nice-json-separators.yaml
urls-if-modified-since.yaml
user-docs-underlying-tools.yaml Add documentation on underlying tools in user module (#46455) (#46511) 2018-10-08 14:13:52 -05:00
user-freebsd-createhome-name-fix.yaml
user-module-backup-shadow.yaml
user_freebsd_always_changed_bugfix.yaml
v2.7.0-initial-commit.yaml
v2.7.0_summary.yaml New release v2.7.0 2018-10-03 20:27:28 -07:00
v2.7.0a1_summary.yaml
v2.7.0b1_summary.yaml
v2.7.0rc1_summary.yaml New release 2.7.0rc1 2018-09-06 18:44:59 -07:00
v2.7.0rc2_summary.yaml New release v2.7.0rc2 2018-09-13 11:41:10 -07:00
v2.7.0rc3_summary.yaml New release 2.7.0rc3 2018-09-20 18:07:04 -07:00
v2.7.0rc4_summary.yaml New release v2.7.0 2018-10-03 20:27:28 -07:00
vars_prompt-allow-prompting-for-play-vars.yaml
vault-errors.yaml
vmware_wait_for_task_fix.yaml VMware: Fix wait_for_task backoff behavior 2018-09-12 12:43:26 -07:00
vultr_modules_renamed.yml
win_become_async_older_hosts.yml
win_chocoalatey_install_tls12.yml
win_chocolatey-bugfixes.yaml
win_chocolatey-return-rc-always.yml
win_copy-dest-quote.yaml powershell: do not quote join_path result to reflect ShellBase join_path (#45944) 2018-10-09 10:25:42 -07:00
win_disk_image-mount-paths.yaml
win_domain-dns-typo-fix.yml
win_domain_controller-netlogon.yaml
win_group_membership-com-marshal.yaml win_group_membership - fix random issue with CI on 2012 R2 (#45462) 2018-09-11 07:05:18 -07:00
win_iis_webapppool-output-fix.yml
win_privilege_util.yaml
win_psexec_command_arg.yaml
win_psexec_session-selection.yaml
win_reboot-fixes.yml
win_reboot-post-reboot-delay.yaml Backport #46360 for 2.7 - Fix for ignore post_reboot_delay (#46510) 2018-10-11 07:42:03 -07:00
win_say-fix.yaml win_say - fix up syntax and test issues (#45450) 2018-09-10 17:37:42 -07:00
win_security_policy-empty-value.yaml
win_updates-async-fix.yml
win_uri-json.yml
win_user-validate-fixes.yaml
win_wait_for-timeout.yaml
winrm_kinit-remove-pass-log.yml
winrm_pexpect.yaml winrm: add further conditional to using pexect for kerb auth (#45952) 2018-10-09 10:58:24 -07:00
wrcwd_ansible.cfg.yml
yum4_dnf_yum_action_plugin.yml
yum_bugfux.yml yum module handle list optional empty strings properly (#46634) (#46819) 2018-10-11 09:41:04 -07:00
yum_bugfux_conf_file_none_type.yml yum module properly check for None config_file (#46641) (#46820) 2018-10-11 12:16:50 -07:00
zypper-on-ubuntu.yaml