.. |
16748-docker_container-memory.yaml
|
[2.7] docker_*: changelogs (#45056)
|
2018-09-06 09:39:34 -07:00 |
32738-native-jinja-types.yaml
|
|
|
33579-docker_container-log_driver.yaml
|
[2.7] docker_*: changelogs (#45056)
|
2018-09-06 09:39:34 -07:00 |
42042-inventory_with_no_region.yaml
|
|
|
42170-acme-backend-selection.yaml
|
|
|
42380-docker_container-check-mode.yaml
|
[2.7] docker_*: changelogs (#45056)
|
2018-09-06 09:39:34 -07:00 |
42641-44812-docker-env-variables.yaml
|
[2.7] docker_*: changelogs (#45056)
|
2018-09-06 09:39:34 -07:00 |
42647-win_updates.yaml
|
|
|
42669-add_ssl_zabbix_inventory.yaml
|
|
|
42857-docker_container-working_dir.yaml
|
[2.7] docker_*: changelogs (#45056)
|
2018-09-06 09:39:34 -07:00 |
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
|
|
|
44808-docker_container-idempotency.yaml
|
[2.7] docker_*: changelogs (#45056)
|
2018-09-06 09:39:34 -07:00 |
add_file_lock_feature.yaml
|
|
|
add_random_mac_filtter.yaml
|
|
|
admin-users-default-change.yaml
|
|
|
alternative_facts.yml
|
|
|
ansiballz_one_interpreter.yml
|
|
|
ansiballz_streamline_imports.yaml
|
|
|
any_unparsed_is_failed.yaml
|
|
|
authorized_key_symlinks.yaml
|
|
|
avoid_cwd_vars.yml
|
|
|
aws_bugfix_backports.yml
|
Changelog for AWS bugfixes (#45319)
|
2018-09-06 13:29:22 -07:00 |
aws_caller_facts_add_account_alias.yaml
|
|
|
aws_core_is_boto3_error_code.yml
|
|
|
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 |
basic_booleans_backward_compat.yaml
|
|
|
batch_mode_elasticsearch_plugin.yaml
|
|
|
blockdoc.yml
|
|
|
callback_plugin_merge.yml
|
|
|
cb_fix_config.yml
|
Fix callback config typos (#45316)
|
2018-09-06 13:27:59 -07:00 |
clarify_error_message.yml
|
|
|
cleanup__file__.yaml
|
|
|
command_shell_check_mode.yaml
|
|
|
connection_reset.yaml
|
|
|
console_color.yml
|
|
|
deepcopy-alternative.yaml
|
|
|
delegate-to-get-vars-no-task.yaml
|
ensure if we get a non-Task object in _get_delegated_vars, we return early (#44934)
|
2018-08-30 17:11:32 -05:00 |
deprecated-__file__.yaml
|
|
|
dnf-group-removal.yaml
|
Improve dnf group output for clarity
|
2018-09-06 09:27:37 -07:00 |
docker-default-ssl.yml
|
|
|
drop-python-2.6-controller.yaml
|
|
|
ec2-facts.yaml
|
|
|
ec2_group_diff_mode_support.yml
|
|
|
ec2_vpc_route_table_replace_route_fix.yaml
|
ec2_vpc_route_table - allow routes to be created if the CIDR already … (#45178)
|
2018-09-06 10:22:10 -07:00 |
elasticsearch_plugin-showSTDERRonFailure.yaml
|
|
|
elb_application_lb_fix_state_default.yml
|
|
|
elb_target_group_fix_KeyError.yaml
|
elb_target_group - prevent a KeyError exception (#45169)
|
2018-09-06 10:30:28 -07:00 |
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_no_log_loop.yml
|
|
|
flatten-better-type-check.yml
|
|
|
from_yaml_all_filter_plugin.yaml
|
|
|
galaxy_list_all_roles.yaml
|
|
|
gce-sort-fix.yaml
|
|
|
gcp_service_account_home_path.yaml
|
Allow home path expansion on GCP service account files (#44863)
|
2018-08-30 10:27:29 -04:00 |
get_url.yaml
|
|
|
grafana_5_dashboard_compatible.yaml
|
|
|
hashing-changes.yaml
|
|
|
ignore_unreachable.yml
|
|
|
include-apply-insert-order.yaml
|
Change insertion order of apply block to not affect the include_X task itself (#44912)
|
2018-08-30 16:56:28 -04:00 |
include-double-handler.yaml
|
Make sure we skip handlers from includes in compile_roles_handlers. Fixes #44848 (#44852)
|
2018-08-29 15:05:55 -05:00 |
inventory_dir_ext_compare_fix.yaml
|
|
|
irc_py3_compat.yaml
|
|
|
lineinfile-empty-regexp.yml
|
|
|
loop-cache-fix.yaml
|
Ensure we only cache the loop when the task had a loop (#44901)
|
2018-08-30 12:02:43 -05:00 |
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
|
|
|
no-dynamic-import-tasks.yaml
|
Don't allow import_tasks to transition to dynamic when file is missing. See #44822 (#44836)
|
2018-08-29 11:43:26 -05: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
|
Add ability to unlock 1Password vault to lookup plugins (#44923)
|
2018-08-30 16:24:06 -04:00 |
password_sanity_check.yml
|
|
|
passwordstore-lookup-backup.yaml
|
|
|
pause-stdout-redirection.yaml
|
|
|
pause-try-except-curses.yaml
|
|
|
plugins-accept-only-valid-args.yaml
|
Ensure action plugins accept only valid args (#44779)
|
2018-08-30 09:40:36 -04:00 |
preserve_delegate_nolog.yml
|
|
|
puppet_debugging_options.yaml
|
|
|
remote_tmp_de-escalated_user.yaml
|
|
|
remove-merge-multiple-tags.yaml
|
|
|
remove-simplejson.yaml
|
|
|
remove-unused-ansible-remote-temp.yaml
|
|
|
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
|
|
|
syslog_facility-for-journald.yml
|
|
|
systemd_user_dep_fixes.yml
|
correct and clarify deprecation (#45234)
|
2018-09-06 11:36:28 -07:00 |
template_output_encoding.yml
|
|
|
terminal_plugin_nxos_iosxr.yaml
|
fix nxos terminal plugin
|
2018-09-06 10:09:27 -07:00 |
to-nice-json-separators.yaml
|
|
|
urls-if-modified-since.yaml
|
Introduce and use locale-naive rfc2822 date format function (#44868)
|
2018-08-30 08:34:37 -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.0a1_summary.yaml
|
Rename the 2.7.0a1 summary.
|
2018-08-31 11:41:34 -07:00 |
v2.7.0b1_summary.yaml
|
Add a summary for 2.7.0b1
|
2018-08-31 14:36:48 -07:00 |
v2.7.0rc1_summary.yaml
|
New release 2.7.0rc1
|
2018-09-06 18:44:59 -07:00 |
vars_prompt-allow-prompting-for-play-vars.yaml
|
|
|
vault-errors.yaml
|
|
|
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_disk_image-mount-paths.yaml
|
win_disk_image: return all mount paths in return value (#44799)
|
2018-08-30 16:25:45 +10:00 |
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: fix arg handling when command contains multiple args (#44797)
|
2018-08-29 10:12:29 +10:00 |
win_psexec_session-selection.yaml
|
Add new session parameter to win_psexec (#44263)
|
2018-08-29 09:42:59 +10:00 |
win_reboot-fixes.yml
|
|
|
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
|
Fix support for JSON output when charset is set (#44762)
|
2018-08-29 08:10:46 +10:00 |
win_user-validate-fixes.yaml
|
|
|
win_wait_for-timeout.yaml
|
Fix issue when timeout and state=present (#43464)
|
2018-08-29 07:31:24 +10:00 |
winrm_kinit-remove-pass-log.yml
|
|
|
wrcwd_ansible.cfg.yml
|
|
|
yum4_dnf_yum_action_plugin.yml
|
|
|
zypper-on-ubuntu.yaml
|
|
|