ansible/changelogs/fragments
Tzur Eliyahu ef0851dcd4 IBM_Storage: fixed a bug - Unwanted arguments cause failure (#56357)
* IBM_Storage: fixed a bug which caused several of our modules to pass unwanted arguments and fail

* IBM_Storage: Added a changelog for 56357 bug
2019-05-13 12:41:06 -04:00
..
44811-xml-insertbefore-and-insertafter-parameters.yaml Add changelog fragments for #44811 (#55427) 2019-04-22 10:35:51 -05:00
48820-meraki_network-enable-vlans.yml meraki/meraki_network - Enable/disable VLANs on network (#48820) 2019-05-01 12:24:39 -04: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 connection/docker: add privilege escalation support (#55816) 2019-05-09 15:02:53 -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
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 VMware: Check return of FindByInventoryPath (#55282) 2019-04-18 09:26:30 +05:30
54955-docker_container-log_options-strings.yml docker_container: improve log_options idempotency by converting to string (#54955) 2019-04-12 18:36:11 -04:00
54971-PN_modules_handling_empty_output_string.yaml Pluribus Networks modules handling empty output (#54971) 2019-04-22 14:57:47 +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 openssl_csr: fix idempotency problems (#55142) 2019-04-15 09:15:08 +02:00
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 docker modules: make sure everything works with older docker-py versions (#55258) 2019-04-17 13:50:57 -04:00
55258-docker_swarm_service_info-old-docker-py.yml docker modules: make sure everything works with older docker-py versions (#55258) 2019-04-17 13:50:57 -04:00
55278-cryto-use-bundled-ipaddress.yml crypto modules: use module_utils.compat.ipaddress when possible (#55278) 2019-04-18 15:36:53 +01:00
55306-ec2-deprecations.yaml ec2: deprecate device_type option (#55692) 2019-04-24 06:42:55 -04:00
55307-ec2_instance-deprecations.yaml ec2_instance: remove network.ebs_optimized option (#55694) 2019-04-24 07:40:48 -04:00
55308-ec2_lc-deprecations.yaml ec2_lc: deprecate device_type option (#55697) 2019-04-24 07:00:01 -04:00
55311-apt-remove-installed-removed-aliases.yaml apt: remove deprecated installed/removed aliases (#55338) 2019-04-16 11:42:53 -04:00
55318-zfs-deprecations.yaml zfs: deprecate key=value 'option' (#55699) 2019-04-29 08:07:22 +02:00
55515-use-active-state-for-any_errors_fatal.yaml Fix changelog sanity test failure. 2019-04-30 09:04:59 -07:00
55591-docker_swarm_service-fix-uid-gid-secrets-config-type.yaml docker_swarm_service: Use str type for configs/secrets gid/uid (#55591) 2019-04-22 11:29:46 -04:00
55619-vultr_server_idempotency.yml vultr_server: fix idempotency for private network and IPv6 options (#55619) 2019-04-23 21:22:17 +02:00
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 apt: strip whitespaces in package names (#55750) 2019-04-25 15:29:26 +02:00
55840-combine-filter-undefined-variables.yaml fix combine filter using undefined vars (#55840) 2019-04-30 11:10:19 -04:00
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
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
align_poll_defaults.yml unite poll defaults (#55470) 2019-05-01 13:47:50 -05:00
allow_inv_plugin_loading.yml ensure inventory plugin loading rel to play (#51177) 2019-04-22 19:32:50 -04:00
ansiballz-imp-deprecation.yaml Support using importlib on py>=3 to avoid imp deprecation (#54883) 2019-04-25 10:28:18 -05:00
ansible-adhoc.yaml Make ansible adhoc work with include_role (#56163) 2019-05-08 09:53:24 -04:00
argparse.yaml Migrate command line parsing to argparse (#50610) 2019-04-23 13:54:39 -05:00
backports_ssl_match_hostname_bundle.yml Update bundled copy of backports.ssl_match_hostname from 3.4.0.2 to 3.7.0.1 (#55461) 2019-04-23 11:53:11 -05:00
bad_empty_play.yml allow empty plays again, for now (#55878) 2019-04-29 17:59:10 -04:00
bye_become_mixin.yml become mixin is no more (#54002) 2019-04-12 12:13:55 -04:00
cb_options_unoptional.yml options not optional for callbacks (#55660) 2019-04-25 22:22:06 -04:00
distro-bundle.yml Update bundled copy of distro from 1.3.0 to 1.4.0 (#55459) 2019-04-23 11:52:51 -05:00
ensure_discovery_unsafe.yml Ensure discovery unsafe (#55295) 2019-04-17 12:08:51 -04:00
ensure_facts_safe.yml mark entire module result untrusted as template (#55717) 2019-04-24 15:15:20 -07:00
fibre_channel_wwn_fact_solaris_minor.yaml [cosmetic] solaris wwn fix (#55154) 2019-04-18 16:31:40 -04:00
gitlab-deprecated-version.yaml Version in deprecate calls should be a string (#55395) 2019-04-16 14:40:20 -05:00
help_paths_fixes.yml Fix and refix help text for CLI (#55831) 2019-04-30 11:16:26 -04:00
include-role-name.yaml Add ansible_parent_role_names magic variable (#46687) 2019-04-23 11:55:05 -04:00
meraki_content_filtering-redundant-calls.yml meraki_content_filtering - Remove redundant API call with get_nets() (#55531) 2019-04-24 14:27:21 -05:00
meraki_static_route_api_calls.yml meraki_static_route - Remove unnecessary API call (#55528) 2019-04-24 12:16:51 -04:00
meraki_vlan_api_calls.yml meraki_vlan - Remove unnecessary API calls when net_id is specified (#54939) 2019-04-15 19:53:19 +01: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 Correct plugin loader context for persistent (#54860) 2019-04-11 14:32:52 -04:00
postgresql_slot-fix-sslrootcert.yml postgresql_slot - sslrootcert fix (#55277) 2019-04-15 10:56:25 +01:00
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 - Fix fetch for large files (#55351) 2019-04-17 08:19:33 +10:00
psrp-output.yaml psrp - Fix raw and script tests for connection plugin (#55357) 2019-04-17 09:01:28 +10:00
selectors2-bundle.yml Update bundled copy of selectors2 from 1.1.0 to 1.1.1 (#55457) 2019-04-23 11:52:24 -05:00
show_host_start.yml add option to display per host start to default (#53819) 2019-04-12 12:42:38 -04:00
six-bundle.yml Update bundled copy of six from 1.11.0 to 1.12.0 (#55456) 2019-04-23 11:53:25 -05:00
solaris_uptime_boot_time.yaml Fixes solaris (sunos) uptime in ansible facts module (#54626) 2019-04-15 18:01:24 -04:00
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 Don't register tests as filters (#55332) 2019-04-16 14:10:14 -05:00
tower_job_wait-wrong_examples.yml Fixed wrong variable specification format in examples (#55252) 2019-04-15 15:18:11 -05:00
uri-deprecations.yaml Address 2.9 uri deprecations (#55330) 2019-04-16 14:17:03 -05:00
user-aix-shadow-file-parsing.yaml User - Fix shadow file parsing on AIX (#55230) 2019-04-22 15:24:10 -04:00
v2.9.0-initial-commit.yaml Cleanup the tree for post-2.8-branch 2019-04-12 12:57:35 -07:00
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_portgroup_list_host.yml VMware: get_all_host_objs accepts list of host (#55146) 2019-04-12 15:35:35 -07:00
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_domain - fix for checking for domain on new host (#55195) 2019-04-12 14:14:49 +10:00
win_reboot-psrp-command.yaml psrp - fix test_command rc for win_reboot (#55354) 2019-04-17 08:38:42 +10:00
win_region-format.yaml win_region - fix format issues when using psrp (#55487) 2019-04-18 13:42:21 +10:00
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