ansible/changelogs/fragments
Felix Fontein 391a1042c2 openssl_pkcs12: fix crash due to wrong path used for loading key in check mode (#56808)
* Used wrong path for private key.

* Add changelog.
2019-05-22 23:34:42 +02:00
..
44811-xml-insertbefore-and-insertafter-parameters.yaml
48820-meraki_network-enable-vlans.yml meraki/meraki_network - Enable/disable VLANs on network (#48820) 2019-05-01 12:24:39 -04:00
48971-meraki_ssid-docs.yml meraki_ssid - Add examples to documentation (#56425) 2019-05-17 08:21:34 -05:00
53372-vmware_guest_facts-add_moid.yml VMware: Add managed object id in VM facts (#53523) 2019-05-07 17:05:38 +05:30
53385-docker-privilege-escalation.yml docker connection plugin: make privilege escalation code more similar to local.py (#56288) 2019-05-19 08:00:25 -04:00
53409-rds_instance-remove-hardcoded-license-models.yaml [rds_instance] don't hardcode license_model choices (#53409) 2019-05-08 22:01:57 +05:30
53576-meraki-unchanged-returns.yml meraki - Unchanged requests now return the original data (#53576) 2019-05-17 08:34:16 +05:30
53601-meraki_switchport_improve_vlan_reliability.yml meraki_switchport - Improve reliability (#54275) 2019-05-16 12:10:32 -04:00
54335-vmware_guest-memory_reservation.yml VMware: remove duplicate implementation of memory reservation (#56161) 2019-05-08 08:44:30 +05:30
54823-vmware_deploy_ovf-folder.yml
54955-docker_container-log_options-strings.yml
54971-PN_modules_handling_empty_output_string.yaml
54986-vmware_dvswitch-use_folder.yml VMware: Add folder option for vmware_dvswitch (#56707) 2019-05-22 11:40:09 +05:30
55113-template-lookup-restore-vars.yaml template lookup: restore variables between calls (#55126) 2019-04-30 15:22:37 -04:00
55142-openssl_csr-crypto-backend-san.yml
55224-ec2_instance-idempotent-tags.yaml ec2_instance fix name idempotency (#55224) 2019-05-08 10:07:18 +01:00
55249-doc_fragments_from_collections.yml Fix loading namespaced doc_fragments from collections (#55249) 2019-05-02 21:15:57 -04:00
55258-docker_host_info-old-docker-py.yml
55258-docker_swarm_service_info-old-docker-py.yml
55278-cryto-use-bundled-ipaddress.yml
55306-ec2-deprecations.yaml
55307-ec2_instance-deprecations.yaml
55308-ec2_lc-deprecations.yaml
55311-apt-remove-installed-removed-aliases.yaml
55318-zfs-deprecations.yaml
55515-use-active-state-for-any_errors_fatal.yaml
55591-docker_swarm_service-fix-uid-gid-secrets-config-type.yaml
55619-vultr_server_idempotency.yml
55643-network-facts-iscsi.yaml refactor iscsi network facts module, remove external grep call, add unit test (#55643) 2019-05-07 12:26:20 -04:00
55678-xenserver_guest-change-wait_for_ip_address-behaviour-and-other.yaml XenServer: Minor changes and fixes in xenserver_guest (#55678) 2019-05-08 09:03:44 -04:00
55683-firewalld_source-option-handling.yml Fix firewalld source option handling to be exclusive (#55715) 2019-05-01 17:47:47 -04:00
55716-ec2_instance_int_volume_size.yml ec2_instance: Force int when ebs.volume_size or ebs.iops is specified (#55716) 2019-05-08 22:10:58 +10:00
55741-apt-names-strip-whitespaces.yaml
55840-combine-filter-undefined-variables.yaml
55881-os-network-mtu-support-on-create-update.yml Added the mtu property to the os_network module (#55881) (#54730) 2019-05-12 10:26:27 +02:00
55894-docker_container-restart.yml docker_container: use restart() API function instead of stop/start sequence (#55894) 2019-05-03 11:30:39 -04:00
55930-vsphere_copy_for_esxi.yaml VMware: vsphere_copy: ability to target an esxi instance (#55930) 2019-05-16 10:40:07 +05:30
55938-dnf-fix-wildcard-matching-state-absent.yaml dnf: fix wildcard matching for state: absent (#56013) 2019-05-14 17:34:10 -04:00
55951-config-bool-options.yml Allow config boolean options to default to None (#55951) 2019-05-02 12:09:14 -07:00
56012-docker_container-oom-version.yml oom_killer and oom_score_adj are available since docker-py 1.8.0. (#56012) 2019-05-05 06:13:55 -04:00
56021-vmware_guest_disk-use_instance_uuid.yml VMware: vmware_guest_disk support for use_instance_uuid (#56107) 2019-05-11 11:58:13 +05:30
56125-vmware_vm_facts-use_folder.yml VMware: support folder param in vmware_vm_facts (#56298) 2019-05-11 11:56:57 +05:30
56150-add-if-match-header-to-patch-requests.yaml redfish: Add If-Match ETag header to PATCH requests (#56150) 2019-05-12 10:24:07 +02:00
56155-openssl_certificate-passphrase.yml openssl_certificate: fix passphrase handling for cryptography backend (#56155) 2019-05-07 23:58:15 -04:00
56357-ibm-storage-unwanted-args-cause-failure.yml IBM_Storage: fixed a bug - Unwanted arguments cause failure (#56357) 2019-05-13 12:41:06 -04:00
56407_eos_use_sessions.yaml Properly handle check for session support on eos (#56407) 2019-05-16 10:44:22 -04:00
56442-spidermila-vmware_guest_disk_facts-scsi-controller-bus-number.yaml VMware: return info about SCSI controller in vmware_guest_disk_facts (#56442) 2019-05-16 10:27:17 +05:30
56458-yum-fix-false-error-msg-autoremove.yaml yum: fix false error msg about autoremove support (#56459) 2019-05-21 11:37:04 -04:00
56649-docker-image-lookup-by-digest.yml [docker] support the lookup of images by digest (#56649) 2019-05-21 02:54:05 -04:00
56717-log-plays-configuration-options.yml Add a new "log_folder" option to the log_plays callback plugin. (#56717) 2019-05-22 17:00:00 -04:00
56808-openssl_pkcs12-passphrase-crash.yml openssl_pkcs12: fix crash due to wrong path used for loading key in check mode (#56808) 2019-05-22 23:34:42 +02:00
align_poll_defaults.yml unite poll defaults (#55470) 2019-05-01 13:47:50 -05:00
allow_inv_plugin_loading.yml
ansiballz-imp-deprecation.yaml
ansible-adhoc.yaml Make ansible adhoc work with include_role (#56163) 2019-05-08 09:53:24 -04:00
argparse.yaml
backports_ssl_match_hostname_bundle.yml
bad_empty_play.yml
better_task_error.yml preserve underlying block building error (#56465) 2019-05-22 11:28:06 -04:00
bye_become_mixin.yml
cb_options_unoptional.yml
cgroup-perf-recap-fix-open-files.yaml When not using file_per_task, make sure we don't prematurely close the perf files (#56477) 2019-05-16 15:38:36 -05:00
distro-bundle.yml
ensure_discovery_unsafe.yml
ensure_facts_safe.yml
fibre_channel_wwn_fact_solaris_minor.yaml
gitlab-deprecated-version.yaml
help_paths_fixes.yml
include-role-name.yaml
include_tasks_listen.yml Whitelist listen as a valid keyword on TaskInclude (#56586) 2019-05-17 12:52:39 -05:00
k8s-raw-minor-fixes.yml k8s minor bug fixes (#56168) 2019-05-22 08:08:22 +02:00
meraki_content_filtering-redundant-calls.yml
meraki_static_route_api_calls.yml
meraki_vlan_api_calls.yml
module_default_fixes.yaml fix module defaults (#56020) 2019-05-14 09:59:18 -04:00
mysql_user-fix-versions-compatibilities-regression.yml mysql_user: fix regression (#55292) 2019-05-06 16:25:43 +02:00
package_facts_apt_fix.yml Package facts apt fix (#55963) 2019-05-01 22:11:12 -04:00
persistent_loading.yml
playbookdir_coll_adj_fix.yml fix collection adjacent loading with --playbook-dir (#56194) 2019-05-22 11:06:54 -04:00
postgresql_slot-fix-sslrootcert.yml
ps-basic-json.yaml Ansible.Basic - fix when deserialising a json string of an array (#55691) 2019-05-01 11:08:23 +10:00
psrp-fetch.yaml
psrp-output.yaml
python_requirements_facts_dashes.yml Allow python_requirements_facts to cope with packages with dashes (#56166) 2019-05-20 23:38:50 -04:00
removed_obsolete_configs.yml removed previouslly deprecated settings (#55662) 2019-05-15 16:36:30 -04:00
selectors2-bundle.yml
show_host_start.yml
six-bundle.yml
solaris_uptime_boot_time.yaml
stat_no_md5.yml remove deprecated get_md5 from stat (#55659) 2019-05-08 10:45:45 -04:00
sysctl-invalid-value.yml sysctl will now return an error if the value is invalid (#55695) 2019-05-08 11:34:55 -04:00
tests-as-filters-deprecation.yaml
tower_job_wait-wrong_examples.yml
uri-deprecations.yaml
urls-ipv6-redirects.yml Don't rely on netloc for determining hostname and port, just use hostname and port (#56270) 2019-05-20 16:50:54 -04:00
user-aix-shadow-file-parsing.yaml
v2.9.0-initial-commit.yaml
vmware_check_ssl_cert.yaml vmware: check the SSL certification 2019-05-06 09:15:16 -04:00
vmware_datastore_facts.yaml vmware_datastore_facts: empty list if none found 2019-05-03 18:29:00 -04:00
vmware_maintenance_mode_params.yaml VMware: vmware_datastore_maintenancemode: check params (#56515) 2019-05-16 19:52:17 +05:30
vmware_portgroup_list_host.yml
win_acl-network.yaml win_acl - fix network path qualifier parsing (#55970) 2019-05-01 17:21:26 +10:00
win_domain-setup.yaml
win_reboot-psrp-command.yaml
win_region-format.yaml
win_xml_refactor.yaml Refactor of win_xml (2nd attempt) to add support for processing multiple nodes and counting nodes matched by xpath (#53362) 2019-04-30 13:19:56 -07:00
winrm-input-failures.yaml winrm - fix failure parsing for send input errors (#56245) 2019-05-14 19:55:41 -04:00
yum-enable-missing-repo.yaml YUM - handle enable of non-existent repo (#53286) 2019-05-15 08:45:54 +02:00