summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2019-09-20 09:21:38 -0700
committerToshio Kuratomi <a.badger@gmail.com>2019-09-20 09:21:38 -0700
commit6c3726f3e1b62c42d983e7938e9918fbf8f3d388 (patch)
tree1b7609c4d191a8d571e04a736f3172334ccc51d8
parent895d3c1c1e2f9fa837fa241550b3a68c982a48c6 (diff)
downloadansible-6c3726f3e1b62c42d983e7938e9918fbf8f3d388.tar.gz
New release v2.9.0rc1v2.9.0rc1
-rw-r--r--changelogs/.changes.yaml1
-rw-r--r--changelogs/CHANGELOG-v2.9.rst3
-rw-r--r--changelogs/fragments/v2.9.0rc1_summary.yaml2
3 files changed, 4 insertions, 2 deletions
diff --git a/changelogs/.changes.yaml b/changelogs/.changes.yaml
index 7da7a6e340..bd4c09379e 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 673bd64b7b..7e08e964d1 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 <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.
diff --git a/changelogs/fragments/v2.9.0rc1_summary.yaml b/changelogs/fragments/v2.9.0rc1_summary.yaml
index 86d394d6e4..3daf227507 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 <https://docs.ansible.com/ansible/devel/porting_guides.html>`__