New release v2.9.0rc1

pull/62671/head v2.9.0rc1
Toshio Kuratomi 5 years ago
parent 895d3c1c1e
commit 6c3726f3e1

@ -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

@ -11,13 +11,14 @@ v2.9.0rc1
Release Summary
---------------
| Release Date: 2019-09-19
| Release Date: 2019-09-20
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
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.

@ -1,3 +1,3 @@
release_summary: |
| Release Date: 2019-09-19
| Release Date: 2019-09-20
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

Loading…
Cancel
Save