Update version information
This commit is contained in:
parent
715ed8d283
commit
d21eadccdd
3 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@ Ansible Changes By Release
|
|||
|
||||
<a id="2.4.6"></a>
|
||||
|
||||
## 2.4.6 "Dancing Days" - TBD
|
||||
## 2.4.6 "Dancing Days" - 2018-07-05
|
||||
|
||||
### Bugfixes
|
||||
* **Security Fix** - avoid loading host/group vars from cwd when not specifying
|
||||
|
|
|
@ -42,7 +42,7 @@ Ansible Release Latest Version Status
|
|||
=============== ========================== =================================================
|
||||
devel `2.6` (unreleased, trunk) In development
|
||||
2.5 `2.5.5`_ (2018-06-14) Supported (security **and** general bug fixes)
|
||||
2.4 `2.4.5`_ (2018-06-21) Supported (security **and** critical bug fixes)
|
||||
2.4 `2.4.6`_ (2018-07-05) Supported (security **and** critical bug fixes)
|
||||
2.3 `2.3.2`_ (2017-08-08) Unsupported (end of life)
|
||||
2.2 `2.2.3`_ (2017-05-09) Unsupported (end of life)
|
||||
2.1 `2.1.6`_ (2017-06-01) Unsupported (end of life)
|
||||
|
@ -58,7 +58,7 @@ devel `2.6` (unreleased, trunk) In development
|
|||
.. Comment: devel used to point here but we're currently revamping our changelog process and have no
|
||||
link to a static changelog for devel _2.6: https://github.com/ansible/ansible/blob/devel/CHANGELOG.md
|
||||
.. _2.5.5: https://github.com/ansible/ansible/blob/stable-2.5/changelogs/CHANGELOG-v2.5.rst
|
||||
.. _2.4.5: https://github.com/ansible/ansible/blob/stable-2.4/CHANGELOG.md
|
||||
.. _2.4.6: https://github.com/ansible/ansible/blob/stable-2.4/CHANGELOG.md
|
||||
.. _2.3.2: https://github.com/ansible/ansible/blob/stable-2.3/CHANGELOG.md
|
||||
.. _2.2.3: https://github.com/ansible/ansible/blob/stable-2.2/CHANGELOG.md
|
||||
.. _2.1.6: https://github.com/ansible/ansible/blob/stable-2.1/CHANGELOG.md
|
||||
|
|
|
@ -15,6 +15,7 @@ versions:
|
|||
- "2.4":
|
||||
code_name: "Dancing Days"
|
||||
releases:
|
||||
- "6": "07-05-2018"
|
||||
- "5": "06-21-2018"
|
||||
- "4": "04-04-2018"
|
||||
- "3": "01-31.2018"
|
||||
|
|
Loading…
Reference in a new issue