New release v2.7.4
This commit is contained in:
parent
86947e6b9a
commit
81879e9792
4 changed files with 25 additions and 1 deletions
|
@ -650,3 +650,9 @@ releases:
|
|||
- v2.7.3_summary.yaml
|
||||
- win_security_policy-rights.yaml
|
||||
release_date: '2018-11-29'
|
||||
2.7.4:
|
||||
codename: In the Light
|
||||
fragments:
|
||||
- powershell-bootstrap.yaml
|
||||
- v2.7.4_summary.yaml
|
||||
release_date: '2018-11-30'
|
||||
|
|
|
@ -5,6 +5,21 @@ Ansible 2.7 "In the Light" Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v2.7.4
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
| Release Date: 2018-11-30
|
||||
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
|
||||
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- powershell - add ``lib/ansible/executor/powershell`` to the packaging data
|
||||
|
||||
v2.7.3
|
||||
======
|
||||
|
||||
|
|
3
changelogs/fragments/v2.7.4_summary.yaml
Normal file
3
changelogs/fragments/v2.7.4_summary.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
release_summary: |
|
||||
| Release Date: 2018-11-30
|
||||
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
|
|
@ -19,6 +19,6 @@
|
|||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
__version__ = '2.7.3.post0'
|
||||
__version__ = '2.7.4'
|
||||
__author__ = 'Ansible, Inc.'
|
||||
__codename__ = 'In the Light'
|
||||
|
|
Loading…
Reference in a new issue