summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2020-12-14 15:11:01 -0600
committerRick Elrod <rick@elrod.me>2020-12-14 15:11:01 -0600
commit9c83cbccf35ca41f0b77faed87781c38fa90dea2 (patch)
tree20f8c6f1a62b05b42b5848d7c36140fcc54b9136
parent6691dd5200d91a5422ddd30779e8b9a1a0aa08be (diff)
downloadansible-9c83cbccf35ca41f0b77faed87781c38fa90dea2.tar.gz
New release v2.8.18v2.8.18
-rw-r--r--changelogs/.changes.yaml5
-rw-r--r--changelogs/CHANGELOG-v2.8.rst6
-rw-r--r--changelogs/fragments/v2.8.18_summary.yaml3
-rw-r--r--lib/ansible/release.py2
4 files changed, 12 insertions, 4 deletions
diff --git a/changelogs/.changes.yaml b/changelogs/.changes.yaml
index 55d9721819..a2a1073291 100644
--- a/changelogs/.changes.yaml
+++ b/changelogs/.changes.yaml
@@ -1728,6 +1728,11 @@ releases:
- galaxy_login_bye.yml
- v2.8.17rc1_summary.yaml
release_date: '2020-10-26'
+ 2.8.18:
+ codename: How Many More Times
+ fragments:
+ - v2.8.18_summary.yaml
+ release_date: '2020-12-14'
2.8.18rc1:
codename: How Many More Times
fragments:
diff --git a/changelogs/CHANGELOG-v2.8.rst b/changelogs/CHANGELOG-v2.8.rst
index 6b8312a461..6f7a43ccca 100644
--- a/changelogs/CHANGELOG-v2.8.rst
+++ b/changelogs/CHANGELOG-v2.8.rst
@@ -5,13 +5,13 @@ Ansible 2.8 "How Many More Times" Release Notes
.. contents:: Topics
-v2.8.18rc1
-==========
+v2.8.18
+=======
Release Summary
---------------
-| Release Date: 2020-12-07
+| Release Date: 2020-12-14
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/fragments/v2.8.18_summary.yaml b/changelogs/fragments/v2.8.18_summary.yaml
new file mode 100644
index 0000000000..5898e9e5ea
--- /dev/null
+++ b/changelogs/fragments/v2.8.18_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2020-12-14
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 1f099124cb..6d4b0378fc 100644
--- a/lib/ansible/release.py
+++ b/lib/ansible/release.py
@@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
-__version__ = '2.8.18rc1.post0'
+__version__ = '2.8.18'
__author__ = 'Ansible, Inc.'
__codename__ = 'How Many More Times'