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
Will Thames aaf29c785f Provide Kubernetes resource validation to k8s module (#43352)
* Provide Kubernetes resource validation to k8s module

Use kubernetes-validate to validate Kubernetes resource
definitions against the published schema

* Additional tests for kubernetes-validate

* Improve k8s error messages on exceptions

Parse the response body for the message rather than returning
a JSON blob

If we've validated and there are warnings, return those too - they
can be more helpful

```
"msg": "Failed to patch object: {\"kind\":\"Status\",\"apiVersion\":\"v1\",\"metadata\":{},
       \"status\":\"Failure\",\"message\":\"[pos 334]: json: decNum: got first char 'h'\",\"code\":500}\n",
```
vs
```
"msg": "Failed to patch object: [pos 334]: json: decNum: got first char 'h'\nresource
        validation error at spec.replicas: 'hello' is not of type u'integer'",
```

* Update versions used

In particular openshift/origin:3.9.0

* Add changelog for k8s validate change
6 years ago
..
2.8-core-deprecations.yaml
2.8-removed-modules.yaml
11349-add-ansible_play_name-var.yaml Add ansible_play_name magic var (#48562) 6 years ago
33754-docker_image_fix_changed_in_force_mode.yaml docker_image: Fix up 'changed' event in force mode (#33754) 6 years ago
35370-add_support_for_docker_network_internal_flag.yaml [docker_network] add ipv6 support (#47492) 6 years ago
42866-galaxy-search-unicode.yaml ansible-galaxy: fix searching with unicode 6 years ago
43123-add_support_for_per_host_no_stats.yaml
43874-docker_container-stop_timeout.yaml
44278-pamd_valid_simple_controls.yaml
44789-docker_container-comparisons.yaml
44988-acme-post-as-get.yaml ACME: add support for POST-as-GET if GET fails with 405. (#44988) 6 years ago
45628-fetch_url-error-headers.yaml
46322-docker_container-image-not-given.yaml
46483-role_names-change.yaml Include dependency role names in `role_names`. (#46483) 6 years ago
46594-docker_container-publish-all-ports.yml
46595-docker_container-expected_ports.yml
46596-docker_container-published_ports.yml
46598-docker_container-volume-modes.yml
46658-plugin_filter-improve_error_handling.yaml plugin_filter: check for type error (#46664) 6 years ago
46739-gcp-compute-instance-metadata.yaml
46743-fix-native-jinja-newlines.yaml Do not strip new lines in native jinja (#46751) 6 years ago
46772-docker_container-healthcheck.yaml Add Support of healthcheck in docker_container module (#46772) 6 years ago
46961_fix_aws_ec2_cache.yaml Fix AWS EC2 inventory plugin caching of groups (#46961) 6 years ago
47247-docker_container-add-runtime-option.yaml Add runtime option to docker_container module (#47247) 6 years ago
47281-pamd-dont-delete-named_temporary_file_on_close.yaml pamd: add delete=False to NamedTemporaryFile() (#47281) 6 years ago
47300-ios-check_rc.yaml ios check_rc: Default to sending text of exception, not the whole exception (#47300) 6 years ago
47307-handler-include-task.yml Fix exception when including tasks from handlers (#47307) 6 years ago
47393-docker_image-id.yaml docker_image: allow to delete image by ID (#47393) 6 years ago
47395-docker_container-ipvX_address.yaml docker_container: warn if ipvX_address is used for networks but not supported by docker-py (#47395) 6 years ago
47396-docker_container-detach-auto-remove.yaml docker_container: fix interaction of detach:no with auto_remove:yes (#47396) 6 years ago
47459_grafana_dashboard_consistency_fix.yaml Fix consistency issue in grafana_dashboard module. (#47459) 6 years ago
47492-docker_network-add-ipv6-support.yaml [docker_network] add ipv6 support (#47492) 6 years ago
47500-rds_instance.yaml An error occurs if cluster_id is not specified (#47500) 6 years ago
47539-fix-netaddr-network.yaml ipaddr filter - return a network address when given an address with /32 subnet (#47539) 6 years ago
47668-aci_switch_leaf_selector-support_empty_policy_group.yaml aci_switch_leaf_selector: Support missing policy_group (#47992) 6 years ago
47689-yum-fix-version-syntax.yaml yum: fix 'package == version' syntax (#47744) 6 years ago
47695-pamd-fix-idempotence-and-parsing-issues.yml add changelog fragment for changes merged in #47695 (#48305) 6 years ago
47704-apt-warn-auto-intall.yml apt: warn users on auto-install dep (#47704) 6 years ago
47711-docker_container-minimal-version-checks.yml docker_container: simplify minimal required version per option handling (#47711) 6 years ago
47712-docker_container-detach-auto-remove.yml docker_container: improve race condition behavior for detach:no, auto_remove:yes behavior (#47712) 6 years ago
47722-vmware_guest_powerstate-restore_timeout.yaml VMware: restore timeout in set_vm_power_state operation (#47723) 6 years ago
47814-docker_container-device-io-limit-parameters.yaml Support for device read write limit parameters (#47814) 6 years ago
47846-cs_ip_address-fix-vpc-vs-network.yaml cs_ip_address: fix vpc and network mutually exclusive (#47846) 6 years ago
47900-docker_container-paused.yml docker_container: fix paused and add some tests (#47900) 6 years ago
47916-grafana_dashboard-fix-logic-behind-overwrite-param.yaml fix boolean logic for overwrite parameter (#47916) 6 years ago
47920-vmware_guest-handle_no_root_snapshot.yaml VMware: Handle exception for no snapshot while cloning (#47924) 6 years ago
47938-docker_swarm_service-requirements.yaml clarify port.mode paramter requiremets, fail if unmet (#47938) 6 years ago
47997-docker_container-ipc-pid-mode.yml docker_container: fix ipc_mode and pid_mode idempotency (#47997) 6 years ago
48036-vultr-fix-empty-list-handling.yaml vultr: fix for API returned unexpected empty list (#48036) 6 years ago
48061-docker_container-auto_removal.yml docker_container: fix container removal when auto_remove is used (#48061) 6 years ago
48342-vultr_server_facts-fix-firewall-group.yml vultr_server_facts: add tests and changelog for firewall group fix in #48342 (#48411) 6 years ago
48536-docker_volume-labels.yml Docker volume fix labels (#48536) 6 years ago
48551-docker_container-idempotency.yml docker_container: fix tests and idempotency for init and shm_size (#48551) 6 years ago
48675-cs_template-fix-keyerror-state-extracted.yml cs_template: fix KeyError on state=extracted (#48675) 6 years ago
aci_access_port_to_interface_policy_leaf_profile-missing_policy_group.yaml aci_aptiplp: Support missing policy_group (#48000) 6 years ago
aci_interface_policy_leaf_policy_group-missing_aep.yaml aci_iplpg: Support missing aep (#48001) 6 years ago
add-elapsed-return-value-to-select-modules.yaml
agnostic-become-prompt.yaml
ajson-nested-decode.yaml
ansible-doc-fixes.yml Adoc fixes (#47137) 6 years ago
async-dir.yaml
async_statys_pyx_compat_fix.yml
avoid_spurious_unique_warnings.yml avoid spurious warnigns on unique filter 6 years ago
azure_rm_appgateway-probe.yaml
azure_rm_deployment_fix_45941.yaml
blockinfile-bytes-fix.yaml
callback-keep-more-debug-keys.yml Do not filter out exception, warnings, deprecations on failure when using debug (#47588) 6 years ago
code-cleanup-no-get-exception.yaml Remove get_exception from the remainder of the modules 6 years ago
command-stdin-no-newline.yaml command modules: optional stdin_add_newline (#45170) 6 years ago
contains-test.yaml Add a new "contains" jinja2 test (#45798) 6 years ago
copy-diff-text.yaml
copy-recursive-remote-src.yml
dd-put-empty-files.yaml
delegate_to_loop_hostvars.yaml Don't use the task for a cache, return a special cache var (#47243) 6 years ago
dnf-group-removal.yaml
dnf-localgpgcheck.yaml dnf properly gpg check local packages based on param (#47455) 6 years ago
dnfyum-disable-excludes.yaml don't restrict disable_excludes choices incorrectly (#47453) 6 years ago
docker-image-ids.yaml
docker-swarm-service-defaults.yml Docker swarm service integration tests (#45674) 6 years ago
docker_container-idempotency.yaml
docker_network-driver_options.yaml [docker_network] Add handling for Python booleans in driver_options (#48105) 6 years ago
docker_network-requirements.yaml [docker_network] add ipv6 support (#47492) 6 years ago
docker_volume-force-change-detection.yaml Fix option change detection / force support for docker_volume. (#47390) 6 years ago
drop-pkg_resources.yaml Remove runtime usage of pkg_resources. 6 years ago
ec2_asg-launch-template-support.yml
ec2_group_fix_target_containing_list_within_list.yaml
elb_target_group_fix_KeyError.yaml
end-host-meta-task.yaml Add new meta task end_host (#47194) 6 years ago
fix-password-lookup-on-fips.yaml Fix password lookup for FIPS 6 years ago
fix_ec2_group_target_vpc_precedence.yaml
fix_ec2_group_vpc_precedence_classic.yaml
fix_taggged_gather.yml fix tagged implicit gathering (#48294) 6 years ago
free-strategy-include-var-tags.yaml
get-url-fix-idempotency.yaml
get_url.yaml
host-start-callback.yaml New v2_runner_on_start callback added (#47684) 6 years ago
ibm-storag_add_domain_keywords_to_module.yml IBM storage: fix domain issue by adding more keywords to pyxcli avail… (#48345) 6 years ago
include-run-once.yaml Add run_once as a valid TaskInclude keyword (#48068) 6 years ago
inv_fixes.yml
iscsi_facts_hp-ux_aix.yaml Update and correct iSCSI facts collection (#44644) 6 years ago
k8s_facts_fix.yaml k8s_facts: fix handling of unknown resource types (#47857) 6 years ago
k8s_validate.yml Provide Kubernetes resource validation to k8s module (#43352) 6 years ago
k8s_wait.yml Add wait functionality to k8s module (#47493) 6 years ago
lineinfile-insertbefore-index-out-of-range.yaml
loop-cache-include-apply.yml Fix return statement where we short circuit _get_delegated_vars (#48102) 6 years ago
loop-empty-literal-list.yaml
loop_undefined_delegate_to.yaml
macports-upgrade-selfupdate.yml
mysql-migrate_to_pymysql.yaml
no-mutable-fieldattribute-defaults.yaml
no-overwrite-roles.yaml Ensure we don't overwrite roles from include/import_role when loading the play (#47512) 6 years ago
no_empty_groups.yml
omit-list-of-dicts.yaml Support list of dicts with omit. Fixes #45907 (#45923) 6 years ago
openssl-python3.yaml openss: fix various test and Python 3 issues (#47188) 6 years ago
openstack_inventory_fix.yml
os-server-facts-all-projects.yaml os_server_facts: support all_projects (#44800) 6 years ago
ovirt_host_network_fix_type_conversion.yaml ovirt_host_network: Fix type conversion (#47617) 6 years ago
pip-fix-idempotence-in-check-mode.yaml Fix pip idempotence in check mode 6 years ago
piped-transfer-empty-files.yaml
plugin-docs-list-fix.yaml
plugin-filters-cfg.yaml
postgresql_user-not-sup-error.yaml
powershell_basic_util.yaml Added basic equivalent to PowerShell modules (#44705) 6 years ago
psexec-handle-socket-errors.yaml psexec: Handle socket errors (Connection timeout) (#47201) 6 years ago
psexec-imp-error.yaml psexec: better error on import failure (#47327) 6 years ago
psrp-utf8-stdio.yaml WinRM/PSRP: Ensure shell returns UTF-8 output (#47404) 6 years ago
psrp-utf8.yaml psrp - fix unicode handling in Python 2 (#47461) 6 years ago
reboot-change-default-boot-command.yaml Always use /proc/sys/kernel/random/boot_id to confirm reboot on Linux (#47017) 6 years ago
reboot-show-timeout.yaml reboot: Add timeout in error to help troubleshooting (#47216) 6 years ago
reboot-unicode-string.yaml
reboot_missing_parameter.yaml
reboot_openbsd_support.yaml
remove_redundant_md5.yml remove redundant md5 hashing 6 years ago
restore_sigpipe_dfl.yml
run-command-expand-shell.yaml
s3_bucket_fix_non_str_tags.yaml [s3_bucket] Cast tag keys and values to text to match the values returned (#46405) 6 years ago
s3_bucket_requester_pays_default_value.yaml s3_bucket: handle not implemented operations (#46746) 6 years ago
s3_bucket_walrus_endpoint.yaml s3_bucket: don't assume anything other than *.amazonaws.com is Walrus (#46745) 6 years ago
script-module-no-file-path.yaml
sns-boto3.yaml
solaris-prtdiag-path.yaml
tag_gathering.yml make fact gathering obey play tags (#44717) 6 years ago
toml-inventory.yaml Add toml inventory plugin (#41593) 6 years ago
tower_credential_ssh_key_data.yaml
unsafe-set-wrap.yaml Handle sets differently than lists in wrap_var. Fixes #47372 (#47510) 6 years ago
uri-supports-async.yaml Add missing self._supports_async to uri action plugin (#47677) 6 years ago
user-do-not-pass-ssh_key_passphrase-on-cmdline.yaml Fix changelog entry for user module CVE fix 6 years ago
user-docs-underlying-tools.yaml
user-fix-zero-negative-expiration.yaml user: fix removing the expiry time when it's 0 (#47115) 6 years ago
user-password_lock-change-fix.yaml make password locking in user module idempotent (#43671) 6 years ago
user-restore-disabled-account.yaml User module - allow bang and exclamation in password field without warning (#46498) 6 years ago
v2.8.0-initial-commit.yaml
win_chocolatey-allow-multiple.yaml win_chocolatey - move over to AnsibleModule and add allow_multiple (#48370) 6 years ago
win_copy-dest-quote.yaml
win_group_membership-com-marshal.yaml
win_package_chdir.yaml
win_say-fix.yaml
win_scheduled_task-repetition.yaml
win_script-become.yaml
win_shortcut.yaml win_shortcut: add run as admin and fix shell folder idempotency (#48584) 6 years ago
win_updates-post-categories.yaml win_updates: Add post search category matching to support product matching (#45708) 6 years ago
win_uri-junk-data.yaml win_uri: stop output from mixing with module result (#48140) 6 years ago
windows-deprecated-functionality.yaml
windows-exec-changes.yaml
windows-psrp-unreachable.yaml
winrm_pexpect.yaml
yum-handle-obsoletes-check-update.yaml yum also parse obsolete package output (#45365) 6 years ago
yumdnf-autoremove.yaml Correct yum and dnf autoremove behavior (#47902) 6 years ago
yumdnf-update-cache.yaml