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
Sam Doran eb520de517 Add documentation on underlying tools in user module (#46455) (#46512)
(cherry picked from commit bcfdc37be0)
6 years ago
..
16748-docker_container-memory.yaml [2.6] More consistent Docker unit parsing (#44521) 6 years ago
33579-docker_container-log_driver.yaml [2.6] docker_container: allow arbitrary log_driver (#44563) 6 years ago
40839-docker_container_init.yml [2.6] Fix docker container init check requirements (#42533) 6 years ago
41167_ansible_doc_regression.yaml fix ansible-doc regression from missing plugins (#41167) 7 years ago
41530-apt-mark-deb6.yaml Backport 2.6: apt: fix apt-mark on debian6 (#41725) 7 years ago
42042-inventory_with_no_region.yaml fixes #42042 6 years ago
42380-docker_container-check-mode.yaml [2.6] docker_container: fix check mode for container creation (#44760) 6 years ago
42641-44812-docker-env-variables.yaml [2.6] Set Default values correctly for docker variables (#44817) 6 years ago
42647-win_updates.yaml return wu result from inner job (#42647) 6 years ago
42786-sysvinit-fix-2-issues.yml [stable-2.6] Fix 2 issues in sysvinit module (backport/2.6/42786) (#43831) 6 years ago
42857-docker_container-working_dir.yaml [2.6] docker_container: fix working_dir (#44522) 6 years ago
42943_vmware_vmnic_fix.yaml VMware: handle pnic in proxyswitch 6 years ago
43931-strip-trailing-comments.yml Strip trailing comments from /etc/default/passwd (#43931) 6 years ago
44054--win_domain_computer.yaml Fix win_domain_computer error when empty description (#44627) 6 years ago
44500-win_domain_computer.yaml Backport/2.6/44500 Module win_domain_computer fix delete computer with child (#44707) 6 years ago
44808-docker_container-idempotency.yaml [2.6] docker_container: improving idempotency (#44879) 6 years ago
45203-sysvinit-fix-unassigned-variable.yml Fix referenced before assignment in sysvinit module 6 years ago
45628-fetch_url-error-headers.yaml Fixing HTTPError case of fetch_url for Python 3 compatibility. (#45628) 6 years ago
45700-docker_container-dont-parse-absent.yml [2.6] docker_container: don't parse/interpret options if state is 'absent' (#45768) 6 years ago
admin-users-default-change.yaml Make admin_users only contain root and toor because admin is used for non-privileged accounts 7 years ago
ajson-nested-decode.yaml [stable-2.6] Support nested JSON decoding in AnsibleJSONDecoder (#45924) 6 years ago
always_run_removal.yaml Fix typos in 2.6 changelog (#44076) 6 years ago
ansible-managed-encoding.yaml Fix when template paths contain non-ascii chars and using the path in ansible_managed 7 years ago
avoid_cwd_vars.yml [stable-2.6] avoid loading vars on unspecified basedir (cwd) (#42067) 6 years ago
aws_lightsail_documentation_fix.yml Backport/2.6/44902 (#44921) 6 years ago
aws_s3_async_fix.yaml cherry-picked from 89cea78e30 and fixed merge conflicts from restructuring the integration tests in devel 7 years ago
aws_s3_decryption_fix.yaml aws_s3: don't decrypt file before uploading - fixes #39287 (#39634) 7 years ago
aws_s3_fix_custom_endpoints.yaml cherry-pick e59742eccd and resolve conflicts 7 years ago
aws_s3_fix_exception_handling.yaml changelog 7 years ago
aws_ses_identity_check_mode.yaml Support check mode in aws_ses_identity module (#38422) 7 years ago
azure-lb-sku.yaml Fixes #37731 Create Internal Loadbalancers with azure_rm_loadbalancer, support SKU (#38077) 7 years ago
azure_nsg_deployment_lb.yaml Azure module bugfix backport (#43808) 6 years ago
azure_rm_deployment_fix_45941.yaml fix premature exit when RG doesn't exist (#46013) 6 years ago
azure_rm_storageaccount.yaml Add AzureRMStorageAccount StorageV2 kind backport (#44244) 6 years ago
base64_filter_encoding.yaml base64 filter: Added ability to specify encoding (#39714) 7 years ago
basic_booleans_backward_compat.yaml Restore BOOLEANS import in basic.py (#42008) 6 years ago
clarify_error_message.yml better error messasge (#42770) 6 years ago
command-support-argv.yaml Changelog fragment cleanup. 7 years ago
convert-valid-data-to-bytes-for-conversion.yaml Backport/2.6/40872 (#43396) 6 years ago
copy-files-default-follow.yaml Fix copy to only follow symlinks for files in the non-recursive case 7 years ago
copy-no-chmod.yaml Add changelog for 40099 7 years ago
copy-recursive-copy.yml Add changelog for recursive copy fix 7 years ago
dd-put-empty-files.yaml [stable-2.6] Support transfering empty files to target host. Fixes #36725 (#45751) 6 years ago
debug_fixes.yml fix minor issues with debug and item labels (#41331) 7 years ago
digital_ocean_block_storage_fix.yaml Digital Ocean Block Storage Bug (#41431) 7 years ago
doc_fix.yml remove dupe entries 6 years ago
docfix.yml Fix example of nmap plugin (#42925) 6 years ago
docker-default-ssl.yml Fix ssl_version default value. (#42955) 6 years ago
docker_container-idempotency.yaml docker_container: fix various idempotency problems and non-working options (#45905) 6 years ago
ec2_ami_fix_block_device_mapping_volume_size_type.yaml Fix ec2_ami block_device_mapping volume_size to be int in 2.6 (#40938) (#41216) 7 years ago
ec2_group_fix_target_containing_list_within_list.yaml [2.6] ec2_group: fix regression for targets that are a list containing strings and lists (#45748) 6 years ago
empty_gh_error.yaml Error on empty group/host name (#42584) 6 years ago
encoding-docs-plugin-parsing.yaml Fix encoding issue when parsing plugin examples 7 years ago
ensure_text_source.yaml [stable-2.6] ensure 'text' source assumptions (#42522) (#43341) 6 years ago
eos_l2_interface_fix.yaml nxos and eos bugfix pick2.6 (#42291) 6 years ago
eos_vrf_failure-fix.yml To fix eos_vrf failure when transport method is eapi (#41470) (#41771) 7 years ago
file-disallow-src.yaml More file refactoring (#40114) 7 years ago
file-nonexistent-link.yaml Fix for file module with symlinks to nonexistent target (#39635) 7 years ago
file-nonexitent-link-recurse.yaml Fix for file module with recursive permission setting and broken symlinks 7 years ago
file-succeed-if-already-absent.yaml Add changelog for file removal race 7 years ago
file_touch_check_mode.yaml [stable-2.6] Fix file module with check_mode - Fixes #42111 (#42115) 6 years ago
file_touch_diff.yaml [stable-2.6] Fix file state=touch not returning diff information 7 years ago
fips_md5_import.yaml basic.py: catch ValueError when trying to import hash algorithms (#44551) 6 years ago
fix-os_router.yaml Fix enable_snat parameter (#44418) (#44448) 6 years ago
fix-selectors-error-condition.yaml [stable-2.6] Fix the local and ssh plugins for a cornercase retrying a syscall 6 years ago
fix-swap-mount-module.yaml Fix for creation and removal of swap record in fstab (fixes #42706, #31437 and #30090) (#42837) 6 years ago
fix-world-readable-skip-message.yaml [stable-2.6] Only print warning when ansible.cfg is actually skipped (#43583) 6 years ago
fix_44984.yaml Added default value for when CloudFrontOriginAccessIdentityList is (#44984) 6 years ago
fix_config_required.yml exclude lookup_terms from config errors (#41740) 7 years ago
fix_ec2_group_target_vpc_precedence.yaml ec2_group - fix VPC precedence for security group targets (#45787) 6 years ago
fix_ec2_group_vpc_precedence_classic.yaml Fix ec2_group for EC2-Classic accounts (#46242) 6 years ago
fix_fact_clean.yaml Fix fact cleaning (#42595) 6 years ago
fix_ios_l2_interface.yaml Fix ios_vlan and ios_l2_interface issues in 2.6 (#44250) 6 years ago
fix_ios_l2_interface_vlan.yaml Fix ios_l2_interface vlan bug CP in 2.6 (#44445) 6 years ago
fix_ios_user.yaml Fix ios_user issue CP in 2.6 (#45175) 6 years ago
fix_ios_vlan.yaml Fix ios_vlan issue CP into 2.6 (#42665) 6 years ago
fix_ios_vlan_interface_issue.yaml Fix ios_vlan and ios_l2_interface issues in 2.6 (#44250) 6 years ago
fix_no_log_loop.yml fix no log templating (#44506) 6 years ago
fix_options.yml options should be settable multiple times 7 years ago
fix_pagination_cloudfront_facts.yml Backport pagination fix for cloudfront_facts (#42746) 6 years ago
fix_password_lookup_loading.yaml Backport #41907 for 2.6 - fix password lookup loading (#41928) 7 years ago
fix_sysvinit_typo.yml Fixes #42734 - typo in update-rc.d detection 6 years ago
fix_tls_mail.yaml Fix for starttls connections for notification mail module 6 years ago
fix_vyos_facts.yaml Backport 2.6: Return correct version on installed VyOS (#39115) (#45714) 6 years ago
fix_yaml_inv_nulls.yml handle groups correctly when they are 'null' (#41698) 7 years ago
galaxy_list_all_roles.yaml Pass path to GalaxyRole object (#43051) 6 years ago
gce-sort-fix.yaml [stable-2.6] Add changelog for gce_net sort fix 7 years ago
gem-custom-home.yaml Changelog fragment cleanup. 7 years ago
get-url-fix-idempotency.yaml [stable-2.6] [stable-2.7] Fix logic to not re-download existing files when force=no (#45495) (#45509) 6 years ago
get_url_bug_fix.yaml fix issue [ get_url does not change mode when checksum matches ] (#43342) 6 years ago
grafana-deprecation-warnings.yaml Add changelog entry for grafana base64 port 7 years ago
group_by_localhost.yaml Backport #41860 for 2.6 - support group_by with implicit localhost (#41927) 7 years ago
includes.yaml Remove changelog entry for reverted #39365 7 years ago
inventory_dir_ext_compare_fix.yaml Make sure we are comparing bytes extensions in inventory plugins (#42475) 6 years ago
inventory_manager_fix_required_options_override.yaml Fix setting required options for inventory plugins - backport/2.6/42049 (#42120) 6 years ago
ios_l2_interface-fix.yml To fix the NoneType error raised in ios_l2_interface when Access Mode VLAN is unassigned (#42343) 6 years ago
iosxr_config_route_policy_objects_fix.yaml iosxr_config crash if config has route-policy with multiple levels of… (#41490) 7 years ago
junos_config_confirm_commit.yaml Update changelog 6 years ago
junos_facts_fix.yaml Fix fetching old style facts in junos_facts module (#42336) (#42351) 6 years ago
lineinfile-empty-regexp.yml Backport #42013 for 2.6 - linenfile empty regexp warning (#42204) 6 years ago
lineinfile-insertbefore-bof-bugfix.yaml Backport #41767 for 2.6 - Skip if insertbefore is using BOF until later in the module (#41929) 7 years ago
loop_undefined_delegate_to.yaml [stable-2.6] Ensure loop with delegate_to can short circuit the same as without delegate_to. Fixes #45189 (#45231). 6 years ago
lxd-idempotent-config.yaml Fix bug #32437 (#38166) 6 years ago
missing_raise.yml added missing raise 7 years ago
mode-preserve.yaml Fixes for mode=preserve (#39343) 7 years ago
more-world-readable-warning-skips.yaml [stable-2.6] Fix another corner case of too many warnings for world readable current working directory 6 years ago
mysql-migrate_to_pymysql.yaml [stable-2.6] Migrate from MySQLdb to PyMySQL (#40123) 6 years ago
network_config_diff_fix.yml Fix ignore diff lines issue for lines in ios, eos, nxos (#43889) 6 years ago
nicer_multi_error.yml nicer error message on multiprocessing fail 6 years ago
nios_api_duplicate_record-fix.yaml Resolves bug where existing host_record was deleted when existing record name is used with different IP (#44088) 6 years ago
nios_lookup_handle_exception.yaml To resolve the issue of handling exception for Nios lookup gracefully (#44254) 6 years ago
nios_network_vendor_specfic_dhcp_fix.yaml To resolve nios_network issue where vendor-encapsulated-options can not have a use_option flag (#44259) 6 years ago
no-dynamic-import-tasks.yaml [stable-2.6] Don't allow import_tasks to transition to dynamic when file is missing. See #44822 (#44836) 6 years ago
no_log_fix_for_connection_exceptions.yaml Bkprt no log fix (#41452) 7 years ago
nsupdate_fix_hmac-sha384.yaml nsupdate_fix_hmac-sha384 6 years ago
nxos_CI_failures_fix.yaml nxos and eos bugfix pick2.6 (#42291) 6 years ago
nxos_ambiguous_command_check.yaml [2.6] Add ambiguous command check as the error message is not persistent on nexus devices (#45342) 6 years ago
nxos_banner_text.yaml Pick 2.6 nxos bugfixes (#44105) 6 years ago
nxos_cliconf.yaml nxos_facts module and nxos cliconf fix stable-2.6 (#43180) 6 years ago
nxos_facts.yaml nxos_facts module and nxos cliconf fix stable-2.6 (#43180) 6 years ago
nxos_facts_26.yaml [2.6] fix nxos_facts indefinite hang for text based output (#45847) 6 years ago
nxos_file_copy_md5sum.yaml Pick 2.6 nxos bugfixes (#44105) 6 years ago
nxos_interface.yaml Pick 2.6 nxos bugfixes (#44105) 6 years ago
nxos_linkagg.yaml Pick 2.6 nxos bugfixes (#44105) 6 years ago
nxos_module_utils_nxapi_get_capabilities.yaml nxos bugfix cherry-pick 2.6 (#42724) 6 years ago
nxos_non_structured_output_fix.yaml Pick 2.6 nxos bugfixes (#44105) 6 years ago
nxos_nxapi_default_http_behavior_fix.yaml nxos and eos bugfix pick2.6 (#42291) 6 years ago
nxos_static_route_fix.yaml Pick 2.6 nxos bugfixes (#44105) 6 years ago
nxos_system.yaml Pick 2.6 nxos bugfixes (#44105) 6 years ago
nxos_terminal_plugin.yaml [2.6] Fix python2.6 `nothing to repeat` nxos terminal plugin bug (#45282) 6 years ago
nxos_vxlan_vtep_vni_fix.yaml nxos and eos bugfix pick2.6 (#42291) 6 years ago
one_host-env-fix.yml Backport/2.6/44568 (#44728) 6 years ago
openstack_inventory-optional-region.yaml Update openstack inventory script to keep basic functionality Backport/2.6/43432 (#43465) 6 years ago
openvswitch_db_column_value_type.yaml openvswitch_db : Handle column value conversion and idempotency in no_key case (#43914) 6 years ago
openvswitch_db_make_key_optional.yaml openvswitch_db: Make 'key' parameter optional (#42110) 6 years ago
pause-ctrl-c.yaml Fix ctrl+c in pause module and add tests (#40134) 7 years ago
pause-stdout-redirection.yaml Fix pause module so it does not stack trace when redirecting stdout. (#42217) 6 years ago
pause-try-except-curses.yaml Fix NameError in pause module (#42038) 6 years ago
piped-transfer-empty-files.yaml [stable-2.6] Support empty files with piped transfer_method. Fixes #45426 (#45618) 6 years ago
plugin-filters-cfg.yaml [stable-2.6] Fix issues with PLUGIN_FILTERS_CFG config handling (#45994) 6 years ago
postgresql_user-encrypted-fixes.yml Fix typos in 2.6 changelog (#44076) 6 years ago
powershell_use_set_tmpdir.yaml Fix typos in 2.6 changelog (#44076) 6 years ago
preserve_delegate_nolog.yml preserve delegation info on no_log (#42577) 6 years ago
py36-spwd.yaml fixes issue 39472: (#40341) 7 years ago
remote_tmp_de-escalated_user.yaml Fix remote_tmp when become with non admin user (#42396) 6 years ago
reset_con_fix.yml update play_context for reset_connection (#40866) 7 years ago
script-module-no-file-path.yaml [stable-2.6] Don't pass file_name to DataLoader.load in script inventory plugin (#45428) 6 years ago
selinux-check-mode.yaml Fixed check_mode status to be the same as normal execution (#40721) 7 years ago
service.yml module_utils_service: Fix glob path of rc.d 6 years ago
slack_callback_invocation.yaml [2.6] Fix invocation output. Fixes #43447 (#43542) (#43646) 6 years ago
synchronize_remote_is_local.yaml Backport #40833 for 2.6 - synchronize _remote_is_local (#40918) 7 years ago
sysvinit_bugxif.yml sysvinit: Fix for false changed messages (#42956) 6 years ago
template-filename-encoding.yaml Add a changelog for filename encoding in template action fix 7 years ago
terminal_plugin.yaml Pick 2.6 nxos bugfixes (#44105) 6 years ago
user-docs-underlying-tools.yaml Add documentation on underlying tools in user module (#46455) (#46512) 6 years ago
user-expires.yaml Only change expiration date if it is different (#38885) 7 years ago
user-freebsd-createhome-name-fix.yaml fix a (forgotten?) change in moving createhome -> create_home (#42711) 6 years ago
user-properly-unexpire-new-user.yaml Properly un expire account on creation (#44174) 6 years ago
user_freebsd_always_changed_bugfix.yaml Only report change when home directory is different on FreeBSD (#42865) 6 years ago
v2.6.0_summary.yaml New release v2.6.0 7 years ago
v2.6.0a1_catchup.yaml Add changelog entries from deleted CHANGELOG.md. 7 years ago
v2.6.0a1_summary.yaml New release v2.6.0a1 7 years ago
v2.6.0a2_catchup.yaml New release v2.6.0a2 7 years ago
v2.6.0a2_summary.yaml New release v2.6.0a2 7 years ago
v2.6.0rc1_catchup.yaml New release v2.6.0rc1 7 years ago
v2.6.0rc1_summary.yaml New release v2.6.0rc1 7 years ago
v2.6.0rc2_summary.yaml New release v2.6.0rc2 7 years ago
v2.6.0rc3_summary.yaml New release v2.6.0rc3 7 years ago
v2.6.0rc4_summary.yaml New release v2.6.0rc4 7 years ago
v2.6.0rc5_summary.yaml New release v2.6.0rc5 7 years ago
v2.6.1_summary.yaml New release v2.6.1 6 years ago
v2.6.2_summary.yaml New release v2.6.2 6 years ago
v2.6.3_summary.yaml New release v2.6.3 6 years ago
v2.6.4_summary.yaml New release v2.6.4 6 years ago
v2.6.5_summary.yaml New release v2.6.5 6 years ago
vars_lk.yml fix vars hostname fallback 7 years ago
vars_prompt-allow-prompting-for-play-vars.yaml Only template values in vars_prompt rather than all vars (#39304) 6 years ago
virtualbox_inventory.yaml Raise Exception in virtualbox inventory plugin 7 years ago
vmware_remove_vm_sceanrio.yaml Fix typos in 2.6 changelog (#44076) 6 years ago
vultr-parameters-parsing.yaml vultr.py: fix env var handling (#42659) 6 years ago
vyos_command_retry.yml Correcting conditionals looping (#43331) (#43346) 6 years ago
win_chocoalatey_install_tls12.yml win_chocolatey: add TLSv1.2 support for install phase (#41992) 6 years ago
win_copy-dest-quote.yaml powershell: do not quote join_path result to reflect ShellBase join_path (#45944) 6 years ago
win_domain-dns-typo-fix.yml win_domain: fix typo in cmdlet call (#41993) 6 years ago
win_domain_controller-netlogon.yaml win_domain modules: ensure Netlogon service is still running after promotion (#43703) 6 years ago
win_environment-do-not-delete-on-null.yaml win_environment: Added explicit check for null, empty string with state=present (#40468) 7 years ago
win_file-special-char-fix.yaml Added changelog fragment for win_file special char fix 7 years ago
win_get_url-ftp-support.yaml win_get_url: Fixed a few issues with using FTP and added tests (#39646) 7 years ago
win_group_membership-com-marshal.yaml win_group_membership - fix random issue with CI on 2012 R2 (#45462) 6 years ago
win_group_membership-sid-bugfix.yml Win group membership sid refactor 2.6 (#41990) 6 years ago
win_iis_webapppool-output-fix.yml win_iis_webapppool: do not output some cmdlet outputs (#41884) 7 years ago
win_keep_remote_file_python26.yaml powershell - fix for ANSIBLE_KEEP_REMOTE_FILES on older Pythons (#45942) 6 years ago
win_module_utils_sid-conversion.yaml Ansible.ModuleUtils.SID - allow SID as an input to allow people to specify well know SIDs instead of the name (#39400) 7 years ago
win_psexec_command_arg.yaml win_psexec: fix arg handling when command contains multiple args (#44797) 6 years ago
win_reboot-fixes.yml win_reboot: fix 2.6 issues and better handle post reboot reboot (#42330) 6 years ago
win_say-fix.yaml win_say - fix up syntax and test issues (#45450) 6 years ago
win_security_policy-empty-value.yaml win_security_policy: Allow setting a value to empty (#42051) 6 years ago
win_template-dest-dir-fix.yaml win_template: fix issue where dest was specified as a directory (#39887) 7 years ago
win_unzip_share-discard-cmdlet-output.yaml Cmdlets output handling 2.6 (#42721) 6 years ago
win_updates-add-scheduled-tasks-back.yaml win_updates: add scheduled tasks back in for older hosts (#38708) 7 years ago
win_updates-async-fix.yml win_updates fix when win_updates is run with async (#41756) 7 years ago
win_updates_typo_whitelist_fix.yaml win_updates: fix typo with download failure and whitelist on multiple updates (#40283) 7 years ago
win_uri-json.yml Fix support for JSON output when charset is set 6 years ago
win_user-validate-fixes.yaml win_user: use different method to validate credentials that does not rely on SMB/RPC (#43059) 6 years ago
win_wait_for-timeout.yaml Backport of PR 43464 6 years ago
window_become-better-errors.yaml become win: better error messages and docs update (#39936) 7 years ago
windows-deprecation-removal.yaml windows: removed deprecated features in 2.6 (#38930) 7 years ago
winrm-encoding-fix Add changelog entry for winrm encoding fix 7 years ago
winrm-get_correct_user.yaml Fix typos in 2.6 changelog (#44076) 6 years ago
winrm_kinit-remove-pass-log.yml Stop displaying kinit pass input on a failure (#41882) 7 years ago
winrm_kinit_error-fix.yaml winrm: add better exception handling for krb5 auth with pexpect (#39930) 7 years ago
winrm_pexpect.yaml winrm: add further conditional to using pexect for kerb auth (#45952) 6 years ago
wrcwd_ansible.cfg.yml [stable-2.6] ignore ansible.cfg in world writable cwd (#42070) 6 years ago
xenserver-facts-fix.yaml Make xenserver_facts actually work (#35821) 7 years ago
yaml-callback-unicode.yaml Changelog entry for https://github.com/ansible/ansible/pull/40188 7 years ago
zypper-on-ubuntu.yaml Backport package manager detection fixes to stable 2.6 (#44415) 6 years ago