summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2021-02-17 16:28:00 -0600
committerRick Elrod <rick@elrod.me>2021-02-17 16:28:00 -0600
commit1205ad6a1a108376654d128ac903049168bf3d35 (patch)
treeded672bbbbf74951c91fdcdac4e696f223d27134
parent7f4c962c5c8e2ef52d70d48df7f443d06a1db7a3 (diff)
downloadansible-1205ad6a1a108376654d128ac903049168bf3d35.tar.gz
New release v2.8.19v2.8.19
-rw-r--r--changelogs/.changes.yaml5
-rw-r--r--changelogs/CHANGELOG-v2.8.rst6
-rw-r--r--changelogs/fragments/v2.8.19_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 ec80f1e71d..86897a054a 100644
--- a/changelogs/.changes.yaml
+++ b/changelogs/.changes.yaml
@@ -1744,6 +1744,11 @@ releases:
- rhel-7.9.yml
- v2.8.18rc1_summary.yaml
release_date: '2020-12-07'
+ 2.8.19:
+ codename: How Many More Times
+ fragments:
+ - v2.8.19_summary.yaml
+ release_date: '2021-02-17'
2.8.19rc1:
codename: How Many More Times
fragments:
diff --git a/changelogs/CHANGELOG-v2.8.rst b/changelogs/CHANGELOG-v2.8.rst
index f9b89fa7ea..1714fddf82 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.19rc1
-==========
+v2.8.19
+=======
Release Summary
---------------
-| Release Date: 2021-02-08
+| Release Date: 2021-02-17
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/fragments/v2.8.19_summary.yaml b/changelogs/fragments/v2.8.19_summary.yaml
new file mode 100644
index 0000000000..5ab46304e3
--- /dev/null
+++ b/changelogs/fragments/v2.8.19_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2021-02-17
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index fffe1793d0..01f24add60 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.19rc1.post0'
+__version__ = '2.8.19'
__author__ = 'Ansible, Inc.'
__codename__ = 'How Many More Times'