summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-04-04 14:41:42 -0700
committerToshio Kuratomi <a.badger@gmail.com>2018-04-04 14:41:42 -0700
commit89c17724fd2000c40d81c0f8abd78235104cfcd3 (patch)
treeeaa55281b36c7db42c3da3822f5d10b15b0949bb
parenta2522ac581ca13112f1c38f0fccc73fe2871fba5 (diff)
downloadansible-89c17724fd2000c40d81c0f8abd78235104cfcd3.tar.gz
Update the docs with the 2.4.4 release date
-rw-r--r--CHANGELOG.md2
-rw-r--r--docs/docsite/rst/release_and_maintenance.rst13
-rw-r--r--packaging/release/vars/versions.yml1
3 files changed, 10 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index add002cfb1..36f587450c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@ Ansible Changes By Release
<a id="2.4.4"></a>
-## 2.4.4 "Dancing Days" - TBD
+## 2.4.4 "Dancing Days" - 2018-04-04
### Bugfixes
* Fix python 3 dictionary runtime error in ios_confg and eos_config
diff --git a/docs/docsite/rst/release_and_maintenance.rst b/docs/docsite/rst/release_and_maintenance.rst
index 26f8bb9b7a..e97240dcbf 100644
--- a/docs/docsite/rst/release_and_maintenance.rst
+++ b/docs/docsite/rst/release_and_maintenance.rst
@@ -40,9 +40,10 @@ Release status
=============== ========================== =================================================
Ansible Release Latest Version Status
=============== ========================== =================================================
-devel `2.5`_ (unreleased, trunk) In development
-2.4 `2.4.3`_ (2018-01-31) Supported (security **and** general bug fixes)
-2.3 `2.3.2`_ (2017-08-08) Supported (security **and** critical bug fixes)
+devel `2.6` (unreleased, trunk) In development
+2.5 `2.5.0`_ (2018-03-23) Supported (security **and** general bug fixes)
+2.4 `2.4.4`_ (2018-04-04) 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)
2.0 `2.0.2`_ (2016-04-19) Unsupported (end of life)
@@ -54,8 +55,10 @@ devel `2.5`_ (unreleased, trunk) In development
security and general bug fixes when it is first released, security and critical bug fixes when
2.5 is released, and **only** security fixes once 2.6 is released.
-.. _2.5: https://github.com/ansible/ansible/blob/devel/CHANGELOG.md
-.. _2.4.3: https://github.com/ansible/ansible/blob/stable-2.4/CHANGELOG.md
+.. 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.0: https://github.com/ansible/ansible/blob/stable-2.5/changelogs/CHANGELOG-v2.5.rst
+.. _2.4.4: 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
diff --git a/packaging/release/vars/versions.yml b/packaging/release/vars/versions.yml
index cbcdd90e0a..4023a758cb 100644
--- a/packaging/release/vars/versions.yml
+++ b/packaging/release/vars/versions.yml
@@ -6,6 +6,7 @@ versions:
- "2.4":
code_name: "Dancing Days"
releases:
+ - "4": "04-04-2018"
- "3": "01-31.2018"
- "2": "11-29-2017"
- "1": "10-25-2017"