From 0186449e7b37ff1235481597f3780190a6df0615 Mon Sep 17 00:00:00 2001 From: Tina Date: Thu, 16 Aug 2018 18:53:47 -0400 Subject: [PATCH] Update index.rst (#43490) Update mention of 'current released version' +label: docsite_pr --- docs/docsite/rst/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/index.rst b/docs/docsite/rst/index.rst index 6002b80716..f4b9fda692 100644 --- a/docs/docsite/rst/index.rst +++ b/docs/docsite/rst/index.rst @@ -15,7 +15,7 @@ We believe simplicity is relevant to all sizes of environments, so we design for Ansible manages machines in an agent-less manner. There is never a question of how to upgrade remote daemons or the problem of not being able to manage systems because daemons are uninstalled. Because OpenSSH is one of the most peer-reviewed open source components, security exposure is greatly reduced. Ansible is decentralized--it relies on your existing OS credentials to control access to remote machines. If needed, Ansible can easily connect with Kerberos, LDAP, and other centralized authentication management systems. -This documentation covers the current released version of Ansible (2.5) and also some development version features. For recent features, we note in each section the version of Ansible where the feature was added. +This documentation covers the current released version of Ansible (2.6) and also some development version features. For recent features, we note in each section the version of Ansible where the feature was added. Ansible releases a new major release of Ansible approximately every two months. The core application evolves somewhat conservatively, valuing simplicity in language design and setup. However, the community around new modules and plugins being developed and contributed moves very quickly, adding many new modules in each release.