diff --git a/changelogs/.changes.yaml b/changelogs/.changes.yaml index 7da7a6e3406..bd4c09379e1 100644 --- a/changelogs/.changes.yaml +++ b/changelogs/.changes.yaml @@ -1237,6 +1237,7 @@ releases: - junos_config_lines_alias.yaml - junos_rm_commands_key.yaml - junos_rm_modules_enable_option_fix.yaml + - k8s-apply.yml - lookup_rabbitmq-is_closing-bug.yml - meraki_org_remove_del.yml - network_execute_command_fix.yaml diff --git a/changelogs/CHANGELOG-v2.9.rst b/changelogs/CHANGELOG-v2.9.rst index 673bd64b7b5..7e08e964d1a 100644 --- a/changelogs/CHANGELOG-v2.9.rst +++ b/changelogs/CHANGELOG-v2.9.rst @@ -11,13 +11,14 @@ v2.9.0rc1 Release Summary --------------- -| Release Date: 2019-09-19 +| Release Date: 2019-09-20 | `Porting Guide `__ Minor Changes ------------- +- Revert apply as the default of kubernetes modules such as k8s. This restores the 2.8 and previous behaviour as the default. apply can still be explicitly enabled https://github.com/ansible/ansible/issues/62661 - ansible-test - Bump version of ACME test container to 1.8.0. Fixes a typo in the API and adds a newer Pebble version. - ansible-test defaults to redacting sensitive values (disable with the ``--no-redact`` option) - meraki_organization - Removed the absent option for state due to the possibly catastrophic mistakes. Parameter will be added in 2.10 with safeguards. diff --git a/changelogs/fragments/v2.9.0rc1_summary.yaml b/changelogs/fragments/v2.9.0rc1_summary.yaml index 86d394d6e4d..3daf2275077 100644 --- a/changelogs/fragments/v2.9.0rc1_summary.yaml +++ b/changelogs/fragments/v2.9.0rc1_summary.yaml @@ -1,3 +1,3 @@ release_summary: | - | Release Date: 2019-09-19 + | Release Date: 2019-09-20 | `Porting Guide `__