summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2019-09-20 09:02:41 -0700
committerGitHub <noreply@github.com>2019-09-20 09:02:41 -0700
commit895d3c1c1e2f9fa837fa241550b3a68c982a48c6 (patch)
tree8f943e92a98a3a322a101d361de844feba8efb79 /changelogs
parentde3e76ad9834b3b99e7b92239310c525f06a0cfe (diff)
downloadansible-895d3c1c1e2f9fa837fa241550b3a68c982a48c6.tar.gz
[stable-2.9] k8s: apply no longer the default behaviour (#62632) (#62666)
* [stable-2.9] k8s: apply no longer the default behaviour (#62632) There are too many lingering uncertainties about the correctness of apply behaviour. All tests seem to suggest it works, and it's definitely performed well in real world application, but it may be a breaking and unexpected change to default to apply We will let apply bed in during 2.9 and allow people to opt in, we may default to it in future (or not) (cherry picked from commit bb0fa0a) Co-authored-by: Will Thames <will@thames.id.au>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/k8s-apply.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/fragments/k8s-apply.yml b/changelogs/fragments/k8s-apply.yml
new file mode 100644
index 0000000000..e07acb48f3
--- /dev/null
+++ b/changelogs/fragments/k8s-apply.yml
@@ -0,0 +1,5 @@
+---
+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'